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

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

h3 {
    margin-top: 5px;
}

ul {
	list-style: none;
}

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

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

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

.blog_pageIntrouvable > div {
  height: 100%;
  color: #333
}
.blog_pageIntrouvable h1 {
    font-size: 200px;
    color: #000000;
}
.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;
}

.Desktop header {
    position: relative;
    height: 900px;
}

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

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

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

.ad_txt {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
}

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

._adre .ad_box:nth-child(2) {
    padding: 0 30px;
    margin: 0 30px;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
}

.ad_p {
    font-size: 15px;
    color: #fff;
}

.background {
    position: absolute;
    width: 100%;
    height: 900px;
    z-index: -1;
    top: 0;
    left: 0;
}

.background::before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(23, 23, 23, 0.7);
    content: "";
    z-index: 1;
}

.background::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60%;
    background: linear-gradient(180deg, rgba(255, 102, 0, 0) 0%, #0c508d 248.68%);
    content: "";
    z-index: 2;
}

.bg_img {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 0;
}

.megaMenu {
    display: none;
}

ul.col.nav-list {
    display: flex;
    align-items: center;
    background: #fff;
    padding: 20px;
    gap: 10px;
    border-radius: 7px;
}

li.nav-item {
    text-align: center;
    position: relative;
}

.slider_content {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    margin-top: 150px;
    color: #fff;
    gap: 15px;
    width: 66%;
}

._ese {
    font-size: 19px;
    color: #dc2128;
    font-weight: 700;
    position: relative;
    letter-spacing: 4px;
    text-transform: uppercase;
}

.slider_h1 {
    font-size: 62px;
    font-weight: 700;
    line-height: 115%;
}

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

._btn a {
    color: #fff;
    font-weight: 700;
    padding: 14px 30px;
    background: #0c508d;
    border-radius: 5px;
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    text-transform: uppercase;
    font-size: 18px;
}

._btn a img {
    width: 15px;
    height: 15px;
    object-fit: contain;
}

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

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

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

.s1_left {
    position: relative;
}

.s1_img img {
    width: 500px;
    height: 600px;
    object-fit: cover;
    display: block;
    background: #ddd;
    clip-path: polygon(0 0, calc(100% - 120px) 0, 100% 100%, 120px 100%);
}

._s1_promo {
    position: absolute;
    bottom: 70px;
    right: 0;
    display: flex;
    align-items: center;
    gap: 10px;
    background: #fff;
    padding: 20px 30px;
    border-radius: 7px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.s1_pt_img img {
    width: 60px;
    height: 60px;
    object-fit: contain;
    display: block;
}

.pt_txt_1 {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: -5px;
}

.s_ese {
    font-size: 18px;
    color: #0c508d;
    font-weight: 700;
    margin-bottom: 10px;
    position: relative;
    letter-spacing: 4px;
    width: fit-content;
    margin-left: 30px;
    text-transform: uppercase;
}

.s_ese::before {
    position: absolute;
    top: 50%;
    right: -30px;
    transform: translateY(-50%);
    width: 20px;
    height: 1px;
    background-color: #0c508d;
    content: "";
}

.s_ese::after {
    position: absolute;
    top: 50%;
    left: -30px;
    transform: translateY(-50%);
    width: 20px;
    height: 1px;
    background-color: #0c508d;
    content: "";
}

.slider_content .s_ese {
    color: #dc2128;
}

.slider_content .s_ese::before,
.slider_content .s_ese::after {
    background: #dc2128;
}

._txt h1 {
    font-size: 48px;
    line-height: 1.25em;
    margin-bottom: 20px;
}

.s1_l_box {
    display: flex;
    align-items: flex-start;
    gap: 13px;
    margin-top: 18px;
}

.s1_l_img {
    min-width: 30px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #dc2128;
}

.s1_l_img img {
    width: 15px;
    height: 15px;
    object-fit: contain;
}

.s1_l_h1 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 8px;
}

.s1_right ._btn {
    margin-top: 15px;
}

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

