@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

.montserrat-<uniquifier> {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}


*,
*::before,
*::after {
  box-sizing: border-box;
}

:root {
  --primary-color: #1B03A7;
  --second-color: #E8F0FD;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}

@-ms-viewport {
  width: device-width;
}
article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
    margin: 0;
    font-family: "Montserrat", sans-serif;
    text-align: left;
    background-color: #fff;
    line-height: 1.5;
    color: #000;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6, .h3, .h2 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

a {
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:hover {
    text-decoration: none;
    outline: 0;
    color: inherit;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

h1,h2,h3,h4,h5 {
    font-weight: bold;
    color: #212121;
}
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  line-height: 1.4;
}

h1, .h1 {
  font-size: 2.5rem;
}

h2, .h2 {
  font-size: 2rem;
}

h3, .h3 {
  font-size: 1.75rem;
}

h4, .h4 {
  font-size: 1.5rem;
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}
b,
strong {
  font-weight: bolder;
}
figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}


button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html [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 {
  padding: 0;
  border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}
textarea {
  overflow: auto;
  resize: vertical;
}
hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn:hover, .btn:focus {
  text-decoration: none;
}

.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.btn.disabled, .btn:disabled {
  opacity: 0.65;
}

.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.btn:not(:disabled):not(.disabled):active, .btn:not(:disabled):not(.disabled).active {
  background-image: none;
}

.justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.justify-content-between {
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}
.align-items-end {
  -webkit-box-align: end !important;
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

.align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}
.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12,
.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12,
.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, 
.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 576px) {
  .col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 768px) {
  .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 992px) {
  .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}


*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

.homeslider .slider {

}
.Mobile .homeslider .slider {
	box-shadow: none;
    padding: 0;
}
.homeslider .slider-track {
  transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
}

a {
    background: transparent;
    -webkit-transition: .5s;
    transition: .5s;
    color: #777
    text-decoration: none;
}
a:hover {
    color: #222;
}
a:hover, a:active, a a:focus {
    text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
    line-height: 1.4;
    color: #000;
}
h1 {
    font-size: 26px;
    text-transform: uppercase;
    margin-bottom: 15px;
    font-weight: 500;
}

.Mobile h1 {
    font-size: 24px;
}

h2 {
    font-size: 23px;
    margin-bottom: 20px;
    font-weight: 500;
}

h3 {
    font-size: 18px;
    margin: 10px 0;
}

p {
  font-size: 18px;
}

a,
input[type="submit"],
input[type='submit'],
button {
    cursor: pointer;
}

input,
button,
textarea {
    outline: none;
}

ul {
  list-style: none;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}

.container {
  padding: 0 12px;
}

a.swipebox img {
    width: 100%;
    height: 230px;
    object-fit: cover;
    display: block;
    border-radius: 20px;
}
b.titre-album {
    width: 100%;
    font-size: 36px;
    color: #000;
    font-weight: bold;
    display: block;
    margin: 15px;
    text-align: center;
    text-transform: uppercase;
}

.mentions h2 {
    padding: 20px;
    font-size: 28px;
    font-weight: 600;
    text-transform: uppercase;
}
.mentions ol {
    max-width: 100%;
    width: 80%;
    margin: auto;
    padding: 0 0 30px;
}
body.Mobile.mentions ol {
    width: 100%; 
    padding:0 20px 20px;
}

.blog_pageIntrouvable {
    background: #fff;
    position: fixed;
    height: 100%;
    width: 100%;
    font-size: 18px;
    z-index: 10000 !important;
    text-align: center;
    top: 0;
  left: 0;
}
.blog_pageIntrouvable .d-flex {
    display: -ms-flexbox!important;
    display: flex!important;
    -ms-flex-pack: center!important;
    justify-content: center!important;
    -ms-flex-align: center!important;
    align-items: center!important;
}
.blog_pageIntrouvable span {
  color: #000;
}

.blog_pageIntrouvable > div {
  height: 100%;
  color: #333
}
.blog_pageIntrouvable h1 {
    font-size: 200px;
    color: #000000;
}
.blog_pageIntrouvable p {
    font-size: 36px;
    line-height: 100%;
    margin-top: -21px;
    text-transform: uppercase;
    letter-spacing: 10px;
    color: #000000;
}
.blog_pageIntrouvable a {
    color: #333
}
.blog_pageIntrouvable a:hover {
    text-decoration: underline;
}
#noDesktop { display: none; }
@media(max-width: 767px) {
  .blog_pageIntrouvable {
    font-size: 14px;
  }
  .blog_pageIntrouvable a {
      display: block;
  }
  .blog_pageIntrouvable p {
      font-size: 17px;
      letter-spacing: 5px;
      margin-top: -10px;
  }
  .blog_pageIntrouvable h1 {
    font-size: 100px;
  }
}

div#Messages {
    text-align: center;
    background-color: #000;
    padding: 10px;
    width: 100%;
    z-index: 999999;
    position: fixed;
    top: 0;
    left: 0;
}

