*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
} 

/* Slider */
.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;
}


body{
	font-family: 'Calibri', sans-serif;
	font-size: 16px; 
}
a{
	text-decoration: none; 
    color: #fff;
}
p{
    color: #52515e;
}
h1, h2, h3{
    color: #1f1d19;
}
h1 { 
    font-size: 43px;
    line-height: 40px;
}
h2 { 
    font-size: 30px;
    padding: 0 0 25px 0;
}
h3 { 
    font-size: 20px;
    padding: 10px 0;
}
ul li{
	list-style: none;
}
input{
    outline: none;
    color: #fff;
}
.container{
    max-width: 1200px;
    width: 100%;
    margin: auto;
} 
.bg-img{
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
}
.slider.bg-img {
    height: 900px;
    position: relative;
    overflow: hidden;
}
.slider.bg-img:before{
    position: absolute;
    content: '';
    background: rgb(20 20 33 / 80%);
    width: 100%;
    height: 100%;
}
.slider.bg-img:after {
    position: absolute;
    content: '';
    background: #d04629;
    width: 800px;
    height: 800px;
    border-radius: 50%;
    filter: blur(444.506px);
    top: -200px;
    left: -100px;
    display: none;
}
.top-head {
    position: absolute;
    top: 20px;
    width: 100%;
    z-index: 9;
}
.logo-menu {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    padding: 0 80px;
}
.menu-top ul.col.nav-list {
    display: flex;
    text-align: center;
    flex-wrap: wrap;
    gap: 10px 0;
}
.megaMenu {
    transform: scaleY(0);
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 100%;
    transform-origin: 0 0 0;
    transition: all 0.3s ease 0s;
    z-index: 9999 !important;
    width: max-content;
    left: 0;
    border-radius: 15px;
    overflow: hidden;
}
.Desktop .nav-item:hover .megaMenu {
    opacity: 1;
    visibility: visible;
    transform: scaleY(1);
}
li.nav-item {
    position: relative;
    padding: 5px;
    transition: all .3s ease;
}
.Desktop li.nav-item {
    width: 25%;
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.logo img {
    background: #fff;
    border-radius: 20px;
    padding: 5px;
}
.logo img {
        width: 240px;
    height: 140px;
    object-fit: contain;
}
.Mobile .logo img{
    width: 200px;
    height: 100px;
}
.menu-top a,
.tel-head a {
    font-weight: 600;
} 
header {
    position: relative;
    z-index: 9999;
}
li.nav-submenu-item a {
    color: #3f3e3e;
} 
ul.nav-submenu {
    background: #fff;
    text-align: left; 
}
li.nav-submenu-item {
    border-bottom: 1px solid #dbdbdb;
    padding: 10px 20px;
}
.Desktop li.nav-submenu-item:hover,
li.nav-submenu-item.active {
    background: #d04629; 
}
.Desktop li.nav-submenu-item:hover a span,
li.nav-submenu-item.active a span {
    color: #fff!important;
}
.menu-top {
    border: 1px solid #fff;
    padding: 10px;
    border-radius: 15px;
    margin-left: 10px;
    margin-right: 10px;
}
/*li.nav-item.active,
.Desktop li.nav-item:hover {
    background: #d04629;
    border-radius: 20px;
    transition: all .3s ease;
}
.Desktop li.nav-item.active{
    display: flex;
    align-items: center;
    justify-content: center
}*/
.caption {
    display: flex;
    align-items: center;
    gap: 30px;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    max-width: 1170px;
    width: 100%;
    z-index: 1;
} 
.ancre {
    font-size: 80px;
    color: #fff;
    font-weight: 800;
    line-height: 1;
    position: relative;
}
.ancre:before{
    position: absolute;
    z-index: -1;
    content: '';
    background-image: url(../images/img/shape-2.png);
    width: 179px;
    height: 333px;
    background-size: cover;
    right: 0;
    top: -40px;
}
.shap-slide {
    position: absolute;
    right: 0;
    z-index: 1;
}
.shap-slide img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    opacity: 6%;
}
input.form-input,
textarea.form-input {
    border: 1px solid #dbdbdb;
    background: rgba(20, 20, 34, 50%);
    padding: 15px;
    border-radius: 20px;
    font-family: inherit;
}
.input-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    margin-top: 55px;
}
textarea.form-input {
    margin-top: 15px;
    width: 100%!important;
    color: #fff;
}
input.form-input::placeholder,
textarea.form-input::placeholder{
    color: #fff;
} 
.Mobile input.form-input, 
.Mobile textarea.form-input { 
    background: rgba(48, 48, 48, 100%); 
}
.Devisgratuit {
    background: rgba(255, 255, 255, 8%);
    padding: 30px;
    border-radius: 20px;
}
form#FormDevis label {
    color: #fff;
    font-size: 30px;
    font-weight: 800;
    line-height: 33px;
}
.btn-realisation {
    background: #d04629;
    padding: 20px;
    border-radius: 20px; 
    font-weight: 600; 
    position: relative; 
    overflow: hidden;
}  
.btn-realisation::after {
    background: #fff;
    top: 50%;
    left: 50%;
    content: "";
    width: 100%;
    height: 0%; 
    position: absolute;
    transition: all 0.6s ease;
    transform: translate(-50%, -50%) rotate(-45deg); 
}
.btn-realisation:hover::after{
    height: 140px;
}
img.img-fleche{
    width: 20px!important;
    height: 20px!important;
    object-fit: contain; 
}
.btn-realisation:hover img{
    filter: invert(1);
}
.btn-real {
    margin-top: 40px;
    display: flex;
    gap: 20px;
}
input.btn-realisation.btn-devis {
    color: #1f1d19;
    background: #ffff;
    border: none;
    cursor: pointer;
    transition: .3s;
    margin-top: 15px;
}
input.btn-realisation.btn-devis:hover{
    background: #d04629;
    color: #fff;
    transition: .3s;
}
a.btn-realisation span { 
    position: relative;
    z-index: 1;
    transition: .3s;
    display: flex;
}
a.btn-realisation:hover span{
    color: #1f1d19;
    transition: .3;
}
.btn-real.btn-cont {
    margin-top: 0;
}
.icon img {
    width: 20px;
    height: 20px;
    object-fit: contain;
}
.icon {
    background: rgba(255, 255, 255, 10%);
    width: 55px;
    height: 55px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.tel {
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.tel-head {
    display: flex;
    gap: 15px;
    align-items: center;
}
.tel span {
    color: #fff;
    font-size: 20px;
    font-weight: 300;
}
.tel a {
    font-size: 26px;
}
.phone em {
    color: #fff;
}
.phone {
    display: flex;
    gap: 10px;
    align-items: center;
}
.ancre span {
    color: #d04629;
}
section.box-sect {
    padding: 120px 0; 
}
section.box-sect.sectionText2 span.societe {
    display: flex;
    justify-content: center;
    width: max-content;
    margin: auto;
}
.sect1 {
    display: flex;
    gap: 60px;
}
.sect1-img,
.text1 {
    width: 50%;
    position: relative;
}
.box_ p {
    border: 1px solid #cdcdcd;
    border-radius: 20px;
    padding: 10px 15px;
    color: #1f1d19;
    font-weight: 600;
}
.box_ {
    display: flex;
    gap: 15px;
    padding: 25px 0;
}
.sect1-img img {
    width: 465px;
    height: 502px;
    object-fit: cover;
    position: relative;
    z-index: 9;
}
p.box-active{
    background: #d04629;
    color: #000;
}
.shape3 {
    position: absolute;
    top: 0; 
}
.shape3 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
    z-index: 1;
    left: -50px;
}
.shape3.shape4 {
    top: 75px;
}
.shape3.shape5 {
    top: -30px;
    z-index: -1;
    left: -20px;
}
.shape3.shape6 {
    top: 18%;
    z-index: -1;
}
.check span {
    font-size: 18px;
    position: relative;
    left: 30px;
}
.check span:before{
    position: absolute;
    content: '';
    background: url(../images/img/check.png);
    width: 16px;
    height: 16px;
    background-size: cover;
    top: 50%;
    transform: translateY(-50%);
    left: -30px;
}
.check {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 20px;
    row-gap: 20px;
    margin-top: 25px;
    align-items: center;
}  
.btn-real.btn-devis a.btn-realisation {
    display: flex;
    background: #fff;
    color: #1f1d19;
    border: 1px solid #cdcdcd;
    align-items: center;
    gap: 6px;
    padding: 5px 5px 5px 20px;
}
.img-btndevis {
    background: #d04629;
    width: 48px;
    height: 48px;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 9;
}
.btn-real.btn-devis .btn-realisation::after{
   background: #1f1d19; 
}
.btn-real.btn-devis .btn-realisation:hover::after{
   height: 180px; 
}
.btn-real.btn-devis a.btn-realisation:hover span{
    color: #fff;
} 
.btn-real.btn-devis .btn-realisation:hover img{
    filter: invert(0);
}  
.messagedefilant {
    display: block; 
    padding: 25px 0;
    overflow: hidden;
    position: relative;
    width: 100%;  
    background: #d04629;
} 
 
.messagedefilant span, .messagedefilant:after {
    white-space: nowrap;
    top: 0;
    font-style: italic;
    position: relative;
    display: block;
    font-size: 45px; 
    font-family: "Helvetica", sans-serif;
    font-weight: 900;
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #fff;
}
 
.messagedefilant span {
    animation: defilement2 25s infinite linear; 
}
 
.messagedefilant:after {
  position: absolute;
  top:0; left:0;
  content:attr(data-text);
  animation: defilement2 5s infinite linear; 
}
 
@keyframes defilement {
  0% { margin-left: 0; }
  100% { margin-left: -100%; }
}
 
@keyframes defilement2 {
  0% { margin-left: 100%; }
  100% { margin-left: 0%; }
}
span.societe {
    border: 1px solid #cdcdcd;
    padding: 5px 15px;
    border-radius: 20px;
    text-transform: uppercase;
    font-size: 12px; 
}
.Mobile span.societe {
    color: #000; 
}
.text1 h1 {
    margin-top: 20px;
}
.box-text2 img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    display: block;
    border-radius: 30px 30px 0 0;
}
.block-sect2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-content: center;
    gap: 50px 0;
}
.text2 {
    padding: 27px 40px;
    border-radius: 0 0 30px 30px;
    margin-top: -50px;
    background: #fff;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.10);
    position: relative;
    left: -57px;
}
.text2:before {
    position: absolute;
    content: '';
    background-image: url(../images/img/bef-box.webp);
    width: 100%;
    height: 350px;
    object-fit: cover;
    z-index: -1;
    left: 57px;
    border-radius: 0 0 30px 30px;
}
.box-sect2 {
    padding: 0 0 0 100px;
}
p.titre_ {
    color: #1f1d19;
    font-size: 55px;
    text-align: center;
    line-height: 55px;
    padding: 20px 0 45px 0;
    width: 55%;
    margin: auto;
}
p.titre_ span {
    color: #d04629;
}
.box-sect2 span.societe {
    width: max-content;
    margin: auto;
    display: block;
}
.text3 h2,
.text3 h3,
.text3 p,
.text4 h2,
.text4 h3,
.text4 p{
    color: #fff;
}
.box-sect3 {
    background: #1f1d19;
    border-radius: 20px;
    padding: 120px 0 0;
    margin: 0 80px;
}
.box-text3-4 {
    display: flex;
    gap: 60px;
}
.text3 h2 {
    font-size: 50px;
    padding: 20px 0 10px;
    line-height: 50px;
}
.text3 span.societe {
    color: #fff;
}
.text3 .tel-head {
    padding: 35px 0 0;
}
.text4 {
    border: 1px solid rgba(255, 255, 255, .10);
    border-radius: 20px;
    padding: 30px 40px;
}
.box-rappel {
    background: #d04629;
    padding: 60px;
    border-radius: 20px;
    position: relative;
    top: 120px;
    z-index: 1;
} 
.block-rappel{
    display: flex; 
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
.box-rappel:before{
    position: absolute;
    content: '';
    background: url(../images/img/shape-7.png);
    width: 364px;
    height: 100%;
    background-size: cover;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 60%;
    z-index: -1;
    opacity: 30%;
    border-radius: 20px;
}
.block-rappel span {
    color: #fff;
    font-size: 40px; 
}
.grid-rappel input.btn-realisation.btn-devis {
    margin-left: -102px;
    position: relative;
    right: 5px;
}
.grid-rappel input.form-input {
    width: 360px;
    padding: 30px;
}
.titre-rappel {
    display: flex;
    gap: 20px;
    align-items: center;
}
.titre-rappel img {
    width: 75px;
    height: 75px;
    object-fit: contain;
}
section.sect-tex3 {
    margin-bottom: 240px;
}
.box-sect5 {
    display: flex;
    gap: 60px;
}
.img-text5 {
    display: flex;
    gap: 30px;
    width: 50%;
}
.text5 {
    width: 50%;
}
.text5 h2 {
    padding-bottom: 10px;
}
.img5 img {
    width: 100%;
    height: 100%; 
    border-radius: 20px;
    display: block; 
}
.img5.img5-3 img {
    height: 270px;
}
.exp {
    background: #1f1d19;
    border-radius: 20px;
    padding: 30px 60px;
    display: flex;
    align-items: center;
    gap: 20px;
    position: absolute;
    margin-top: 30px;
    left: 50px;
}
.exp img {
    width: 65px!important;
    height: 40px!important;
    object-fit: contain;
} 
.exp p {
    color: #fff;
    font-weight: 600;
}
.exp span {
    font-size: 50px;
}
.img5.img5-3 {
    position: relative;
}
.categerie {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}
.ancre_cat a {
    color: #1f1d19;
    font-weight: 600;
}
.cat-item {
    width: 100%;
    height: 250px; 
    background: #ddd;
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    transition: all .4s;
}
.cat-item:before{
    position: absolute;
    content: '';
    background: #1f1d19;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 30%;
}
.img-cat {
    background: #fff;
    padding: 20px 40px;
    text-align: center;
    margin: 0 15px;
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    transition: .3s all;
}
.cat-item:hover .img-cat{
    opacity: 0; 
}
section.sect-cat {
    padding: 0 0 120px;
    background: #1f1d19;
}
.fond-cat.bg-img {
    padding: 120px 0;
}
.icon-cat {
    position: absolute;
    left: 0;
    background: #d04629;
    width: 57px;
    height: 57px;
    top: -25px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.icon-cat img {
    width: 32px;
    height: 32px;
    object-fit: contain;
}
.cat-text {
    background: #fff;
    width: 93%;
    height: 90%;
    border-radius: 5px;
    padding: 20px 30px;
    position: absolute;
    text-align: center;
    top: 370px;
    transform: translate(-50%, -50%);
    left: 50%;
    border: 1px dashed #d04629;
    transition: all .4s;
}
.cat-item:hover .cat-text{
    top: 50%;
}
.cat-text a {
    color: #1f1d19;
    font-weight: 600;
    font-size: 19px;
    display: block;
    padding: 15px 0;
    transition: .3s;
}
.cat-text:hover a{
    color: #d04629;
    transition: .3s;
}
.fleche-cat {
    background: #e1dfdf;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.fleche-cat img {
    width: 25px;
    height: 25px;
    object-fit: contain;
    transform: rotate(-31deg);
}
.box-cat {
    text-align: center;
}
.service {
    font-size: 50px;
    color: #fff;
    font-weight: 600;
    padding: 30px 0;
}
.elementor-shape[data-negative=true].elementor-shape-top {
    transform: rotate(180deg);
    margin-top: -125px; 
} 
.elementor-shape .elementor-shape-fill {
    fill: #fff;
    transform-origin: center;
    transform: rotateY(0deg);
}
section.box-sect.sect6 {
    margin-top: 120px;
    position: relative;
}
section.box-sect.sect6:before{
    position: absolute;
    content: '';
    background: #fff;
    width: 100%;
    height: 100%;
    opacity: 80%;
    top: 0;
}
.titre6 {
    position: relative;
    text-align: center;
    margin-top: -70px;
}
.titre6 p {
    color: #1f1d19;
    font-size: 40px;
    font-weight: 600;
    padding: 30px 0;
}
.titre6 span.societe {
    color: #4d4b4b;
}
.box6-7 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-content: center;
    gap: 60px;
    margin-top: -115px;
    position: relative;
}
.blocktext {
    background: #fff;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.05);
    padding: 40px;
    /* text-align: center; */
    width: 100%;
}
.fond_icon {
    background: #f7dcd4;
    width: 75px;
    height: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    margin-bottom: 20px;
    border-radius: 50%;
}
.fond_icon img {
    width: 50px;
    height: 50px;
    object-fit: contain;
}
section.text6-7 {
    margin-bottom: 120px;
} 
.bg-foot {
    background: #1f1d19;
    position: relative;
    padding: 120px 80px 0;
} 
.bg-foot:before{
    position: absolute;
    content: '';
    background: url(../images/img/bg-foot.webp);
    width: 100%;
    height: 100%;
    background-size: cover;
    top: 0;
    left: 0;
    z-index: 0;
    opacity: 1%;
}
.text-agence {
    color: #fff;
    padding: 7px 0 0;
    font-size: 15px;
}
.titre-foot {
    color: #fff;
    font-size: 25px;
    font-weight: 600;
    padding: 0 0 20px;
}
.box-foot {
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 60px;
}
.adresse, .tel-footer a {
    display: flex;
    align-items: center;
    gap: 20px;
    color: #fff;
    transition: .3s;
} 
ul.services-footer a {
    font-weight: 300; 
    position: relative;
    left: 30px;
}
ul.services-footer a:before{
    position: absolute;
    content: '';
    background: url(../images/img/icon-foot.png);
    width: 20px;
    height: 20px;
    background-size: cover;
    top: 50%;
    transform: translateY(-50%);
    left: -30px;
}
ul.services-footer a:hover,
.adresse:hover, 
.tel-footer a:hover {
    color: #d04629;
    transition: .3s;
}
ul.services-footer li {
    margin: 20px 0;
}
.tel-footer {
    margin-top: 20px;
}
.copyright {
    border-top: 2px solid #20202D;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 40px;
    padding: 40px 0;
    position: relative;
}
.bloc-copyright {
    color: #fff;
}
.box-mention {
    color: #fff;
    display: flex;
    align-items: center;
    gap: 10px;
}
.adresse {
    margin-top: 20px;
}
.box-mention a{
    transition: .3s;
}
.box-mention a:hover{
    color: #d04629;
    transition: .3s;
}

.Mobile .menu-top ul.col.nav-list,
.Tablet .menu-top ul.col.nav-list {
    flex-direction: column;
    position: fixed;
    width: 100%;
    left: 0;
    top: 155px;
    background: #fff;
    padding: 0 0 25px;
}
.Tablet .menu-top ul.col.nav-list {
    top: 165px;
}
.Mobile .btn-real.btn-cont a.btn-realisation,
.Tablet .btn-real.btn-cont a.btn-realisation {
    display: none;
}
.Mobile .menu-top,
.Tablet .menu-top {
    border: none;
    display: none;
}
.Mobile .logo-header, 
.Tablet .logo-header {
    background: #fff;
    position: fixed;
    width: 100%;
    left: 0; 
    top: 0;
    padding: 0;
    display: flex;
    align-items: center;
}
.Mobile .menu-top a,
.Tablet .menu-top a,
.Mobile li.nav-submenu-item span,
.Tablet li.nav-submenu-item span { 
    color: #1f1d19!important;
}
.Mobile .megaMenu, 
.Tablet .megaMenu {
    visibility: visible;
    opacity: 1;
    display: none;
    position: static;
    width: 100%;
    transform: none;
    border-radius: 0px;
}
.Mobile ul.nav-submenu,
.Tablet ul.nav-submenu { 
    border-radius: 20px;
    margin-top: 8px;
}
.Mobile .menu-top.show, 
.Tablet .menu-top.show {
    display: block;
}
.Mobile li.nav-submenu-item:nth-child(5),
.Tablet li.nav-submenu-item:nth-child(5){
    border-bottom: none;
}
.Mobile span.nav-click i::before,
.Tablet span.nav-click i::before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background-image: url(../images/drop.png);
    background-size: cover;
    right: 10px; 
    filter: invert(1);
}
.Mobile .megaMenu li.nav-submenu-item a,
.Tablet .megaMenu li.nav-submenu-item a {
    margin-left: 0 !important;
}
button.navMobile img {
    width: 30px;
    height: 30px;
    object-fit: contain;
}
button.navMobile {
    background: transparent;
    border: none;
    position: absolute;
    right: 20px;
}
.tel-mob {
    position: fixed;
    justify-content: center;
    display: flex;
    align-items: center;
    top: 130px;
    gap: 10px;
    transform: translate(-50%, -50%);
    left: 50%;
    width: 100%;
    background: #333;
    padding: 5px 0;
}
.tel-mob a {
    background: #d04629;
    padding: 10px;
    border-radius: 10px;
    font-size: 18px;
    font-weight: 600;
}
.Mobile .slider.bg-img,
.Tablet .slider.bg-img {
    height: 600px;
}
.Mobile .ancre {
    font-size: 40px; 
    line-height: 41px; 
}
.Mobile .caption {
    padding: 0 20px;
    top: 55%;
}
.Tablet .slider.bg-img::after{
    display: none;
}
.Tablet .ancre{
    font-size: 70px;
}
.Tablet .caption {
  padding: 0 40px;
  top: 58%;
}
.Mobile .btn-realisation { 
    padding: 20px 10px; 
}
.Mobile .ancre:before,
.Tablet .ancre:before { 
    right: 0;
    top: -28px;
}
.Tablet .megaMenu .nav-submenu-item {
  text-align: center;
}
.Mobile .sect1,
.Tablet .sect1 {
    display: block; 
} 
.Mobile .sect1-img, 
.Mobile .text1,
.Tablet .sect1-img,
.Tablet .text1{
    width: 100%;
}
.Mobile .input-grid { 
    grid-template-columns: repeat(1, 1fr); 
}
.Mobile form#FormDevis label,
.Tablet form#FormDevis label {
    color: #1f1d19; 
}
.Mobile input.btn-realisation.btn-devis,
.Tablet input.btn-realisation.btn-devis {
    color: #fff;
    background: #d04629; 
    right: -19px;
}
.Tablet input.btn-realisation.btn-devis{
    right: 0!important;
}
.Mobile .Devisgratuit,
.Tablet .Devisgratuit {
    background: rgba(225, 45, 2, 13%);
    border-radius: 0;
}
.Mobile .sect1-img img {
    width: 100%;
    height: 326px;
    left: 0;
}
.Tablet .sect1-img img{
    left: 0;
}
.Mobile .text1,
.Tablet .text1 {
    margin-top: 40px;
}
.Mobile .shape3.shape4 {
    top: 10px;
}
.Mobile .shape3.shape6{
    top: 0;
}
.Mobile h1 {
    font-size: 32px; 
}
.Mobile .box_ { 
    flex-direction: column;
    text-align: center;
}
.Mobile .check { 
    grid-template-columns: repeat(1, 1fr); 
}
.Mobile p.titre_,
.Tablet p.titre_{
    width: 100%;
    font-size: 37px;
    line-height: 39px;
}
.Mobile section.box-sect,
.Mobile .fond-cat.bg-img {
    padding: 40px 0;
} 
.Mobile .container{
    padding: 0 20px;
}
.Tablet .container{
    padding: 0 40px;
}
.Mobile .box-text2 img,
.Tablet .box-text2 img {
    width: 100%;
    height: 250px; 
}
.Mobile .text2 { 
    padding: 20px 20px; 
}
.Mobile .service{
    font-size: 33px;
}
.Mobile .categerie { 
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}
.Mobile .img-cat,
.Tablet .img-cat{
    padding: 20px 5px;
}
.Mobile .icon-cat,
.Tablet .icon-cat{
    top: -44px;
}
.Mobile .cat-item{
    height: 215px;
}
.Mobile .box-sect3 { 
    padding: 80px 0 0;
    margin: 0;
}
.Mobile section.sect-cat {
    padding: 20px 0;
}
.Mobile .box-text3-4,
.Tablet .box-text3-4 { 
    flex-direction: column;
}
.Mobile .text3 h2 {
    font-size: 40px; 
    line-height: 40px;
}
.Mobile .text4{
    padding: 30px 20px;
}
.Tablet .box-sect3 { 
  margin: 0 40px;
}
.Mobile .titre-rappel,
.Tablet .titre-rappel,
.Mobile .block-rappel,
.Tablet .block-rappel { 
    flex-direction: column;
}
.Mobile .block-rappel span { 
    font-size: 25px;
} 
.Mobile .grid-rappel input.form-input,
.Tablet .grid-rappel input.form-input {
    width: 100%; 
    padding: 24px;
}
.Mobile .box-rappel:before{
    width: 100%;
    left: 50%;
}
.Mobile .box-rappel{
    padding: 20px;
    top: 65px;
}
.Mobile .titre-rappel img,
.Tablet .titre-rappel img {
    width: 60px;
    height: 60px; 
} 
.Mobile .rappel,
.Tablet .rappel {
    width: 100%;
}
.Tablet .box-rappel::before{
    left: 72%;
} 
.Tablet .box-rappel{
    padding: 40px;
}
.Mobile section.sect-tex3 {
    margin-bottom: 120px;
} 
.Mobile .box-sect5,
.Tablet .box-sect5 { 
    flex-direction: column;
}
.Mobile .text5,
.Tablet .text5,
.Mobile .img-text5,
.Tablet .img-text5 {
    width: 100%; 
}
.Tablet .img5.img5-3 img {
  height: 100%;
}
.Mobile .img-text5{
    display: block;
}
.Mobile .text5 h2{
    font-size: 38px;
    line-height: 40px;
}
.Mobile .img5.mob-none{
    display: none;
}
.Mobile .exp,
.Tablet .exp { 
    padding: 20px 30px; 
    left: 0;
    width: 100%;
}
.Mobile section.box-sect.sect6 {
    margin-top: 230px; 
}
.Mobile .titre6 { 
    margin-top: 30px;
}
.Mobile .elementor-shape[data-negative=true].elementor-shape-top {
    margin-top: -44px;
}
.Mobile .titre6 p{
    font-size: 30px;
}
.Mobile .box6-7 { 
    margin-top: -48px; 
    grid-template-columns: 100%;
}
.Mobile .blocktext{
    padding: 20px;
}
.Mobile .bg-foot { 
    padding: 80px 20px 0;
}
.Mobile .box-foot { 
    grid-template-columns: repeat(1, 1fr);
}
.Mobile ul.services-footer a{
    left: 14px;
}
.Mobile ul.services-footer a:before{
    left: -20px;
}
.Mobile .copyright { 
    flex-direction: column;
    gap: 20px;
}
.Tablet section.box-sect.sect6 {
  margin-top: 215px; 
}
.Tablet .titre6 { 
  margin-top: 0;
}
.Tablet .box-foot { 
  grid-template-columns: repeat(2, 1fr); 
  gap: 50px;
}
.Tablet .shap-slide img{
    height: 600px;
}
.top-head.fixed-top {
    background: #fff;
    position: fixed;
    top: 0;
    transition: .3s all;
}
.top-head.fixed-top .logo-menu .menu-top li.nav-item a {
    color: #1f1d19;
}
.Desktop li.nav-submenu-item a.col span {
    color: #1f1d19;
}