.s2_grid {
    display: flex;
    overflow: hidden;
}

.s2_box {
    margin: 0 10px;
}

.Desktop .s2_box {
    min-width: 370px;
}

.services-item-two {
    border-radius: 5px;
    margin-bottom: 60px;
}

.services-item-two .image {
    border-radius: 5px;
    width: 88%;
    margin: 0 auto;
    margin-bottom: -100px;
    position: relative;
    z-index: 9;
}

.services-item-two .image img {
    border-radius: 5px;
}

.services-item-two .image > a img {
    width: 300px;
    height: 250px;
    object-fit: cover;
    display: block;
    background: #ddd;
    margin: auto;
}

.services-item-two .image .icon {
    background: #dc2128;
    width: 60px;
    height: 60px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: -20px;
    right: 30px;
    transition: all 0.3s ease-out 0s;
}

.services-item-two .image .icon img {
    width: 40px;
    height: 40px;
    object-fit: contain;
    display: block;
}

.services-item-two .text {
    padding: 30px;
    background-color: #fff;
    padding-top: 130px;
    border: 1px solid #e3e3e3;
    border-radius: 5px;
    height: 340px;
    position: relative;
    transition: all 0.3s ease-out 0s;
}

.services-item-two .text .title {
    font-size: 20px;
    margin: 20px 0;
    font-weight: 600;
    line-height: 22px;
}

.services-item-two .text p {
    font-size: 15px;
    line-height: 22px;
}

.services-item-two .text .read-more {
    font-weight: 700;
    margin-top: 40px;
    position: absolute;
    bottom: 30px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.s2_title {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 10px;
    margin: 0 auto 30px;
    width: 60%;
    text-align: center;
}

.s2_h1 {
    font-size: 48px;
    line-height: 1.05em;
    font-weight: 600;
}

.section_2 .s_ese {
    margin-left: 0;
}

.Desktop section.section_3 {
    padding-bottom: 150px;
}

.s3_content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: end;
    gap: 30px;
}

.s3_img_1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 40%;
    height: 550px;
    background: #ddd;
}

.s3_img_1 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.s3_img_2 {
    max-width: 430px;
    width: 430px;
    height: 500px;
    margin-right: 30px;
    margin-left: auto;
    position: relative;
    bottom: -40px;
}

.s3_img_2 > img {
    width: 430px;
    height: 500px;
    object-fit: cover;
    display: block;
    background: #888;
}

.s3_img_icon {
    position: absolute;
    top: -90px;
    left: -90px;
    padding: 7px;
    border-radius: 50%;
    background: #dc2128;
    border: 5px solid #fff;
}

.s3_img_icon img {
    width: 162px;
    height: 162px;
    object-fit: contain;
    display: block;
}

.s3_right h2 {
    margin: 20px 0;
}

.s3_right h3,
.s4_txt h3,
.s5_p h3 {
    margin: 10px 0;
}

.section_4::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 60%;
    background: linear-gradient(210deg, #0c508d, #dc2128);
    content: "";
    z-index: -1;

}

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

.s4_h1 {
    font-size: 35px;
    line-height: 1.05em;
    font-weight: 600;
    width: 70%;
    color: #fff;
    margin-top: 20px;
}

.s4_t_right ._btn {
    margin-top: 0;
    width: max-content;
}

.section_4 .s_ese {
    color: #fff;
}

.section_4 .s_ese::before,
.section_4 .s_ese::after {
    background: #fff;
}

.section_4 .s4_t_right ._btn a {
    background: transparent;
    border: 1px solid #fff;
}

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

.s4_box {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}

.s4_img {
    width: 100%;
    height: 250px;
}

.s4_txt {
    padding: 40px 20px 20px;
}

.s4_txt h2 {
    margin-bottom: 20px;
}

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

.s5_title {
    margin-bottom: 30px;
}

.s5_h1 {
    font-size: 40px;
    line-height: 1.05em;
    font-weight: 600;
}

.s5_img_1 {
    border-radius: 5px;
    position: relative;
    width: 400px;
    height: 480px;
    background: #ddd;
}