div#Messages p {
    margin: 0;
    color: #fff;     
    font-size: 20px;
}
.Tablet div#Messages p,
.Mobile div#Messages p {
    font-size:14px;
}

header {
    padding: 20px 0;
}

.Tablet header,
.Mobile header {
  position: fixed;
  width: 100%;
  background: #fff;
  z-index: 9999;
  top: 0;
  left: 0;
}

.naTop_content {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

._logo {
    margin-bottom: 20px;
}

._logo a img {
    width: 150px;
    height: 150px;
    object-fit: contain;
}

.Mobile ._logo a img {
    width: 100px;
    height: 100px;
    object-fit: contain;
}

.Tablet ._logo a img {
  width: 130px;
  height: 130px;
  object-fit: contain;
}

ul.nav-list {
    display: flex;
    align-items: center;
    gap: 70px;
}

.Mobile ul.nav-list {
    gap: 10px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    text-align: center;
}

li.nav-item a {
    font-size: 16px;
    color: #000;
}

._hero {
    width: 100%;
    height: 800px;
}

.Tablet ._hero {
    width: 100%;
    height: 600px;
}

.Mobile ._hero {
    width: 100%;
    height: 500px;
    margin-top: 184px;
}

.Tablet ._hero {
  width: 100%;
  height: 600px;
  margin-top: 214px;
}

.background {
    width: 100%;
    height: 100%;
}

._hero_bg {
    width: 100%;
    height: 100%;
}

.gallery {
    margin: 20px 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.Mobile .gallery {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.gallery img {
    width: calc((100% / 4) - 20px);
    margin: 0 10px;
    height: 300px;
    object-fit: cover;
    display: block;
    background: #ddd;
}

.Mobile .gallery img {
    width: calc(100% - 20px);
    height: 200px;
    margin: 10px auto;
}

.section_1 {
    padding: 80px 0;
}

.Tablet .section_1,
.Mobile .section_1 {
    padding: 50px 0;
}

.s1_content {
    border-top: 1px solid #ebb865;
    padding: 20px 0 0;
}

.s1_h1 {
    text-align: center;
    font-size: 35px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

.Mobile .s1_h1 {
    font-size: 22px;
}

.exc_img {
    padding: 20px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.exc_img:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 40%;
    height: 1px;
    background: #ebb865;
}

.exc_img:after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 40%;
    height: 1px;
    background: #ebb865;
}

.exc_img img {
    width: 100px;
    height: 100px;
    object-fit: contain;
}

._btn {
    margin-top: 30px;
}

._btn a {
    color: #000;
    padding: 10px 30px;
    border: 1px solid #000;
    margin-left: 5px;
    position: relative;
}

._btn a:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 106%;
    height: 130%;
    border: .1px solid #000;
    z-index: -1;
    background: transparent;
}

.section_2 {
    padding: 120px 0 80px 0;
    position: relative;
}

.Tablet .section_2,
.Mobile .section_2 {
  padding: 50px 0;
}

.section_2::before {
    content: '';
    background: linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.9) 50%, rgba(0, 0, 0, 0) 100%);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.s2_content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    align-items: center;
    position: relative;
}

