*{
	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; 
    color: #212121;
}
p{
    color: #61657e;
    line-height: 22px;
    text-align: justify;
}
a{
	text-decoration: none;  
}
ul li{
	list-style: none;
}
input, textarea.form-input{
    outline: none;
    color: #fff;
}
textarea{
    font-family: inherit;
} 
h1{
    font-size: 32px; 
    padding: 22px 0;
}
 h2 {
    font-size: 28px; 
    padding: 20px 0 ;
} 
h3 {
    padding: 20px 0;
    font-size: 22px;
}
h1, h2, h3{
    color: #1c1c1c;
}
.container{
    max-width: 1200px;
    margin: auto;
    width: 100%;
    padding: 0 20px;
} 
i.icon{
    position: relative;
    padding: 12px;
}
.icon:before {
    content: "";    
    background-repeat: no-repeat;
    background-size: contain!important;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.icon-phone:before {
    background: url(../images/img/fixe.png);
}
.icon-mobile:before {
    background: url(../images/img/portable.png);
}
.icon-envelope:before {
  background: url(../images/img/mail.png);
}
.icon-location:before {
  background: url(../images/img/locali.png);
}
.icon-map:before {
  background: url(../images/img/adresse.png);
}
.top_head {
    background: #C62828;
}
.adr_top {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 60px; 
}
.reseux img {
    width: 20px;
    height: 20px;
    object-fit: contain;
    filter: invert(1);
}
.fondIconT-6 img {
    width: 50px;
    height: 50px;
    object-fit: contain;
}
.adr_top .reseux{
    gap: 15px;
}
.reseux {
    display: flex;
    align-items: center;
    gap: 7px;
}
.bloc_top.b-f{
    position: relative;
}
.bloc_top.b-f:before {
    position: absolute;
    content: '';
    right: -30px;
    top: 50%;
    bottom: 0px;
    width: 1px;
    background: rgba(255, 255, 255, 48%);
    transform: skew(-20deg) translateY(-50%);
    height: 42px;
}
.bloc_top.b-f:nth-child(3):before{
    display: none;
}
span.classe,
.bloc_top.b-f a {
    color: #fff;  
}
.megaMenu {
    transform: scaleY(0);
    opacity: 0;
    visibility: hidden;
    position: absolute;
    transform-origin: 0 0 0;
    transition: all 0.3s ease 0s;
    z-index: 9999 !important;
    background: #1565c0;
    padding: 20px;
    width: 396px;
    border-radius: 4px;
    margin-top: 10px;
}
.Desktop .nav-item:hover .megaMenu {
    opacity: 1;
    visibility: visible;
    transform: scaleY(1);
}
.nav ul.col.nav-list {
    display: flex;
    text-align: center;
}
li.nav-submenu-item span {
    color: #fff!important;
}
li.nav-submenu-item span:hover {
    color: #f16767!important;
    transition: .3s;
}
li.nav-item {
    margin: 0 7px;
    position: relative;
    padding: 0 0 10px;
} 
li.nav-item:before {
    position: absolute;
    content: '';
    background: #1565c0;
    width: 0;
    height: 4px;
    transition: .3s;
    bottom: 0;
    left: 0;
}
li.nav-item:hover:before{
    width: 100%;
}
.block_menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 30px;
    gap: 80px;
}
.menu-B {
    display: flex;
}
li.nav-submenu-item {
    text-align: left;
    margin: 10px 0;
}
.fond-btn {
    min-width: 185px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
} 
a.logo img {
    width: 200px;
    height: 92px;
    object-fit: contain;
}
.fond-btn span {
    font-size: 20px;
    color: #fff;
    font-weight: 600;
    position: relative;
    top: -4px;
    left: -11px;
    cursor: pointer;
}
li.nav-item a {
    color: #212121;
}
li.nav-item.active {
    border-bottom: 4px solid #1565c0;
}
li.nav-submenu-item.active {
    border-bottom: 2px solid #fff;
    padding: 0 0 10px;
}
li.nav-submenu-item:hover a{
    color: #fff;
    transition: .3s;
}
.homeSlider {
    position: relative;
}
.bg-slider { 
    height: 650px;
    position: relative;
}
.bg-slider::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    opacity: 0.4;
    background-color: #000000;
}
.caption {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}
.Sct_nom {
    color: #C62828;
    font-size: 22px;
    font-weight: 600;
    font-style: italic;
}
.cap_head .h1 {
    color: #fff;
    font-size: 35px;
    font-weight: 600;
}
.Desktop .cap_head .h1::first-line{
    font-size: 50px;
}
a.btn {
    background: #C62828;
    padding: 20px 35px;
    font-weight: 600;
    color: #fff;
    font-size: 18px;
    border-radius: 8px;
}
a.btn:hover{
    background: #b60522;
    transition: .3s;
}
.btn_cap {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-top: 25px;
}
a.btn.btn_T {
    background: transparent;
    border: 2px solid rgba(255, 255, 255, .5);
}
a.btn.btn_T:hover{
    border: 2px solid rgba(255, 255, 255, 1);
    transition: .3s;
} 
.cageH {
    box-shadow: 0 2px 18px rgba(0, 0, 0, 0.09);
    padding: 40px;
    background: #fff;
    text-align: center;
}
.cage-head { 
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin-top: -120px;
    position: relative;

}
.cageH span {
    font-weight: 600;
    font-size: 22px;
    margin: 20px 0 12px;
    display: block;
}
.text-C {
    color: #757474;
    font-size: 18px;
}
.icon-C img {
    width: 45px;
    height: 45px;
    object-fit: contain;
} 
.block_cage{
    position: relative;
}
.block_cage:before{
    position: absolute;
    content: '';
    background: url(../images/img/brush-1.png);
    width: 786px;
    height: 422px;
    background-size: cover;
    background-repeat: no-repeat;
    right: 0;
    z-index: 0;
}