.s5_img_1 img,
.s5_img_2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.s5_img_1::after {
    width: 22px;
    height: 278px;
    position: absolute;
    right: -34px;
    top: 48px;
    background-color: #0c508d;
    content: "";
    border-radius: 5px;
}

.s5_img_2 {
    width: 420px;
    height: 260px;
    margin-left: 80px;
    margin-top: -160px;
    background: #888;
    position: relative;
}

.s5_p {
    border-radius: 5px;
    border: 1px solid #e3e3e3;
    padding: 26px 24px;
    position: relative;
}

.s5_p h2 {
    font-size: 25px;
    margin-bottom: 20px;
}

.section_6 {
    background: linear-gradient(210deg, #0c508d, #dc2128);
    padding: 95px 0 180px 0;
}

.s6_content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.s6_h1 {
    font-size: 50px;
    line-height: 0.95em;
    text-transform: math-auto;
    font-weight: 600;
    color: #fff;
    letter-spacing: 0.01em;
}

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

#rappel_immediat .form_input {
    width: 413px;
    position: relative
}

#rappel_immediat .form_input .form-input {
    height: 75px;
    width: 100%;
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid #fff;
    color: #fff;
    font-size: 18px;
}

#rappel_immediat .form_input input::placeholder {
    color: #aaa;
}

#rappel_immediat .form_input img {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

#rappel_immediat button {
    color: #fff;
    font-weight: 700;
    padding: 14px 30px;
    background: transparent;
    border-radius: 5px;
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    text-transform: uppercase;
    font-size: 18px;
    border: 1px solid #fff;
}

.section_7 {
    margin-top: -78px;
    position: relative;
    z-index: 5;
}

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

.s7_box {
    display: flex;
    align-items: center;
    gap: 30px;
    background-color: #0c508d;
    padding: 33px 20px 33px 35px;
    border-radius: 5px;
    border-left: 2px solid #0c508d;
}

.s7_title {
    font-size: 48px;
    color: #fff;
    font-weight: 800;
    display: flex;
    align-items: flex-start;
    gap: 5px;
}

.s7_title ._p {
    font-weight: 500;
    font-size: 25px;
}

.s7_p {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.05em;
    color: #fff;
    text-transform: uppercase;
}

.s7_img {
    width: 80px;
    height: 80px;
    background-color: #fff;
    display: flex;
    margin-left: auto;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    padding: 10px;
    position: relative;
    z-index: 9;
}

.s7_img::before {
    width: 90px;
    height: 90px;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 5px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    content: "";
    z-index: -1;
}

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

.s8_title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.s8_h1 {
    font-size: 40px;
    line-height: 1.05em;
    font-weight: 600;
    width: 70%;
}

.s8_bottom {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    margin-top: 150px;
}

.s8_box {
    background-color: #fff;
    padding: 40px;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.07);
}

.s8_img {
    width: 150px;
    height: 150px;
    margin: 0 auto;
    margin-top: -120px;
    position: relative;
    z-index: 0;
}

.s8_img::before {
    position: absolute;
    bottom: -8px;
    right: -8px;
    width: 150px;
    height: 150px;
    border: 1px solid #e3e3e3;
    content: "";
    z-index: -1;
    background-color: var(--white);
}

.s8_img img {
    width: 100%;
    height: 100%;
    margin: 0 auto;
}

.s8_txt h2 {
    margin: 40px 0 20px;
}

.s8_txt h3 {
    margin: 10px 0;
}

.s9_content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    background: #0c508d;
}

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

.s9_form #FormDevis .form-input {
    width: 100%;
    height: 60px;
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 5px;
    color: #fff;
    padding: 0 20px;
    font-size: 17px;
    transition: all 0.3s;
}
.s9_form #FormDevis textarea.form-input {
    grid-column: 1 / 3;
    width: 100%;
    height: 120px;
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 5px;
    color: #fff;
    padding: 20px;
    font-size: 17px;
    transition: all 0.3s;
}

