* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Calibri', sans-serif;
    transition: all .3s ease;
}

:root {
    --color-first: #dd5751;
    --color-second: #084c64;
}

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

input,
button,
textarea {
    outline: none;
}

textarea {
    font-family: inherit;
    max-width: 100%;
}

h3 {
    margin-top: 5px;
}

ul {
	list-style: none;
}

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

p {
    font-size: 17px;
    line-height: 1.625;
    color: #000;
}

.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;
    line-height: normal;
}
.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;
}

.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;
}

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

.Desktop .container {
    max-width: 1200px;
    width: 100%;
    margin: auto;
    padding: 0 15px;
}

.Tablet .container,
.Mobile .container {
    max-width: 90%;
    width: 100%;
    margin: auto;
}

header {
    position: absolute;
    z-index: 2;
    width: 100%;
    background: rgba(255, 255, 255, 0.05);
}

.Tablet header,
.Mobile header {
  position: fixed;
  z-index: 999;
  background: rgba(0, 0, 0, 0.8);
}

.nav_content {
    display: grid;
    align-items: center;
    grid-template-columns: repeat(3, 1fr);
    padding: 10px 0;
}

.Mobile .nav_content,
.Tablet .nav_content {
    display: block;
}

.Mobile .nav_content .logo,
.Tablet .nav_content .logo {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

._menu img {
  width: 30px;
  height: 30px;
  object-fit: contain;
}

.nav_content > div {
    display: flex;
    align-items: center;
    justify-content: center;
}

.navTop_1 {
    display: flex;
    align-items: center;
    gap: 10px;
}

.Tablet .navTop_1 {
  position: fixed;
  top: 100px;
  width: 100%;
  background: #fff;
  left: 0;
}

.Mobile .navTop_1 {
  position: fixed;
  top: 100px;
  width: 100%;
  background: #fff;
  left: 0;
}

.navTop_icon {
    width: 50px;
    height: 50px;
    background: transparent;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
}

.navTop_icon img {
    width: 20px;
    height: 20px;
    object-fit: contain;
    filter: invert(1);
}

.Tablet .navTop_tel,
.Mobile .navTop_tel {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 0;
}

.navTop_tel a {
    display: block;
    color: #fff;
    font-size: 18px;
        line-height: 1.6;
}

.Mobile .navTop_tel a,
.Tablet .navTop_tel a {
  padding: 5px 20px;
  border-radius: 20px;
  background: #d93437;
}

.navTop_tel a:hover { 
    color: #d30004; 
}

.navTop_tel p {
    display: block;
    color: #fff;
    font-size: 18px;
    line-height: 24px;
}

.logo a img {
    width: 350px;
    height: 120px;
    object-fit: contain;
}

.Tablet .logo a img,
.Mobile .logo a img {
  width: 220px;
  height: 80px;
  object-fit: contain;
}

ul.col.nav-list {
    display: flex;
    align-items: center;
    text-align: center;
    gap: 10px;
    padding: 15px 0px;
}

.Tablet .col.nav-list {
  position: fixed;
  flex-direction: column;
  top: 150px;
  width: 100%;
  background: #fff;
  left: 0;
  transform: scaleY(0);
  transform-origin: top;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
}

.Mobile .col.nav-list {
  position: fixed;
  flex-direction: column;
  top: 150px;
  width: 100%;
  background: #fff;
  left: 0;
  transform: scaleY(0);
  transform-origin: top;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
}

.col.nav-list.navShow {
    transform: scaleY(1);
      opacity: 1;
      visibility: visible;
}

li.nav-item {
    color: #fff;
    letter-spacing: 0.02em;
    position: relative;
}

.Tablet li.nav-item {
  color: #000;
  padding: 5px 0;
  width: 90%;
}

.Mobile li.nav-item {
  color: #000;
  padding: 5px 0;
  width: 100%;
}

li.nav-item:before {
    content: '';
    position: absolute;
    width: 50px;
    height: 1px;
    background: #d93437;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: 0.5s;
}

li.nav-item.active:before {
    background: #fff;
    opacity: 1;
}

li.nav-item:not(.active):hover > a {
    color: #d30004;
}

li.nav-item:hover:before {
    opacity: 1;
}

.nav-click {
    position: absolute;
    right: 0;
    width: 30px;
    height: 30px;
    top: 0;
    background: #000;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav-click img {
    width: 14px;
    height: 14px;
    object-fit: contain;
}

ul.nav-submenu {
    position: absolute;
    width: 800px;
    column-count: 2;
    text-align: left;
    background: #fff;
    color: #000;
    padding: 20px;
    z-index: 99;
    top: 100px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
}

.Tablet ul.nav-submenu,
.Mobile ul.nav-submenu {
  opacity: 0;
  visibility: hidden;
  position: static;
  width: 100%;
  column-count: 1;
  text-align: center;
  height: 0px;
  overflow-y: scroll;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: start;
  flex-direction: column;
  padding: 0;
  border: 1px solid transparent;
}

.megaMenu.showSub ul.nav-submenu {
    height: 300px;
    opacity: 1;
    visibility: visible;
    border: 1px solid #d93437;
}

.Desktop li.nav-item:hover > .megaMenu ul.nav-submenu {
    top: 50px;
    opacity: 1;
    visibility: visible;
}

li.nav-submenu-item {
    padding: 5px 0;
}

li.nav-submenu-item:hover > a,
li.nav-submenu-item.active > a {
    color: #d30004;
}

.homeSlider {
    width: 100%;
    height: 1000px;
    position: relative;
}

.Tablet .homeSlider {
  width: 100%;
  height: 760px;
  position: relative;
}

.Mobile .homeSlider {
    width: 100%;
    height: 600px;
    position: relative;
}

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

.slider_content {
    position: absolute;
    top: 56%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 30px;
    width: 100%;
    margin: auto;
    text-align: center;
}

.Mobile .slider_content {
    top: 60%;
}

.Tablet .slider_content {
    max-width: 100%;
  width: 100%;
  gap: 20px;
}
.Mobile .slider_content {
  max-width: 90%;
  width: 100%;
  gap: 10px;
}

._slider_nom {
    font-size: 23px;
    font-weight: 300;
    line-height: 20px;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 0.05em;
    font-family: "Times New Roman";
}

.Mobile ._slider_nom {
    font-size: 16px;
}
._slider_h1 {
    color: #d30004;
    font-size: 36px;
    font-style: italic;
    font-weight: 100;
    text-transform: uppercase;
    font-family: "Times New Roman";
}
.Mobile ._slider_h1,
.Tablet ._slider_h1 {
    color: #fff;
    font-size: 36px;
    font-style: normal;
}
.Desktop ._slider_h1::first-line {
    color: #fff;
    font-size: 54px;
}

.Tablet ._slider_h1 {
  font-size: 45px;
}

.Mobile ._slider_h1 {
    font-size: 25px;
    line-height: 28px;
}

._btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.Mobile ._btn {
    flex-direction: column;
    width: 100%;
}

.btn_rea {
    width: 200px;
    padding: 12px 0;
    font-size: 17px;
    color: #fff;
    background: transparent;
    border: 2px solid #fff;
    position: relative;
    text-transform: uppercase;
    transition: all 0.3s;
    z-index: 2;
}

.Mobile .btn_rea {
    width: 100%;
}

.Desktop .btn_rea:hover {
    border: 2px solid #000;
    background: #000000;
    color: #d30004;
}

.btn_rea::before {
    background: transparent;
    width: 96%;
    height: 80%;
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 1px solid #fff;
    transition: all 0.3s;
    z-index: 0;
}

.Desktop .btn_rea:hover::before {
    border: 1px solid #d93437;
}

.slider_content::before {
    content: '';
    width: 2px;
    height: 80px;
    background: #fff;
}

.slider_content::after {
    content: '';
    width: 2px;
    height: 80px;
    background: #fff;
}

.Tablet .slider_content::before,
.Tablet .slider_content::after {
    height: 50px;
}

.Mobile .slider_content::before,
.Mobile .slider_content::after {
    display: none;
}

section {
    padding: 100px 0;
    position: relative;
}

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

.section_nom {
    font-size: 18px;
    font-weight: 300;
    line-height: 20px;
    text-transform: uppercase;
    color: #000;
    letter-spacing: 0.05em;
    font-family: "Times New Roman";
}



h1 {
    font-size: 35px;
    line-height: 38px;
    margin: 20px 0;
    color: #333;
}

.Tablet h1 {
    margin: 15px 0;
}

.Mobile h1 {
    font-size: 25px;
    line-height: normal;
    margin: 15px 0;
}

h2 {
    font-size: 28px;
    margin: 20px 0;
    color: #333;
}

.Tablet h2 {
    margin: 15px 0;
}

.Mobile h2 {
    font-size: 22px;
    margin: 15px 0;
}

h3 {
    margin: 10px 0;
    color: #333;
}

section p {
    color: #535353;
}



section ._btn {
    justify-content: flex-start;
}

section .btn_rea {
    color: #000;
    border: 2px solid #000;
    text-align: center;
}

section .btn_rea::before {
    border: 1px solid #000;
}

.section_1,
.section_3 {
    background-color: #faf7f6;
}

.s1_content {
    display: flex;
    align-items: center;
    gap: 50px;
}

.Tablet .s1_content,
.Mobile .s1_content {
    flex-direction: column;
}

.s1_left {
    position: relative;
}

.s1_left::before {
    content: "";
    position: absolute;
    width: 64px;
    height: 98px;
    right: -20px;
    bottom: -20px;
    z-index: 1;
    background-image: url(../images/img/about-shape2-2.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    animation: aboutEffec2_Rotate 1.2s linear infinite alternate;
}

@keyframes aboutEffec2_Rotate {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-25px);
    }
}

