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


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

input,
button,
textarea {
    outline: none;
}

ul {
	list-style: none;
}

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

p {
    font-size: 18px;
    letter-spacing: 0.03em;
    line-height: 25px;
}

.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::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    background-image: linear-gradient(180deg, #ff7e00 0%, #ff7e0085 100%);
    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: #fff;
}

.blog_pageIntrouvable > div {
  height: 100%;
  color: #fff;
}
.blog_pageIntrouvable h1 {
    font-size: 200px;
    color: #fff;
}
.blog_pageIntrouvable p {
    font-size: 36px;
    line-height: 100%;
    margin-top: -21px;
    text-transform: uppercase;
    letter-spacing: 10px;
    color: #fff;
}
.blog_pageIntrouvable a {
    color: #fff;
}
.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;
}

@media screen and (min-width: 1200px) { 
    .navbar > .container,
    .captionSlider > .container,
    .section_5 > .container,
    .section_7 > .container,
    footer > .container,
    .presta_1 > .container,
    .container   {
        max-width: 1200px;
        margin: auto;
    }
    footer .container {
        max-width: 1270px;
    }
    .navbar .container {
        max-width: 1370px;
    }

}

.hNav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    color: #fff;
}

ul.nav-list {
    display: flex;
    align-items: center;
    margin: 0;
}

li.nav-item {
    font-size: 0.9em;
    text-align: center;
    padding: 10px 5px;
    transition: all 0.4s;
    position: relative;
    
}

ul.nav-submenu {
    position: absolute;
    z-index: 99;
    top: 100%;
    text-align: left;
    color: #000;
    background: #fff;
    left: 0;
    width: 400px;
    opacity: 0;
    visibility: hidden;
    transform: scaleY(0);
    transform-origin: 0 0 0;
    transition: all 0.5s;
}

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

li.nav-submenu-item {
    padding: 10px;
}
li.nav-submenu-item a {
    font-size: 16px;
}
.Desktop li.nav-submenu-item:hover,
li.nav-submenu-item.active {
    background: #033975;
}
.Desktop li.nav-submenu-item:hover > a,
li.nav-submenu-item.active > a {
    color: #fff;
}
.hTop {
    display: flex;
    align-items: center;
    gap: 10px;
}

.hTop .phone {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    gap: 3px;
    width: 150px;
}

.hTop .phone a {
    font-size: 19px;
    font-weight: 600;
}

.navList {
    margin: 0 25px 0 60px;
}

nav.navbar {
    display: flex;
    align-items: center;
    background: #033975;
}

.Desktop .logo {
    position: relative;
    min-width: 270px;
}

.logo:before {
    content: '';
    width: 250px;
    height: 250px;
    background: #f2f2f2;
    position: absolute;
    z-index: 3;
    transform: rotate(45deg);
    left: -20px;
    top: -70px;
}

.logo:after {
    content: '';
    width: 270px;
    height: 270px;
    background: transparent;
    border: 1px dashed #f2f2f2;
    position: absolute;
    z-index: 3;
    transform: rotate(45deg);
    left: -30px;
    top: -80px;
}

.logo a {
    position: relative;
    z-index: 5;
}
.logo a img, .footer_logo a img {
    width: 200px;
    height: 100px;
    object-fit: contain; 
} 
.Mobile .logo a img{
    margin: 0;
}
.imgPhone {
    background: #ff7e00;
}

.hTop img {
    width: 24px;
    height: 24px;
    object-fit: contain;
    filter: invert(1);
}
.imgPhone {
    background: #f2f2f2;
    padding: 13px;
    border-radius: 50%;
}

li.nav-item.active,
.Desktop li.nav-item:hover {
    background: #f2f2f2;
}
li.nav-item.active > a,
li.nav-item:hover > a {
    color: #033975;
}
.homeslider {
    position: relative;
    width: 100%;
    height: 800px;
}

.homeslider .slider {
    display: flex;
    overflow: hidden;
    height: 800px;
    width: 100%;
    position: relative;
}

.homeslider .slider::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    background-image: linear-gradient(180deg, #ff7e00 0%, #ff7e0085 100%);
    opacity: 25%;
}

.homeslider .slider div {
    width: 100%;
    height: 800px;
}
.caption_slider {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    color: #fff; 
    max-width: 1200px;
    width: 100%;
    margin: auto;
}