b.titre-album {
    width: 100%;
    font-size: 36px;
    color: #000;
    font-weight: bold;
    display: block; 
    padding: 40px 0;
    text-align: center;
    text-transform: uppercase;
}
div#realisations .row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-bottom: 50px;
}
.Mobile div#realisations .row { 
    grid-template-columns: repeat(1, 1fr); 
}
.Tablet div#realisations .row { 
    grid-template-columns: repeat(3, 1fr); 
}
a.swipebox img {
    width: 100%;
    height: 230px;
    object-fit: cover;
    display: block;
}
.mentions h2 {
    padding: 40px 0;
    font-size: 35px;
    font-weight: 600;
    text-transform: uppercase;
}
.mentions ol {
    max-width: 100%;
    width: 60%;
    margin: auto;
    padding: 0 0 80px;
}
 .Devisgratuit.page-devis form#FormDevis label {
    color: #1f1d19;
}
.Devisgratuit.page-devis input.btn-realisation.btn-devis,
.contactezNous input.btn-realisation.btn-devis{
    background: #d04629;
    color: #fff;
    width: 100%;
}
.Devisgratuit.page-devis input.btn-realisation.btn-devis:hover,
.contactezNous input.btn-realisation.btn-devis:hover{
    background: #1f1d19; 
}
.Devisgratuit.page-devis {
    width: 40%;
    margin: auto;
    text-align: center;
    border: 1px solid #ddd;
    margin-top: 50px;
    margin-bottom: 50px;
} 
div#Map {
    height: 500px; 
}
.contactezNous {
    background: #fff;
    box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.05);
    border-radius: 40px;
    padding: 60px;
    width: 60%;
    margin: auto;
    margin-top: -136px;
    margin-bottom: 70px;
    position: relative;
    z-index: 1111;
}
.box-contact {
    text-align: center;
}
.box-contact h1 {
    padding: 0 0 30px;
}
.Desktop .contactezNous input.btn-realisation.btn-devis{
    width: max-content;
}
.box-contact .Devisgratuit input.form-input,
.box-contact textarea.form-input {
    background: transparent;
    color: #000;
}
.box-contact .Devisgratuit input.form-input::placeholder,
.box-contact textarea.form-input::placeholder {
    color: #000;
}
.cont-box span {
    color: #1f1d19;
    font-size: 20px;
    font-weight: 600;
    position: absolute;
    top: 22px;
    left: 110px;
}
.cont-box a,
.cont-box .adresse {
    color: #52515e;
    font-size: 20px;
    font-weight: 300;
}
.cont-box img {
    width: 40px;
    height: 40px;
    object-fit: contain;
}
.box-telcont {
    display: flex;
    justify-content: space-around;
    gap: 60px;
    margin-bottom: 80px;
}
 .cont-box {
    border: 1px solid #ddd;
    padding: 30px;
    border-radius: 20px;
    width: 100%;
    position: relative;
}
.tel-cont {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 20px;
} 
.cont-box i {
    background: #FFF4F3;
    width: 60px;
    height: 60px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.Mobile.mentions ol { 
    padding: 0 30px;
    width: 100%;
}
.Mobile.mentions h2,
.Tablet.mentions h2{
    padding: 40px 0 20px;
}
.Mobile div#Map {
    height: 350px;
}
.Mobile .contactezNous,
.Tablet .contactezNous{
    width: 100%;
    padding: 30px;
}
 