.s9_form #FormDevis input::placeholder,
.s9_form #FormDevis textarea::placeholder {
    color: #fff;
}

.s9_form #FormDevis .btn-submit {
    grid-column: 1 / 3;
    width: 100%;
    background-color: #dc2128;
    height: 72px;
    line-height: 72px;
    border: 0;
    border-radius: 5px;
    color: #fff;
    font-weight: 700;
    font-size: 17px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.s9_title .s8_h1 {
    font-size: 35px;
    width: 100%;
    margin: 20px 0 45px;
    color: #fff;
}

.s9_right {
    padding: 60px 30px;
}

.section_9 .s_ese {
    color: #fff;
}

.section_9 .s_ese::before,
.section_9 .s_ese::after {
    background: #fff;
}

footer {
    background: linear-gradient(210deg, #0c508d, #dc2128);
    padding: 100px 0 40px;
}

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

.footer_li {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 15px;
}

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

.footer_a_img {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    line-height: 40px;
    border-radius: 5px;
    background-color: rgba(255, 255, 255, 0.1);
}

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

.footer_social,
.footer_ka {
    display: flex;
    align-items: center;
    gap: 15px;
}

.footer_social a {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 30px;
    border-radius: 5px;
    background-color: rgba(255, 255, 255, 0.1);
}

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

.footer_title {
    margin-bottom: 40px;
    font-size: 24px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.05em;
}

.footer_link {
    color: #fff;
    display: block;
    letter-spacing: 0.01em;
    font-size: 15px;
}

.footer_li_b .footer_link {
    margin: 10px 0;
}

.footer_p {
    margin: 40px 0;
}

.footer_p p {
    color: #fff;
    font-size: 15px;
}

.copyright {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 0 0;
    margin: 30px 0 0;
    border-top: 1px solid #f9f9f9;
    color: #fff;
}

.copy_left {
    font-size: 18.5px;
}

.copy_right {
    display: flex;
    align-items: center;
    gap: 15px;
    font-size: 18.5px;
}

.presta_1 {
    padding-bottom: 150px;
}

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

.p1_left {
    position: relative;
}

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

.p1_box {
    position: absolute;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    bottom: -45px;
    right: -40px;
    background: #fff;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
    padding: 0 0 30px;
    border-radius: 10px;
    overflow: hidden;
}

.p1_box > div:nth-child(2) {
    margin-top: 20px;
}

.p1_box_title {
    background: linear-gradient(210deg, #0c508d, #dc2128);
    width: 100%;
    padding: 25px 0;
    text-align: center;
    font-size: 25px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
}

.p1_box_grid {
    padding: 10px 40px;
}

.p1_box_p {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 7px;
}

.p1_box_a {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 18px;
}

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

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

.p1_txt h1 {
    font-size: 30px;
    margin: 20px 0;
}

.p1_txt h2,
.p1_txt h3 {
    margin: 10px 0;
}

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

.p2_box {
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
}

.p2_img {
    width: 100%;
    height: 300px;
}

.p2_text {
    padding: 40px 20px;
}

.p2_text h2 {
    margin: 20px 0;
}

.p2_text h3 {
    margin: 10px 0;
}

.p2_box ._btn {
    margin-top: 30px;
}

.p2_box ._btn a {
    background: transparent;
    color: #000;
    border: 1px solid #e3e3e3;
}

.p2_box ._btn a img {
    filter: invert(1);
}

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

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

.p3_right {
    background-color: #fff;
    box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.05);
    border-radius: 5px;
    padding: 30px 50px;
}

.p3_txt h2 {
    margin: 20px 0;
}

.p3_txt h3 {
    margin: 10px 0;
}

section.presta_4 {
    background: linear-gradient(210deg, #0c508d, #dc2128);
}

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

.p4_box {
    padding: 40px 30px;
    background: rgba(255, 255, 255, 0.1);
}

.p4_box .s_ese {
    color: #fff;
}

.p4_box .s_ese::before,
.p4_box .s_ese::after {
    background: #fff;
}

.p4_box h2 {
    color: #fff;
    margin: 20px 0;
}

.p4_box h3 {
    color: #fff;
    margin: 10px 0;
}

.p4_box p {
    color: #fff;
}

.p4_box ._btn {
    margin-top: 30px;
}

.p4_box ._btn a {
    background: transparent;
    border: 1px solid #fff;
}

.contact_content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    align-items: center;
}

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

.contact_left #FormDevis .form-input {
    width: 100%;
    height: 60px;
    background-color: transparent;
    border: 1px solid #e3e3e3;
    border-radius: 5px;
    color: #000;
    padding: 0 20px;
    font-size: 17px;
    transition: all 0.3s;
}
.contact_left #FormDevis textarea.form-input {
    grid-column: 1 / 3;
    width: 100%;
    height: 120px;
    background-color: transparent;
    border: 1px solid #e3e3e3;
    border-radius: 5px;
    color: #000;
    padding: 20px;
    font-size: 17px;
    transition: all 0.3s;
}