.topSoc {
    font-size: 1.5rem;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 1em;
}

.hText {
    font-size: 3.5rem;
    line-height: 1.1em;
    text-transform: uppercase;
    font-weight: 800;
    margin: 30px 0;
    width: 90%;
}

.hDes {
    font-size: 22px;
    margin: 0 0 30px 30px;
    line-height: 1.1em;
}
.h-btn {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-left: 30px;
}

.Mobile .h-btn {
    flex-direction: column;
    margin: 0;
}

.h-btn a {
    font-size: 18px;
    text-transform: uppercase;
    padding: 10px 30px;
    background: #033975;
    transition: all 0.5s;
}

.h-btn a:hover {
    background: #fff;
    color: #033975;
}

.capLeft {
    position: relative;
}

.capLeft:before {
    position: absolute;
    content: '';
    background: #fff;
    width: 4px;
    height: 130px;
    bottom: 0;
    left: 0;
}

form#FormDevis {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
}

.capRight {
    width: 100%;
    padding: 20px;
    background: #ff7e00; 
    background: rgba(255, 255, 255, 0.1);
}
.capRight.dev-ville {
    display: flex;
    align-items: center;
    padding: 40px;
    gap: 40px;
}
.fond-devis{
     margin-top: -93px;
    box-shadow: 0px 0px 18px #5e5e5e;
    border-radius: 0;
    background: #fff;
    position: relative;
    z-index: 9;
}
.fond-devis:before{
    position: absolute;
    content: '';
    background: #033975;
    width: 625px;
    height: 256px;
    top: 0;
    left: 0;
    -webkit-clip-path: polygon(0% 0, 100% 0, 75% 100%, 0% 100%);
  clip-path: polygon(0% 0, 100% 0, 75% 100%, 0% 100%);
}
.fond-devis:after{
    position: absolute;
    content: '';
    background: #ff7e00;
    width: 635px;
    height: 256px;
    top: 0;
    left: 0;
    -webkit-clip-path: polygon(0% 0, 100% 0, 75% 100%, 0% 100%);
  clip-path: polygon(0% 0, 100% 0, 75% 100%, 0% 100%);
  z-index: -1;
}
.fond-devis form#rappel_immediat {
    padding: 0 40px 40px;
}
.fond-devis .form_title {
    margin-top: 20px;
}
.form_title p {
    text-transform: none;
    font-weight: 300;
    width: 66%;
}
.capRight.dev-ville .form_title {
    text-align: left;
    width: 50%;
    position: relative;
    color: #fff;
}
.capRight.dev-ville form#FormDevis {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 15px;
    width: 50%;
}
.input-form {
    width: 100%;
}

.input-form {
    width: 100%;
    padding: 10px;
    margin: 7px 0;
    border-radius: 10px;
    border: none;
}

input.btn-devis-gratuit {
    padding: 7px;
    width: 100%;
    border: none;
    font-size: 19px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: 900;
    border-radius: 10px;
    margin-top: 8px;
    background: #033975;
    color: #fff;
}

.form_title {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 800;
    text-align: center;
}

.capRight img {
    width: 50px;
    height: 50px;
    margin: auto;
    display: block;
    filter: invert(1);
}


form#rappel_immediat {
    display: flex;
    align-items: center;
    width: 100%;
    gap: 5px;
}

form#rappel_immediat .input-form {
    width: 70%;
    height: 50px;
}

form#rappel_immediat input.btn-devis-gratuit {
    width: 30%;
    margin: 0;
    height: 55px;
}

.capRight hr {
    background: #fff;
}

.sec_margin {
    padding: 100px 0;
}

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

.s1_content {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    color: #fff;
    width: 94%;
    float: right;
    margin-top: -65px;
    position: relative;
    z-index: 5;
} 
section.section_1.sect1-head .s1_content {
    float: none; 
    padding: 80px 0;
    margin: auto;
}
.s1_box {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    padding: 25px;
    background: #033975;
}
.s1_content .s1_box:nth-child(2) {
    background: #ff7e00;
    color: #000;
}
.s1_content .s1_box:nth-child(2) img{
    filter: invert(1);
}

.s1_img img {
    width: 50px;
    height: 50px;
}

.s1_title {
    font-size: 1.8rem;
    font-weight: 900;
    text-transform: capitalize;
    line-height: 1.1em;
}