.Mobile .s1_left::before {
    display: none;
}

.Tablet .s1_left,
.Mobile .s1_left,
.Tablet .s1_img_1,
.Mobile .s1_img_1 {
    width: 100%;
}

.s1_img_1 img {
    width: 500px;
    height: 680px;
    object-fit: cover;
    display: block;
    background: #ddd;
}

.Tablet .s1_img_1 img {
    width: 100%;
    height: 400px;
}

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

.s1_img_2 {
    position: absolute;
    width: 268px;
    height: 268px;
    left: 0;
    right: 0;
    bottom: -50px;
    z-index: 1;
    margin: 0 auto;
    border-radius: 50% !important;
    display: block;
}

.Mobile .s1_img_2 {
    width: 200px;
    height: 200px;
    bottom: -40px;
}

.s1_img_2::after {
    content: "";
    position: absolute;
    width: calc(100% + 16px);
    height: calc(100% + 16px);
    left: -8px;
    top: -8px;
    z-index: 2;
    background-image: url(../images/img/about-shape2-1.png);
    background-repeat: no-repeat;
    background-size: contain;
    animation: aboutEffec1_Rotate 4.2s linear infinite;
}

@keyframes aboutEffec1_Rotate {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}

.s1_img_2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: 8px solid #fff;
    border-radius: 50% !important;
    display: block;
    background: #888;
}

