.idcom-page-locked #wp-admin-bar-so_live_editor,
.idcom-page-locked #wp-admin-bar-edit {
  display: none !important;
}
html {
  font-size: 10px;
  overflow-x: hidden;
  background: #0e1323;
}
:root {
  scrollbar-width: 8px;
  scrollbar-color: #c99d67 #1d1c27;
}
body {
  font-weight: 400;
  font-family: 'Raleway', sans-serif;
  overflow-x: hidden;
  background: #0e1323;
}
body *,
body *:before,
body *:after {
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  font-family: 'Cormorant', serif;
  font-weight: 700;
}
body a {
  text-decoration: none;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
}
body a:hover {
  text-decoration: none;
  color: #ffffff;
}
body [target="_blank"] {
  cursor: alias !important;
}
body [data-zoomable] {
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
}
body [data-zoomable]:hover {
  opacity: 0.8;
}
body ::-moz-selection {
  color: #ffffff;
  background: #c99d67;
}
body ::selection {
  color: #ffffff;
  background: #c99d67;
}
body ::-webkit-input-placeholder {
  color: #0e1323;
  font-style: italic;
}
body ::-moz-placeholder {
  color: #0e1323;
  font-style: italic;
}
body :-ms-input-placeholder {
  color: #0e1323;
  font-style: italic;
}
body :-moz-placeholder {
  color: #0e1323;
  font-style: italic;
}
body::-webkit-scrollbar-track {
  background-color: #1d1c27;
  border-radius: 0;
}
body::-webkit-scrollbar {
  width: 8px;
  background-color: #1d1c27;
}
body::-webkit-scrollbar-thumb {
  border-radius: 0;
  background-color: #c99d67;
}
body ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
body .imgcropCtn {
  position: relative;
}
body .imgcrop {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  object-position: center;
  min-height: 100%;
}
body .clear {
  clear: both;
  display: none;
}
body .btnDl {
  font-weight: 500;
  font-size: 1.6rem;
  text-transform: uppercase;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 15px 30px;
  letter-spacing: 0.3em;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
}
body .btnDl2 {
  font-weight: 500;
  font-size: 1.6rem;
  text-transform: uppercase;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  letter-spacing: 0.3em;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
  color: #c99d67;
}
body .btnDl2:hover {
  color: #0e1323;
}
body .btnDl.full {
  background: #c99d67;
  border: 1px solid #c99d67;
  color: #ffffff;
}
body .btnDl.full:hover {
  background: transparent;
  color: #c99d67;
}
body .btnDl.empty {
  background: transparent;
  border: 1px solid #c99d67;
  color: #c99d67;
}
body .btnDl.empty:hover {
  background: #c99d67;
  color: #ffffff;
}
body .logo {
  -webkit-transition: 600ms;
  -moz-transition: 600ms;
  -ms-transition: 600ms;
  -o-transition: 600ms;
  opacity: 1;
}
body .logo:hover {
  opacity: 0.8;
}
body i,
body span.icoCtn {
  display: flex;
  justify-content: center;
  align-items: center;
}
body i:before,
body span.icoCtn:before {
  display: flex;
  justify-content: center;
  align-items: center;
}
body .required {
  color: #e40f24;
  font-weight: 700;
}
body .tnmce h2 {
  font-size: 2.6rem;
  font-weight: 700;
  margin-bottom: 20px;
  letter-spacing: 0.01em;
}
body .tnmce h3 {
  font-size: 2.3rem;
  font-weight: 700;
  margin-bottom: 20px;
  letter-spacing: 0.01em;
}
body .tnmce h4 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 20px;
  letter-spacing: 0.01em;
}
body .tnmce h5,
body .tnmce h6 {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 20px;
  letter-spacing: 0.01em;
}
body .tnmce img {
  display: block;
  width: 100%;
  margin-bottom: 20px;
  height: auto;
}
body .tnmce p {
  font-size: 1.6rem;
  line-height: 1.6;
  margin-bottom: 20px;
  letter-spacing: 0.05em;
}
body .tnmce p:last-child {
  margin-bottom: 0;
}
body .tnmce a {
  color: #c99d67;
  font-weight: 700;
}
body .tnmce a:hover {
  color: #ffffff;
}
body .tnmce strong {
  font-weight: 700;
}
body .tnmce ul,
body .tnmce ol {
  font-size: 1.6rem;
  line-height: 1.6;
  margin-bottom: 20px;
  list-style-type: none;
  padding: 0;
  letter-spacing: 0.05em;
}
body .tnmce ul li,
body .tnmce ol li {
  margin-bottom: 10px;
}
body .tnmce ul li:last-child,
body .tnmce ol li:last-child {
  margin: 0;
}
body .tnmce .embedwrapper {
  display: block;
  position: relative;
  padding-top: 56.25%;
}
body .tnmce .embedwrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
body .tnmce.white {
  color: #ffffff;
}
body .tnmce.blue {
  color: #0e1323;
}
body .pswp--open {
  z-index: 10500;
}
body .pswp__caption__center {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
  color: #ffffff;
}
body .pswp__bg {
  background: #1d1c27;
}
body .pswp__ui--fit .pswp__caption,
body .pswp__ui--fit .pswp__top-bar {
  background: transparent;
}
body #idcom_cookies .modal-title {
  font-size: 2rem;
}
body #idcom_cookies .modal-content #accordion .panel .panel-heading .btn-link,
body #idcom_cookies .modal-body #accordion .panel .panel-heading .btn-link {
  font-size: 1.6rem;
}
body #idcom_cookies .modal-footer button {
  font-size: 1.6rem;
}
body form {
  width: 100%;
  overflow: hidden;
}
body form br {
  display: none !important;
}
body form label {
  display: block;
  margin-bottom: 10px;
  color: #ffffff;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
}
body form .colCtn1 {
  padding-right: 15px;
}
body form .colCtn2 {
  padding-left: 15px;
}
body form .fieldCtn,
body form .textarea {
  margin-bottom: 20px;
}
body form .formTitle {
  margin-bottom: 30px;
}
body form .formTitle h4 {
  color: #0e1323;
  line-height: 1.6;
  font-size: 1.8rem;
  padding-bottom: 2px;
  border-bottom: 1px solid #0e1323;
  margin: 0;
}
body form .demandeForm {
  margin-top: 40px;
}
body form textarea,
body form input[type="text"],
body form input[type="email"],
body form input[type="tel"],
body form input[type="date"],
body form select {
  border: 1px solid #c99d67;
  outline: 0;
  font-size: 1.6rem;
  -webkit-appearance: none;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  color: #ffffff;
  background-image: none;
  background: transparent;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
  height: 60px;
  padding: 0 20px;
  width: 100%;
}
body form select {
  padding: 0 40px 0 20px;
}
body form .selectCtn span.wpcf7-form-control-wrap {
  position: relative;
  display: block;
}
body form .selectCtn span.wpcf7-form-control-wrap:before {
  content: '\f0d7';
  font-family: 'Font Awesome\ 5 Free';
  font-weight: 900;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-size: 12px;
  position: absolute;
  right: 1px;
  top: 2px;
  bottom: 1px;
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f3f5f8;
  z-index: 1;
  color: #0e1323;
  pointer-events: none;
}
body form textarea.filled,
body form input.filled {
  border: 1px solid #ffffff;
}
body form textarea:focus,
body form input[type="text"]:focus,
body form input[type="email"]:focus,
body form input[type="tel"]:focus,
body form input[type="date"]:focus {
  outline: 0;
  border: 1px solid #ffffff;
}
body form .submitCtn {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end;
}
body form .submitCtn input[type="submit"] {
  outline: 0;
  -webkit-appearance: none;
}
body form .textarea textarea {
  width: 100%;
  height: 290px;
  padding: 20px 20px 0;
  resize: vertical;
}
body .wpcf7 form.invalid .wpcf7-response-output,
body .wpcf7 form.unaccepted .wpcf7-response-output {
  background: #ffb900;
  font-weight: 500;
  font-size: 1.5rem;
}
body .wpcf7 form.sent .wpcf7-response-output {
  background: #46b450;
  color: #ffffff;
  font-weight: 500;
  font-size: 1.5rem;
}
body .wpcf7 form.failed .wpcf7-response-output,
body .wpcf7 form.aborted .wpcf7-response-output {
  background: #dc3232;
  font-size: 1.5rem;
  color: #ffffff;
}
body .wpcf7-not-valid-tip {
  font-size: 12px;
  margin-top: 5px;
}
body .paginationCtn .pagination {
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
body .paginationCtn .pagination a,
body .paginationCtn .pagination span {
  width: 40px;
  height: 40px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 1.8rem;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
  margin: 0 5px;
  color: #ffffff;
}
body .paginationCtn .pagination span.current {
  background: #f2e7d8;
  color: #0e1323;
}
body .paginationCtn .pagination a:hover {
  background: #c99d67;
  color: #0e1323;
}
body #bpsn-social-share-buttons {
  margin: 60px auto 0;
}
body #bpsn-social-share-buttons .heading {
  margin-bottom: 10px;
  text-transform: uppercase;
  color: #0e1323;
  font-size: 1.4rem;
  letter-spacing: 0.3em;
}
body #bpsn-social-share-buttons .heading i {
  display: none;
}
body #bpsn-social-share-buttons p .bpsn-link {
  background: transparent !important;
  width: auto;
  height: auto;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1.2;
  font-size: 20px;
  padding: 0 10px;
  border-right: 1px solid #c99d67;
}
body #bpsn-social-share-buttons p .bpsn-link i {
  color: #c99d67 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
}
body #bpsn-social-share-buttons p .bpsn-link i:before {
  display: flex;
  align-items: center;
  justify-content: center;
}
body #bpsn-social-share-buttons p .bpsn-link:hover i {
  color: #0e1323 !important;
}
body #bpsn-social-share-buttons p .bpsn-link:last-child {
  border: 0;
}
body .tags {
  margin-top: 40px;
}
body .tags ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-start;
}
body .tags ul li {
  margin: 0 15px 15px 0;
}
body .tags ul li a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #0e1323;
  text-transform: uppercase;
  background: #f3f5f8;
  font-size: 1.3em;
  letter-spacing: 0.25em;
  font-weight: bold;
  padding: 8px 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
