* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Calibri', sans-serif;
}

:root {
    --first-color: #002d91;
    --second-color: #b90000;
}

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;
    position: relative;
    z-index: 2;
}
.blog_pageIntrouvable span {
  color: #000;
}

.blog_pageIntrouvable > div {
  height: 100%;
  color: #000;
}
.blog_pageIntrouvable h1 {
    font-size: 200px;
    color: #000;
}
.blog_pageIntrouvable p {
    font-size: 36px;
    line-height: 100%;
    margin-top: -21px;
    text-transform: uppercase;
    letter-spacing: 10px;
    color: #000;
}
.blog_pageIntrouvable .h-btn {
    justify-content: center;
}

.blog_pageIntrouvable .h-btn a {
    background: #fff;
    color: #000;
}

.blog_pageIntrouvable .h-btn a:hover {
    color: #555;
}

.blog_pageIntrouvable .h-btn a:hover:before,
.blog_pageIntrouvable .h-btn a:hover:after {
    content: "";
    background-color: #000;
    width: 100%;
}

.blog_pageIntrouvable a {
    color: #000;
}
.blog_pageIntrouvable .d-flex .btn_c a {
    justify-content: center;
    margin: auto;
}
#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;
}

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

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

.header_top {
    background: var(--first-color);
}

.header_top_content,
.hea_b_content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
}

.d-flex {
    display: flex;
    align-items: center;
    gap: 5px;
}

.hea_top {
    padding: 10px;
    border-radius: 5px;
    background: #fff;
    gap: 10px;
}

.header_bottom {
    background: #fff;
    border-bottom: 3px solid var(--second-color);
    padding-bottom: 40px;
}

.hea_top p {
    display: block;
    position: relative; 
    text-align: center;
    font-size: 24px;
    color: var(--second-color); 
}

.header_link {
    color: #ffffff;
    line-height: 20px; 
    font-size: 24px;
    gap: 50px;
}

.hea_b_right.d-flex {
    gap: 50px;
}
.hea_box b {
    display: block;
}

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

.nav_list {
    margin-top: -46px;
    position: relative;
    z-index: 2;
}

ul.col.nav-list {
    display: flex;
    align-items: center;
    gap: 5px;
    text-align: center;
    background: var(--second-color);
    padding: 10px;
    border: 3px solid #000;
    border-radius: 6px;
}

li.nav-item {
    position: relative;
}

.megaMenu {
    transform-origin: 0 0 0;
    transform: scaleY(0);
    opacity: 0;
    visibility: hidden;
    position: absolute;
    width: 200px;
    background: #fff;
    color: #000;
    transition: all 0.5s;
}

.Desktop li.nav-item:hover .megaMenu {
    opacity: 1;
    visibility: visible;
    transform: scaleY(1);
}

li.nav-item a {
    color: #ffffff;
    font-size: 14px;
    padding: 5px 7px;
    cursor: pointer;
    margin: 0px 0px;
    font-weight: 700;
    display: block;
}

.Desktop li.nav-item:hover:not(.active) > a {
    text-decoration: underline;
}

li.nav-item.active {
    border-bottom: 1px solid #fff;
}

li.nav-submenu-item a {
    color: #000;
    font-size: 15px;
    text-align: left;
    padding: 5px 10px;
}

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

li.nav-submenu-item.active a {
    color: var(--second-color);
}

.page_titre {
    position: relative;
    height: auto;
    width: 100%;
    max-width: 800px;
    display: flex;
    align-items: center;
}

.letter {
    font-size: 4rem;
    font-weight: bold;
    color: #fff;
    opacity: 0;
    transform: translateX(100vw);
    transition: transform 0.8s ease-out, opacity 0.5s ease-in;
    display: inline-block;
}

.letter.active {
    opacity: 1;
    transform: translateX(0);
}

.homeslider {
    position: relative;
    z-index: 0;
    margin-top: -41px;
    width: 100%;
    height: 800px;
    overflow: hidden;
}

.background {
    width: 100%;
    height: 800px;
    position: absolute;
    z-index: 1;
    background: var(--first-color);
}

.caption_ {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
}

.page_desc {
    color: #fff;
    width: 70%;
    font-size: 20px;
    line-height: 30px;
    margin: 15px 0;
}