.soc_nom {
    color: #d30004;
    font-family: "Times New Roman";
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 0.03em;
    position: relative;
    width: fit-content;
}

.soc_nom::after,
.soc_nom::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #d93437;
    border-left: 1px solid #d93437;
    left: 0;
    right: 0;
    bottom: -2px;
    margin: 0 auto;
}

.soc_nom::before {
    width: 50%;
    bottom: 0;
    right: auto;
}

.soc_nom::after {
    height: 2px;
}

.s1_contact {
    margin-top: 20px;
}

.s1_right .s1_contact ._btn {
    margin-top: 30px;
}

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

.s2_title {
    color: #fff;
    font-size: 35px;
    letter-spacing: 0.03em;
    font-weight: 100;
    line-height: 50px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 30px;
    font-weight: 600;
}

.s1_grid_img {
    width: 73px;
    min-width: 73px;
    height: 73px;
    border-radius: 50%;
    font-size: 40px;
    line-height: 1;
    background-color: #2a2826;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-box-shadow: 0px 0px 6px 7px #F7F1EE;
    box-shadow: 0px 0px 6px 7px #F7F1EE;
    transition: all 0.5s ease;
}

.s1_grid_img img {
    width: 40px;
    height: 40px;
    object-fit: contain;
}

.s1_grid_p {
    color: #2a2826;
    font-weight: 600;
    font-size: 20px;
    line-height: 31px;
    margin-bottom: 0;
    padding-left: 24px;
    transition: all 0.5s ease;
    letter-spacing: 0.03em;
}

.s1_grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin: 20px 0;
}

.Mobile .s1_grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
}

.s1_grid_box {
    display: flex;
    align-items: center;
}

.s2_content {
    position: relative;
}

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

.s2_box {
    position: relative;
    overflow: hidden;
    margin: 0 10px;
    border: 1px solid #d93437;
}

.Mobile .s2_box {
    margin: 0;
}

.s2_box:hover {
    border: 1px solid #fff;
}

.s2_box_top {
    background-color: #0e0e0eeb;
    padding: 64px 15px 50px 15px;
    position: relative;
    box-shadow: 0 5px 83px rgb(3 43 86 / 12%);
    z-index: 2;
    transition: .5s;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 445px;
}

.Mobile .s2_box_top {
    padding: 20px;
    height: 100%;
}

.Desktop .s2_box:hover .s2_box_top {
    transform: translateY(-115px);
}