.Mobile .box-contact h1 {
    padding: 0 0 20px;
}
.Mobile .box-contact b,
.Tablet .box-contact b {
    padding: 10px 0;
    display: block;
} 
.Devisgratuit input.btn-realisation.btn-devis {
    right: 0;
}
.Mobile .box-telcont { 
    gap: 20px; 
    flex-direction: column;
}
.Mobile .Devisgratuit.page-devis{
    width: 100%;
    background: #fff;
}
.Mobile .box-contact .Devisgratuit,
.Tablet .box-contact .Devisgratuit{
    background: #fff;
    padding: 0;
}
.Tablet.mentions ol{
    width: 80%;
}

.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: 70px;
    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: 37px;
  }
  .blog_pageIntrouvable h1 {
    font-size: 100px;
  }
}

div#Messages {
    text-align: center;
    background-color: #000;    
    padding: 10px;
    width: 100%;
    z-index: 9999;
    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;
}
.Mobile .block-sect2,
.Tablet .block-sect2 {
    grid-template-columns: 100%;
    gap: 40px;
}
.Mobile .box-sect2,
.Tablet .box-sect2 {
    width: 100%;
    padding: 0;
}
.Mobile .text2,
.Tablet .text2{
    left: 0;
}
.btn-real a.btn-realisation img {
    width: 20px;
    height: 20px;
    object-fit: contain;
}