body .tags ul li a:hover {
  background: #c99d67;
  color: #ffffff;
}
body .gdpr-data-request-block {
  -webkit-transition: .25s;
  -moz-transition: .25s;
  -ms-transition: .25s;
  -o-transition: .25s;
  display: block;
  position: relative;
  max-width: 1330px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto 56px auto;
  font-size: 1.5rem;
  color: #ffffff;
}
body .gdpr-data-request-block #gdrf-form div.gdrf-field p,
body .gdpr-data-request-block #gdrf-form div.gdrf-field label {
  margin-bottom: 12px;
  display: inline-block !important;
}
body .gdpr-data-request-block #gdrf-form p.gdrf-field {
  -webkit-transition: .25s;
  -moz-transition: .25s;
  -ms-transition: .25s;
  -o-transition: .25s;
  display: flex;
  position: relative;
  width: 100%;
}
body .gdpr-data-request-block #gdrf-form p.gdrf-field label,
body .gdpr-data-request-block #gdrf-form p.gdrf-field input {
  -webkit-transition: .25s;
  -moz-transition: .25s;
  -ms-transition: .25s;
  -o-transition: .25s;
  display: inline-block;
  position: relative;
  flex: auto;
  width: 50%;
}
body .gdpr-data-request-block #gdrf-form p.gdrf-field label {
  display: block !important;
  margin-bottom: 0;
  line-height: 2.8em;
  color: #ffffff;
}
body .gdpr-data-request-block #gdrf-form p.gdrf-field input[type="text"],
body .gdpr-data-request-block #gdrf-form p.gdrf-field input[type="email"] {
  border: 1px solid #c99d67;
  color: #ffffff !important;
}
body .gdpr-data-request-block #gdrf-form p.gdrf-field input[type="submit"] {
  background: #c99d67;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 1.4rem;
  font-weight: 700;
  padding: 10px 30px;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
  outline: 0;
  border: 0;
}
body .gdpr-data-request-block #gdrf-form p.gdrf-field input[type="submit"]:hover {
  background: #f2e7d8;
}
body .accroche {
  font-weight: 400;
  margin: 0;
  text-transform: uppercase;
  font-size: 1.6rem;
  color: #ffffff;
  letter-spacing: 0.3em;
}
@media (max-width: 768px) {
  .gdpr-data-request-block #gdrf-form p.gdrf-field {
    display: block !important;
    position: relative !important;
    width: 100% !important;
  }
  .gdpr-data-request-block #gdrf-form p.gdrf-field label,
  .gdpr-data-request-block #gdrf-form p.gdrf-field input {
    display: block !important;
    position: relative !important;
    width: 100% !important;
    flex: none !important;
    clear: both !important;
    margin: 0 auto !important;
  }
}
header#hdr {
  height: 140px;
  background: transparent;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10000;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
}
header#hdr .inner {
  width: 100%;
  height: 100%;
  display: flex;
}
header#hdr .inner .logoCtn {
  width: 25%;
  flex: 0 0 25%;
  height: 100%;
  padding: 20px;
}
header#hdr .inner .logoCtn a {
  display: block;
  height: 100%;
  width: 100%;
  position: relative;
}
header#hdr .inner .logoCtn a img {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%,0);
  -moz-transform: translate(-50%,0);
  -ms-transform: translate(-50%,0);
  -o-transform: translate(-50%,0);
  width: auto;
  height: 160px;
}
header#hdr .inner .mainNav {
  width: 75%;
  flex: 0 0 75%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