._btn {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

._bg {
    width: 100%;
    height: 800px;
    position: relative;
}

._bg::before {
    content: '';
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
}

section {
    padding: 100px 0;
}

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

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

.s1_right {
    display: flex;
    align-items: center;
    gap: 15px;
}

.s1_right img {
    width: 300px;
    height: 400px;
    display: block;
    background: #ddd;
    border-radius: 20px;

}

.s1_img_1 {
    margin-top: 50px;
}

.s1_img_2 {
    margin-top: -50px;
}

._soc {
    background: var(--first-color);
    width: fit-content;
    color: #fff;
    padding: 5px 10px;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.03em;
    margin: 0 0 30px;
}

.content_btn {
    text-align: center;
    position: relative;
    width: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--second-color);
    color: #fff;
    padding: 10px 0 12px 0;
    overflow: hidden;
    margin: 50px 0 0;
    letter-spacing: 1px;
}

.content_btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.1);
    height: 100%;
    width: 40px;
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
    transform: scale(1);
    transform-origin: 50% 50%;
    transition: 1s ease-out;
}

.content_btn:hover::before {
    width: 100%;
    border-radius: 0%;
}

.content_btn span {
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
}

a.content_btn img {
    filter: invert(1);
    width: 15px;
    height: 15px;
    object-fit: contain;
    position: absolute;
    left: 15px;
}

section h1 {
    font-size: 24px;
    line-height: 25px;
    margin: 0 0 50px;
}
section h2 {
    font-size: 22px;
    line-height: 25px;
    margin: 0 0 50px;
}



section p {
    font-size: 17px;
    line-height: 27px;
}

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

.frame {
    width: 450px;
    height: 450px;
    max-width: 450px;
    max-height: 450px;
    margin: 0 auto;
    position: relative;
    transition: ease all 0.3s;
}

.frame:hover {
    cursor: pointer;
}

/*.frame:hover .text {
    mix-blend-mode: difference;
}
*/
.frame:hover .text span {
    color: var(--second-color);
}

.text {
    transform: translate(
        calc(calc(22px * -1) / 2),
        calc(calc(22px * -1) / 2)
    );
    position: relative;
    height: 100%;
    transition: ease all 0.3s;
}

.text span {
    font-size: 22px;
    display: inline-block;
    text-align: center;
    width: 22px;
    animation: frameMove 20s linear infinite;
    position: absolute;
    transition: ease all 0.3s;
    text-transform: uppercase;
}

@keyframes frameMove {
0% {
    top: 0;
    left: 0;
    transform: rotate(0deg);
}
24% {
    top: 0;
    left: 100%;
    transform: rotate(0deg);
}
25% {
    transform: rotate(90deg);
}
49% {
    top: 100%;
    left: 100%;
    transform: rotate(90deg);
}
50% {
    transform: rotate(180deg);
}
74% {
    top: 100%;
    left: 0%;
    transform: rotate(180deg);
}
75% {
    transform: rotate(270deg);
}
99% {
    top: 0%;
    left: 0%;
    transform: rotate(270deg);
}
100% {
    transform: rotate(360deg);
}
}

.s2_left img {
    position: absolute;
    top: 62%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 350px;
    height: 350px;
    object-fit: cover;
    background: #ddd;
    border-radius: 20px;
}

.s3_box {
    display: flex;
    gap: 15px;
}

.s3_box .item {
    margin: 0 10px;
}

.service-box-style2 {
    position: relative;
    background-color: #fff;
    transition: 0.5s all ease;
    border: 3px solid #002d91;
    overflow: hidden;
    height: 330px;
}

.service-box-style2 .service-media {
    padding: 20px 20px 0px 20px;
}

.service-box-style2 .service-media img {
    width: 100%;
    height: 210px;
    max-width: 393px;
    border-radius: 0px 0px 50px 0px;
    object-fit: cover;
}

.service-box-style2 .service-content {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 50%;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    z-index: 1;
    transition: all 200ms linear 0ms;
}

.service-box-style2 .service-media-hvr {
    background-size: cover;
    position: absolute;
    z-index: 1;
    left: 0px;
    bottom: 0px;
    right: 0px;
    top: 0px;
}

.service-box-style2 .service-content .service-content-data {
    padding: 45px 35px 45px 45px;
    background-color: rgba(0, 0, 0, 0.6);
    position: absolute;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
}