.boxText-4 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}
.box_clr {
    padding: 32px;
    position: relative;
}
.box_clr.bg-R {
    background: #C62828;
}
.box_clr.bg-V{
    background: #1565c0;
}
.sect3-text h1,
.sect3-text h2,
.sect3-text p{
    color: #fff;
}
.imgT-4 > img {
    background: #ddd;
    width: 100%;
    height: 250px;
    display: block;
    object-fit: cover;
}
.imgT-4 {
    margin-top: -80px;
}
.sect3-text h1,
.sect3-text h2 {
    border-bottom: 1px solid #ffffff2b;
}
.sect3-text > p {
    padding: 20px 0;
}
a.btn.btn_contenu {
    background: #1565c0; 
}
a.btn.btn_contenu:hover{
    background: #c62828;
    transition: .3s;
}
.ico_img {
    background-image: radial-gradient(at top left, #fb9056 0%, #f15048 100%);
    width: 65px;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 32px;
    top: 138px;
}
.ico_img img{
    width: 35px;
    height: 35px;
    object-fit: contain;
}
.sect3-text a.btn.btn_contenu {
    background: #0D3F7C;
}
.sect3-text a.btn.btn_contenu:hover{
    background: #fff;
    color: #000;
    transition: .3s;
}

.sectB-1 {
    padding: 120px 0;
}
.sectBt-1 {
    display: grid;
    grid-template-columns: 50% 50%;
    align-items: center;
}
.img-1 img {
    -webkit-mask-image: url(../images/img/mask.png);
    -webkit-mask-size: contain;
    -webkit-mask-position: center center;
    -webkit-mask-repeat: no-repeat;
    width: 100%;
    height: 590px;
    object-fit: cover;
    object-position: center;
    display: block;
    background-color: #ddd;
}
.prestations section.sect-t-3 {
    padding: 100px 0 0;
}
.titre-S {
    color: #C62828;
    text-transform: uppercase;
    font-weight: 600;
}
.check > div {
    display: flex;
    align-items: center;
    gap: 20px;
    font-size: 19px;
    color: #1c1c1c;
    margin: 15px 0;
}
.icon_chek img {
    width: 18px;
    height: 18px;
    background-size: contain;
    background-color: #C62828;
    border-radius: 50px;
    padding: 3px;
} 
.check {
    margin-top: 30px;
    border-top: 1px solid #dcdcde;
    border-bottom: 1px solid #dcdcde;
}
.text-1 {
    margin-right: 10%;
} 
.fond-tel {
    background: #c62828;
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
}
.fond-tel img {
    width: 30px;
    height: 30px;
    object-fit: contain;
}
.tel-t {
    display: flex;
    align-items: center;
    margin-top: 30px;
    gap: 20px;
}
.num span {
    color: #1c1c1c;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
}
.num a {
    display: block;
    font-size: 30px;
    color: #c62828;
} 
.exp {
    background: radial-gradient(at top left, #589eee 0%, #064c9c 100%);
    width: 200px;
    height: 200px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    z-index: 9;
    color: #fff;
}
.exp span {
    font-size: 60px;
    font-weight: 600;
}
.exp p {
    color: #fff;
}
section.sect-Pad {
    padding: 100px 0;
    position: relative;
}
.box-Prt-2 { 
    display: grid;
    grid-template-columns: 50% 50%;
    align-items: center; 
}
.box-text02 {
    margin-left: 60px; 
}
.sect_2{
    position: relative;
}
.sect_2:before {
    position: absolute;
    content: '';
    background: url(../images/img/one1.png);
    width: 480px;
    height: 277px;
    background-size: cover;
    background-repeat: no-repeat;
    right: 0;
    bottom: -120px;
}
.imgT-1 img {
    width: 570px;
    height: 560px;
    object-fit: cover;
    display: block;
    background: #ddd;
    border-radius: 30px;
}
.box-img2 {
    position: relative;
}
.box-img2:before {
    position: absolute;
    content: '';
    background: url(../images/img/dots.png);
    width: 176px;
    height: 158px;
    background-repeat: no-repeat;
    background-size: cover;
    bottom: -109px;
    right: 163px;
    z-index: -1;
}
.imgT-2 img {
    width: 100%;
    height: 400px;
    border-radius: 30px;
    display: block;
    background: #ddd;
    object-fit: cover;
} 
.btn_cont {
    margin-top: 30px;
    display: flex;
}
.text02 .btn_cont {
    display: flex;
}
.imgT-1 { 
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin-left: 50px;
}
.sect_2 {
    position: relative;
    padding: 80px 0;
}
section.sect-Pad.text02-sect,
.text-7 {
    background-color: rgba(4, 187, 236, 60%) !important;
}
.text02 p,
.text-7 p {
    color: #464646;
}
section.sect-Pad.fond-cat {
    background: #faf7f3;
}
.sect-Cat {
    display: grid;
    grid-template-columns: 50% 50%;
    align-items: center;
}
.cat-item { 
    padding: 30px 30px 20px;
    border-radius: 20px;
    text-align: center;
    height: 285px;
}
span.ancre-cat {
    color: #fff;
    font-size: 23px;
    font-weight: 600;
    padding: 20px 0;
    display: block;
}
.img_cat {
    width: 100px;
    height: 100px;
    margin: auto;
    line-height: 96px;
    border: 3px solid #666565;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.img_cat:before{
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background: #fff;
    left: -6px;
    top: 40px;
}
.img_cat:after {
    position: absolute;
    content: "";
    width: 94px;
    height: 94px;
    border-radius: 50px 50px 50px 50px;
    border: 3px solid #fff;
    background: transparent;
    left: -3px;
    top: -3px; 
    transform: rotate(-134deg);
    clip: rect(0px 87px 113px -3px);
}
.img_cat img{
    width: 40px;
    height: 40px;
    object-fit: contain;
}
.text03 {
    margin-right: 100px;
}
button#slick-slide-control11,
button#slick-slide-control10,
button#slick-slide-control12,
button#slick-slide-control13 {
    font-size: 0;
    background: transparent;
    width: 30px;
    height: 8px;
    border: 1px solid #c62828;
    border-radius: 3px;
    position: relative;
    top: -11px;
}
li.slick-active{
    background: #c62828;
    width: 50px;
    height: 8px;
    border-radius: 3px;
} 
ul.slick-dots {
    display: flex;
    gap: 15px;
    justify-content: center;
}
.slick-slide > div {
    margin: 20px 10px;
}
.cat-item.style-1{
    background: #1565c0;
} 
.cat-item.style-2 {
    background: #c62828;
}
.cat-item.style-3 {
    background: #aa0b0b;
}
.cat-item.style-4 {
    background: #0D3F7C;
}
.sect_3 {
    margin-top: 48px;
    position: relative;
}
.sect_3:before{
    position: absolute;
    content: '';
    background: url(../images/img/splash-R.png);
    width: 470px;
    height: 260px;
    background-size: cover;
    background-repeat: no-repeat;
    right: 0;
    top: -200px;
}
section.sect_4 {
    background: #f2f3f6;
    padding: 100px 0;
}
.titreT-6 {
    text-align: center;
}
.p_titre {
    font-size: 40px;
    font-weight: 600;
    padding: 15px 0 35px;
}
.text_6 {
    background: #faf7f3;
    padding: 50px 50px 41px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.08);
    text-align: justify;
    width: 90%;
    margin: auto;
    position: relative;
}
.boxT-6{
    position: relative;
}
.boxT-6:before {
    position: absolute;
    content: "";
    background: #faf7f3;
    left: 0;
    right: 0;
    bottom: 70px;
    top: 40%;
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 8%);
}
.iconT-6 {
    position: relative;
    display: flex;
    justify-content: center; 
}
.iconT-6:before {
    position: absolute;
    content: ""; 
    top: -10px; 
    width: 102px;
    height: 54px;
    border-top-left-radius: 110px;
    border-top-right-radius: 110px;
    background: #c62828;
    z-index: 0;
}
.iconT-6 .fondIconT-6{
    width: 80px;
    height: 80px;
    border-radius: 100%;
    background: #fff;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.fondIconT-6 {
    width: 50px;
    height: 50px;  
    object-fit: contain;
}
.fleche img {
    width: 20px;
    height: 20px;
    object-fit: contain;
}
.boxT-sect5 {
    display: grid;
    grid-template-columns: 50% 50%;
    margin-top: -287px;
}
section.sect-Pad.sectT-7{
    position: relative;
}
section.sect-Pad.sectT-7:before{
    position: absolute;
    content: '';
    background: url(../images/img/splash-B.png);
    width: 478px;
    height: 260px;
    background-size: cover;
    background-repeat: no-repeat;
    bottom: 70px;
    left: 0;
}
.block-sect5 {
    position: relative;
}
.img-sect5 img {
    background: #ddd;
    width: 870px;
    height: 400px;
    object-fit: cover;
    display: block; 
    border-radius: 30px;
}
.text-7 {
    padding: 40px;
    border-radius: 30px;
}
.img-sect5{
    position: relative;
}
.img-sect5:before{
    position: absolute;
    content: '';
    background: url(../images/img/shape.png);
    width: 289px;
    height: 162px;
    background-size: cover;
    background-repeat: no-repeat;
    right: 0;
    z-index: -1;
}
.btn_site a.btn_cont {
    margin-top: 0;
}
.text-V {
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.08);
    padding: 30px;
    background: #fff;
}
.box-textV {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    position: relative;
    z-index: 1;
}
section.sect-pad.sect-f {
    padding: 0 0 100px;
    position: relative;
    margin-top: 139px;
}
section.sect-pad.sect-f:before{
    position: absolute;
    content: '';
    background: url(../images/img/brique.webp);
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    top: 0;
}
section.sect-pad.sect-f:after{
    position: absolute;
    content: ''; 
    width: 100%;
    height: 100%;  
    background: radial-gradient(at bottom center, #FFFFFF80 0%, #fff 75%);
    top: 0;
    z-index: 0;
}

.block-sect-devis {
    display: grid; 
    grid-template-columns: 50% 50%;
}
.box-devis {
    padding: 34px 80px 0;
}
.img-devis img {
    width: 100%;
    height: 100%;
    object-fit: cover;
} 
.titre-devis {
    font-size: 30px;
    font-weight: 600;
}
.text_devis {
    padding: 15px 0 20px;
}
.input-devis {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}
input.form-input, 
textarea.form-input {
    border: 1px solid #bababb;
    padding: 20px;
    color: #000;
    border-radius: 5px;
}
textarea.form-input {
    width: 100%!important;
    height: 75px!important;
    margin-top: 10px;
    max-width: 100%;
}
button.btnDevis {
    background: transparent;
    border: none;
}
.sect-rappel {
    background: #c62828;
    padding: 20px 0;
    clip-path: polygon(5vw 0, calc(100% - 5vw) 0, 100% 0%, calc(100% - 5vw) 100%, 5vw 100%, 0 100%);
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: 0;
}
.titre-rappel {
    color: #fff;
    font-weight: 600;
    font-size: 28px;
    padding: 0 0 20px;
}
.rappel input.form-input {
    border: none;
    border-radius: 5px 0 0 5px;
}
input.btn-rapel {
    background: #1565c0;
    border: none;
    padding: 18px 30px;
    font-weight: 600;
    font-size: 18px;
    border-radius: 0 5px 5px 0;
    cursor: pointer;
    height: 55px;
    position: relative;
    top: 2px;
}
.prt-devis,
.img-devis {
    position: relative;
    height: 100%;
}
.img-devis:before {
    position: absolute;
    content: '';
    background-image: url(../images/img/consultation.png);
    width: 130px;
    height: 100%;
    background-size: cover;
    right: 0;
}
.site_foot {
    background: #303030;
    padding: 100px 0 0;
    position: relative;
}
.site_foot:after {
    position: absolute;
    content: '';
    background-image: url(../images/img/bf-foot.webp);
    width: 100%;
    height: 100%;
    left: 0;
    object-fit: cover;
    background-repeat: no-repeat;
    top: 0;
    opacity: .1;
}
.titre-foot {
    color: #fff;
    font-size: 21px;
    font-weight: 600;
    padding: 0 0 10px;
}
.box_foot .bloc_top, 
.box_foot .bloc_top a,
.box_foot a,
.box_foot span.classe,
.copyright,
.copyright a{
    color: #959799;
}
.prt-foot {
    display: grid;
    grid-template-columns: 50% 50%;
    position: relative;
    z-index: 1;
}
.foot_left,
.foot-right {
    display: flex;
    gap: 30px;
}
ul.services-footer li,
.bloc_top {
    margin: 13px 0;
}
a.mailBlockF,
.bloc_top:nth-child(2),
.box_foot .bloc_top:nth-child(3) {
    display: flex;
    align-items: center;
    gap: 5px;
}
.bloc_top:nth-child(2),
.box_foot .bloc_top:nth-child(3){
    gap: 0;
}
.foot_left .box_foot:nth-child(2) {
    border-right: 1px solid #959799;
    padding: 0 40px 0 0;
}
.fond-R a{
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 30%);
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cop_foot {
    border-top: 1px solid #959799;
    padding: 32px 0;
    margin-top: 40px;
    position: relative;
    z-index: 99;
}
.copyright { 
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.block-fig1{
    display: grid;
    grid-template-columns: 50% 50%;
    align-items: center; 
}
.text-fig1 {
    background: #fff;
    position: relative;
    padding: 20px 0;
    margin-left: 40px;
}
.img-fig1 img {
    background: #ddd;
    width: 100%;
    height: 600px;
    object-fit: cover;
    display: block;
}
.img-fig1 {
    margin-right: 40px;
}
.img-fig1 {
    position: relative;
}
.img-fig1:before {
    position: absolute;
    content: '';
    border: 20px solid #fff;
    width: 460px;
    height: 520px;
    bottom: 0;
}
.img-fig1:after {
    content: "";
    position: absolute;
    bottom: -20px;
    left: -20px;
    width: 250px;
    height: 250px;
    background: #1565c0;
    clip-path: polygon(0 0, 0% 100%, 100% 100%);
    z-index: -1;
}
section.fig2 {
    background: #E5E5E5;
    padding: 100px 0;
    position: relative;
}
section.fig2:before{
    position: absolute;
    content: '';
    background: #c62828;
    width: 100%;
    height: 50%;
    top: 0;
}
.text2-P {
    background: #fff;
    padding: 60px 60px 60px 200px;
}
.text2-P h2 {
    font-size: 40px;
}
.text2-P {
    background: #fff;
    padding: 60px 60px 60px 290px;
    position: absolute;
    width: 70%;
    right: 0;
}
.img2-P img {
    background: #ddd;
    width: 100%;
    height: 680px;
    display: block;
    object-fit: cover;
}
input.btn-rapel:hover{
    background: #0D3F7C; 
    transition: .3s;
}
.text2-F {
    display: grid;
    grid-template-columns: 50% 50%;
    position: relative;
}
.img2-P {
    margin-top: 100px;
    position: relative;
    z-index: 1;
}
.fig3 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    position: relative;
    z-index: 9;
}
.textf3-P {
    background-color: #f5f5f5;
    border-radius: 10px;
    box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.20);
    border-bottom: solid #1565c0;
}
.img-fig3 img {
    width: 100%;
    height: 250px;
    background: #ddd;
    display: block;
    border-radius: 10px 10px 0 0;
    object-fit: cover;
}
.text-Fig3 {
    padding: 0 30px 30px;
}
section.sect-Pad.sect-fig3:before,
section.sect-Pad.sect-fig3:after{
    position: absolute;
    content: '';
    width: 320px;
    height: 220px; 
    z-index: 0;
}
section.sect-Pad.sect-fig3:before{
    background: url(../images/img/right-shape.png);
    right: 0;
}
section.sect-Pad.sect-fig3:after{
    background: url(../images/img/left-shape.png);
    left: -16px;
    bottom: 0;
    height: 315px;
}
.block-fig1.t-6F .text-fig1 {
    margin-left: 0;
    margin-right: 40px;
} 
section.sect-devis.P-devis .block-sect-devis {
    align-items: center;
}
section.sect-devis.P-devis {
    padding: 100px 0;
}
.phone-cont {
    background: #fff;
    box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.1);
    padding: 30px;
    position: relative;
}
.phone-cont:before {
    position: absolute;
    content: '';
    background: #c62828;
    width: 225px;
    height: 5px;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, -50%);
}
.blog-cont {
    padding: 100px 0;
}
.adresse-contact {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
.icon-contact {
    background: #c62828;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    position: relative;
}
.icon-contact:before {
    position: absolute;
    content: '';
    border: 2px solid #c62828;
    width: 60px;
    height: 60px;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
}
.icon-contact img {
    width: 25px;
    height: 25px;
    object-fit: contain;
}
.phone-cont span {
    padding: 15px 0;
    display: block;
    font-weight: 600;
    font-size: 22px;
}
.num-cont a,
.num-cont .classe {
    color: #212121;
    font-size: 18px;
}
.num-cont.phone_cont {
    display: flex;
    gap: 12px;
}
.map-cont { 
    padding: 40px 0;
    background: #fff;
    box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.1);
    margin-top: 80px;
    border-right: 5px solid #c62828; 
}
.box-devis.devis_Cont {
    padding: 0;
}
.img-map {
    width: 100%;
    height: 100%;
    background: #ddd;
}
a.swipebox img {
    width: 100%;
    height: 230px;
    object-fit: cover;
    display: block;
}
b.titre-album {
    width: 100%;
    font-size: 34px;
    color: #000;
    font-weight: bold;
    display: block;
    margin: 15px;
    text-align: center;
    text-transform: uppercase;
}
div#realisations .row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}
.Mobile div#realisations .row { 
    grid-template-columns: repeat(1, 1fr); 
}
.Tablet div#realisations .row { 
    grid-template-columns: repeat(3, 1fr); 
}
div#realisations {
    padding: 40px 0 80px;
}

