* {
    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;
}

h4 {
    margin: 10px 0;
}

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: flex;
    align-items: center;
    justify-content: space-between;
}
}

.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: 140px;
    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;
    flex-direction: column;
}

.navTop_tel a {
    display: block;
    color: #fff;
    font-size: 20px;
}

.Mobile .navTop_tel a,
.Tablet .navTop_tel a {
  color: #000;
  border-radius: 20px;
  color: #fff;
}

.navTop_tel a:hover { 
    color: #1fc9ff; 
}

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

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

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

.Desktop .navList > .container {
    max-width: 100%;
}

ul.col.nav-list {
    display: flex;
    align-items: center;
    text-align: center;
    gap: 5px;
    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: 140px;
  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;
    font-size: 14px;
}

.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: #1fc9ff;
    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: #1fc9ff;
}

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 #1fc9ff;
}

.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: #007ca3;
}

.homeSlider {
    width: 100%;
    height: 1000px;
    position: relative;
    overflow-y: hidden;
}

.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: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 30px;
    max-width: 60%;
    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: #fff;
    font-size: 40px;
    font-weight: 100;
    line-height: 50px;
    text-transform: uppercase;
    font-family: "Times New Roman";
}

.Desktop ._slider_h1::first-line {
    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: #1fc9ff;
}

.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 #1fc9ff;
}

.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: #007ca3;
    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 #007ca3;
    border-left: 1px solid #007ca3;
    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;
    filter: brightness(0) invert(1);
}

.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 #1fc9ff;
}

.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: #1fc9ff;
    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_img {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

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

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

.Tablet .s5_content img {
    width: 150px;
    height: 150px;
    object-fit: contain;
}

.Mobile .s5_content img {
    width: 150px;
    height: 150px;
    object-fit: contain;
}

.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 #1fc9ff;
}

.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: #1fc9ff;
}

.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, rgb(31 201 255) 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: #1fc9ff;
    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;
}

.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: #1fc9ff;
    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;
    overflow: hidden;
}

.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: #1fc9ff;
}

.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: #1fc9ff;
    border-radius: 4px 4px 4px 0;
    color: #000;
    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: #007ca3;
}

.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: #007ca3;
}

.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: 10px;
    height: 10px;
    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;
    filter: brightness(0);
}

#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: #007ca3;
    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 80px;
}

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

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

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

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

.Mobile ._copy_left a {
    margin-top: 10px;
}

.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 #007ca3;
    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,
.p2_box ul,
.p2_box h4 {
    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: #1fc9ff;
    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;
}

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

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

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

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