.service-box-style2 .service-content .service-content-data .service-title-large {
    margin-bottom: 15px;
    position: relative;
    font-size: 24px;
    font-weight: 700;
}

.service-box-style2 .service-content .service-content-data .service-title-large a {
    color: #fff;
}

.service-box-style2 .service-content2 {
    padding: 20px;
    color: #6f6f6f;
    position: relative;
}

.service-box-style2 .service-title-large2 {
    overflow: hidden;
    color: #000000;
    font-size: 18px;
    font-weight: 600;
    width: 70%;
}
.Mobile .service-box-style2 .service-title-large2{
    font-size: 14px; 
}

.service-box-style2 .service-title-large2 a {
    position: relative;
}

.service-box-style2 .service-content2:after {
    content: '';
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    max-width: 70px;
    height: 2px;
    background-color: #6f6f6f;
}

.service-box-style2:hover .service-content {
    left: 0;
    opacity: 1;
    visibility: visible;
}

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

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

.s2_h {
    font-size: 3rem;
    text-transform: uppercase;
    font-weight: 800;
}

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

.s4_left {
    position: relative;
}

img.s4_img_1 {
    width: 385px;
    height: 550px;
    object-fit: cover;
    display: block;
    background: #444;
    border-radius: 20px;
}

img.s4_img_2 {
    width: 295px;
    height: 405px;
    object-fit: cover;
    display: block;
    background: #ddd;
    border-radius: 20px;
    border: 2px solid var(--first-color);
    position: absolute;
    top: 41%;
    transform: translateY(-50%);
    right: -59px;
}

.s4_p {
    position: absolute;
    bottom: 20px;
    right: -40px;
    display: flex;
    align-items: center;
    gap: 10px;
    background: var(--second-color);
    padding: 15px 25px;
    border-radius: 10px;
    color: #fff;
}

.s4_box p:nth-child(1) {
    color: #fff;
    font-size: 2rem;
    font-weight: 800;
}

.s4_box p:nth-child(2) {
    color: #fff;
    font-size: 18px;
}

.section_5 {
    position: relative;
}

.section_5::before {
    content: '';
    background: #000;
    width: 100%;
    height: 60%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.s5_top {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 15px;
    margin-bottom: 40px;
}

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

.s5_title {
    font-size: 35px;
    letter-spacing: 0.03em;
    font-weight: 800;
    text-transform: uppercase;
    width: 70%;
    text-align: center;
    color: #fff;
}

.s5_box {
    background-color: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.06) 0px 3px 50px 4px;
    border: 1px solid #fff;
    border-radius: 4px;
    padding: 45px;
    transition: 700ms;
    margin: 0px;
}

.s5_c {
    margin-top: 30px;
}

.s5c_h {
    font-size: 19px;
    font-weight: 600;   
    letter-spacing: .03em;
    margin-bottom: 20px;
}

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

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

.section_7 {
    padding-bottom: 30px;
    position: relative;
}

.section_7::before {
    content: '';
    background: #000;
    width: 100%;
    height: 80%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}

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

.s7_left {
    width: 460px;
    height: 650px;
    position: relative;
}

.s7_img_1 img {
    width: 460px;
    height: 650px;
    object-fit: cover;
    display: block;
    background: #444;
    border-radius: 20px;
}

.s7_left > img {
    width: 215px;
    height: 320px;
    object-fit: cover;
    border-radius: 120px;
    display: block;
    background: #ddd;
    position: absolute;
    right: -60px;
    top: 50%;
    transform: translateY(-50%);
}

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

.partenaire {
    padding: 30px 0;
    background: #ddd;
}

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

.part img {
    width: 90px;
    height: 90px;
    object-fit: contain;
    display: block;
    color: #fff;
}

.s8_content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
}

.s8_content .s8_box {
    background: #f5f5f5;
    padding: 50px;
    border-radius: 20px;
    position: relative;
}

.Mobile .s8_content .s8_box{
    padding: 20px;
}
.s8_content .s8_box::before {
    content: '';
    position: absolute;
    top: 20px;
    right: 20px;
    filter: opacity(20%);
    background: url(../images/img/s8_icon.webp);
    width: 200px;
    height: 200px;
    z-index: 0;
}