.mentions h2 {
    padding: 40px 0 20px;
    font-size: 28px;
    font-weight: 600;
    text-transform: uppercase;
}
.mentions ol {
    max-width: 100%;
    width: 80%;
    margin: auto;
    padding: 20px 20px 30px;
    position: relative;
    background: #fff;
}
body.Mobile.mentions ol {
    width: 100%; 
    padding:0 20px 20px;
}
.container-box {
    position: relative;
}

body:not(.Desktop) .top_head {
    display: none;
}
button.navMobile {
    background: transparent;
    border: transparent;
}
body:not(.Desktop) ul.col.nav-list {
    flex-direction: column;
}
.Mobile .menu-top,
.Tablet .menu-top {
    position: absolute;
    width: 85%;
    left: 362px; 
    background: #fff;
    z-index: 99;
    padding: 75px 0 20px;
    top: 0;
    transition: .3s;
    height: 741px;
}
.Tablet .menu-top{
    left: 820px;
}
.Mobile .menu-top:before,
.Tablet .menu-top:before{
    position: absolute;
    content: '';
    background: #fff;
    width: 18%;
    left: 0;
    height: 100%;
    top: 0;
    opacity: 60%;
}
.menu-top.nav-mob {
    left: 54px;
}
.Tablet .menu-top.nav-mob {
  left: 122px;
}
.Tablet .menu-top.nav-mob::before {
  left: -122px;
}
.Tablet .menu-top{
    height: 862px;
}
.Tablet li.nav-submenu-item {
  text-align: center; 
}
.menu-top.nav-mob:before {
    left: -54px;
}
body:not(.Desktop) .megaMenu {
    visibility: visible;
    opacity: 1;
    display: none;
    position: static;
    width: 100%;
    transform: none;
    border-radius: 0px;
    background: #ddd;
    margin-top: 10px;
}
body:not(.Desktop) li.nav-item {
    margin: 5px 7px; 
}
.Tablet span.nav-click i::before{
    right: 17px!important;
}
body:not(.Desktop) span.nav-click i::before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background-image: url(../images/img/drop.png);
    background-size: cover;
    right: 0;
    filter: brightness(0);
}
body:not(.Desktop) li.nav-submenu-item span {
    color: #212121 !important;
}
body:not(.Desktop) .menu-B .btn_site {
    display: none;
}
body:not(.Desktop) .block_menu .logo {
    display: flex;
}
button.navMobile {
    background: transparent;
    border: transparent;
    position: absolute;
    right: 20px;
    top: 30px;
}
button.navMobile img {
    width: 30px;
    height: 30px;
    object-fit: contain;
}
body:not(.Desktop) .block_menu {
    padding: 10px 0;
    position: fixed;
    width: 100%;
    background: #fff;
    z-index: 99;
}
body:not(.Desktop) a.logo img {
    width: 167px;
    height: 74px; 
}
.tel_mob {
    position: absolute;
    display: flex;
    justify-content: center;
    width: 100%;
    gap: 15px;
    top: 95px;
    z-index: 99;
    background: #c62828;
    padding: 8px 0;
}