.contact_left #FormDevis input::placeholder,
.contact_left #FormDevis textarea::placeholder {
    color: #444;
}

.contact_left #FormDevis .btn-submit {
    grid-column: 1 / 3;
    width: 100%;
    background: linear-gradient(210deg, #0c508d, #dc2128);
    height: 72px;
    line-height: 72px;
    border: 0;
    border-radius: 5px;
    color: #fff;
    font-weight: 700;
    font-size: 17px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.contact_h1 {
    font-size: 35px;
    width: 100%;
    margin: 20px 0 45px;
    color: #000;
}

.contact_right {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 30px;
}

.contact_box {
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

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

.contact_h2 {
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 0.03em;
    margin-bottom: 5px;
}

.contact_a {
    display: flex;
    align-items: center;
    gap: 6px;
}

.contact_a p,
.contact_a a {
    font-size: 19px;
    color: #616670;
}

.services-item-two .text .read-more img {
    width: 20px;
    height: 20px;
    object-fit: contain;
}

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

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

.Tablet div#realisations .col-lg-3 {
    flex: 0 0 31%;
    margin: 5px;
}

.Mobile div#realisations .col-lg-3 {
    flex: 0 0 100%;
    margin: 5px;
}

.logo a {
    padding: 5px;
    background: #fff;
    border-radius: 5px;
    display: block;
    width: fit-content;
}

.Mobile .footer_box .logo a {
    background: #fff;
}

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

.Mobile .logo a {
    padding: 0;
    background: none;
    border-radius: 0;
    display: block;
    width: fit-content;
}

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

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

.Desktop li.nav-item:hover .megaMenu {
    display: block;
}

ul.nav-submenu {
    position: absolute;
    background: #fff;
    width: 330px;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    padding: 20px;
    gap: 10px;
    z-index: 99;
}

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

.Tablet .navBar,
.Mobile .navBar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    padding-bottom: 10px;
    z-index: 9999;
}

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

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

.Tablet .navBottom {
  position: fixed;
  width: 100%;
  top: 200px;
  left: 0;
}

.Mobile .navBottom {
  position: fixed;
  width: 100%;
  top: 170px;
  left: 0;
}
.Mobile li.nav-item:first-child {
    padding-right: 35px;
}
.Tablet ul.col.nav-list,
.Mobile ul.col.nav-list {
  flex-direction: column;
  width: 100%;
  display: none;
}

.Tablet ul.col.nav-list.navShow,
.Mobile ul.col.nav-list.navShow {
    display: flex;
    gap: 0;
    padding: 0;
}

.Tablet li.nav-item,
.Mobile li.nav-item {
    width: 100%;
    padding: 15px;
    border-bottom: 1px solid #e1e0e0;
}

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

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

.megaMenu.showSub {
    display: block;
}

.megaMenu.showSub ul.nav-submenu {
    position: static;
    width: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    padding: 10px 20px;
    margin-top: 10px;
    align-items: center;
    justify-content: center;
}