.Tablet.devis .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 .s6_content ul,
.Tablet .s6_content ul {
    column-count: 2;
    margin: 20px 0;
}
section li {
    position: relative;
    align-items: center;
    padding-left: 20px;
    margin: 10px 0;
}
section li:before {
    content: '';
    width: 5px;
    height: 5px;
    background: #000;
    position: absolute;
    border-radius: 50%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.s6_content ul li:before,
.s9_content ul li:before,
.p2_content ul li:before,
.p2_content ul li > ul li:before {
    background: #fff;
}

body.ville .s6_content li {
    color: #fff;
}

._back_slider {
    z-index: -1;
}

.back {
    width: 100%;
    height: 1000px;
}

.Tablet .back {
    height: 760px;
}

.Mobile .back {
    height: 600px;
}

.what-say {
    background: #000 !important;
    padding-top: 100px !important;
}

.testimonial {
    margin: 0 20px 40px;
}

.testimonial .testimonial-content {
    padding: 35px 25px 35px 50px;
    margin-bottom: 35px;
    background: #fff;
    position: relative;
}

.testimonial .testimonial-content:before {
    content: "";
    position: absolute;
    bottom: -30px;
    left: 0;
    border-top: 15px solid #718076;
    border-left: 15px solid transparent;
    border-bottom: 15px solid transparent;
}

.testimonial .testimonial-content:after {
    content: "";
    position: absolute;
    bottom: -30px;
    right: 0;
    border-top: 15px solid #718076;
    border-right: 15px solid transparent;
    border-bottom: 15px solid transparent;
}

.testimonial-content .testimonial-icon {
    width: 50px;
    height: 45px;
    background: #1fc9ff;
    text-align: center;
    font-size: 22px;
    color: #fff;
    line-height: 42px;
    position: absolute;
    top: 37px;
    left: -19px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial-content .testimonial-icon:before {
    content: "";
    border-bottom: 16px solid #1fc9ff;
    border-left: 18px solid transparent;
    position: absolute;
    top: -16px;
    left: 1px;
}

.testimonial .description {
    font-size: 15px;
    font-style: italic;
    color: #8a8a8a;
    line-height: 23px;
    margin: 0;
}

.testimonial .title {
    display: block;
    font-size: 18px;
    font-weight: 700;
    color: #ffffff;
    text-transform: capitalize;
    letter-spacing: 1px;
    margin: 0 0 5px 0;
}

.testimonial .post {
    display: block;
    font-size: 14px;
    color: #0CCA4A;
}

.avis a {
  width:10%;
  float:left;
  height:100%;

}

.avis > i {
  background: url('../images/rating-sprit.png') no-repeat;
  display: inline-block;
  height: 23px;
  width: 120px;
  margin-right: 15px;
}
.avis-0 {
  background-position: 0 0 !important;
}
.avis-1 {
  background-position: 0 -25px !important;
}
.avis-2 {
  background-position: 0 -50px !important;
}
.avis-3 {
  background-position: 0 -75px !important;
}
.avis-4 {
  background-position: 0 -100px !important;
}
.avis-5 {
  background-position: 0 -125px !important;
}
.avis-6 {
  background-position: 0 -150px !important;
}
.avis-7 {
  background-position: 0 -175px !important;
}
.avis-8 {
  background-position: 0 -200px !important;
}
.avis-9 {
  background-position: 0 -225px !important;
}
.avis-10 {
  background-position: 0 -250px !important;
}

section._avis {
    background: #000;
}

div.avis {
    margin-bottom: 20px;
}

.avis_title {
    color: #fff;
    position: relative;
    font-size: 30px;
    text-align: center;
    margin-bottom: 70px;
    text-transform: uppercase;
}

.Mobile .avis_title {
    font-size: 20px;
}

.Desktop .avis_title:before {
    content: '';
    width: 30%;
    height: 2px;
    background: #fff;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
}

.Desktop .avis_title:after {
    content: '';
    width: 30%;
    height: 2px;
    background: #fff;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
}

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

.avis_btn {
    margin: auto;
    color: #fff;
    text-align: center;
    margin-top: 20px;
}

.avis_btn a {
    padding: 12px 50px;
    background: #fff;
    color: #000;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.03em;
    border-radius: 10px;
}

section#temoignages {
    position: relative;
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 50px 0;
    text-align: center;
}
section#temoignages > div > b {
  position: relative;
    font-size: 40px;
    color: #fff;
}
section#temoignages a {
    background: #b70d24;
    color: #fff;
    padding: 5px 12px;
    border-radius: 5px;
    font-size: 19px;
    margin: 25px 0;
    display: inline-block;
    position: relative;
}
section#temoignages p {
    color: #fff;
    font-size: 17px;
}
section#temoignages span {
    color: #fff;
    font-size: 17px;
    text-transform: uppercase;
}
section#temoignages::before {
    content: "";
    background: #000000ad;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 0;
}
.logo-partenaire {
    padding: 50px 0;
}

/*******/
.col-tem input {
    width: 100%;
    background: #fff;
    height: 50px;
    font-size: 14px;
    letter-spacing: 2px;
    padding: 10px;
    border: 1px solid #000;
    margin: 5px 0 20px;
}
.col-tem input:last-child {
    background: #1fc9ff;
    color: #000000;
    display: inline-block;
    margin: auto;
    text-align: center;
    border: none;
    width: 100%;
    font-size: 18px;
    text-transform: uppercase;
}
.col-tem textarea {
    width: 100%;
    background: #fff;
    padding: 10px;
    border: 1px solid #000;
    margin: 5px 0 20px;
    height: 100px;
    font-size: 14px;
    letter-spacing: 2px;
}
div#MonAvis span {
    color: #000;
    margin: 10px auto;
    text-transform: uppercase;
}
section.temoin {
    padding: 50px 0;
}
section.temoin h1, h2 {
    font-weight: bold;
    font-size: 25px;
}
.intro-layer.ribbon-1 span {
    display: block;
    color: #fff;
    font-size: 40px;
    text-shadow: 1px 3px #666666;
}
.titre-span > span {
    display: block;
}
.titre-span span:first-child {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
}
.\34 04 .sect4 {
    display: none;
}