.s2_box_icon {
    margin-bottom: 20px;
    transition: 1s;
}

.Desktop .s2_box:hover .s2_box_icon {
    transform: scale(0);
}

.s2_box_icon img {
    width: 85px;
    height: 85px;
    object-fit: contain;
    display: block;
}

.s2_h1 {
    margin: 36px auto;
    color: #fff;
    transition: 0.5s;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.03em;
    font-size: 20px;
    width: 70%;
    text-align: center;
}

.Mobile .s2_h1 {
    margin: 0 auto;
    width: 100%;
    font-size: 15px;
}

.s2_p {
    margin: 0px 0px 33px 0px;
    color: #fff;
    font-size: 18px;
    text-align: center;
}

.s2_box_top > a {
    color: #d30004;
    margin-top: 10px;
    display: inline-block;
    font-weight: 600;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    transition: 1s;
}

.s2_box:hover .s2_box_top > a {
    color: #fff;
}

.s2_box_bottom {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    opacity: 0;
    transition: 1s;
}

.s2_box:hover .s2_box_bottom {
    opacity: 1;
}

.s2_box_bottom img {
    width: 100%;
    height: 115px;
    object-fit: cover;
    background: #ddd;
    display: block;
}

.s3_content {
    display: flex;
    align-items: center;
}

.Tablet .s3_content,
.Mobile .s3_content {
    flex-direction: column;
}

.Tablet .s3_left,
.Mobile .s3_left {
    width: 100%;
}

.s3_left img {
    width: 650px;
    height: 650px;
    object-fit: cover;
    display: block;
    background: #ddd;
    position: relative;
    z-index: 0;
}

.Tablet .s3_left img {
    width: 100%;
    height: 300px;
}
.Mobile .s3_left img {
    width: 100%;
    height: 250px;
}

.s3_right {
    background: #fff;
    padding: 50px 60px;
    position: relative;
    z-index: 2;
    margin-left: -230px;
}

.Tablet .s3_right {
    margin: -50px 20px 0 20px;
    border-radius: 10px;
}

.Mobile .s3_right {
    margin: -50px 10px 0 10px;
    border-radius: 10px;
    padding: 30px 20px;
}

.s4_content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    justify-content: center;
    gap: 100px;
}

.Tablet .s4_content,
.Mobile .s4_content {
  grid-template-columns: repeat(1, 1fr);
}

.s4_right {
    display: grid;
    gap: 70px;
}

.Mobile .s4_right {
    gap: 100px;
}

.s4_box {
    display: flex;
    align-items: center;
    gap: 25px;
    position: relative;
}

.Mobile .s4_box {
    flex-direction: column;
    padding: 0 20px;
    margin-top: 60px;
}