.s8_content .s8_box .s8_txt {
    position: relative;
    z-index: 1;
}

.s8_content .s8_box:first-child {
    background: var(--first-color);
}

.s8_content .s8_box:last-child {
    background: var(--second-color);
}

.s8_content .s8_box:first-child ._soc,
.s8_content .s8_box:last-child ._soc {
    background: #fff;
    color: #000;
}

.s8_content .s8_box:first-child .content_btn,
.s8_content .s8_box:last-child .content_btn {
    background: #fff;
    color: #000;
}

.s8_content .s8_box:first-child .content_btn span,
.s8_content .s8_box:last-child .content_btn span {
    color: #000;
}

.s8_content .s8_box:first-child .content_btn img,
.s8_content .s8_box:last-child .content_btn img {
    filter: invert(0);
}

.s8_content .s8_box:first-child .s8_txt h2,
.s8_content .s8_box:last-child .s8_txt h2,
.s8_content .s8_box:first-child .s8_txt h3,
.s8_content .s8_box:last-child .s8_txt h3,
.s8_content .s8_box:first-child .s8_txt p,
.s8_content .s8_box:last-child .s8_txt p {
    color: #fff;
}

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

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

.Desktop .col-lg-3 {
    max-width: 23%;
    width: 23%;
    flex: 0 0 23%;
    margin: 0 10px;
}

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

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

.d-none {
    display: none;
}

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

.s9_left {
    width: 440px;
    height: 580px;
    position: relative;
}

.s9_img img {
    width: 440px;
    height: 580px;
    object-fit: cover;
    display: block;
    background: #ddd;
    border-radius: 20px;
}

.s9_txt {
    position: absolute;
    bottom: -70px;
    right: -70px;
    background: var(--second-color);
    padding: 80px 60px;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 25px;
    border-radius: 20px;
}

.s9_box img,
.footer_box_box img {
    width: 40px;
    height: 40px;
    object-fit: contain;
    display: block;
}

.s9_p span {
    color: #fff;
    font-weight: 600;
    font-size: 18px;
}


.s9_p p {
    color: #fff;
}

.s9_right {
    width: 40%;
    margin: auto;
}

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

.input-form {
    max-width: 100%;
    font-family: inherit;
    padding: 10px;
    font-size: 18px;
    width: 100%;
    border-radius: 5px;
    outline: none;
    border: 1px solid #000;
}

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

.form_title {
    font-size: 35px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 10px;
    font-weight: 800;
}

.form_p {
    font-size: 18px;
    text-align: center;
    margin-bottom: 30px;
}

input.btn-devis-gratuit {
    width: 100%;
    padding: 12px 0;
    font-size: 21px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: 800;
    border: none;
    background: var(--first-color);
    color: #fff;
    border-radius: 5px;
}

footer {
    background: var(--first-color);
    padding: 70px 0 30px;
}

._footer {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    align-items: flex-start;
    gap: 50px;
}

.f_title {
    color: #fff;
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 40px;
    padding-bottom: 10px;
    position: relative;
}

.f_title::before {
    content: '';
    background: #fff;
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 20%;
    height: 3px;
}

.footer_list {
    color: #fff;
}

.footer_list > a {
    display: block;
    color: #fff;
    margin: 5px 0;
    padding: 5px 0;
}

.footer_box_p p {
    color: #fff;
}

.footer_box_box {
    margin-bottom: 10px;
}

.footer_box_p span {
    font-weight: 600;
    text-transform: uppercase;
}

._text_f p {
    color: #fff;
    line-height: 25px;
    font-size: 15px;
    margin-top: 20px;
}

.copyright {
    background: var(--second-color);
    padding: 12px 0;
}

._copy {
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

._copy p,
._copy a {
    color: #fff;
}

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

.s5_box img,
.s4_p img {
    width: 50px;
    height: 50px;
    object-fit: contain;
    display: block;
}

#before-after-slider {
    width: 100%;
    position: relative;
    overflow: hidden;
    border: 3px solid white;
}

#before-image {
    position: absolute;
    height: 100%;
    width: 50%;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: 2;
}

#before-after-slider img {
    width: 600px;
    height: 500px;
    object-fit: cover;
}

#after-image {
    display: block;
}