section.temoin .row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.Mobile section.temoin .row {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
}

.item-tem {
    position: relative;
    padding-bottom: 15px;
}

.item-tem::before {
    content: '';
    width: 200px;
    height: 1px;
    position: absolute;
    bottom: 0;
    background: #888;
}

form#avis_form label {
    font-size: 16px;
    color: #535353;
}

.item-tem div.avis {
    margin: 20px 0 5px;
}

.pastille_content {
    display: flex;
    align-items: center;
    justify-content: center;
}

.Desktop .pastille_content {
    width: fit-content;
    background: rgba(255, 255, 255, 0.8);
    gap: 10px;
    padding: 10px;
    position: absolute;
    bottom: 40px;
    right: 50%;
    transform: translateX(50%);
}

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

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

.Desktop .pastille_content img {
    width: 80px;
    height: 80px;
    object-fit: contain;
}

.Tablet .pastille_content img {
    width: 150px;
    height: 150px;
    object-fit: contain;
}
.Tablet .pastille_content img,
.Mobile .pastille_content img {
    margin: auto;
}

.Mobile .pastille_content img {
    width: 120px;
    height: 120px;
    object-fit: contain;
}

.Mobile .navTop_tel a {
    font-size: 17px;
}

.navTop_1.btn_real {
    position: fixed;
    bottom: 0;
    height: fit-content;
    top: initial;
    background: #eee;
    width: 100%;
    left: 0;
}

.navTop_1.btn_real .navTop_tel {
    flex-direction: row;
    width: 100%;
    justify-content: center;
}

.Mobile .navTop_1.btn_real .navTop_tel a {
    font-size: 18px;
    padding: 5px 20px;
    background: #1fc9ff;
    color: #000;
}

body.contact .s8_box {
    box-shadow: 0 0 8px #aaa;
}

body.contact #Map {
    width: 480px;
    height: 580px;
    display: block;
    border: 1px solid #000;
    background: #ddd;
}

.Tablet.contact #Map {
    width: 100%;
    height: 300px;
}

.Mobile.contact #Map {
    width: 100%;
    height: 250px;
}

body.devis #Map {
    width: 480px;
    height: 580px;
    display: block;
    border: 1px solid #000;
    background: #ddd;
}

.Tablet.devis #Map {
    width: 100%;
    height: 300px;
}

.Mobile.devis #Map {
    width: 100%;
    height: 250px;
}

.gallery_title {
    text-align: center;
    margin-bottom: 30px;
    font-size: 30px;
    text-transform: uppercase;
}

.Mobile .gallery_title {
    text-align: center;
    margin-bottom: 20px;
    font-size: 22px;
    text-transform: uppercase;
}

.gallery_grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    margin-bottom: 30px;
}

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

.Mobile .gallery_grid {
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 20px;
}

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

.gallery_content .avis_btn a {
    padding: 12px 50px;
    background: #1fc9ff;
    color: #000;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.03em;
    border-radius: 10px;
}

div#realisations .avis_btn a {
    background: #1fc9ff;
    color: #000;
}

.Mobile b.titre-album {
    font-size: 20px;
}

.main-title {
    font-size: clamp(2rem, 4vw, 3.5rem);
    font-weight: 700;
    background: linear-gradient(135deg, #00b3bd, #52a7ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 20px;
    line-height: 1.2;
}

.Mobile .main-title {
    font-size: 23px;
    margin-bottom: 0;
}

.stats-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  margin-bottom: 40px;
  flex-wrap: wrap;
}

.google-badge {
  display: flex;
  align-items: center;
  gap: 15px;
  background: #fff;
  padding: 20px 30px;
  border-radius: 16px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
  border: 2px solid #f0f0f0;
}

.google-logo {
  width: 32px;
  height: 32px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: bold;
  font-size: 16px;
}

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