.Mobile .s2_content,
.Tablet .s2_content {
    grid-template-columns: 1fr;
}

.s2Left h2,
.s2Left p {
    color: #fff;
}

.s2Right {
    position: relative;
}

.s2Right:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 105%;
    height: 105%;
    border: .1px solid #ebb865;
    background: transparent;
    z-index: 0;
    border-radius: 5px;
}

.s2Right img {
    width: 100%;
    height: 650px;
    display: block;
    object-fit: cover;
    position: relative;
    background: #ddd;
    border-radius: 5px;
}

.Mobile .s2Right img,
.Tablet .s2Right img {
    width: 100%;
    height: 300px;
}

.section_3 {
    padding: 50px 0;
}

.s3_content {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.Mobile .s3_content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.s3Box {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.s3Box > img {
    width: 50px;
    height: 50px;
    object-fit: contain;
    display: block;
}

.ntb {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1px;
    font-size: 22px;
    margin: 20px 0 2px;
}

div[id^="count"] {
    font-weight: 500;
    font-size: 30px;
}

.s3_p {
    font-size: 19px;
}

.Tablet .s3_p,
.Mobile .s3_p {
    font-size: 15px;
}

.section_4 {
    padding: 20px 0 80px;
}

.s4_content {
    display: flex;
    align-items: center;
    gap: 100px;
}

.Tablet .s4_content,
.Mobile .s4_content {
    flex-direction: column;
    gap: 50px;
}

.s4Title {
    margin-bottom: 15px;
}

.s4_left {
    position: relative;
}

.Mobile .s4_left {
    width: 90%;
}

.s4_left:before {
    content: '';
    background: #f5f5f5;
    width: 103%;
    height: 103%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.s4_left:after {
    content: '';
    background: #ebb865;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(7deg);
    z-index: -1;
}

.s4_left img {
    width: 400px;
    height: 550px;
    display: block;
    background: #ddd;
    object-fit: cover;
    position: relative;
}

.Mobile .s4_left img {
    width: 100%;
    height: 300px;
}

.Tablet .s4_left img {
  height: 300px;
}

.section_5 {
    padding: 100px 0 80px 0;
    position: relative;
}

.section_5:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

.s5_content {
    position: relative;
    padding: 50px 50px 60px 50px;
    border-width: 0 1px 1px 1px;
    border-color: #fff;
    border-style: solid;
}

.Mobile .s5_content {
    padding: 50px 20px;
}

.s5_content:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 43%;
    height: 1px;
    background: #ffffff;
}

.s5_content:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 43%;
    height: 1px;
    background: #ffffff;
}

.s5_content ._img {
    position: absolute;
    top: -55px;
    left: 50%;
    transform: translateX(-50%);
}

.s5_content ._img img {
    width: 100px;
    height: 100px;
    object-fit: contain;
}

.s5Left h2,
.s5Left p {
    color: #fff;
}

.s5Left ._btn a {
    position: relative;
    z-index: 10;
    border-color: #fff;
    color: #fff;
}

.s5Left ._btn a::before {
    border-color: #fff;
}

.section_6 {
    padding: 100px 0;
}

.s6_content {
    display: flex;
    align-items: center;
    gap: 100px;
}

.Tablet .s6_content,
.Mobile .s6_content {
    flex-direction: column-reverse;
    gap: 50px;
}

.s6Right {
    position: relative;
    z-index: 2;
}

.Mobile .s6Right {
    width: 90%;
}

.s6Right:before {
    content: '';
    background: #f5f5f5;
    width: 103%;
    height: 103%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.s6Right img {
    width: 500px;
    height: 550px;
    display: block;
    background: #ddd;
    object-fit: cover;
    position: relative;
}

.Mobile .s6Right img {
    width: 100%;
    height: 300px;
}

.Tablet .s6Right img {
    height: 300px;
}

.s6Right:after {
    content: '';
    background: #ebb865;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-7deg);
    z-index: -1;
}

.section_7 {
    padding: 100px 0;
}

.Mobile .section_7,
.Tablet .section_7 {
    padding: 50px 0;
}

.s7Title {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 80px;
    gap: 5px;
}

.Mobile .s7Title {
    margin-bottom: 30px;
}

.Tablet .s7Title {
    margin-bottom: 50px;
}

.s7div {
    display: flex;
    align-items: center;
    gap: 8px;
}

.s7Line {
    display: block;
    width: 70px;
    height: 1px;
    background: #000;
}

.s7Square {
    display: block;
    width: 8px;
    height: 8px;
    background: #000;
    transform: rotate(45deg);
}

.s7H1 {
    font-size: 30px;
}

.s7_content {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}

.Tablet .s7_content {
  flex-direction: column;
}

.Mobile .s7_content {
    flex-direction: column;
}

.s7Left {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    position: relative;
    z-index: 2;
}

.Mobile .s7Left {
    grid-template-columns: 1fr;
    width: 100%;
    margin-bottom: 20px;
}

.s7Box {
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
    padding: 20px;
    background: #ebb865;
}

.s7Box.qr .s7Icon {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.s7Icon img {
    width: 80px;
    height: 80px;
    object-fit: contain;
    display: block;
}

.s7Box.qr .s7Icon img {
    width: 170px;
    height: 170px;
    object-fit: cover;
}

.s7_h2 {
    font-weight: 600;
    text-transform: uppercase;
    margin: 20px 0 10px;
}

.s7_p {
    color: #000;
    font-size: 14px;
}

.s7_p a {
    display: block;
    margin: 5px 0;
    font-size: 15px;
    color: #000;
}

.s7Right {
    padding: 50px;
    width: 50%;
    position: relative;
}

.Mobile .s7Right {
    width: 100%;
    padding: 50px 20px;
}

.Tablet .s7Right {
  width: 100%;
}

.s7Right:before {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 900px;
    height: 130%;
    background: #f5f5f5;
    z-index: -1;
}

.Tablet .s7Right::before {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  transform: none;
  width: 100%;
  height: 110%;
  background: #f5f5f5;
  z-index: -1;
  top: initial;
}

.Mobile .s7Right:before {
    width: 100%;
    height: 100%;
}

form#FormDevis {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 10px;
    width: 100%;
}

#mail,
#mail2 {
    display: none;
}

.form-input {
    width: 100%;
    padding: 10px 20px;
    border: 1px solid #888;
    border-radius: 5px;
}

textarea.form-input {
    max-height: 100px;
}

input.btn.btn-submit {
    width: 100%;
    padding: 10px 0;
    background: #000;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

footer {
    padding: 100px 0 30px;
    background: #222;
}

.rappel {
    width: 50%;
    margin: auto;
}

.Mobile .rappel {
    width: 100%;
    margin: auto;
}

.Tablet .rappel {
  width: 70%;
  margin: auto;
}

.rappelH1 {
    text-align: center;
    margin-bottom: 22px;
    font-size: 22px;
    color: #fff;
}

.Mobile .rappelH1 {
    font-size: 19px;
}

form#rappel_immediat {
    display: flex;
    align-items: center;
}

form#rappel_immediat input.form-input {
    background: #0000002b;
    border-color: #fff;
    border-radius: 5px 0 0 5px;
    font-size: 17px;
    padding: 11px 20px;
    height: 50px;
    color: #fff;
}