.s4_right .s4_box:nth-child(1):before {
    content: '';
    position: absolute;
    width: 80%;
    height: 115%;
    background: url(../images/img/s4_box_1.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 0;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.s4_right .s4_box:nth-child(2):before {
    content: '';
    position: absolute;
    width: 80%;
    height: 115%;
    background: url(../images/img/s4_box_2.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 0;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.s4_right .s4_box:nth-child(1):after,
.s4_right .s4_box:nth-child(2):after {
    content: '';
    position: absolute;
    width: 80%;
    height: 115%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 1;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.Mobile .s4_right .s4_box:nth-child(1):before,
.Mobile .s4_right .s4_box:nth-child(2):before,
.Mobile .s4_right .s4_box:nth-child(1):after,
.Mobile .s4_right .s4_box:nth-child(2):after {
    width: 100%;
}

.s4_box_img {
    width: 200px;
    height: 200px;
    position: relative;
    z-index: 5;
}

.Mobile .s4_box_img {
    margin-top: -100px;
}

.s4_box_img::before,
.s4_box_img::after {
    content: "";
    position: absolute;
    width: calc(100% + 0px);
    height: calc(100% + 20px);
    left: 0;
    top: -10px;
    z-index: 5;
    background-repeat: no-repeat;
    background-size: contain;
}

.Mobile .s4_box_img::before,
.Mobile .s4_box_img::after {
    transform: rotate(90deg);
}

.s4_box_img::before {
    background-image: url(../images/img/feature-shape1-1.png);
    background-position: center top;
}

.s4_box_img::after {
    background-image: url(../images/img/feature-shape1-2.png);
    background-position: center bottom;
}

.s4_box_img img {
    width: 200px;
    height: 200px;
    object-fit: cover;
    display: block;
    background: #ddd;
    border-radius: 50%;
}

.s4_box_h2 {
    color: #fff;
    font-weight: 600;
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 20px;
    position: relative;
    z-index: 5;
}

.s4_box_p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 0;
    position: relative;
    z-index: 5;
}

.section_5 {
    padding: 50px 0;
}

.s5_title {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 22px;
    margin-bottom: 50px;
}

.s5_h {
    font-size: 20px;
    font-weight: 600;
    color: #333;
}

.s5_h1 {
    font-family: "Times New Roman";
    font-weight: 600;
    font-size: 45px;
    color: #333;
}

.Mobile .s5_h1 {
    font-size: 27px;
    text-align: center;
}

.s5_content img {
    width: 150px;
    height: 150px;
    object-fit: contain;
    filter: grayscale(1);
}

.section_6::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;
}

.Mobile .section_6::before {
    background: rgba(0, 0, 0, 0.8);
}

.s6_content {
    display: flex;
    align-items: center;
    gap: 50px;
    position: relative;
}

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

.Tablet .s6_right,
.Mobile .s6_right {
    width: 100%;
}

.s6_img {
    width: 480px;
    height: 480px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #0e0e0e85;
    border: 1px solid #d93437;
}

.Tablet .s6_img {
    width: 100%;
    height: 330px;
}

.Mobile .s6_img {
    width: 100%;
    height: 280px;
}

.s6_img img {
    width: 450px;
    height: 450px;
    object-fit: cover;
    display: block;
    background: #ddd;
}

.Tablet .s6_img img {
    width: 95%;
    height: 300px;
}

.Mobile .s6_img img {
    width: 95%;
    height: 250px;
}

.s6_left .section_nom {
    color: #d30004;
}

.s6_left ._txt h2,
.s6_left ._txt p,
.s6_left ._txt h3 {
    color: #fff;
}

.s6_left ._btn a {
    color: #fff;
    border: 2px solid #fff;
}

.s6_left ._btn a::before {
    border: 2px solid #fff;
}

.s7_content {
    display: flex;
    align-items: center;
    gap: 80px;
}

.Tablet .s7_content,
.Mobile .s7_content {
  flex-direction: column;
  gap: 20px;
}

.Tablet .s7_left,
.Mobile .s7_left {
  width: 100%;
}

.s7_left_bg_1 {
    width: 370px;
    height: 510px;
    padding: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 0;
}

.Tablet .s7_left_bg_1,
.Mobile .s7_left_bg_1 {
  width: 100%;
}

.s7_left_bg_1:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    background-color: rgb(250 247 246 / 80%);
}

.s7_left_bg_2 {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-direction: column;
    width: 100%;
    height: 100%;
    padding: 40px 20px;
    z-index: 2;
}

.Mobile .s7_left_bg_2 {
    padding: 20px;
}

.s7_left_bg_2:before {
    content: '';
    background: linear-gradient(0deg, rgba(217, 52, 55, 1) 0%, rgba(0, 0, 0, 0.48) 40%);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
}

.s7_left_list {
    position: relative;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 15px;
    width: 100%;
}

.Tablet .s7_left_list {
  flex-direction: row;
}

.s7_left_li {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    background: #fff;
    padding: 10px 0;
    border-radius: 5px;
}

.s7_left_img {
    width: 32px;
    min-width: 32px;
    height: 32px;
    border: 1px solid #2a2826;
    background-color: #d30004;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease;
}

.s7_left_img img {
    width: 15px;
    height: 15px;
    object-fit: contain;
        filter: invert(1);
}

.s7_left_a a {
    color: #2a2826;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.02em;
}

.s7_left_p {
    position: relative;
    z-index: 3;
    font-size: 25px;
    line-height: 34px;
    color: #fff;
    margin-bottom: 38px;
    font-weight: 600;
    text-align: center;
}

.section_8 {
    margin-bottom: -150px;
    position: relative;
    z-index: 5;
}

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

.Mobile .s8_content {
    grid-template-columns: repeat(1, 1fr);
}

.s8_box {
    width: calc(100% - 20px);
    background-image: url(../images/img/funfactbg1-1.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #f3ede8;
    background-blend-mode: overlay;
    padding-top: 42px;
    padding-bottom: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.Mobile .s8_box {
    width: 100%;
    margin: 20px 0;
    padding: 30px 0;
}

.s8_title {
    margin: 0;
    color: #2a2826;
    font-weight: 700;
    font-size: 70px;
    line-height: 1;
    display: block;
}

.Tablet .s8_title {
    font-size: 50px;
}

.Mobile .s8_title {
    font-size: 40px;
}

.s8_p {
    margin: 0;
    color: #2a2826;
    font-size: 18px;
    line-height: 34px;
    margin-top: 6px;
    margin-bottom: 0;
}

.s8_img {
    line-height: 1;
    width: 105px;
    height: 105px;
    border-radius: 50%;
    background-color: #d30004;
    transition: all 0.6s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: inset 0px 0px 10px 0px rgba(255, 255, 255, 0.35);
    margin-bottom: 21px;
    border: 2px solid #fff;
}

.s8_img img {
    width: 52px;
    height: 52px;
    object-fit: contain;
    display: block;
}

.section_9 {
    position: relative;
    padding-top: 200px !important;
}

.section_9:before {
    content: '';
    background: rgba(22, 20, 18, 0.8);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.s9_content {
    display: flex;
    align-items: center;
    gap: 50px;
    position: relative;
    z-index: 2;
}

.s9_left .section_nom {
    color: #d30004;
}

.s9_left h2,
.s9_left p,
.s9_left h3 {
    color: #fff;
}

.progress_title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

._pr_h1 {
    color: #fff;
    font-weight: 600;
    font-size: 19px;
    letter-spacing: 0.03em;
}

.press {
    background-color: #d30004;
    border-radius: 4px 4px 4px 0;
    color: #fff;
    font-weight: 700;
    font-size: 15px;
    padding: 2px 6px;
}

._progress_bar_block {
    display: block;
    width: 100%;
    height: 15px;
    background: #fff;
    position: relative;
}

.progress_bar .progress_box {
    margin-top: 20px;
}

.progress_bar .progress_box:nth-child(1) ._progress_bar_block:before {
    content: '';
    position: absolute;
    top: 46%;
    transform: translateY(-50%);
    width: 92%;
    height: 10px;
    left: 2px;
    background: #d93437;
}

.progress_bar .progress_box:nth-child(2) ._progress_bar_block:before {
    content: '';
    position: absolute;
    top: 46%;
    transform: translateY(-50%);
    width: 95%;
    height: 10px;
    left: 2px;
    background: #d93437;
}

.s9_left .s1_contact {
    margin-top: 40px;
}

.s9_left .s1_contact ._btn a {
    color: #fff;
    border: 2px solid #fff;
}

.s9_left .s1_contact ._btn a::before {
    border: 2px solid #fff;
}

.s9_right {
    position: relative;
}

.s9_right > img {
    width: 616px;
    height: 705px;
    object-fit: cover;
    mask-image: url(../images/img/feedback-services-shape2-1.png);
    mask-position: center;
    mask-repeat: no-repeat;
    display: block;
    background: #ddd;
}

.s9_img {
    position: absolute;
    width: 100%;
    max-width: 271px;
    height: 224px;
    top: 0;
    z-index: 1;
    -webkit-mask-position: center center;
    mask-position: center center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
}

.s9_img_1 {
    left: 0;
    top: 75px;
    mask-image: url(../images/img/feedback-services-shape2-2.png);
    animation: feedback_leftshape 1.5s linear infinite alternate;
}

@keyframes feedback_leftshape {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(32px, -27px);
    }
}

.s9_img img {
    width: 271px;
    height: 224px;
    object-fit: cover;
    background: #ddd;
    display: block;
}

.s9_img_2 {
    right: -100px;
    top: 280px;
    mask-image: url(../images/img/feedback-services-shape2-3.png);
    animation: feedback_rightshape 1.2s linear infinite alternate;
}

@keyframes feedback_rightshape {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(-9px, 27px);
    }
}

.s10_content {
    display: flex;
    align-items: center;
}

.Tablet .s10_content,
.Mobile .s10_content {
  flex-direction: column;
}

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

.Tablet .s10_left {
  width: 90%;
}

.Mobile .s10_left {
  width: 95%;
}

.s10_left img {
    width: 480px;
    height: 580px;
    object-fit: cover;
    background: #ddd;
    display: block;
}

.Tablet .s10_left img {
    width: 100%;
    height: 300px;
}

.Mobile .s10_left img {
    width: 100%;
    height: 250px;
}

.s10_title {
    font-size: 50px;
    margin: 10px auto 20px;
    font-weight: 700;
}

.Mobile .s10_title {
    font-size: 30px;
    margin: 10px auto;
}

.s10_p {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 40px;
}

.s10_right {
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #000;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin: 0px 0px 0px -240px;
    padding: 80px 70px 80px 290px;
    position: relative;
    background: #faf7f6;
}

.Tablet .s10_right {
  padding: 100px 50px 50px;
  margin: -70px 0 0 0;
}

.Mobile .s10_right {
  padding: 80px 20px 20px;
  margin: -40px 0 0 0;
}

#FormDevis .form-input {
    border-style: solid;
    border-width: 0px 0px 1px 0px;
    border-color: #282828;
    border-radius: 0px 0px 0px 0px;
    padding: 0px 20px 0px 5px;
    height: 55px;
    color: #666666;
    border-bottom: 1px solid #000000;
    font-size: 1rem;
    line-height: 1.5;
    background: #faf7f6;
}

#FormDevis .btn-submit {
    width: 200px;
    padding: 12px 0;
    font-size: 17px;
    color: #000;
    background: transparent;
    border: 2px solid #000;
    position: relative;
    text-transform: uppercase;
    transition: all 0.3s;
    z-index: 2;
}

#mail {
    display: none;
}