.s1_des {
    margin-top: 15px;
    font-size: 17px;
    line-height: 1.3em;
}

section.section_2,
section.presta_1 {
    margin-top: 100px;
}

.s2_content {
    display: grid;
    grid-template-columns: 50% 50%;
    gap: 50px;
    align-items: center;
    width: 100%;
}

.s2_left {
    display: grid;
    grid-template-columns: 50% 50%;
    gap: 10px;
}

.s2l_left img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    display: block;
}
.s2lr_bottom img {
    width: 100%;
    height: 310px;
    object-fit: cover;
    display: block;
}

.s2lr_top {
    background: #ff7e00;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 10px;
}

.s2lr_top span {
    font-size: 45px;
    font-weight: 900;
    color: #000000;
}
.s2lr_top div {
    font-size: 28px;
    text-transform: uppercase;
    margin-top: -10px;
    color: #000;
}

.societe {
    font-size: 1.5rem;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 1em;
    color: #033975;
    margin-bottom: 25px;
}

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

.s2_texte h1 {
    font-size: 2.5rem;
    line-height: 0.9em;
    font-weight: 600;
    margin-bottom: 12px;
}

.btn_c {
    margin: 30px 0;
}

.btn_c a {
    font-size: 18px;
    text-transform: uppercase;
    padding: 20px 30px;
    background: #033975;
    color: #fff;
    transition: all 0.5s;
    display: flex;
    width: fit-content;
    align-items: center;
}

.btn_c a:hover {
    background: #ff7e00;
}

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

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

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

.s3_box {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 30px;
    text-align: center;
    border: 1px solid #e2e2e2;
    position: relative;
}

.s3_box .p {
    position: relative;
    display: block;
    font-size: 19px;
    font-weight: 500;
}

.Tablet .s3_box .p,
.Mobile .s3_box .p {
    line-height: 1.1em;
}

.line {
    margin: 15px 0;
}

.line img {
    filter: invert(1);
    width: 62px;
    height: 9px;
    object-fit: contain;
}