form#rappel_immediat button {
    background: #ebb865;
    padding: 5px;
    border-radius: 0 5px 5px 0;
    border: none;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

form#rappel_immediat button img {
    width: 30px;
    height: 30px;
    display: block;
    object-fit: contain;
}

.footerBottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 30px;
    margin-top: 50px;
    border-top: 1px solid #ffffff87;
}

.Mobile .footerBottom {
    flex-direction: column;
    gap: 20px;
}

.Tablet .footerBottom {
  flex-direction: column;
  gap: 20px;
}

ul.footer-nav-list {
    display: flex;
    align-items: center;
    gap: 25px;
}

.Mobile ul.footer-nav-list {
    gap: 10px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    text-align: center;
}

.footerBottom a {
    color: #fff;
}

.footerB_right {
    display: flex;
    align-items: center;
    gap: 5px;
    color: #fff;
}

.Mobile .footerB_right {
    flex-direction: column;
    gap: 20px;
}

.Tablet.contact .section_7,
.Tablet.realisations #realisations,
.Tablet.mentions .mentionL,
.Mobile.contact .section_7,
.Mobile.realisations #realisations,
.Mobile.mentions .mentionL,
.Tablet .section_t1,
.Mobile .section_t1 {
  margin-top: 200px;
}

._date {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

._date input {
    width: 50%;
    text-align: center;
    text-align: center;
    padding: 5px 10px;
    border: 1px solid #888;
    border-radius: 5px;
}

.Mobile ._date input {
    width: 100%;
}

.Mobile ._date {
    flex-direction: column;
    gap: 5px;
}

.section_t1 {
    padding: 80px 0;
}

.Tablet .section_t1,
.Mobile .section_t1 {
    padding: 50px 0;
}

.st1_top {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 5px;
    margin-bottom: 30px;
}

.st1_h1 {
    font-size: 2rem;
    font-weight: 700;
}

.st1_p {
    text-align: center;
}

.st1_content .s7div {
    justify-content: center;
    margin-bottom: 30px;
}

.st1_bottom {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
}

.Tablet .st1_bottom {
    gap: 15px;
}

.Mobile .st1_bottom {
    grid-template-columns: 1fr;
    gap: 20px;
}

.st1_box {
    padding: 50px 40px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    width: 100%;
}

.Tablet .st1_box {
    padding: 40px 20px;
}

.Mobile .st1_box {
    padding: 30px 20px;
}

.st1_box_div1 {
    font-size: 1em;
    font-weight: 600;
}

.Mobile .st1_box_div1 {
    text-align: center;
}

.st1_box_div2 {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 20px;
}

.Mobile .st1_box_div2 {
    text-align: center;
}

.st1_box_li {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 10px 0;
}

.st1_box_li img {
    width: 20px;
    height: 20px;
    object-fit: contain;
}

.tarif_btn {
    width: 100%;
    margin-top: 30px;
}

.tarif_btn a {
    color: #000;
    width: 100%;
    background: #ebb865;
    display: block;
    text-align: center;
    padding: 10px 0;
    letter-spacing: 0.03em;
    border-radius: 5px;
}

.st1_sup {
    padding: 50px 40px;
    margin-top: 50px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
}

.Tablet .st1_sup {
    padding: 40px 20px;
    margin-top: 30px;
}

.Mobile .st1_sup {
    padding: 30px 20px;
    margin-top: 20px;
}

.st1_sup_h2 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
}

.st1_sup_li {
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: space-between;
    margin: 10px 0 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.Mobile .st1_sup_h2 {
  font-size: 18px;
}

.Mobile .st1_sup_li {
    align-items: end;
}

.Mobile .st1_sup_h3 {
    font-size: 15px;
}

.Mobile .st1_sup_p {
    display: block;
    min-width: max-content;
}

.st2_top {
    text-align: center;
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 30px;
}

.st2_bottom {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
}

.Mobile .st2_bottom {
    grid-template-columns: 1fr;
}

.st2_li {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 10px;
    padding: 40px 20px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
}

.st2_h2 {
    display: flex;
    align-items: end;
    gap: 20px;
}

.st2_px {
    font-weight: 600;
    font-size: 27px;
}

.st2_dl {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin: 50px 0;
    gap: 12px;
}

.st2_dl_1 {
    text-align: center;
}

.st2_btn {
    margin-top: 12px;
}

.st2_btn a {
    font-size: 17px;
    color: #000;
    background: #ebb865;
    padding: 12px 30px;
    border-radius: 5px;
}