section.box-sect {
    overflow: hidden;
}
.section-1 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-content: center;
    gap: 70px;
    align-items: center;
}
.section-1 .img-btndevis {
    background: none;
    width: auto;
}
.section-1 .btn-real.btn-devis a.btn-realisation {
    background: #d04629;
    border: none;
    color: #fff;
    padding: 5px 20px;
}
.texte-1 h1,
.texte-1 h2 {
    margin: 20px 0;
}
.bloc-img-1 {
    position: relative;
    display: block;
}
.bloc-img-1 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}
.bloc-img-1::before {
    content: "";
    position: absolute;
    left: -30px;
    top: 10px;
    right: 30px;
    bottom: -30px;
    border: 5px solid #d04629;
    border-radius: 20px;
    animation: topBottom 3s ease-in-out infinite;
}
@keyframes topBottom {
  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(10px);
  }

  100% {
    transform: translateY(0px);
  }
}
.img-dots {
    position: absolute;
    left: -22px;
    bottom: -22px;
    animation: leftRight 4s ease-in-out infinite;
}
@keyframes leftRight {
  0% {
    transform: translateX(0px);
  }

  50% {
    transform: translateX(10px);
  }

  100% {
    transform: translateX(0px);
  }
}
.m-100 {
    margin-top: 100px;
}
.section-1.m-100 .bloc-img-1::before {
    right: -30px;
    left: 30px;
}
.section-1.m-100 .img-dots {
    right: -22px;
    left: auto;
}