.tel_mob a {
    background: #1565c0;
    padding: 10px 15px;
    border-radius: 5px;
    color: #fff;
    font-weight: 600;
    font-size: 17px;
}
body:not(.Desktop) .bg-slider {
    height: 600px;  
}
body:not(.Desktop) .caption{
    top: 50%;
    width: 100%;
    padding: 0 20px;
}
.Mobile .btn_cap {
    flex-direction: column;
}
body:not(.Desktop) .homeSlider {
    padding-top: 70px;
}
.remove {
    color: #1565c0;
    font-size: 50px;
    font-weight: 600;
    position: absolute;
    top: 0;
    right: 20px;
}
body:not(.Desktop) .block_cage:before{
    display: none;
}
.Mobile .cage-head { 
    grid-template-columns: repeat(1, 1fr); 
    gap: 20px;
}
.Tablet .cage-head { 
    grid-template-columns: repeat(2, 1fr); 
    gap: 20px;
}
.Mobile .sectBt-1 { 
    grid-template-columns: 100%; 
    gap: 40px;
}
.Mobile .sectB-1 {
    padding: 80px 0;
}
.Tablet .sectB-1 {
    padding: 100px 0;
}
.Mobile .text-1 {
    margin-right: 0;
}
.Mobile .exp{
    width: 160px;
    height: 160px; 
}
.Mobile .img-1 img{
    height: 390px;
}
.Tablet .exp {
  margin-top: -55px;
}
.Tablet .img-1 {
  margin-top: 120px;
}
body:not(.Desktop) .box-Prt-2 { 
    grid-template-columns: 100%; 
    gap: 30px;
}
.Mobile section.sect-Pad {
    padding: 80px 0; 
}
.Tablet section.sect-Pad {
    padding: 100px 0; 
}
body:not(.Desktop) .imgT-1{
    display: none;
}
body:not(.Desktop) section.sect-Pad.text02-sect {
    padding: 0;
}
.Tablet .sect_2 { 
  padding: 100px 0;
}
.Mobile .imgT-2 img,
.Mobile .img-sect5 img,
.Mobile .img-devis img{
    height: 300px;
}
body:not(.Desktop) .box-text02 {
    margin-left: 0;
}
.Mobile .sect_2:before { 
    width: 231px;
    height: 141px; 
    right: 18px;
    bottom: -5px;
}
.Tablet .sect_2::before { 
  width: 355px;
  height: 200px;  
  bottom: -7px;
}
.Mobile .sect-Cat { 
    grid-template-columns: 100%; 
    gap: 30px;
}
.Mobile .text03 {
    margin-right: 0;
}
.Tablet .text03 {
    margin-right: 20px;
}
.Mobile .boxText-4 { 
    grid-template-columns: repeat(1, 1fr); 
    gap: 100px;
}
body:not(.Desktop) .box_clr {
    padding: 20px; 
}
.Mobile .text_6 { 
    padding: 30px 20px; 
}
.Mobile section.sect_4 { 
    padding: 80px 0;
}
body:not(.Desktop) .img-sect5 img{
    width: 100%;
}
.Mobile .boxT-sect5 { 
    grid-template-columns: 100%;
    margin-top: 20px;
}
.Mobile section.sect-Pad.sectT-7:before{ 
    width: 100%;
}
.Tablet .boxT-sect5 { 
  grid-template-columns: 30% 70%; 
}
.Tablet .imgT-2 img,
.Tablet .img-devis img{
    height: 350px;
}
.Mobile .box-textV,
.Mobile .input-devis,
.Mobile .fig3,
.Mobile .adresse-contact { 
    grid-template-columns: repeat(1, 1fr); 
}
body:not(.Desktop) .block-sect-devis,
.Mobile .block-fig1 { 
    grid-template-columns: 100%;
}
.Mobile .box-devis {
    padding: 40px 20px;
}
body:not(.Desktop) .sect-rappel {
    position: relative;
} 
.Mobile .sect-rappel {
    padding: 20px;
    clip-path: none;
}
.Mobile .rappel input.form-input,
.Mobile input.btn-rapel { 
    border-radius: 5px;
    width: 100%;
} 
.Tablet .sect-rappel {
  margin-top: 30px;
}
.Mobile .titre-rappel{
    font-size: 26px;
}
body:not(.Desktop) .foot_left, 
body:not(.Desktop) .foot-right { 
    flex-direction: column;
}
.Mobile .prt-foot { 
    grid-template-columns: 100%; 
    gap: 30px;
}
body:not(.Desktop) .foot_left .box_foot:nth-child(2) {
    border-right: transparent; 
}
.Mobile .site_foot{
    padding: 40px 0 0;
}
.Mobile .copyright {
    flex-direction: column;
    gap: 20px;
}
.Mobile .text-V{
    padding: 20px;
} 
.Mobile .cap_head .h1 { 
    font-size: 32px; 
}
.Mobile .img-fig1:before{
    width: 280px;
}
body:not(.Desktop) .img-fig1 {
    margin-right: 0;
}
.Mobile .img-fig1 img,
.Mobile .img2-P img{
    height: 350px;
}
.Mobile .img-fig1:before{
    height: 260px;
}
.Mobile .block-fig1 {
    gap: 40px;
}
.Mobile .text-fig1 { 
    margin-left: 0;
}
.Mobile .text2-F { 
    grid-template-columns: 100%; 
    gap: 40px;
}
.Mobile .text2-P {
    position: relative;
    width: 100%;
    padding: 20px;
}
.Mobile .img2-P{
    margin-top: 0;
}
.Tablet .text2-P { 
  padding: 60px 60px 60px 190px; 
}
.Tablet .prestations section.sect-t-3 {
  padding: 0;
}
.Tablet .img-1 img{
    height: 480px;
}
.Tablet .img-fig1::before{
    width: 345px;
}
.Mobile .text-Fig3 {
    padding: 0 20px 20px;
}
.Mobile section.fig2,
.Mobile.prestations section.sect-t-3{
    padding: 80px 0;
}
.Mobile .map-cont,
.Mobile .box-devis.devis_Cont{
    padding: 0;
}
.box-devis.devis_Cont .fond-btn,
.devis .fond-btn{
    margin-top: 15px;
}
.Tablet .num-cont.phone_cont {
  flex-direction: column;
}
.Tablet .num-cont.phone_cont em {
  display: none;
}

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;
    text-align: center;
}
.Tablet div#Messages p,
.Mobile div#Messages p {
    font-size:14px;
}

.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;
      margin: 15px 0;
  }
  .blog_pageIntrouvable p {
      font-size: 17px;
      letter-spacing: 5px;
      margin-top: -10px;
  }
  .blog_pageIntrouvable h1 {
    font-size: 100px;
  }
}

.fond_lG img {
    width: 150px;
    height: 110px;
    object-fit: contain;
}
.fond_lG {
    background: #fff;
    box-shadow: 0px 0px 10px 0px rgb(217 26 93 / 10%);
    border-radius: 20px;
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: auto;
}
.logo_past {
    display: grid;
    grid-template-columns: repeat(4, 1fr); 
}
.Mobile .logo_past { 
    grid-template-columns: repeat(2, 1fr); 
    row-gap: 20px;
}
section.sect-past {
    padding: 0 0 100px;
}
.Mobile section.sect-past {
    padding: 0 0 80px;
}
.Mobile .fond_lG{
    padding: 20px;
}
.Mobile .fond_lG img {
    width: 100px;
    height: 90px; 
}
.Tablet .fond_lG img {
  width: 106px;
  height: 82px; 
}