.Tablet .ad_txt,
.Mobile .ad_txt {
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin: auto;
  padding: 10px 0;
}

.Tablet .navMobile,
.Mobile .navMobile {
    background: linear-gradient(210deg, #0c508d, #dc2128);
}

.Tablet .ad_p,
.Mobile .ad_p {
  font-size: 15px;
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
  padding: 5px 20px;
  border-radius: 20px;
}

.Tablet .navBar_top,
.Mobile .navBar_top {
  padding: 5px 0;
}

.Tablet .slider_content {
  width: 100%;
  margin-top: 0;
}

.Mobile .slider_content {
  width: 100%;
  margin-top: 0;
}

.Mobile .background {
    height: 600px;
}

.Tablet .background {
    height: 790px;
}

.Tablet .slider_h1 {
  font-size: 60px;
}

.Mobile .slider_h1 {
  font-size: 32px;
}

.Mobile ._btn {
    flex-direction: column;
    gap: 7px;
    align-items: flex-start;
    width: 100%;
}

.Mobile ._btn a {
    width: 100%;
    margin: 0;
}

.Tablet .slider_home {
  height: 790px;
  display: flex;
  align-content: center;
  justify-content: center;
  padding-top: 175px;
}

.Mobile .slider_home {
  height: 600px;
  display: flex;
  align-content: center;
  justify-content: center;
  padding-top: 175px;
}

.Tablet .s1_content {
    flex-direction: column;
    gap: 40px;
}

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

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

.Tablet .s1_img img,
.Mobile .s1_img img {
    clip-path: none;
    width: 100%;
    height: 250px;
}

.Tablet ._txt h1 {
    font-size: 26px;
}

.Mobile ._txt h1 {
    font-size: 22px;
}

.Tablet .s2_h1 {
  font-size: 30px;
}

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

.Mobile .services-item-two .image {
    width: 100%;
    margin-bottom: -67px;
}

.Mobile .services-item-two .image > a img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
}

.Mobile .s2_box {
    margin: 0;
}

.Mobile .services-item-two .text {
    padding: 80px 10px 10px;
    height: 210px;
}

.Mobile .services-item-two .text .title {
    font-size: 15px;
    text-align: center;
    line-height: 18px;
}

.Mobile .services-item-two {
    margin-bottom: 25px;
}

.Mobile .s2_title {
    width: 100%;
}

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

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

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

.Tablet .s3_img_2 {
    max-width: 100%;
    width: 100%;
    height: 300px;
    margin: auto;
    bottom: 0;
}

.Mobile .s3_img_2 {
    max-width: 100%;
    width: 100%;
    height: 250px;
    margin: auto;
    bottom: 0;
}

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

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

.Tablet .s3_img_icon,
.Mobile .s3_img_icon {
    left: 0;
}

.Tablet .s3_img_icon img {
    width: 120px;
    height: 120px;
}

.Mobile .s4_bottom,
.Tablet .s4_bottom {
    grid-template-columns: 100%;
    gap: 20px;
}

.Tablet .s4_h1 {
  font-size: 25px;
  margin-top: 15px;
}

.Mobile .s4_title {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}

.Mobile .s4_h1 {
    width: 100%;
    font-size: 25px;
    margin-top: 12px;
}

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

.Mobile .s5_h1 {
    font-size: 25px;
}

.Tablet .s5_h1 {
    font-size: 30px;
}

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

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

.Tablet .s5_img_1::after,
.Mobile .s5_img_1::after {
    display: none;
}

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

.Tablet #rappel_immediat .form_input,
.Mobile #rappel_immediat .form_input {
    width: 100%;
    position: relative;
}

.Mobile #rappel_immediat button {
    padding: 12px;
    font-size: 15px;
}

.Tablet .section_7,
.Mobile .section_7 {
    margin-top: 30px;
}

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

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

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

.Tablet .s7_img,
.Mobile .s7_img {
    margin-left: inherit;
}

.Tablet .s6_content {
  width: 100%;
}

.Tablet .s6_right {
  width: 100%;
}