#resizer {
    position: absolute;
    display: flex;
    align-items: center;
    z-index: 5;
    top: 0;
    left: 50%;
    height: 100%;
    width: 4px;
    background: white;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}

#resizer:after {
    background: var(--second-color);
    content: '◀▶';
    font-weight: 900;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    position: absolute;
    margin: 0 0 0 -22px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 3px solid white;
}

.s8_content._sx {
    display: flex;
    align-items: flex-start;
    gap: 50px;
}

.s8_content._sx .s8_box {
    width: 100%;
}

.presta_1 {
    background: #000;
}

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

.p1_left img {
    width: 520px;
    height: 475px;
    display: block;
    object-fit: cover;
    background: #ddd;
    border-radius: 20px;
}

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

.p2_content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
}

.p2_right {
    position: relative;
}

.p2_right img:nth-child(1) {
    width: 360px;
    height: 360px;
    object-fit: cover;
    display: block;
    background: #ddd;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 7%;
}

.Desktop .p2_right img:nth-child(2) {
    width: 160px;
    height: 160px;
    object-fit: cover;
    display: block;
    background: #ddd;
    border-radius: 50%;
    position: absolute;
    top: 40%;
    right: 0;
}

.Desktop .p2_right img:nth-child(3) {
    width: 220px;
    height: 220px;
    object-fit: cover;
    display: block;
    background: #ddd;
    border-radius: 50%;
    position: absolute;
    bottom: 0;
    right: 0;
}

.Desktop .p2_right img:nth-child(4) {
    width: 240px;
    height: 240px;
    object-fit: cover;
    display: block;
    background: #ddd;
    border-radius: 50%;
    position: absolute;
    top: 55%;
}

.Tablet .col.nav-list{
    flex-direction: column;
  position: absolute;
  width: 90%;
  margin: auto;
  transform-origin: 0 0 0;
  transform: scaleY(0);
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
}
.Mobile .col.nav-list {
  flex-direction: column;
  position: absolute;
  width: 95%;
  margin: auto;
  transform-origin: 0 0 0;
  transform: scaleY(0);
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
}

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

.Tablet .nav-click,
.Mobile .nav-click {
  position: absolute;
  right: 0px;
  top: 0;
  width: 40px;
  height: 40px;
  background: #fff;
  z-index: 99
}

.Tablet li.nav-item,
.Mobile li.nav-item {
  position: relative;
  width: 90%;
}

.Tablet .megaMenu,
.Mobile .megaMenu {
  transform-origin: 0 0 0;
  transform: scaleY(0);
  opacity: 0;
  visibility: hidden;
  position: static;
  width: 100%;
  background: #fff;
  color: #000;
  transition: all 0.5s;
  height: 0;
}

.Tablet .megaMenu.showSub,
.Mobile .megaMenu.showSub {
    height: 100%;
    transform: scaleY(1);
    opacity: 1;
    visibility: visible;
}

.Tablet li.nav-submenu-item a,
.Mobile li.nav-submenu-item a {
    text-align: center;
}

.Mobile .logo a img {
    width: 150px;
    height: 60px;
    object-fit: contain;
}

.Tablet .header_bottom,
.Mobile .header_bottom {
  position: fixed;
  z-index: 999;
  width: 100%;
  top: 0;
  left: 0;
  padding-bottom: 0;
}

.Tablet .col.nav-list.navShow {
  top: 90px;
}

.Tablet .header_top {
  position: fixed;
  top: 97px;
  z-index: 99;
  width: 100%;
}
.Mobile .header_top {
  position: fixed;
  top: 85px;
  z-index: 99;
  width: 100%;
}

.Tablet .header_top_content,
.Mobile .header_top_content {
    justify-content: center;
}

.Tablet .letter {
    font-size: 3rem;
}

.Mobile .letter {
    font-size: 1.2rem;
}

.Tablet .caption_,
.Mobile .caption_ {
  top: 60%;
}

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

.Tablet #before-after-slider img {
  width: 600px;
  height: 400px;
  object-fit: cover;
}

.Mobile #before-after-slider img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}

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

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

.Tablet .frame {
    max-width: 100%;
    width: 100%;
}

.Mobile .frame {
    max-width: 100%;
    width: 90%;
}

.Tablet .s2_left img,
.Mobile .s2_left img {
    width: 90%;
}

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

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

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

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