header#hdr .inner .mainNav > div > ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
header#hdr .inner .mainNav > div > ul > li {
  margin-right: 60px;
}
header#hdr .inner .mainNav > div > ul > li > a {
  text-transform: uppercase;
  color: #ffffff;
  letter-spacing: 0.15em;
  font-size: 1.6rem;
  font-weight: 600;
}
header#hdr .inner .mainNav > div > ul > li > a:hover {
  color: #c99d67;
}
header#hdr .inner .mainNav > div > ul > li > ul {
  display: none;
}
header#hdr .inner .controls {
  position: fixed;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0,-50%);
  -moz-transform: translate(0,-50%);
  -ms-transform: translate(0,-50%);
  -o-transform: translate(0,-50%);
  width: 80px;
}
header#hdr .inner .controls .switcher {
  padding: 20px 0;
  background: #0e1323;
}
header#hdr .inner .controls .switcher li {
  display: block;
  margin-bottom: 10px;
}
header#hdr .inner .controls .switcher li a {
  display: block;
  text-align: center;
}
header#hdr .inner .controls .switcher li a img {
  display: block;
  margin: 0 auto;
  width: 30px !important;
  height: auto !important;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
  border: 1px solid transparent;
}
header#hdr .inner .controls .switcher li a:hover img {
  opacity: 0.6;
}
header#hdr .inner .controls .switcher li.current-lang a img {
  border: 1px solid #c99d67;
}
header#hdr .inner .controls .switcher li:last-child {
  margin: 0;
}
header#hdr .inner .controls .infosContact {
  width: 100%;
  background: #c99d67;
  padding: 10px 20px;
}
header#hdr .inner .controls .infosContact ul li {
  border-bottom: 1px solid #ffffff;
  padding: 15px 0;
}
header#hdr .inner .controls .infosContact ul li a {
  color: #ffffff;
}
header#hdr .inner .controls .infosContact ul li a span {
  font-size: 21px;
}
header#hdr .inner .controls .infosContact ul li a:hover {
  color: #0e1323;
}
header#hdr .inner .controls .infosContact ul li:last-child {
  border: 0;
}
header#hdr.scrolled {
  background: #0e1323;
  height: 120px;
}
header#hdr.scrolled .inner .logoCtn a img {
  height: 100%;
}
footer#ftr {
  background: #080a11;
}
footer#ftr .ftrTop {
  max-width: 1650px;
  margin: 0 auto;
  padding: 40px 30px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