.rating-info {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.stars {
  display: flex;
  gap: 3px;
}

.star {
  color: #ffd700;
  font-size: 20px;
}

.reviews-count {
  font-weight: 600;
  color: #333;
  font-size: 18px;
}

.reviews-count .dynamic-number {
  color: #43539b;
  font-weight: 700;
}

.view-all-btn {
    background: linear-gradient(135deg, #00b3bd, #52a7ff);
    color: white;
    padding: 16px 32px;
    border: none;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    text-decoration: none;
    display: inline-flex
;
    align-items: center;
    gap: 10px;
    transition: all 0.3s ease;
    box-shadow: 0 8px 25px rgba(102, 126, 234, 0.3);
}

.view-all-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 35px rgba(102, 126, 234, 0.4);
}

.reviews-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 30px;
  margin-top: 50px;
}
.temoignages-item {
    padding: 0 20px;
}
.review-card {
    background: white;
    border-radius: 20px;
    padding: 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    border: 1px solid #f0f0f0;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    /*width: calc((100% / 3) - 20px) !important;*/
    margin: 0 10px;
}
.Mobile .review-card{
  width: 100%!important;
  margin: 0;
}
.review-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(135deg, #00b3bd, #ff7029);
}

.review-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
}

.review-header {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
}

.avatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: linear-gradient(135deg, #00b3bd, #764ba2);
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: 700;
  font-size: 18px;
}

.avatar img {
    width: 50px;
  height: 50px;
  object-fit: contain;
}

.reviewer-info {
  flex: 1;
}

.reviewer-name {
  font-weight: 600;
  color: #333;
  font-size: 16px;
  margin-bottom: 5px;
}

.review-date {
  color: #888;
  font-size: 14px;
}

.review-rating {
  display: flex;
  gap: 2px;
  margin-bottom: 15px;
}

.review-text {
  color: #555;
  line-height: 1.6;
  font-size: 15px;
}

.header-section p.subtitle {
    text-align: center;
}

.google-icon {
  color: #4285f4;
  font-size: 20px;
}

/* Responsive */
@media (max-width: 768px) {
  .reviews-container {
    padding: 40px 20px;
    margin: 10px;
    border-radius: 20px;
  }

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

  .stats-container {
    flex-direction: column;
    gap: 20px;
  }

  .google-badge {
    padding: 15px 20px;
  }

  .review-card {
    padding: 25px;
  }
}

@media (max-width: 480px) {
  .reviews-container {
    padding: 30px 15px;
  }

  .review-card {
    padding: 20px;
  }

  .view-all-btn {
    padding: 14px 28px;
    font-size: 15px;
  }
}

/* Animation pour l'affichage aléatoire */
.review-card {
  animation: fadeInUp 0.6s ease forwards;
  opacity: 0;
  transform: translateY(30px);
}

.review-card:nth-child(1) { animation-delay: 0.1s; }
.review-card:nth-child(2) { animation-delay: 0.2s; }
.review-card:nth-child(3) { animation-delay: 0.3s; }
.review-card:nth-child(4) { animation-delay: 0.4s; }
.review-card:nth-child(5) { animation-delay: 0.5s; }
.review-card:nth-child(6) { animation-delay: 0.6s; }

@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.section_avis {
    padding-bottom: 50px;
    padding-top: 0;
}

.header-section {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 30px;
}

body.Desktop.contact .homeSlider {
    height: 600px;
}

body.Tablet.contact .homeSlider {
    height: 300px;
}

body.Mobile.contact .homeSlider {
    height: 300px;
}

body.Desktop.devis .homeSlider {
    height: 600px;
}

body.Tablet.devis .homeSlider {
    height: 300px;
}

body.Mobile.devis .homeSlider {
    height: 300px;
}

.akisiweb img {
    width: 150px;
    height: 25px;
    object-fit: contain;
}

.agence p:first-child {
    color: #fff;
    font-weight: 500;
    font-size: 17px;
    padding-bottom: 2px;
    line-height: normal;
    border-bottom: 1px solid #fff;
    width: fit-content;
    margin-top: 10px;
}

.agence p {
    color: #fff;
    line-height: 20px;
    margin-top: 10px;
}

.col-tem .review-card {
    margin: 0 0 30px 0;
}

.Mobile .col-tem .review-card {
    margin: 0 0 20px 0;
}