#FormDevis {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 50px;
}

.Mobile #FormDevis {
    display: flex;
    flex-direction: column;
}

#FormDevis textarea,
#FormDevis .btn-submit {
    grid-column: 1 / 3;
}

.Desktop #FormDevis textarea {
    min-width: 568px;
    max-width: 568px;
    max-height: 75px;
    height: 57px;
}

.footer_top_content {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.Mobile .footer_top_content,
.Tablet .footer_top_content {
  grid-template-columns: repeat(1, 1fr);
}

footer {
    position: relative;
    background: url(../images/img/footer_bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
}

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

.footer_top {
    position: relative;
    z-index: 2;
    padding: 80px 0;
}

.footer_des {
    color: #fff;
    font-size: 16px;
    margin-top: 20px;
    line-height: 27px;
}

.footer_title {
    color: #fff;
    font-size: 25px;
    line-height: 1;
    font-weight: 600;
    margin-bottom: 25px;
}

.footer_list {
    display: grid;
    gap: 10px;
}

.footer_li {
    display: flex;
    align-items: center;
    gap: 7px;
}

.footer_img img {
    width: 15px;
    height: 15px;
    object-fit: contain;
    display: block;
}

.footer_li a {
    color: #fff;
    font-size: 18px;
}

.footer_h2 {
    width: 80%;
    margin: auto;
    font-size: 21px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 15px;
}

.Tablet .footer_h2 {
    width: 60%;
    margin-left: 0;
}

form#rappel_immediat ._rappel_num,
.footer_top_content .footer_box:last-of-type .footer_title {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.Tablet form#rappel_immediat ._rappel_num,
.Tablet .footer_top_content .footer_box:last-of-type .footer_title {
    width: 60%;
    margin-left: 0;
    margin-right: auto;
}

form#rappel_immediat ._rappel_num {
    position: relative;
}

form#rappel_immediat ._rappel_num img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 20px;
    width: 20px;
    height: 20px;
    object-fit: contain;
}

#rappel_immediat .input-form {
    width: 100%;
    display: block;
    border: none;
    outline: none;
    height: 58px;
    background-color: #fff;
    color: rgba(132, 132, 132, 0.7);
    font-size: 16px;
    font-weight: 400;
    padding-left: 50px;
    padding-right: 20px;
    transition: all 500ms ease;
    border-radius: 4px;
}