/*box-sect-2*/
.box-sect-2 {
    position: relative;
    display: block;
    width: 100%;
    background-color: #fff4f3;
    border-radius: 50px;
    padding: 120px 0;
    margin: 0 auto;
    overflow: hidden;
    z-index: 1;
}
.bg-box-sect-2 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: .20;
    background-image: url(../images/img/bg-box-sect-2.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: -1;
    animation-name: float-bob-y;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
@keyframes float-bob-y {
  0% {
    transform: translateY(-20px);
  }

  50% {
    transform: translateY(-10px);
  }

  100% {
    transform: translateY(-20px);
  }
}
.titre-box-sect-2 {
    text-align: center;
    margin-top: -3px;
    margin-bottom: 60px;
}
.ancre-page {
    margin-top: 20px;
    font-size: 30px;
    font-weight: 600;
}
.bloc-box-sect-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-content: center;
    gap: 30px;
}
.bloc-box-sect-2 > div {
    height: max-content;
}
.texte-3 {
    background-color: #fff;
    border-radius: 20px;
    padding: 30px 40px 40px;
}
.texte-4 {
    position: relative;
    display: block;
    background-color: #d04629;
    padding: 60px 40px 40px;
    border-radius: 20px;
    overflow: hidden;
    z-index: 1;
}
.bg-text-4 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: .10;
    background-image: url(../images/img/bg-text-4.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: -1;
}
.bloc-texte-4 {
    background-color: rgba(255, 255, 255, .10);
    border: 1px solid rgba(205, 205, 205, .50);
    border-radius: 20px;
    padding: 20px;
}
.bloc-texte-4 h2,
.bloc-texte-4 h3,
.bloc-texte-4 p {
    color: #fff;
}