.s3_bottom {
    position: absolute;
    z-index: 3;
    background: linear-gradient(180deg, #ffb68a 0%, #ff7e00 60%);
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #000000;
    padding: 20px;
    bottom: -90px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
}

.s3_box:hover .s3_bottom {
    bottom: -20px;
    opacity: 1;
    visibility: visible;
}

.s3_txt .p {
    font-weight: 600;
    margin-bottom: 12px;
}

.s3_b img {
    width: 60px;
    height: 60px;
    object-fit: contain;
    margin-bottom: 20px;
    filter: brightness(0) invert(1);
}

.s3_txt p {
    font-size: 20px;
    line-height: 1.1em;
}

.s3_bottom a {
    font-size: 22px;
}

.ser {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 500;
}

.section_4 {
    position: relative;
}

.section_4:before {
    content: '';
    background: rgba(16,79,156,0.8);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.s4_content {
    position: relative;
    color: #fff;
    text-align: center;
}

.s4_content span {
    font-size: 3rem;
    font-weight: 900;
    text-transform: capitalize;
    line-height: 1.1em;
}

.s4_icon {
    background: #fff;
    width: fit-content;
    padding: 7px;
    border-radius: 50%;
    position: relative;
    margin: 50px auto;
}

.s4_icon:before {
    content: '';
    position: absolute;
    width: 130px;
    height: 130px;
    background: transparent;
    border: 1px dashed #fff;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.s4_icon img {
    width: 100px;
    height: 100px;
    object-fit: contain;
    filter: brightness(0);
}

.s4_content .btn_c {
    display: flex;
    justify-content: center;
}

.s5_content {
    display: grid;
    grid-template-columns: 50% 50%;
    margin-top: -90px;
    position: relative;
}

.s5_box {
    padding: 40px;
}

.s5_box p {
    text-align: justify;
}

.s5_content .s5_box:first-child {
    background: linear-gradient(180deg, #ffb68a 0%, #ff7e00 60%);
    color: #000000;
}
.s5_content .s5_box:last-child {
    background: #f7f7f7;
}

.s5_content .s5_box:first-child .btn_c a:hover {
    background: #fff;
    color: #000;
}

.s5_content .s5_box:first-child .btn_c a img {
    transition: all 0.5s;
}

.s5_content .s5_box:first-child .btn_c a:hover img {
    filter: invert(0);
}

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

.s6_right {
    position: relative;
}

.s6_right > img {
    width: 100%;
    height: 480px;
    object-fit: cover;
}

.s6_contact {
    position: absolute;
    bottom: 25px;
    z-index: 2;
    background: #ff7e00;
    color: #000;
    padding: 25px 45px;
    left: -50px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.s6_contact img {
    width: 50px;
    height: 50px;
    margin-bottom: 30px; 
}

.s6_contact p {
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1.1em;
    text-transform: uppercase;
    letter-spacing: -0.001em;
}

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

.s6_phone a {
    font-size: 1.375rem;
    font-weight: 600;
    line-height: 1.1em;
    gap: 15px;
}

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

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

.sxt_txt span {
    font-size: 40px;
    line-height: 1.05em;
}

.sxt_txt span:last-child {
    font-weight: 900;
}

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

.sx_box {
  position: relative;
  margin-bottom: 30px;
  text-align: center;
}

.sx_icon {
    position: relative;
    width: 190px;
    height: 180px;
    margin: 0 auto 5px;
    text-align: center;
    line-height: 0;
}

.Mobile .sx_icon {
    position: relative;
    width: 100px;
    height: 90px;
    margin: 0 auto 5px;
    text-align: center;
    line-height: 0;
}

.sx_icon::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    transition: 1s;
    opacity: 1;
    transform: scale3d(.7, .7, .7);
    background: #fff;
    z-index: 2;
}

.sx_icon .count {
  position: absolute;
  right: 15px;
  top: 15px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  color: #fff;
  background: #033975;
  z-index: 9;
}

.Mobile .sx_icon .count {
    position: absolute;
    right: 15px;
    top: 15px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    background: #ff7e00;
    z-index: 9;
}

.sx_icon::after {
    position: absolute;
    content: '';
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    background-color: #ff7e00;
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
}

.sxIcon_img img {
    width: 80px;
    height: 80px;
    display: block;
    object-fit: contain;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 5;
    filter: brightness(0);
}

.Mobile .sxIcon_img img {
    width: 40px;
    height: 40px;
}

.sxTxt span {
    font-size: 18px;
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: 800;
}

.Mobile .sxTxt span {
    font-size: 13px;
}

.s7_content {
    display: grid;
    grid-template-columns: 50% 50%;
    position: relative;
}

.s7_box {
    padding: 40px;
    position: relative;
    z-index: 6;
    width: 555px;
    height: 690px;
}

.s7_content .s7_grid:first-child .s7_box {
    background: #f7f7f7;
    box-shadow: 0 0 5px #0000006b;
}

.s7_content .s7_grid:last-child .s7_box {
    background: #ff7e00;
    color: #000;
}

.s7_content .s7_grid {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.s7_content .s7_grid:first-child:before {
    content: '';
    background: #fff;
    width: 600px;
    height: 750px;
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.s7_content .s7_grid:last-child:before {
    content: '';
    background: #033975;
    width: 600px;
    height: 750px;
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.s7_box .btn_c {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
}
.s7_box .btn_c a {
    width: 80%;
    justify-content: center;
    margin: auto;
}
.s7_content .s7_grid:last-child .s7_box .btn_c a {
    background: #fff;
    color: #000;
}
.s7_content .s7_grid:last-child .s7_icon img{
    filter: invert(1);
}

.s7_content .s7_grid:last-child .s7_box .btn_c a img {
    filter: invert(0);
}

.s7_content .s7_grid:last-child .s7_box .btn_c a:hover {
    background: #033975;
    color: #fff;
}

.s7_content .s7_grid:last-child .s7_box .btn_c a img {
    transition: all 0.5s;
}

.s7_content .s7_grid:last-child .s7_box .btn_c a:hover img {
    filter: invert(1);
}

.s7_box h2 {
    font-size: 25px;
    font-weight: 900;
    text-transform: uppercase;
    margin: 10px 0 20px;
}

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

.s8l_top img {
    width: 475px;
    height: 336px;
    object-fit: cover;
    display: block;
}

.s8l_bottom img:first-child {
    width: 214px;
    height: 255px;
    object-fit: cover;
    display: block;
}

.s8l_bottom img:last-child {
    width: 214px;
    height: 255px;
    object-fit: cover;
    display: block;
}

.s8_left {
    display: grid;
    grid-template-columns: 100%;
    gap: 45px;
    position: relative;
}

.s8_left:before {
    position: absolute;
    content: '';
    left: 20px;
    top: 20px;
    right: 20px;
    bottom: 20px;
    border: 7px solid #fff;
}

.s8l_bottom {
    display: flex;
    align-items: center;
    gap: 45px;
    margin: auto;
}

.s9_content {
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 100px;
    align-items: center;
}

.s9_content:before {
    position: absolute;
    content: '';
    left: 50%;
    top: 0;
    bottom: 0;
    width: 1px;
    background: #ff7e00;
}

.s9_content .societe {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-90deg);
    color: #000;
    background-color: #ff7e00;
    padding: 1px 18px;
    padding-right: 18px;
    padding-right: 12px;
    font-size: 14px;
    letter-spacing: 5px;
    border-radius: 15.5px;
}

.s9_right form .input-form {
    background: #eee;
    color: #000;
}

.s9_left {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    gap: 20px;
}
.Tablet .s9_left { 
  padding: 0 0 100px;
}

.contact_list {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 20px;
}

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

.tel-txt {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 6px;
}

span.s9l_til {
    font-size: 1.5rem;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 1em;
    color: #033975;
}

span.s9l_title {
    font-size: 2rem;
    line-height: 1.05em;
    font-weight: 600;
    margin-right: 60px;
    margin-bottom: 25px;
}

.contact-icon {
    background: #ff7e00;
    padding: 15px;
    border-radius: 50%;
}

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

.tel-txt span {
    font-size: 17px;
    font-weight: 900;
}

.tel-txt a, .tel-txt .adr-c {
    font-size: 18px;
    line-height: 1.1em;
    font-weight: 500;
}

footer {
    padding: 100px 0 30px;
    background: #033975;
    overflow: hidden;
}

.footer_content {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    color: #fff;
}

.footer_list {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 5px;
}

.footer-link {
    display: flex;
    align-items: center;
    gap: 7px;
    font-size: 16px;
}

.footer-link img {
    width: 20px;
    height: 20px;
    object-fit: contain;
    display: block;
}

.footer_content .footer_box:first-child {
    padding: 10px 20px 20px;
    position: relative;
    top: -70px;
    height: 300px;
}

.footer_logo {
    position: relative;
}

.footer_logo:before {
    content: '';
    width: 230px;
    height: 230px;
    background: #f2f2f2;
    position: absolute;
    z-index: 3;
    transform: translateX(-50%) rotate(45deg);
    left: 50%;
    top: -60px;
}
.footer_logo:after {
    content: '';
    width: 250px;
    height: 250px;
    background: transparent;
    border: 1px dashed #f2f2f2;
    position: absolute;
    z-index: 3;
    transform: translateX(-50%) rotate(45deg);
    left: 50%;
    top: -70px;
}

.footer_logo a {
    position: relative;
    z-index: 4;
}

.footer_logo a img {
    display: block;
    margin: auto;
}

.footer_des {
    margin-top: 120px;
}

.footer_des p{
    font-size: 14px;
}
.footer_box div#Map {
    display: block;
    width: 100%;
    height: 230px;
}

.footer_title {
    font-size: 1.6rem;
    position: relative;
    margin-bottom: 30px;
}

.footer_title::before {
    content: '';
    position: absolute;
    width: 60%;
    height: 2px;
    background: #fff;
    bottom: -5px;
}

.copyright {
    padding: 20px 0;
    background: #ff7e00;
}

.copy_content {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: #000;
}

.copy_content a img {
    width: 150px;
    height: 25px;
    object-fit: cover;
}

.p1_content {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 100px;
}

.p1_left {
    position: relative;
}

.p1l_txt {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: #033975;
    color: #fff;
    padding: 30px;
}

.p1l_txt span {
    font-size: 3rem;
    font-weight: 900;
}

.p1l_txt div {
    font-size: 25px;
    text-transform: uppercase;
    margin-top: -11px;
}

.presta_1 img {
    width: 270px;
    height: 400px;
    object-fit: cover;
    display: block;
}

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

.p1_text h1 {
    font-size: 35px;
    line-height: 1.1em;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 30px;
}

.p1_text h2 {
    font-size: 24px;
    margin: 15px 0;
}

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

.p2_right img:nth-child(1) {
    width: 194px;
    height: 390px;
    object-fit: cover;
    display: block;
}

.p2_right img:nth-child(2) {
    width: 214px;
    height: 455px;
    object-fit: cover;
    display: block;
}

.p2_right {
    display: flex;
    align-items: flex-end;
    gap: 10px;
}

body.prestations .s4_content span {
    font-size: 2rem;
}

body.prestations .section_4 {
    position: relative;
    height: 375px;
}

.p3_content {
    display: flex;
    align-items: flex-start;
    background: #fff;
    margin-top: -160px;
    position: relative;
}

.p3_left img {
    width: 484px;
    height: 100%;
    object-fit: cover;
    display: block;
}

.p3_right {
    padding: 20px 10px 20px 60px;
    position: relative;
}

.p3_right::before {
    content: '';
    position: absolute;
    width: 25px;
    height: 70%;
    background: #ff7e00;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

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

.p4_right {
    position: relative;
}

.p4_right img:first-child {
    width: 502px;
    height: 502px;
    object-fit: cover;
    border-radius: 50%;
    display: block;
}

.p4_right img:last-child {
    width: 239px;
    height: 239px;
    object-fit: cover;
    border-radius: 50%;
    display: block;
    position: absolute;
    bottom: -40px;
    right: -40px;
    border: 15px solid #fff;
    background: #fff;
}

section.presta_5 {
    background: #033975;
    color: #fff;
}

.p5_content {
    display: grid;
    align-items: flex-start;
    gap: 50px;
    grid-template-columns: repeat(2, 1fr);
    justify-content: center;
}
.Mobile .p5_content { 
    grid-template-columns: 100%; 
}

.p5_box img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    display: block;
    border-radius: 20px;
    margin-bottom: 15px;
}

.p5_box h2 {
    font-size: 26px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.p6_left img {
    width: 450px;
    height: 550px;
    object-fit: cover;
    display: block;
}

.p6_content {
    display: flex;
    align-items: center;
    gap: 60px;
}

.p6_left {
    position: relative;
}

.p6_left::before {
    content: '';
    position: absolute;
    width: 200px;
    height: 115%;
    background: #ff7e00;
    z-index: -1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) skewX(-25deg);
}

.Tablet .navList,
.Mobile .navList {
  position: absolute;
  z-index: 99;
  top: 100%;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  margin: 0;
  display: none;
}

.Tablet .nav-list,
.Mobile .nav-list {
  flex-direction: column;
  background: #fff;
  color: #000;
}

.Tablet .hTop,
.Mobile .hTop {
  position: absolute;
  z-index: 90;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  padding: 12px;
  background: #fff;
  width: 100%;
  color: #000;
  justify-content: center;
}
.Tablet .logo::before,
.Tablet .logo::after,
.Mobile .logo::before,
.Mobile .logo::after {
    display: none;
}

.Tablet .caption_slider {
  grid-template-columns: 100%;
  max-width: 85%;
}

.Mobile .caption_slider {
  grid-template-columns: 100%;
  max-width: 91%;
  top: 55%;
}

.Tablet .capRight {
  width: 100%;
}

.Mobile .capRight {
    width: 100%;
    padding: 20px 0;
}

.Tablet .input-form {
  background: #eee;
}

.Mobile .input-form {
  background: #eee;
}

.Tablet .s1_content,
.Mobile .s1_content {
  width: 100%;
  float: none;
}

.Mobile .s1_content {
    grid-template-columns: 100%;
}

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

.Tablet .s1_title {
  font-size: 1.6rem;
}

.Mobile .s1_title {
  font-size: 1.6rem;
}

.Tablet section.section_2,
.Tablet section.presta_1,
.Mobile section.section_2,
.Mobile section.presta_1 {
    margin-top: 0;
}

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

.Tablet .s2l_left img,
.Tablet .s2lr_bottom img {
    width: 100%;
}

.Tablet .s3_box {
  padding: 15px;
}

.Mobile .s3_box {
  padding: 15px;
}

.Tablet .s4_content span {
    font-size: 2rem;
}

.Mobile .s4_content span {
    font-size: 1.5rem;
}

.Tablet .s4_icon {
  margin: 30px auto;
}

.Mobile .s4_icon {
  margin: 30px auto;
}

.Tablet .s5_content {
  margin-top: -50px;
}

.Mobile .s5_content {
  margin-top: -30px;
}

.Tablet .sxt_right {
  grid-template-columns: 50% 50%;
}

.Mobile .sxt_right {
  grid-template-columns: 50% 50%;
}

.Tablet .s6_content {
  grid-template-columns: 100%;
  gap: 30px;
}

.Mobile .s6_content {
  grid-template-columns: 100%;
  gap: 30px;
}

.Tablet .s6_right > img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}

.Mobile .s6_right > img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.Tablet .s7_content {
  grid-template-columns: 100%;
  gap: 50px;
}

.Tablet .s7_box {
  width: 100%;
}

.Mobile .s7_content {
  grid-template-columns: 100%;
  gap: 50px;
}

.Mobile .s7_box {
    width: 100%;
    height: 100%;
}

.Tablet .s7_content .s7_grid::before {
  width: 110%;
  height: 110%;
}

.Mobile .s7_content .s7_grid::before {
  width: 105%;
  height: 105%;
}

.Tablet .s8_content {
  flex-direction: column;
  gap: 30px;
}

.Mobile .s8_content {
  flex-direction: column;
  gap: 30px;
}

.Tablet .s8_left {
  width: 100%;
}

.Mobile .s8_left {
  width: 100%;
}

.Tablet .s8l_top {
  width: 100%;
}

.Mobile .s8l_top {
  width: 100%;
}

.Tablet .s8l_top img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  display: block;
}

.Mobile .s8l_top img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
}

.Tablet .s9_content {
  grid-template-columns: 100%;
}

.Tablet .s9_content::before {
  left: 0;
  top: 55%;
  height: 1px;
  width: 100%;
}

.Tablet .s9_content .societe {
  top: 55%;
  left: 50%;
  transform: translate(-50%,-50%) rotate(-0deg);
  color: #000;
}

.Mobile .s9_content {
  grid-template-columns: 100%;
}

.Mobile .s9_content::before {
  left: 0;
  top: 60%;
  height: 1px;
  width: 100%;
}

.Mobile .s9_content .societe {
  top: 60%;
  left: 50%;
  transform: translate(-50%,-50%) rotate(-0deg); s
  width: 80%;
  text-align: center;
}

.Tablet .s9l_title {
  margin: 10px 0;
}

.Mobile .s9l_title {
  margin: 10px 0;
}

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

.Tablet .footer_content .footer_box:first-child,
.Mobile .footer_content .footer_box:first-child {
  padding: 10px 20px 20px;
  position: relative;
  top: 0;
  height: 100%;
  margin-top: -70px;
}

.Tablet .footer_logo a img {
    margin: 0;
}

.Mobile .footer_logo:before,
.Tablet .footer_logo:before,
.Mobile .footer_logo:after,
.Tablet .footer_logo:after {  
  display: none;
}

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

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

.Mobile .hText {
    font-size: 2rem;
}

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

.Mobile .hDes {
    margin: 0 0 20px;
}

.Mobile .h-btn a {
    width: 100%;
    text-align: center;
}

.Mobile .homeslider,
.Mobile .homeslider .slider,
.Mobile .homeslider .slider div {
    height: 750px;
}

.Mobile .s2_left {
    grid-template-columns: 100%;
}

.Mobile .s2l_left img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.Mobile .s2_texte h1 {
    font-size: 25px;
}

.Mobile .s3_grid {
    grid-template-columns: 50% 50%;
    gap: 2px;
}

.Mobile .s5_content {
    grid-template-columns: 100%;
}

.Mobile .sxt_txt span {
    font-size: 25px;
    line-height: 1.05em;
}

.Mobile .s6_contact,
.Mobile .s7_box .btn_c {
    position: static;
}

.Tablet .footer_box div#Map,
.Mobile .footer_box div#Map {
    width: 100%;
}