.Tablet .s5_title {
  font-size: 25px;
}

.Tablet .s5_box {
  padding: 30px;
}

.Mobile .s5_box {
  padding: 30px;
}

.Tablet .s8_content {
  gap: 20px;
  grid-template-columns: 100%;
}

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

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

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

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

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

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

.Mobile .s7_left > img {
    right: 0;
    border-radius: 20px;
}
.Tablet .s7_left > img {
  right: -10px;
  border-radius: 20px;
}

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

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

.Tablet .s9_img img,
.Mobile .s9_img img {
    width: 100%;
}

.Tablet .s9_txt {
    right: 0;
    width: 100%;
    padding: 50px;
    bottom: 0;
}
.Mobile .s9_txt {
  right: 0;
  width: 100%;
  padding: 20px;
  bottom: 0;
}

.Tablet .s9_right,
.Mobile .s9_right {
  width: 100%;
  margin: auto;
}

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

.Tablet .header_link, .Mobile .header_link {
    padding: 10px 0;
    gap: 20px;
    justify-content: space-around;
    width: 100%;
}
.Mobile .header_link a {
    font-size: 17px;/*
    padding-top: 0;*/
    background: var(--second-color);
    padding: 10px;
    border-radius: 10px;
}

/*.Mobile ._btn {
    flex-direction: column;
    gap: 0;
    width: 100%;
}
*/
.Mobile a.content_btn {
    width: 100%; 
}
.Mobile .caption_ a.content_btn { 
    margin: 0;
}

.Mobile .homeslider,
.Mobile .background,
.Mobile ._bg {
    height: 700px;
}

.Mobile .s1_right {
    width: 100%;
}

.Mobile #before-image {
    width: 100%;
}

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

.Mobile .s3_box .item {
    margin: 0;
}

.Mobile .service-box-style2 {
    height: 100%;
}

.Mobile .service-box-style2 .service-media img {
    height: 100px;
    display: block;
    border-radius: 0 0 20px 0;
}

.Mobile .service-box-style2 .service-content2:after {
    display: none;
}

.Mobile .service-box-style2 .service-title-large2 {
    width: 100%;
}

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

.Mobile .s5_title {
    font-size: 20px;
    width: 100%;
}

.Mobile .s5_top {
    margin-bottom: 20px;
}

.Mobile ._copy {
    flex-direction: column;
    gap: 15px;
}

.Tablet .nav_list {
  z-index: 999;
  margin-top: 0;
  top: 50px;
  position: fixed;
  width: 100%;
}

.Mobile .nav_list {
  z-index: 999;
  margin-top: 0;
  top: 90px;
  position: fixed;
  width: 100%;
}

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

.Tablet .s1_right {
  width: 100%;
}

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

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

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

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

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

.Mobile .p2_content,
.Tablet .p2_content {
    grid-template-columns: 100%;
}

.Tablet .p2_right img:nth-child(1),
.Mobile .p2_right img:nth-child(1) {
  width: 100%;
  height: 300px;
  object-fit: cover;
  display: block;
  background: #ddd;
  border-radius: 20px;
  position: static;
  margin: auto;
}

.Mobile .page_desc {
    width: 100%;
    line-height: 1.2;
}

.header_link img {
    filter: invert(1);
    width: 20px;
    height: 20px;
}

.service-content-data p {
    color: #fff;
}

.nav-mobile img {
    width: 30px;
    height: 30px;
    filter: invert(1);
}

.hea_top img,
.hea_box img {
    width: 40px;
    height: 40px;
    object-fit: contain;
}

.Tablet span.nav-click img,
.Mobile span.nav-click img {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.Mobile #resizer {
    left: 50%;
}

.Mobile #after-image {
    display: block;
    width: 100%;
}

.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;
}
section.section_2 {
    background: #f5f5f5;
}

section.section_9 {
    background: #f7f7f7;
    padding-bottom: 150px;
}
.s9_p em {
    padding: 0 10px;
}
._footer .logo a img {
    background: #fff;
    padding: 10px;
    width: 250px;
    height: 90px;
    object-fit: contain;
}
.testimonial-pic img {
    width: 100px;
    height: 40px;
    object-fit: contain;
}
.testimonial-info span {
    font-weight: 600;
    font-size: 26px;
    text-transform: capitalize;
    color: #000;
    display: block;
    width: 100%;
    text-align: initial;
}