/*box-sect-3*/
.box-sect-3 {
    padding: 120px 0;
}
.bloc-box-sect-3 {
    display: flex;
    align-items: center;
}
.bloc-img-3 {
    width: 58.3333333333%;
}
.text-5 {
    width: 41.6666666667%;
}
.bloc-img-3 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}
.bloc-text-5 {
    position: relative;
    z-index: 1;
    margin-left: -110px;
    background-color: #FFFFFF;
    box-shadow: 0px 4.4px 20px -1px rgba(19, 16, 34, 0.05);
    border-radius: 20px;
    padding: 47px 40px 40px;
}
.bloc-text-5-2 {
    margin-left: 0;
    margin-right: -110px;
    background-color: #fff;
}

/*box-sect-4*/
.box-sect-4 {
    position: relative;
    display: block;
    padding: 120px 0 0;
    z-index: 2;
}
.img-4 img {
    width: 100%;
    height: 450px;
    object-fit: cover;
    border-radius: 20px;
}

/*box-sect-5*/
.box-sect-5 {
    position: relative;
    display: block;
    margin-top: -243px;
    z-index: 1;
}
.bloc-box-sect-5 {
    position: relative;
    display: block;
    width: 100%;
    padding: 323px 0 90px;
    background: linear-gradient(180deg, #333 0%, #d04629 100%);
    border-radius: 20px 20px 0 0;
    margin: 0 auto;
}
.text-7 .btn-real.btn-devis a.btn-realisation {
    background: transparent;
    color: #fff;
    padding: 5px 20px;
}
.text-7 .btn-real.btn-devis a.btn-realisation:hover {
    border-color: transparent;
}
.text-7 .img-btndevis {
    background: none;
    width: auto;
}
.text-7 {
    border: 1px solid rgba(255, 255, 255, .20);
    border-radius: 20px;
    padding: 40px;
}
.text-7 h2,
.text-7 h3,
.text-7 p {
    color: #fff;
}

.Mobile section.box-sect,
.Mobile .box-sect-3 {
    padding: 40px 0;
}
.Mobile .section-1,
.Mobile .bloc-box-sect-2,
.Tablet .bloc-box-sect-2 {
    grid-template-columns: 100%;
}
.Mobile .box-sect-2 {
    padding: 80px 0 40px;
}
.Mobile .titre-box-sect-2 {
    margin-bottom: 30px;
}
.Mobile .texte-3,
.Mobile .texte-4,
.Mobile .text-7 {
    padding: 30px 15px;
}
.Mobile .bloc-box-sect-3,
.Tablet .bloc-box-sect-3 {
    flex-direction: column;
}
.Mobile .bloc-box-sect-3.m-100,
.Tablet .bloc-box-sect-3.m-100 {
    flex-direction: column-reverse;
}
.Mobile .bloc-img-3,
.Mobile .text-5 {
    width: 100%;
}
.Mobile .bloc-text-5 {
    margin: 0;
    padding: 15px;
}
.Mobile .box-sect-4 {
    padding: 0;
}
.Mobile .img-4 img {
    height: 250px;
}
.Mobile .box-sect-5 {
    margin-top: -150px;
}
.Mobile .bloc-box-sect-5 {
    padding: 170px 0 50px;
}
.Tablet .section-1 {
  gap: 30px;
}
.Tablet .bloc-text-5 {
    margin: 0;
}
.Tablet .text-5 {
  width: 100%;
}
.Tablet .bloc-img-3 {
  width: 85%;
}
.Tablet .box-sect-4 {
  padding: 0;
}
.Mobile .bloc-img-1::before,
.Mobile .section-1.m-100 .bloc-img-1::before {
    left: 15px;
    right: 15px;
}
.Mobile .img-dots {
    width: 50%;
}
.Mobile li.nav-item,
.Tablet li.nav-item {
    padding: 12px;
}
.horaire {
    margin-top: 20px;
    color: #fff;
    display: flex;
    gap: 10px;
    font-size: 18px;
}
.horaire span {
    font-weight: 600;
    text-decoration: underline;
}
.Mobile section.text6-7 {
    margin-bottom: 50px;
}
.Tablet .tel-mob {
  top: 140px;
}
section.sect-cat span.societe {
    color: #fff;
}
.homeslider {
    height: 900px;
    overflow: hidden;
}
.Mobile .homeslider,
.Tablet .homeslider {
    height: 600px;
}
.Mobile .phone {
    flex-direction: column;
}
.Mobile .phone em {
    display: none;
}
.Tablet .logo img {
  height: 115px;
}
li.nav-item.active > a {
    text-decoration: underline;
}