.Mobile .ser {
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 1.1em;
    text-align: center;
}

.Tablet .p1_content {
  flex-direction: column;
  gap: 50px;
}

.Mobile .p1_content {
  flex-direction: column;
  gap: 50px;
}

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

.Tablet .presta_1 .p1l_img img {
    width: 100%;
}

.Mobile .p1l_img {
    flex-direction: column;
    gap: 10px;
}

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

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

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

.Tablet .p3_left img {
  width: 100%;
  height: 350px;
  object-fit: cover;
  display: block;
}

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

.Mobile .p3_left img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  display: block;
}

.Tablet .p4_content {
  flex-direction: column-reverse;
}

.Mobile .p4_content {
  flex-direction: column-reverse;
}

.Mobile .p4_right img {
    width: 250px;
    height: 250px;
    position: static;
}

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

 

.Tablet .p5_box {
  width: 100%;
}

.Mobile .p5_box {
  width: 100%;
}

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

.Tablet .hTop .phone,
.Mobile .hTop .phone {
    width: fit-content;
    flex-direction: row;
    gap: 20px;
}

.Tablet .navbar,
.Mobile .navbar {
  position: fixed;
  z-index: 50;
  width: 100%;
  top: 0;
  background: #f2f2f2;
}

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

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

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

.Tablet .p6_left img {
  width: 100%;
  height: 350px;
  object-fit: cover;
  display: block;
}