#rappel_immediat .btn-devis-gratuit {
    width: 80%;
    height: 58px;
    border: none;
    outline: none;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    transition: all 500ms ease;
    border-radius: 4px;
    background-color: #d30004;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.Mobile form#rappel_immediat ._rappel_num,
.Mobile .footer_top_content .footer_box:last-of-type .footer_title,
.Mobile #rappel_immediat .btn-devis-gratuit,
.Mobile .footer_h2 {
    width: 100%;
}

.Tablet #rappel_immediat .btn-devis-gratuit {
    width: 60%;
    margin-left: 0;
}

.copyright {
    position: relative;
    z-index: 5;
}

._copy_content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 50px 0;
    border-top: 1px solid #f5f5f5;
}

.Mobile ._copy_content {
    flex-direction: column;
    gap: 15px;
    padding: 30px 0;
}

._copy_right {
    display: flex;
    align-items: center;
    gap: 10px;
}

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

._copy_left {
    color: #fff;
    font-size: 18px;
}

.copy_p {
    color: #fff;
    font-weight: 600;
    letter-spacing: 0.03em;
    font-size: 19px;
}

._res {
    display: flex;
    align-items: center;
    gap: 7px;
}

._res a {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

._res a img {
    width: 17px;
    height: 17px;
    object-fit: contain;
    display: block;
}

.p1_content {
    display: flex;
    align-items: center;
    gap: 50px;
}

.Tablet .p1_content,
.Mobile .p1_content {
    flex-direction: column;
    gap: 20px;
}

.p1_right {
    position: relative;
}

.p1_right:before {
    content: '';
    position: absolute;
    width: 80%;
    height: 110%;
    background: transparent;
    top: 50%;
    transform: translateY(-50%);
    right: -40px;
    border: 5px solid #d93437;
    z-index: -1;
}

.Tablet .p1_right,
.Mobile .p1_right {
    width: 100%;
}

.p1_right img {
    width: 500px;
    height: 550px;
    object-fit: cover;
    display: block;
    background: #888;
}

.Tablet .p1_right img {
    width: 100%;
    height: 300px;
}

.Mobile .p1_right img {
    width: 100%;
    height: 250px;
}

.Tablet .p1_right:before,
.Mobile .p1_right:before {
    display: none;
}

.presta_2:before {
    background: rgb(0 0 0 / 50%);
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.p2_content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    position: relative;
    z-index: 2;
}

.p2_box {
    position: relative;
    padding: 40px 30px;
    border-radius: 20px;
}

.p2_box:before {
    background: rgb(255 255 255 / 14%);
    backdrop-filter: blur(12px);
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 4;
    border-radius: 20px;
}

.p2_box h2,
.p2_box h3,
.p2_box p {
    position: relative;
    z-index: 5;
    color: #fff;
}

.Tablet .p2_content,
.Mobile .p2_content {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
}

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

.presta_3:after {
    content: '';
    background: #d93437;
    width: 30%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.Tablet .presta_3:after,
.Mobile .presta_3:after {
    width: 100%;
    height: 250px;
}

.p3_content {
    display: flex;
    align-items: center;
    gap: 50px;
    position: relative;
    z-index: 5;
}

.Tablet .p3_content,
.Mobile .p3_content {
    flex-direction: column;
    gap: 20px;
}

.Tablet .p3_left,
.Mobile .p3_left {
    width: 100%;
}

.p3_left img {
    width: 510px;
    height: 660px;
    object-fit: contain;
    display: block;
    background: #888;
}

.Tablet .p3_left img {
    width: 100%;
    height: 300px;
}

.Mobile .p3_left img {
    width: 100%;
    height: 250px;
}

.p4_content,
.p4_right {
    display: flex;
    align-items: center;
    gap: 30px;
}

.Tablet .p4_content,
.Mobile .p4_content {
  flex-direction: column;
}

.Tablet .p4_right,
.Mobile .p4_right {
  flex-direction: column-reverse;
}

.p4_right {
    background: #faf7f6;
    border-radius: 20px;
}

.Tablet .p4_left,
.Mobile .p4_left,
.Tablet .p4r_img,
.Mobile .p4r_img {
  width: 100%;
}

.p4_left img {
    width: 275px;
    height: 606px;
    object-fit: cover;
    display: block;
    background: #ddd;
    border-radius: 20px;
}

.p4r_img img {
    width: 275px;
    height: 606px;
    object-fit: cover;
    display: block;
    background: #ddd;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

.Tablet .p4_left img,
.Tablet .p4r_img img {
    width: 100%;
    height: 300px;
    border-radius: 20px;
}
.Mobile .p4_left img,
.Mobile .p4r_img img {
    width: 100%;
    height: 250px;
    border-radius: 20px;
}

.p4r_txt {
    padding: 50px 30px 50px 0;
}

.Tablet .p4r_txt {
    padding: 30px;
}

.Mobile .p4r_txt {
    padding: 20px;
}

.contact .section_8 {
    margin-bottom: 0;
    padding: 100px 0;
}

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

.contact .s8_title {
    font-size: 25px;
}

.contact .s8_p {
    line-height: 25px;
    margin-top: 20px;
    display: flex;
    align-items: center;
    gap: 15px;
}

.Tablet.contact .s8_p {
  flex-direction: column;
  justify-content: center;
  text-align: center;
  padding: 0 10px;
  font-size: 18px;
}

div#realisations .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

#realisations .col-lg-3 {
    flex: 0 0 24%;
    max-width: 24%;
    margin: 0 5px;
}

.Tablet #realisations .col-lg-3 {
    flex: 0 0 30%;
    max-width: 30%;
    margin: 0 5px;
}

.Mobile #realisations .col-lg-3 {
    flex: 0 0 100%;
    max-width: 100%;
    margin: 0;
}

.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;
}
.Desktop .s2_grid {
    display: flex;
    overflow: hidden;
}
.Desktop .s2_box {
    min-width: 370px;
}