/*-------- TEMOINAGE ------*/ 

#temoignages {
    background-color: #fff;
    padding: 4em 0;
    text-align: center;
    color: #fff;
    margin-bottom: 0;
    margin-top: 0;
    /* border-radius: 25px; */
    position: relative;
    background-size: cover;
}
.Mobile #temoignages {
    padding: 0;
} 
#temoignages > div {
    position: relative;
    z-index: 1;
}

#temoignages b {
    font-size: 30px;
    text-transform: uppercase;
    display: block;
    line-height: 130%;
    color: var(--black);
    font-weight: normal;
}

.Mobile #temoignages b {
  font-size: 28px
}
#temoignages b::after {
  content: "";
  display: block;
  margin: 2rem auto;
  border-bottom: 3px solid var(--colorP);
  width: 70px;
}
 
.temoin span {
  color: #b00101;
}

#temoignages p {
    font-size: 20px; 
    font-style: italic;
    display: block;
    text-align: initial;
    margin: 50px 0 0;
}
.temoin {
    background: #fff;
    color: #333;
    padding: 80px 0;
}
.Mobile .temoin, .Tablet .temoin {
    padding: 20px 0;
}
.Desktop .temoin .grid-row {
    display: grid;
    grid-template-columns: 60% auto;
    grid-gap: 20px;
}
.col-right {
    border: 3px solid #b00101;
    padding: 20px;
}
.Desktop .col-right {
    margin-left: 1rem;
}
.temoin .item-tem {
    border-bottom: 1px solid rgba(255,255,255,0.2);
    padding-bottom: 15px;
    margin-bottom: 1rem;
}
h1.Titrecontenu {
    font-size: 36px;
    margin-bottom: 2rem;
}
#avis_form {
    margin-top: 15px;
}

#avis_form label {
  display: block;
  margin-bottom: 8px
}
#avis_form .input-form {
    margin: 0 0 15px 0;
    width: 100%;
    padding: 12px;
    border: solid 2px #ddd;
    border-radius: 5px;
    font-size: 12px;
}
#MonAvis span {
  font-size: 18px;
  color: #b00101;
  display: block;
}
.item-tem .avis {
  display:inline-block;
  vertical-align: top;
}
.btn-temoin {
    border: none;
    background: #b00101; 
    cursor: pointer;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    margin: 6px auto 5px;
    text-transform: uppercase;
    border-radius: 3px;
    padding: 11px 30px;
    font-size: 14px;
    font-weight: 600;
}
.btn-temoin:hover{
    background: #333;
    color: #fff;
}
.slide-temoignage {
    margin: 100px 0;
    display: flex;
    overflow: hidden;
    align-items: center;
}
.Mobile .slide-temoignage {
    margin: 40px 0; 
}
.avis a {
  width:10%;
  float:left;
  height:100%;

}
.avis > i {
  background: url('../images/rating-sprit.webp') 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;
}

.testimonial-detail {
    display: flex;
    align-items: center;
    gap: 20px;
}
.item-tem .avis {
    display: block;
    vertical-align: top;
    margin: 15px 0 0;
}
i.icon-quote img {
    width: 30px;
    height: 30px;
    object-fit: contain;
}
.testimonial-content {
    border: solid 2px #333;
    margin: 0 25px;
    padding: 50px;
}
.Mobile .testimonial-content {
    border: solid 2px #333;
    margin: 0 5px;
    padding: 20px;
}
section#temoignages ._soc {
    margin: 0 auto 30px;
}
button.slick-arrow {
    width: auto; 
    display: block;
    padding: 16px;
    background: #000;
    color: #fff;
    font-size: 20px;
    line-height: 12px;
}
.Mobile button.slick-arrow{
    display: none;
}
input#mail {
    display: none;
}
.Desktop div#scroll1 {
    padding: 100px 0;
}

.Tablet .footer_box.footer_box-1 {
  grid-column: span 2;
  text-align: center;
}



img.emoji-img {
    width: 16px;
    height: 16px;
    object-fit: contain;
    position: relative;
    top: 0;
    border-radius: 0;
    left: 0;
    margin: 0;
    transform: inherit;
}