.Mobile .p6_left img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  display: block;
}

.Mobile .contact-icon img {
    width: 30px;
    height: 30px;
    object-fit: contain;
    display: block;
}

.Mobile .tel-txt a,
.Mobile .tel-txt .adr-c {
    font-size: 17px;
}

.s3_img img {
    width: 60px;
    height: 60px;
    object-fit: contain;
}

.Mobile li.nav-item,
.Tablet li.nav-item {
    width: 100%;
}

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


.nav-click img {
    filter: invert(1);
}

.Tablet .nav-submenu,
.Mobile .nav-submenu {
    opacity: 1;
    visibility: visible;
    transform: scaleY(1);
    display: none;
    position: static;
    width: 100%;
    text-align: center;
    background: #033975;
    color: #fff;
}

.Mobile li.nav-item {
    padding: 10px 45px;
}

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

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

body.Desktop.devis section.section_form {
    padding: 50px 0;
}

body.Desktop.devis .form_title {
    font-size: 2rem;
}

body.Desktop.devis .input-form {
    background: #eee;
}

section.secx {
    padding-top: 100px;
}

.Mobile section.secx {
    padding-top: 50px;
}
input#mail,
input#mail2 {
    display: none;
}

div#realisations .container-box > .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}
div#realisations .container-box > .row > .col-lg-3.col-md-4.col-xs-12 {
    width: 23%;
    max-width: 23%;
    flex: 0 0 23%;
} 
.Mobile div#realisations .container-box > .row > .col-lg-3.col-md-4.col-xs-12 {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
}
div#realisations {
    padding: 100px 0;
}
.Mobile .container,
.Tablet .container {
    width: 100%;
    padding: 0 20px;
}