.Tablet .s6_h1 {
  font-size: 30px;
}

.Mobile .s6_h1 {
    font-size: 25px;
}

.Tablet .s8_bottom {
    gap: 10px;
    padding: 40px 20px 20px;
    margin-top: 0;
}
.Mobile .s8_bottom {
    grid-template-columns: 100%;
    margin-top: 0;
}

.Mobile .s8_title {
    flex-direction: column;
    align-items: flex-start;
}

.Tablet .s8_h1 {
  font-size: 25px;
  margin-top: 15px;
}

.Mobile .s8_h1 {
    width: 100%;
    font-size: 25px;
    margin-top: 12px;
}

.Tablet .s8_box {
    margin-top: 120px;
    padding: 40px 20px 20px;
}

.Mobile .s8_box {
    margin-top: 100px;
    padding: 40px 20px 20px;
}

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

.Mobile .s9_form #FormDevis {
    grid-template-columns: 100%;
}

.Mobile .s9_form #FormDevis textarea.form-input,
.Mobile .s9_form #FormDevis .btn-submit {
    grid-column: 1;
}

.Mobile .s9_right {
    padding: 40px 20px;
}

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

.Tablet .footer_title,
.Mobile .footer_title {
    margin-bottom: 10px;
    text-decoration: underline;
}

.Mobile .footer_link {
    font-size: 16px;
}

.Mobile .footer_p p {
    font-size: 16px;
    line-height: 23px;
}

.Mobile footer {
    padding: 50px 0 40px;
}

.Mobile .copyright {
    flex-direction: column;
    gap: 10px;
    justify-content: center;
}

.Mobile .copy_left,
.Mobile .copy_right {
    font-size: 16px;
}

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

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

.Tablet .p1_img img {
    width: 100%;
}
.Mobile .p1_img img {
    width: 100%;
}

.Mobile .p1_box {
    right: 0;
    width: 100%;
}

.Mobile .p1_box_title {
    padding: 15px 0;
    font-size: 20px;
}

.Mobile .p1_box_grid {
    padding: 10px 20px;
}

.Tablet .p1_box {
  bottom: 0;
  right: 0;
}

.Tablet .p4_content,
.Tablet .p2_content {
  gap: 10px;
}

.Mobile .p4_content,
.Mobile .p2_content {
    grid-template-columns: 100%;
    gap: 12px;
}

.Tablet .p3_content,
.Mobile .p3_content {
  grid-template-columns: 100%;
  gap: 15px;
}

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

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

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

.Mobile .p4_box {
    padding: 40px 20px;
}

.Mobile .p3_right {
    padding: 40px 20px;
}

.Mobile #rappel_immediat .form_input img {
    display: none;
}

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

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

.Mobile .contact_left #FormDevis {
    grid-template-columns: 100%;
}

.Mobile .contact_left #FormDevis textarea.form-input,
.Mobile .contact_left #FormDevis .btn-submit {
    grid-column: 1;
}

.Mobile .contact_h1 {
    font-size: 20px;
    margin: 20px 0;
}

.Mobile .contact_a p,
.Mobile .contact_a a {
    font-size: 16px;
    line-height: 20px;
}

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

body.mentions div#scroll1 {
    padding: 20px 0 50px 0;
}

#rappel_immediat button img {
    width: 15px;
    height: 15px;
    object-fit: contain;
}
.horaire {
    font-size: 28px;
    line-height: 48px;
}
.Desktop li.nav-item.active::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background: #0c508d;
    bottom: -10px;
}
.img-s img {
    width: 200px;
    height: 100px;
    object-fit: contain;
}
.Mobile li.nav-item.active,
.Tablet li.nav-item.active {
    background: #dc2128;
}
.Mobile .img-s img {
    width: 140px;
    height: 70px;
    object-fit: contain;
}
.fixed-top {
    position: fixed;
    z-index: 1;
    max-width: 1200px;
    top: 10px;
    margin: auto;
    box-shadow: 0 1px 10px #0000006e;
}