footer#ftr .ftrTop .logoCtn {
  width: 210px;
}
footer#ftr .ftrTop .logoCtn a {
  display: block;
  width: 100%;
}
footer#ftr .ftrTop .logoCtn a img {
  width: 100%;
  height: auto;
}
footer#ftr .ftrTop .navCtn {
  max-width: 1100px;
  width: 100%;
  padding: 0 20px;
}
footer#ftr .ftrTop .navCtn nav {
  padding-bottom: 20px;
  border-bottom: 1px solid #c99d67;
}
footer#ftr .ftrTop .navCtn nav > div > ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
footer#ftr .ftrTop .navCtn nav > div > ul >li > a {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 1.4rem;
  letter-spacing: 0.15em;
  font-weight: 600;
}
footer#ftr .ftrTop .navCtn nav > div > ul >li > a:hover {
  color: #c99d67;
}
footer#ftr .ftrTop .navCtn nav > div > ul >li ul {
  display: none;
}
footer#ftr .ftrTop .navCtn .infosContact {
  margin-top: 20px;
}
footer#ftr .ftrTop .navCtn .infosContact ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
footer#ftr .ftrTop .navCtn .infosContact ul li a {
  color: #ffffff;
  font-size: 1.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  letter-spacing: 0.05em;
}
footer#ftr .ftrTop .navCtn .infosContact ul li a span {
  font-size: 16px;
  color: #c99d67;
  margin-right: 7px;
}
footer#ftr .ftrTop .navCtn .infosContact ul li a:hover {
  color: #c99d67;
}
footer#ftr .ftrTop .rsCtn ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
footer#ftr .ftrTop .rsCtn ul li:nth-child(1) {
  margin: 0;
}
footer#ftr .ftrTop .rsCtn ul li {
  margin: 0 0 0 10px;
}
footer#ftr .ftrTop .rsCtn ul li a span {
  font-size: 30px;
  color: #c99d67;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
}
footer#ftr .ftrTop .rsCtn ul li a:hover span {
  color: #ffffff;
}
footer#ftr .ftrBottom {
  background: #000000;
  width: 100%;
  padding: 20px 60px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  color: #ffffff;
  font-size: 1.3rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.15em;
}
footer#ftr .ftrBottom a {
  color: #ffffff;
}
footer#ftr .ftrBottom a:hover {
  color: #c99d67;
}
footer#ftr .ftrBottom strong {
  color: #c99d67;
}
footer#ftr .ftrBottom .separator {
  display: block;
  width: 1px;
  height: 15px;
  margin: 0 5px;
  background: #ffffff;
}
footer#ftr .ftrBottom .idcom {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
footer#ftr .ftrBottom .idcom a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  color: #c99d67;
  font-weight: 700;
}
footer#ftr .ftrBottom .idcom a img {
  width: 40px;
  height: auto;
  display: block;
  margin: 0 0 0 10px;
}
footer#ftr .ftrBottom .idcom a:hover {
  color: #ffffff;
}
.section-archiveposts {
  padding: 100px 60px;
}
.section-archiveposts .list-posts {
  text-align: center;
}
.section-archiveposts .list-posts .accroche {
  margin: 0 0 10px;
}
.section-archiveposts .list-posts h2 {
  font-size: 5rem;
  color: #c99d67;
  line-height: 1.1;
  margin: 0 0 60px;
  letter-spacing: 0.01em;
}
.section-archiveposts .list-posts .lst .post__item {
  padding: 0 40px;
  margin-bottom: 100px;
}
.section-archiveposts .list-posts .lst .post__item .inner {
  width: 100%;
  padding: 60px 100px;
  background: #0e1323;
}
.section-archiveposts .list-posts .lst .post__item .inner .order {
  display: block;
  font-size: 1.6rem;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0.3em;
}
.section-archiveposts .list-posts .lst .post__item .inner h3 {
  font-size: 3rem;
  line-height: 1.1;
  margin: 0 0 10px;
  letter-spacing: 0.01em;
}
.section-archiveposts .list-posts .lst .post__item .inner h3 a {
  color: #c99d67;
}
.section-archiveposts .list-posts .lst .post__item .inner h3 a:hover {
  color: #ffffff;
}
.section-archiveposts .list-posts .lst .post__item .inner .date {
  display: block;
  color: #ffffff;
  font-size: 1.6rem;
  letter-spacing: 0.3em;
  margin: 0 0 20px;
}
.section-archiveposts .list-posts .lst .post__item .inner p {
  color: #ffffff;
  font-size: 1.6rem;
  line-height: 1.5;
  margin: 0 0 40px;
}
.section-archiveposts .list-posts .lst .post__item .inner .btnDl2:hover {
  color: #ffffff;
}
.section-archiveposts .list-posts .lst .post__item:nth-child(4n+0) .inner,
.section-archiveposts .list-posts .lst .post__item:nth-child(4n+1) .inner {
  background: #f2e7d8;
}
.section-archiveposts .list-posts .lst .post__item:nth-child(4n+0) .inner .order,
.section-archiveposts .list-posts .lst .post__item:nth-child(4n+1) .inner .order {
  color: #0e1323;
}
.section-archiveposts .list-posts .lst .post__item:nth-child(4n+0) .inner h3 a:hover,
.section-archiveposts .list-posts .lst .post__item:nth-child(4n+1) .inner h3 a:hover {
  color: #0e1323;
}
.section-archiveposts .list-posts .lst .post__item:nth-child(4n+0) .inner .date,
.section-archiveposts .list-posts .lst .post__item:nth-child(4n+1) .inner .date {
  color: #0e1323;
}
.section-archiveposts .list-posts .lst .post__item:nth-child(4n+0) .inner p,
.section-archiveposts .list-posts .lst .post__item:nth-child(4n+1) .inner p {
  color: #0e1323;
}
.section-archiveposts .list-posts .lst .post__item:nth-child(4n+0) .inner .btnDl2:hover,
.section-archiveposts .list-posts .lst .post__item:nth-child(4n+1) .inner .btnDl2:hover {
  color: #0e1323;
}
.section-titlebar {
  height: 100vh;
  width: 100%;
  padding: 140px 0 60px;
}
.section-titlebar > .inner {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.section-titlebar > .inner .txtCtn {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  flex: 0 0 100%;
  display: flex;
  align-items: center;
  padding: 0 0 0 13%;
}
.section-titlebar > .inner .txtCtn h1 {
  color: #ffffff;
  font-weight: 700;
  font-size: 15rem;
  line-height: 1.05;
  margin: 0;
  letter-spacing: 0.01em;
  position: relative;
}
.section-titlebar > .inner .txtCtn h1 span.txt {
  position: relative;
  z-index: 1;
}
.section-titlebar > .inner .txtCtn h1 span.circle {
  display: block;
  position: absolute;
  z-index: 0;
  width: 200px;
  height: 200px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #c99d67;
  top: 50%;
  -webkit-transform: translate(0,-40%);
  -moz-transform: translate(0,-40%);
  -ms-transform: translate(0,-40%);
  -o-transform: translate(0,-40%);
}
.section-titlebar > .inner .imgCtn {
  width: 75%;
  flex: 0 0 75%;
  position: relative;
  z-index: 1;
  padding-right: 70px;
  height: 100%;
}
.section-titlebar > .inner .imgCtn .img {
  width: 100%;
  height: 100%;
}
.section-calltoaction {
  padding: 100px 40px;
  position: relative;
}
.section-calltoaction .imgCtn {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.section-calltoaction .txtCtn {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
  padding: 70px 40px;
  background: rgba(14,19,35,0.9);
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 2;
}
.section-calltoaction .txtCtn .accroche {
  margin: 0 0 10px;
}
.section-calltoaction .txtCtn h2 {
  font-size: 5rem;
  color: #c99d67;
  line-height: 1.1;
  margin: 0 0 60px;
  letter-spacing: 0.01em;
}
.section-calltoaction .txtCtn a.btnDl {
  align-self: center;
}
.container404 {
  text-align: center;
}
.container404 .content {
  padding: 0 40px;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.container404 span {
  display: block;
  font-size: 20rem;
  line-height: 1;
  margin-bottom: 40px;
  font-weight: 700;
  color: #c99d67;
}
.container404 h2 {
  font-weight: 600;
  font-size: 3rem;
  color: #ffffff;
  font-family: 'Raleway', sans-serif;
}
.container404 h3 {
  font-weight: 400;
  font-size: 2.1rem;
  margin-bottom: 40px;
  color: #ffffff;
  font-family: 'Raleway', sans-serif;
}
#loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  pointer-events: none;
  z-index: 12000;
  background: #0e1323;
  opacity: 0;
}
#loader .waveF {
  left: 0;
  width: 100%;
  height: auto;
  display: block;
  position: absolute;
  will-change: transform;
}
#loader .waveF1 {
  top: 100%;
  z-index: 4;
  fill: rgba(201,157,103,0.9);
}
#loader .waveF2 {
  top: 100%;
  z-index: 3;
  fill: rgba(242,231,216,0.9);
}
.burger {
  width: 35px;
  height: 25px;
  position: relative;
  font-size: 0;
  cursor: pointer;
  display: none;
}
.burger div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.burger div span,
.burger div.i-close::before,
.burger div.i-close::after {
  background: #ffffff;
}
.burger .i-burger span {
  display: block;
  position: absolute;
  height: 2px;
  -webkit-transition: all 0.5s cubic-bezier(0.85,0,0.3,1);
  transition: all 0.5s cubic-bezier(0.85,0,0.3,1);
  -o-transition: all 0.5s cubic-bezier(0.85,0,0.3,1);
  transition: all 0.5s cubic-bezier(0.85,0,0.3,1), all 0.5s cubic-bezier(0.85,0,0.3,1);
}
.burger .i-burger span:nth-child(1) {
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transform-origin: right;
  -ms-transform-origin: right;
  transform-origin: right;
  -webkit-transform: translateX(4px) scaleX(0);
  -ms-transform: translateX(4px) scaleX(0);
  transform: translateX(4px) scaleX(0);
}
.burger .i-burger span:nth-child(2) {
  top: 50%;
  -webkit-transform: translate(0,-50%);
  -moz-transform: translate(0,-50%);
  -ms-transform: translate(0,-50%);
  -o-transform: translate(0,-50%);
  left: 0;
  width: 100%;
  opacity: 0;
}
.burger .i-burger span:nth-child(3) {
  bottom: 0;
  left: 0;
  width: 100%;
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
  -webkit-transform: translateX(-4px) scaleX(0);
  -ms-transform: translateX(-4px) scaleX(0);
  transform: translateX(-4px) scaleX(0);
}
.burger div.i-close::before,
.burger div.i-close::after {
  content: '';
  display: block;
  position: absolute;
  height: 2px;
  width: 35px;
  left: 0;
}
.burger div.i-close::before {
  top: 50%;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transform: rotate(45deg) scaleX(0);
  -ms-transform: rotate(45deg) scaleX(0);
  transform: rotate(45deg) scaleX(0);
  -webkit-transition: all 0.5s cubic-bezier(0.85,0,0.3,1);
  transition: all 0.5s cubic-bezier(0.85,0,0.3,1);
  -o-transition: all 0.5s cubic-bezier(0.85,0,0.3,1);
  transition: all 0.5s cubic-bezier(0.85,0,0.3,1), all 0.5s cubic-bezier(0.85,0,0.3,1);
}
.burger div.i-close::after {
  top: 50%;
  -webkit-transform: rotate(-45deg) scaleX(0);
  -ms-transform: rotate(-45deg) scaleX(0);
  transform: rotate(-45deg) scaleX(0);
  -webkit-transition: all 0.5s cubic-bezier(0.85,0,0.3,1);
  transition: all 0.5s cubic-bezier(0.85,0,0.3,1);
  -o-transition: all 0.5s cubic-bezier(0.85,0,0.3,1);
  transition: all 0.5s cubic-bezier(0.85,0,0.3,1), all 0.5s cubic-bezier(0.85,0,0.3,1);
}
.burger div.i-burger.m-show span:nth-child(1),
.burger div.i-burger.m-show span:nth-child(3) {
  -webkit-transform: translateX(0) scaleX(1);
  -ms-transform: translateX(0) scaleX(1);
  transform: translateX(0) scaleX(1);
}
.burger div.i-burger.m-show span:nth-child(2) {
  opacity: 1;
}
.burger div.i-close.m-show::before {
  -webkit-transform: rotate(45deg) scaleX(1);
  -ms-transform: rotate(45deg) scaleX(1);
  transform: rotate(45deg) scaleX(1);
}
.burger div.i-close.m-show::after {
  -webkit-transform: rotate(-45deg) scaleX(1);
  -ms-transform: rotate(-45deg) scaleX(1);
  transform: rotate(-45deg) scaleX(1);
}
@media (max-width: 1700px) {
  header#hdr .inner .mainNav > div > ul > li {
    margin-right: 30px;
  }
  header#hdr .inner .mainNav .btnShop {
    padding: 15px 20px;
  }
  .section-titlebar > .inner .txtCtn h1 {
    font-size: 11rem;
  }
}
@media (max-width: 1500px) {
  header#hdr .inner .logoCtn a img {
    height: 130px;
  }
  header#hdr .inner .mainNav > div > ul > li {
    margin-right: 28px;
  }
  header#hdr .inner .mainNav > div > ul > li a {
    font-size: 1.5rem;
    letter-spacing: 0.1em;
  }
  header#hdr .inner .mainNav .btnShop {
    font-size: 1.5rem;
  }
  header#hdr .inner .controls {
    width: 70px;
  }
  header#hdr .inner .controls .infosContact {
    padding: 10px 15px;
  }
  footer#ftr .ftrTop .navCtn {
    max-width: 1000px;
  }
  .section-titlebar > .inner .txtCtn h1 {
    font-size: 10rem;
  }
  .section-calltoaction {
    padding: 80px 40px;
  }
  .section-calltoaction .txtCtn {
    padding: 60px 40px;
  }
  .section-calltoaction .txtCtn h2 {
    margin: 0 0 40px;
  }
  .section-archiveposts {
    padding: 80px 40px;
  }
  .section-archiveposts .list-posts h2 {
    margin: 0 0 50px;
  }
  .section-archiveposts .list-posts .lst .post__item {
    padding: 0 20px;
    margin-bottom: 60px;
  }
  .section-archiveposts .list-posts .lst .post__item .inner {
    width: 100%;
    padding: 60px;
  }
  .section-archiveposts .list-posts .lst .post__item .inner p {
    margin: 0 0 30px;
  }
}
@media (max-width: 1370px) {
  header#hdr .inner .mainNav > div > ul > li {
    margin-right: 22px;
  }
  header#hdr .inner .mainNav .btnShop {
    padding: 12px;
  }
  footer#ftr .ftrTop .logoCtn {
    width: 180px;
  }
  footer#ftr .ftrTop .navCtn {
    max-width: 950px;
  }
  footer#ftr .ftrTop .navCtn nav > div > ul >li > a {
    letter-spacing: 0.1em;
  }
  .section-titlebar > .inner .txtCtn h1 {
    font-size: 9rem;
  }
  .section-titlebar > .inner .txtCtn h1 span.circle {
    width: 150px;
    height: 150px;
  }
  .section-archiveposts {
    padding: 80px 40px;
  }
  .section-archiveposts .list-posts h2 {
    margin: 0 0 40px;
  }
  .section-archiveposts .list-posts .lst .post__item {
    margin-bottom: 40px;
  }
  .section-archiveposts .list-posts .lst .post__item .inner {
    padding: 40px;
  }
}
@media (max-width: 1300px) {
  header#hdr .inner .logoCtn a img {
    height: 120px;
  }
  header#hdr .inner .mainNav > div > ul > li {
    margin-right: 25px;
  }
  header#hdr .inner .mainNav > div > ul > li > a {
    font-size: 1.4rem;
    letter-spacing: 0.05em;
  }
  header#hdr .inner .mainNav .btnShop {
    font-size: 1.4rem;
  }
  footer#ftr .ftrTop .logoCtn {
    width: 160px;
  }
  footer#ftr .ftrTop .navCtn {
    max-width: 900px;
  }
  footer#ftr .ftrTop .navCtn nav > div > ul >li > a {
    letter-spacing: 0.05em;
  }
  footer#ftr .ftrTop .navCtn .infosContact ul li a {
    font-size: 1.35rem;
    letter-spacing: 0;
  }
  footer#ftr .ftrTop .navCtn .infosContact ul li a span {
    margin-right: 5px;
  }
}
@media (max-width: 1200px) {
  header#hdr {
    height: 100px;
    padding: 20px 30px;
    background: #0e1323;
  }
  header#hdr .inner {
    width: 100%;
    height: 100%;
    justify-content: space-between;
    align-items: center;
  }
  header#hdr .inner .burger {
    display: block;
    position: relative;
    z-index: 11500;
  }
  header#hdr .inner .logoCtn {
    display: none;
  }
  header#hdr .inner .logomobileCtn {
    display: block;
    height: 100%;
  }
  header#hdr .inner .logomobileCtn a {
    display: inline-flex;
    height: 100%;
  }
  header#hdr .inner .logomobileCtn a img {
    width: auto;
    height: 100%;
  }
  header#hdr .inner .mainNav {
    width: 100%;
    flex: 0 0 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: fixed;
    z-index: 11000;
    top: 0;
    left: 0;
    height: 100vh;
    opacity: 0;
    pointer-events: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    background: rgba(14,19,35,0.9);
    -webkit-transition: 400ms;
    -moz-transition: 400ms;
    -ms-transition: 400ms;
    -o-transition: 400ms;
  }
  header#hdr .inner .mainNav > div > ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  header#hdr .inner .mainNav > div > ul > li {
    margin: 0 0 30px 0;
  }
  header#hdr .inner .mainNav > div > ul > li > a {
    letter-spacing: 0.15em;
    font-size: 1.6rem;
  }
  header#hdr .inner .mainNav.menuopen {
    opacity: 1;
    pointer-events: auto;
  }
  header#hdr .inner .controls {
    position: absolute;
    top: 50%;
    right: 110px;
    left: auto;
    -webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
  }
  header#hdr .inner .controls .switcher {
    padding: 0;
    background: transparent;
    display: flex;
    align-items: center;
  }
  header#hdr .inner .controls .switcher li {
    display: block;
    margin: 0 10px 0;
  }
  header#hdr .inner .controls .infosContact {
    display: none;
  }
  header#hdr.scrolled {
    height: 100px;
  }
  footer#ftr .ftrTop {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
  footer#ftr .ftrTop .logoCtn {
    width: 210px;
    margin: 0 0 40px;
  }
  footer#ftr .ftrTop .navCtn {
    max-width: 100%;
    width: 100%;
    margin: 0 0 40px;
  }
  footer#ftr .ftrBottom {
    justify-content: center;
    text-align: center;
  }
  .section-titlebar {
    padding: 100px 0 60px;
  }
  .section-titlebar > .inner .txtCtn {
    padding: 0 0 0 10%;
  }
  .section-titlebar > .inner .txtCtn h1 {
    font-size: 8rem;
  }
  .section-titlebar > .inner .txtCtn h1 span.circle {
    width: 120px;
    height: 120px;
  }
  .section-titlebar > .inner .imgCtn {
    padding-right: 60px;
  }
  .section-archiveposts {
    padding: 80px 15px;
  }
  .section-archiveposts .list-posts .lst .post__item {
    padding: 0 15px;
  }
  .section-archiveposts .list-posts .lst .post__item .inner {
    padding: 30px;
  }
}
@media (max-width: 992px) {
  footer#ftr .ftrTop .navCtn nav > div > ul {
    flex-wrap: wrap;
    justify-content: center;
  }
  footer#ftr .ftrTop .navCtn nav > div > ul >li {
    margin: 5px 10px;
  }
  footer#ftr .ftrTop .navCtn .infosContact ul {
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }
  footer#ftr .ftrTop .navCtn .infosContact ul li {
    margin: 0 0 15px;
  }
  footer#ftr .ftrTop .navCtn .infosContact ul li:last-child {
    margin: 0;
  }
  footer#ftr .ftrBottom {
    padding: 30px;
  }
  body #bpsn-social-share-buttons {
    margin: 40px auto 0;
  }
  body form .colCtn1,
  body form .colCtn2 {
    padding: 0 10px;
  }
  #loader .waveF {
    width: 1100px;
    margin-left: -550px;
    left: 50%;
  }
  .section-titlebar {
    padding: 100px 0 40px;
    height: 70vh;
  }
  .section-titlebar > .inner .txtCtn {
    padding: 0 30px;
    text-align: center;
    justify-content: center;
  }
  .section-titlebar > .inner .imgCtn {
    padding: 0;
    width: 100%;
    flex: 0 0 100%;
  }
  .section-archiveposts {
    padding: 60px 30px;
  }
  .section-archiveposts .list-posts .lst .post__item {
    padding: 0;
  }
  .section-archiveposts .list-posts .lst .post__item:nth-child(odd) .inner {
    background: #f2e7d8 !important;
  }
  .section-archiveposts .list-posts .lst .post__item:nth-child(odd) .inner .order {
    color: #0e1323 !important;
  }
  .section-archiveposts .list-posts .lst .post__item:nth-child(odd) .inner h3 a:hover {
    color: #0e1323 !important;
  }
  .section-archiveposts .list-posts .lst .post__item:nth-child(odd) .inner .date {
    color: #0e1323 !important;
  }
  .section-archiveposts .list-posts .lst .post__item:nth-child(odd) .inner p {
    color: #0e1323 !important;
  }
  .section-archiveposts .list-posts .lst .post__item:nth-child(odd) .inner .btnDl2:hover {
    color: #0e1323 !important;
  }
  .section-archiveposts .list-posts .lst .post__item:nth-child(even) .inner {
    background: #0e1323 !important;
  }
  .section-archiveposts .list-posts .lst .post__item:nth-child(even) .inner .order {
    color: #ffffff !important;
  }
  .section-archiveposts .list-posts .lst .post__item:nth-child(even) .inner h3 a:hover {
    color: #ffffff !important;
  }
  .section-archiveposts .list-posts .lst .post__item:nth-child(even) .inner .date {
    color: #ffffff important;
  }
  .section-archiveposts .list-posts .lst .post__item:nth-child(even) .inner p {
    color: #ffffff !important;
  }
  .section-archiveposts .list-posts .lst .post__item:nth-child(even) .inner .btnDl2:hover {
    color: #ffffff !important;
  }
}
@media (max-width: 767.98px) {
  html {
    font-size: 9px;
  }
  br {
    display: none;
  }
  .btnDl {
    width: 100%;
    padding: 15px 20px;
  }
  .accroche {
    font-size: 1.4rem;
  }
  body form .textarea textarea {
    height: 220px;
  }
  body form textarea,
  body form input[type="text"],
  body form input[type="email"],
  body form input[type="tel"],
  body form input[type="date"],
  body form select {
    height: 50px;
  }
  #loader .waveF {
    width: 700px;
    margin-left: -350px;
  }
  header#hdr {
    height: 70px;
    padding: 15px 20px;
  }
  header#hdr .inner .mainNav > div > ul > li {
    margin: 0 0 20px 0;
  }
  header#hdr .inner .controls {
    right: 80px;
  }
  header#hdr .inner .controls .switcher li {
    margin: 0 7px 0;
  }
  header#hdr.scrolled {
    height: 70px;
  }
  footer#ftr .ftrBottom {
    padding: 30px 20px;
  }
  .section-titlebar {
    padding: 70px 0 0;
  }
  .section-titlebar > .inner .txtCtn h1 {
    font-size: 6rem;
  }
  .section-titlebar > .inner .txtCtn h1 span.circle {
    width: 80px;
    height: 80px;
  }
  .section-calltoaction {
    padding: 40px 30px;
  }
  .section-calltoaction .txtCtn {
    padding: 40px 30px;
  }
  .section-calltoaction .txtCtn h2 {
    font-size: 3.5rem;
    margin: 0 0 30px;
  }
  .section-archiveposts {
    padding: 60px 20px;
  }
  .section-archiveposts .list-posts h2 {
    font-size: 3.5rem;
  }
  .section-archiveposts .list-posts .lst .post__item .inner {
    padding: 20px;
  }
  .section-archiveposts .list-posts .lst .post__item .inner h3 {
    font-size: 2.8rem;
  }
  .container404 .content {
    padding: 0 30px;
  }
  .container404 span {
    font-size: 13rem;
  }
}
@media (max-width: 400px) {
  .section-titlebar > .inner .txtCtn h1 {
    font-size: 5rem;
  }
  .section-titlebar > .inner .txtCtn h1 span.circle {
    width: 70px;
    height: 70px;
  }
  .section-calltoaction {
    padding: 40px 20px;
  }
  .section-calltoaction .txtCtn {
    padding: 30px 20px;
  }
}
@media (max-width: 360px) {
  header#hdr {
    height: 60px;
    padding: 15px;
  }
  header#hdr .inner .controls {
    right: 70px;
  }
  header#hdr.scrolled {
    height: 60px;
  }
  .section-titlebar {
    padding: 60px 0 0;
  }
  .section-titlebar > .inner .txtCtn h1 {
    font-size: 4rem;
  }
  .section-titlebar > .inner .txtCtn h1 span.circle {
    width: 60px;
    height: 60px;
  }
  body #bpsn-social-share-buttons p .bpsn-link {
    padding: 0 7px;
  }
}