.nav-mobile img {
    width: 40px;
    height: 40px;
    object-fit: contain;
    filter: invert(1);
}
.Mobile .hTop .phone a,
.Tablet .hTop .phone a {
    font-size: 19px;
    font-weight: 600;
    padding: 2px 10px;
    background: #033975;
    color: #fff;
    border-radius: 20px;
}
.s5_box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.block7 {
    display: flex;
    padding: 80px 0;
    gap: 20px;
}
.box-text7 {
    background: #fff;
    padding: 40px;
    width: 50%;
} 
.inp-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 12px;
}
.capRight.dev-ville .input-form,
.fond-devis form#rappel_immediat .input-form { 
    border-radius: 10px;
    border: 1px solid #8f8f8f;
    background: transparent; 
    color: #000;
}  
.Mobile .block7{
    display: block;
}
.Mobile .box-text7{
    width: 100%;
}
.form_title span {
    font-size: 35px;
    margin-bottom: 20px;
    display: block;
}
.capRight.dev-ville textarea.input-form {
    max-width: 240px;
}
a.lien-avis {
    font-size: 18px;
    text-transform: uppercase;
    padding: 10px 30px;
    background: #ff7e00;
    margin-top: 20px;
    display: flex;
    align-items: center;
    gap: 7px;
}
h3 {
    margin: 10px 0 5px;
}
.page-mention {
    padding: 40px 0;
}

.Tablet .footer_logo a,
.Mobile .footer_logo a {
  background: #fff;
  display: block;
  width: fit-content;
  padding: 12px;
  border-radius: 5px;
}
.block-rs {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    align-items: center;
    margin: 30px 0 0;
} 
.block-rs a img {
    width: 30px;
    height: 30px;
    object-fit: contain;
    transition: all .3s ease;
}
.block-rs a:hover img { 
    filter: drop-shadow(1px 1px 3px black);
}