* {
	padding: 0;
	margin: 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;
}
.slick-dots {
  padding-left: 0;
  list-style: none;
  margin: 0;
}
.slick-dots li {
  display: inline-block;
  margin-right: 10px;
}
.slick-dots li button {
    border: 1px solid #c5020b;
    border-radius: 100%;
    padding: 0;
    width: 12px;
    height: 12px;
    background: none;
    font-size: 0;
    color: #fff;
    transition: all .3s ease;
    cursor: pointer;
}
.slick-dots li:hover button,
.slick-dots .slick-active button{
  background: #c5020b;
  color: #003366;
}
.slick-dots li button:focus{
  outline: 0 !important;
}

body {
	font-family: "Calibri";
    color: #333;
    line-height: 1.5;
    font-weight: 500;
    font-size: 16px;
}
.container {
	width: 1170px;
	max-width: 100%;
    margin: 0 auto;
    position: relative;
}
a,
a:hover {
	text-decoration: none;
}
img {
    max-width: 100%;
}
.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    max-width: 100%;
}
.Desktop .container {
    width: 1200px;
}
.Desktop .header .container {
    width: 1700px;
}
.Desktop .cat-box .container {
    width: 1600px;
}

/*header*/
.header {
	position: absolute;
    z-index: 200;
    left: 0;
    right: 0;
    background: linear-gradient(177deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) -1%, rgba(255, 255, 255, 1) 20%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 100%);
}
.Mobile .header {
    background: none;
}
.top-header-inner {
    height: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 30px;
}
.top-bar-left {
	display: flex;
	align-items: center;
	gap: 15px;
}
.top-bar-left a {
	display: flex;
	align-items: center;
	gap: 3px;
	color: #000;
	font-weight: 600;
}
.top-bar-left img {
    width: 20px;
    height: 20px;
    object-fit: contain;
    filter: brightness(0);
}
.links {
    display: flex;
    align-items: center;
    gap: 15px;
}
.links a {
    display: flex;
}
.links img {
    width: 18px;
    height: 18px;
    object-fit: contain;
    transition: all .3s ease;
}
.top-header-inner .links a:hover img {
    filter: brightness(2) contrast(3);
    transition: all .3s ease;
}

.header-wrap-home1 {
	height: 100px;
    background-color: #ffff;
    border-radius: 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 15px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}
.logo-header {
    min-width: 220px;
}
.logo-header img {
    width: 180px;
    height: 88px;
    object-fit: contain;
}

nav.nav {
    height: 100%;
}
ul.nav-list {
   display: flex;
   height: 100%;
}
li.nav-item {
   display: flex;
   height: 100%;
   position: relative;
}
li.nav-item > a {
    font-size: 18px;
    font-weight: 600;
    padding: 0 5px;
    color: #000;
    text-align: center;
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
    transition: all .3s ease-in-out;
}
li.nav-item:hover > a,
li.nav-item.active > a {
    color: #c5020b;
}
.Desktop li.nav-item > a::before {
    content: "";
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 0;
    height: 3px;
    background-color: #ac0108;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease;
}
li.nav-item:hover > a::before,
li.nav-item.active > a::before  {
    width: 100%;
    opacity: 1;
    visibility: visible;
    transition: all .3s ease;
}
.nav-submenu {
    opacity: 0;
    position: absolute;
    width: max-content;
    background-color: #ffff;
    left: 0;
    top: 99%;
    box-shadow: -2px 6px 23px #b4b4b44f;
    visibility: hidden;
    transition: all .3s ease;
    transform: translateY(15px);
}
.Desktop li.nav-item:hover .nav-submenu {
    opacity: 1;
    z-index: 100;
    left: 0;
    visibility: visible;
    transform: translateY(0)
}
li.nav-submenu-item {
    display: block;
    border-top: 1px solid #e1e1e157;
}
li.nav-submenu-item a {
    padding: 0 15px;
    line-height: 45px;
    color: #c5020b;
    text-align: left;
    font-size: 18px;
    font-weight: 600;
    transition: all .3s ease-in-out;
}
li.nav-submenu-item:hover,
li.nav-submenu-item.active {
    background: #ac0108;
}
li.nav-submenu-item:hover a,
li.nav-submenu-item.active a {
    color: #fff;
}

.btn-top {
    padding-left: 20px;
}
.btn-top a,
.btn_ a,
.btn-devis,
.btn-p a {
    background-color: #c5020b;
    border: 2px solid #c5020b;
    color: #ffff;
    font-weight: 600;
    font-size: 18px;
    min-width: max-content;
    max-width: 100%;
    padding: 15px 30px;
    border-radius: 12px;
    display: block;
    cursor: pointer;
    transition: all .3s ease-in-out;
}
.btn-top a:hover,
.btn_ a:hover {
    background-color: #fff;
    color: #c5020b;
    transition: all .3s ease-in-out;
}

/*homeslider*/
.homeslider {
	position: relative;
    height: 820px;
    overflow: hidden;
}
.homeslider::before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*background-image: url(../images/img/bg-header.png);*/
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50%;
    background-position-x: center;
    background-position-y: bottom;
}
.homeslider::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #e8f6e9bd;
    background: linear-gradient(90deg,rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 30%, rgba(255, 255, 255, 0) 80%);
}
.slides {
    position: absolute;
    width: 100%;
}
.img-slider {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    height: 820px;
}
.caption {
    position: relative;
    z-index: 11;
}

.caption-slider {
	display: flex;
	justify-content: space-between;
}
.caption-slider.h-100 .sub-title {
    text-align: left;
}
.bloc-text-1 .sub-title {
    text-align: left;
    color: #c5020b;
}
.section-4 .sub-title,
.first-bloc .sub-title {
    color: #c5020b;
}
.content {
    display: flex;
    margin-top: 80px;
    justify-content: center;
    flex-direction: column;
    row-gap: 35px;
}
.sub-title {
    color: #000;
    letter-spacing: 4px;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 18px;
    text-align: center;
}
.title-slider {
    color: #c5020b;
    line-height: 68px;
    font-size: 60px;
    font-weight: 600;
    text-shadow: 0px 0px 8px #c5020b;
}
.h-100 {
    height: 100%;
}
.btn_ {
    display: flex;
    gap: 25px;
}
a.btn-cont {
    background-color: transparent;
    color: #c5020b;
}
a.btn-cont:hover {
    background-color: #ac0108;
    border-color: #ac0108;
    color: #fff;
}
.image-slider {
    display: flex;
    align-items: end;
    justify-content: flex-end;
    width: 55%;
}
.image-slider img {
    position: relative;
    left: -60px;
    top: 25px;
    width: 513px;
    height: auto;
    object-fit: contain;
}

/*cat*/
.categories {
    display: flex;
    overflow: hidden;
}
.cat-box {
    /* margin-top: -50px; */
    background: #c5020b;
    padding: 40px 0 90px;
}
.categories .slick-track {
    padding-top: 50px;
}
.cat-item {
    margin: 0 15px;
    display: flex !important;
    background-color: #ffff;
    box-shadow: 0 0 30px 0 #cfcecb63;
    transition: all .3s ease;
}
.Desktop .cat-item {
    min-width: 380px;
    min-height: 150px;
}
.cat-item:hover {
    transform: translateY(-7%);
    transition: all .3s ease;
}
.icon-cat {
    padding: 30px 0 0 30px;
}
.icon-cat img {
    min-width: 65px;
    width: 65px;
    height: 65px;
    object-fit: contain;
}
.text-cat {
    padding: 30px 28px 28px;
}
.text-cat a,
.content-features a {
    color: #c5020b;
    font-size: 22px;
    line-height: 30px;
    font-weight: 700;
}
p.section-desc {
    margin-top: 15px;
    color: #c5020b;
}

/*section-1*/
.section-1 {
    padding-top: 120px;
}
.bloc-sect-1 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-content: center;
    align-items: center;
} 
.about-post,
.about-post-1 {
    position: relative;
    padding: 0 15px;
    margin-left: -4px;
}
.about-post img {
    border-radius: 50%;
    width: 100%;
    height: 100%;
}
.circel-inside {
    position: absolute;
    top: -15px;
    right: 50px;
    z-index: -1;
    width: 151px !important;
    height: 151px !important;
}
.about-count-box {
    position: absolute;
    padding: 10px 13px;
    background-color: #ac0108;
    border-radius: 7px;
    left: 50%;
    bottom: -82px;
    transform: translate(-50%, -50%);
}
.box {
    padding: 13px 18px;
    border-radius: 7px;
    border: 1px solid rgba(238, 228, 228, .616);
    display: flex;
    color: #fff;
}
.number-count {
    font-size: 52px;
    font-weight: 500;
    line-height: 40px;
    margin-right: 8px;
    font-family: sans-serif;
}
.caption-number-count {
    font-size: 22px;
    font-weight: 400;
    line-height: 20px;
    max-width: 8ch;
    text-align: center;
}
.about-content {
    padding: 0 50px;
}
h1,h2,h3 {
    line-height: 1.2;
    margin-bottom: 10px;
}
h1 {
    font-size: 36px;
}
h2 {
    font-size: 28px;
}
h3 {
    font-size: 24px;
    margin-top: 20px;
}
.text-1 h1 {
    margin: 15px 0;
}
.interv {
    margin: 40px 0;
    display: flex;
    align-items: center;
}
.text-int {
    padding: 0 25px;
    max-width: 70%;
}
span.title-int {
    font-size: 22px;
    line-height: 30px;
    font-weight: 600;
    color: #c5020b;
    margin-bottom: 5px;
    display: block;
}
.icon-int img {
    width: 80px;
    height: 80px;
    object-fit: contain;
        filter: brightness(0);
}

/*section-2*/
.section-2 { 
    /*background-image: url(../images/img/bg-section-2.png);*/
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    margin-top: 135px;
    padding: 120px 0;
}
.bloc-sect-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-content: center;
    gap: 30px;
    margin-top: 60px;
}
.titre-2 {
    font-size: 46px;
    font-weight: 500;
    letter-spacing: -1px;
    line-height: 58px;
    color: #181818;
    max-width: 50%;
    margin: 20px auto 0;
    text-align: center;
}
.bloc-2-left {
    display: flex;
    text-align: left;
    background-color: #ffff;
    border-radius: 8px;
    position: relative;
    z-index: 0;
    overflow: hidden;
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}
.icon-2-l {
    padding: 34px 2px 0 26px;
    position: relative;
    z-index: 0;
}
.icon-2-l::before {
    content: "";
    position: absolute;
    z-index: -1;
    width: 55px;
    height: 55px;
    top: 50px;
    background-image: url(../images/img/bg-icon-2.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center
}
.icon-2-l img {
    min-width: 70px;
    width: 70px;
    height: 70px;
    object-fit: contain;
}
.text-2 {
    padding: 25px 40px;
    color: #c5020b;
}
a.btn-s {
    color: #c5020b;
    font-weight: 600;
    margin-top: 20px;
    display: block;
    font-size: 18px;
    position: relative;
    padding-right: 45px;
    width: max-content;
}
a.btn-s.c-ff {
    color: #fff;
}
a.btn-s.c-ff:hover {
    color: #c5020b;
}
.section-2 a.btn-s:hover::before {
    background-image: url(../images/img/left-2.png);
    transition: all .3s ease;
}
.section-2 a.btn-s.c-ff:hover::before {
    background-image: url(../images/img/left-1.png);
    transition: all .3s ease;
}
a.btn-s::before {
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    background-image: url(../images/img/left-1.png);
    background-size: contain;
    background-repeat: no-repeat;
    top: 50%;
    transform: translateY(-50%);
    right: 25px;
}
a.btn-s.c-ff::before {
    background-image: url(../images/img/left-2.png);
}
.overlay-r {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(rgba(172, 1, 8, .753), rgba(172, 1, 8, .753)), url(../images/img/bloc-2-right.webp);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 8px;
    z-index: -1;
}
.text-2.c-ff {
    color: #fff;
}

/*section-3*/
.section-3 {
    background-color: #c5020b;
    /*background-image: url(../images/img/bg-section-3.png);*/
    background-size: cover;
    background-repeat: no-repeat;
    padding: 120px 0;
}
.section-3 .sub-title,
.section-3 .titre-2 {
    color: #fff;
}
.bloc-sect-3 {
    margin-top: 70px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-content: center;
    gap: 30px;
}
.bloc-3-left {
    background-color: #ac0108;
    padding: 30px 0;
    border-radius: 8px;
}
.img-3 {
    position: relative;
    overflow: hidden;
    margin: 0 30px;
    height: 300px;
}
.img-3 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}
.backround-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #c5020b;
    opacity: .6;
    border-radius: 8px;
    height: 0;
    transition: all .3s ease;
}
.bloc-3-left:hover .backround-overlay {
    height: 100%;
    transition: all .3s ease;
}
.text-3 {
    color: #fff;
    text-align: justify;
    padding: 30px;
}

/*section-4*/
.section-4 {
    padding: 100px 0 120px;
}
.bloc-text-4 {
    position: relative;
    z-index: 0; 
    border-radius: 5px;
    padding: 65px 25px 22px;
    border: 2px solid #ac0108;
    margin: 60px auto 0;
}
.box-item-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    /*background-image: url(../images/img/bg-section-4.png);*/
    background-position: bottom;
    background-repeat: no-repeat;
    z-index: -1;
}
.text-4 {
    color: #c5020b;
    text-align: center;
    font-size: 18px;
    line-height: 1.7;
}
.text-4 .btn_ a {
    margin: auto;
}
.text-4 .btn_,
.content-right .btn_ {
    margin-top: 30px;
}
.icon-box {
    position: relative;
    bottom: -60px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 200;
    background: #fff;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/*section-5*/
.section-5 {
    position: relative;
    background-color: #ac0108;
}
.bloc-sect-5 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-content: center;
}
.content-left {
    background-image: url(../images/img/content-left.webp);
    background-repeat: no-repeat;
    background-size: cover;
    margin-right: 5.7%;
    position: relative;
}
.tag-logo {
    position: absolute;
    top: 40.4%;
    right: 0;
    background-color: #c5020b;
    padding: 50px 20px 50px 40px;
    border-bottom-left-radius: 50%;
    border-start-start-radius: 50%;
}
.content-right {
    background-image: url(../images/img/content-right.png);
    background-repeat: no-repeat;
    background-position: 50%;
    padding: 80px 38.4% 200px 0;
    margin-left: -.4%;
}
.text-5 {
    color: #fff;
}
.content-right .sub-title {
    color: #fff;
    text-align: left;
    margin-bottom: 20px;
}
.engagement {
    margin-top: 25px;
}
ul.list-box li {
    display: block;
    color: #fff;
    line-height: 35px;
    padding-left: 25px;
    position: relative;
}
ul.list-box li::before {
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    background-image: url(../images/img/check.webp);
    background-size: cover;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.content-right a.btn-cont,
.section-3 .btn-s {
    background-color: transparent;
    color: #fff;
    border-color: #fff;
}
.content-right a.btn-cont:hover,
.section-3 .btn-s:hover {
    background-color: #c5020b;
    border-color: #c5020b;
    color: #fff !important;
}

.subcribe-about {
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    bottom: -118px;
}
.subcribe-box {
    background: linear-gradient(180deg,rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    border-radius: 8px;
    height: 240px;
    box-shadow: 4px 19px 73px #b4b4b414;
    padding: 70px 50px 0;
    display: flex;
}
.titre-rappel {
    flex: 0 0 42%;
    font-size: 32px;
    font-weight: 600;
    letter-spacing: -.7px;
    line-height: 1.2;
}
.rappel {
    flex: 0 0 58%;
}
form#rappel_immediat {
    position: relative;
    margin-left: 30px;
}
.form-input {
    background-color: #c5020b;
    padding: 35px 35px 33px 28px;
    border-radius: 8px;
    border: 2px solid #c5020b;
    color: #c5020b;
    height: 45px;
    width: 100%;
    outline: none;
    font-family: inherit;
    max-width: 100%;
    transition: all .3s ease-in-out;
}
.form-input::placeholder {
    color: #c5020b;
}
.form-input:hover {
    border-color: #ac0108;
    transition: all .3s ease-in-out;
}
button.btn-sub {
    position: absolute;
    background-color: #c5020b;
    color: #ffff;
    border-radius: 8px;
    top: 12px;
    right: 7px;
    font-size: 15px;
    font-weight: 700;
    line-height: 22px;
    padding: 19px 40px 19px 60px;
    border: none;
    cursor: pointer;
    transition: all .3s ease-in-out;
}
button.btn-sub::before {
    content: "";
    width: 15px;
    height: 15px;
    position: absolute;
    left: 40px;
    top: 50%;
    transform: translateY(-50%);
    background-image: url(../images/img/fixe-bl.webp);
    background-size: cover;
}
button.btn-sub:hover {
    background-color: #ac0108;
}


/*section-cat*/
.section-cat {
    margin-top: 90px;
    padding: 120px 0 100px;
    background-image: url(../images/img/bg-section-cat.png);
    background-repeat: no-repeat;
    background-position: 100%;
}
.cat-int {
    padding-top: 65px;
}
.cat_ {
    display: flex !important;
    margin-bottom: 30px;
}
.icon-wp-box {
    position: relative;
    border: 7px solid #c5020b;
    border-radius: 8px;
    padding: 50px 55px 50px 40px;
}
.icon-wp-box img {
    min-width: 65px;
    width: 65px;
    height: 65px;
    object-fit: contain;
}
.icon_ {
    position: absolute;
    top: 43%;
    right: -44px;
}
.icon_ span {
    padding: 24px 26px;
    background-color: #529f56;
    border-radius: 50%;
    position: relative;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
}
.icon_ span::before {
    content: "0";
    color: #fff;
    font-size: 20px;
    font-weight: 700;
}
.content-features {
    padding: 34px 35px 0 50px;
}
ul.slick-dots {
    text-align: center;
}

/*section-6*/
.section-6 {
    position: relative;
    background-color: #fff;
    /*background-image: url(../images/img/bg-section-6.png);*/
    background-position: -120% 37%;
    background-repeat: no-repeat;
    padding: 112px 5px 99px 0;
}
.bloc-sect-6 {
    display: flex;
}
.titre-devis {
    flex: 0 0 33%;
}
.section-6 .sub-title {
    text-align: left;
}
.titre-devis p {
    margin-top: 20px;
    font-size: 36px;
    font-weight: 600;
    line-height: 1.3;
    color: #181818;
}
.bloc-devis {
    flex: 0 0 67%;
    padding: 0 15px;
    position: relative;
}
.contact-right {
    margin-left: 8%;
}
#FormDevis {
    background-color: #fff;
    padding: 59px 44px 51px 94px;
    border-radius: 8px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}
.contact-adress {
    position: absolute;
    bottom: -36px;
    left: -386px;
    width: 66%;
    background-color: #ac0108;
    background-repeat: no-repeat;
    border-radius: 8px;
    padding: 46px 30px 1px 34px;
    background-image: url(../images/img/bg-contact-adress.png);
    background-position: 114% 117%;
    margin: 50px 57px 0 0;
}
.adress-box {
    margin-bottom: 30px;
    display: flex;
    align-items: center;
}
.adress-icon {
    background-color: #c5020b;
    border-radius: 12px;
    padding: 15px 18px 11px;
    background-size: 15px;
    margin-right: 22px;
}
.adress-icon img {
    width: 30px;
    height: 30px;
    object-fit: contain;
}
input#mail {
    display: none;
}
.info,
.info a {
    color: #fff;
}
.info span {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    display: block;
}
.info div {
    display: flex;
    align-items: center;
    gap: 7px;
}
input.btn-devis {
    width: 100%;
    background-color: #c5020b;
    border-color: #c5020b;
}
input.btn-devis:hover {
    background-color: #ac0108;
    border-color: #ac0108;
    transition: all .3s ease-in-out;
}
.form-input {
    border: 2px solid #dbe3df;
    margin: 7px 0;
    padding: 15px;
    height: 70px;
}
textarea.form-input {
    height: 150px;
    max-height: 150px;
}
.section-6 .form-input {
    background: none;
}

/*footer*/
.footer {
    position: relative;
    height: auto;
    background-color: #c5020b;
    /*background-image: url(../images/img/bg-footer.png);*/
    background-repeat: no-repeat;
    background-size: cover;
}
.Desktop .top-footer,
.Tablet .top-footer {
    position: absolute;
    width: 100%;
    right: 0;
    left: 50%;
    transform: translateX(-50%);
    top: -57px;
    display: flex;
}
.top-footer-left {
    flex: 0 0 22.5%;
    padding: 31px 42px 31px 46px;
    background-color: #ac0108;
    border-radius: 10px;
    margin-right: 20px;
}
.top-footer-right {
    flex: 0 0 75%;
    background-color: #fff;
    border-radius: 10px;
    margin-right: -.5%;
    margin-left: 10px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    justify-content: center;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}
.footer-info-item {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    color: #525368;
    position: relative;
}
.footer-info-item.b-2::before {
    content: "";
    position: absolute;
    width: 2px;
    height: 52px;
    background: #ac0108;
    opacity: .4;
    top: 50%;
    left: 25px;
    transform: translateY(-50%);
}
.footer-info-item.b-2::after {
    content: "";
    position: absolute;
    width: 2px;
    height: 52px;
    background: #ac0108;
    opacity: .4;
    top: 50%;
    right: 25px;
    transform: translateY(-50%);
}
.footer-info-item a {
    display: block;
    line-height: 35px;
    color: #525368;
}
.footer-info-item img {
    width: 30px;
    height: 30px;
    filter: brightness(0);
}

.list-footer {
    padding-top: 144px;
    margin-left: -.7%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    justify-content: center;
}
.titre-f {
    font-size: 22px;
    color: #ffff;
    font-weight: 600;
    margin-bottom: 40px;
}
p.descri-f,
.footer-item a,
p.copyright-text a {
    color: #fff;
}
.footer-item a:hover,
p.copyright-text a:hover {
    color: #ac0108;
    transition: all .3s ease-in-out;
}
ul.nav-foot li {
    display: block;
    margin-bottom: 10px;
    padding-left: 15px;
    position: relative;
}
ul.nav-foot li::before {
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    background: #fff;
    left: 3px;
    top: 50%;
    transform: translateY(-30%);
}
.footer-item .links {
    margin-top: 30px;
    gap: 8px;
}
.footer-item .links a {
    background: #325d47;
    border-radius: 50%;
    padding: 10px;
}
.footer-item .links a:hover {
    background: #ac0108;
}
.footer-item .links img {
    filter: invert(1) brightness(2);
}
.footer-item {
    padding-right: 25px;
}
.footer-item:last-child {
    padding-left: 25px;
    padding-right: 0;
}
.footer-item .rappel {
    margin-top: 25px;
}
.footer-item form#rappel_immediat {
    position: relative;
    margin-left: 0;
}
.footer-item .form-input {
    border: 1px solid #ffff;
    border-radius: 65px;
    background-color: #c5020b;
    color: #fff;
    height: 60px;
}
.footer-item .form-input::placeholder {
    color: #fff;
}
button.btn-sub.btn-f {
    width: 50px;
    height: 50px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
button.btn-sub.btn-f::before {
    width: 22px;
    height: 22px;
    left: 50%;
    transform: translate(-50%, -50%);
}

.footer-bottom .copyright-text {
    border-top: 1px solid rgba(180, 174, 174, .212);
    margin-top: 60px;
    padding: 30px 0;
    text-align: center;
    color: #ffff;
    letter-spacing: .5px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
}

/*page-prestation*/
/*first-bloc*/
.first-bloc {
    padding: 90px 0;
}
.bloc-2-1 {
    position: relative;
    border-radius: 8px;
    margin-left: 1.5%;
    margin-right: -1.7%;
    box-shadow: -2px 6px 23px #b4b4b44f;
    transition: all .3s ease;
}
.img-left {
    height: 240px;
    border-radius: 8px;
    overflow: hidden;
}
.img-left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .3s ease;
}
.bloc-2-1:hover .img-left img {
    transform: scale(1.1);
    transition: all .3s ease;
}
.text-left {
    display: flex;
}
.text-2-1 {
    padding: 28px 20px 70px 0;
}
.btn-p {
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    right: 0;
    bottom: -25px;
    transition-duration: .5s;
}
.btn-p a {
    border-radius: 60px;
    background-color: #ffff;
    width: max-content;
    margin: auto;
    color: #c5020b;
}
.icon-2-1 {
    padding: 29px 28px 0 27px;
}
.icon-2-1 img {
    min-width: 60px;
    width: 60px;
    height: 60px;
}
.text-1-p {
    margin-top: 25px;
    text-align: center;
}

/*second-bloc*/
.second-bloc {
    /*background-image: url(../images/img/bg-second-bloc.png);*/
    background-repeat: no-repeat;
    background-position: -7.5% 25%;
    background-color: #c5020b;
    overflow-y: hidden;
}
.image-about-home2 {
    float: right;
    width: 500px;
    max-width: 100%;
    height: 800px;
}
.image-about-home2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.bloc-sec {
    display: flex;
    gap: 20px;
}
.bloc-sec-1 {
    flex: 0 0 46%;
    margin: 70px 0 0 1.6%;
}
.bloc-sec-1 p {
    color: #c5020b;
}
.bloc-sec-2 {
    flex: 0 0 46%;
    margin: 40px -21px 0 6px;
    padding: 60px 30px 30px;
    border-bottom-left-radius: 8px;
    border-top-left-radius: 8px;
    background-color: #c5020b;
    color: #fff;
}
.bloc-sec .sub-title {
    text-align: left;
    margin-bottom: 20px;
}
.bloc-ic-sec {
    display: flex;
    align-items: center;
    margin-top: 20px;
}
.img-sec {
    position: relative;
}
.img-sec img {
    width: 90px;
    height: 70px;
    object-fit: contain;
    filter: brightness(0);
}
.img-sec span {
    background-color: #ffff;
    border-radius: 50%;
    width: 125px;
    height: 125px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.annee {
    position: absolute;
    bottom: -30px;
    background-color: #ac0108;
    padding: 10px 28px 9px 33px;
    border-radius: 29px;
    color: #fff;
    font-weight: 600;
    font-size: 22px;
}
.descri-sec {
    padding-left: 25px;
    color: #fff;
}
.bloc-sec-1 .btn_ {
    margin-top: 55px;
}
a.btn-sec {
    border-color: #fff;
}
.bloc-sec-2 .btn_,
.section-1-p .btn_ {
    margin-top: 25px;
}
.section-1-p {
    padding: 90px 0;
}
.about-post-1 img {
    border-bottom-left-radius: 8px;
    border-top-left-radius: 8px;
    border-bottom-right-radius: 8px;
    overflow: hidden;
    width: 90%;
    height: 400px;
    object-fit: cover;
}
.section-1-p .circel-inside {
    top: -60px;
    right: 0;
}
.about-content h2 {
    margin-top: 20px;
}


/*responsive*/
.Tablet nav.nav,
.Mobile nav.nav {
    display: none;
}
.btn-menu {
    width: 30px;
    height: 20px;
    position: relative;
}
.btn-menu::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background: #ac0108;
    top: 0;
}
.btn-menu::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background: #ac0108;
    bottom: 0;
}
.btn-menu span {
    width: 30px;
    height: 2px;
    background: #c5020b;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.Mobile .header,
.Tablet .header {
    position: fixed;
    width: 100%;
}
.Mobile .header {
    top: 10px;
}
.Mobile ul.nav-list,
.Tablet ul.nav-list {
    display: block;
    width: 100%;
    position: absolute;
    left: 0;
    height: auto;
    top: 100%;
    background-color: #c5020b;
    border-radius: 0 0 8px 8px;
}
.Mobile li.nav-item,
.Tablet li.nav-item {
    border-bottom: 1px solid #c5020b1a;
    display: block;
}
.Mobile li.nav-item > a,
.Tablet li.nav-item > a {
    padding: 7px;
    position: relative;
    color: #fff;
}
.Mobile li.nav-item.active a,
.Tablet li.nav-item.active a {
    color: #000;
}
.Desktop span.nav-click {
    display: none;
}
span.nav-click {
    width: 35px;
    height: 35px;
    background: #ffffffe8;
    position: absolute;
    z-index: 1;
    top: 5px;
    right: 20px;
    border-radius: 5px;
}
span.nav-click i {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}
.Mobile span.nav-click i::before,
.Tablet span.nav-click i::before {
    content: "";
    width: 25px;
    height: 25px;
    background-image: url(../images/img/drop.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.Mobile .nav-submenu,
.Tablet .nav-submenu {
    opacity: 1;
    visibility: visible;
    display: none;
    position: static;
    width: 100%;
    margin-bottom: 15px;
}

.Mobile .homeslider,
.Mobile .img-slider,
.Tablet .homeslider,
.Tablet .img-slider {
    height: 600px;
}
.Mobile .content {
    row-gap: 15px;
    margin-top: 155px;
}
.Mobile .title-slider {
    line-height: 1.3;
    font-size: 40px;
}
.Mobile .btn_ a {
    width: max-content;
}
.Mobile .image-slider,
.Tablet .image-slider {
    position: absolute;
    right: 0;
}
.Mobile .image-slider img,
.Tablet .image-slider img {
    left: auto;
    top: auto;
    bottom: 0;
    width: 164px;
    height: 270px;
    object-fit: contain;
}

.Mobile .cat-box {
    padding: 25px 0;
}
.Mobile .cat-item {
    flex-direction: column;
}
.Mobile .section-1 {
    padding-top: 40px;
}
.Mobile .bloc-sect-1,
.Tablet .bloc-sect-1 {
    grid-template-columns: 100%;
    justify-content: center;
    align-items: center;
    gap: 70px;
}
.Mobile .about-content {
    padding: 0;
}
.Mobile .text-int {
    padding-right: 0;
    max-width: 80%;
}
.Mobile .section-2 {
    margin-top: 40px;
    padding: 40px 0;
}
.Mobile .titre-2 {
    font-size: 32px;
    line-height: 1.3;
    max-width: 100%;
}
.Mobile .bloc-sect-2,
.Tablet .bloc-sect-2 {
    grid-template-columns: 100%;
    margin-top: 35px;
}
.Mobile .bloc-2-left {
    flex-direction: column;
}
.Mobile .text-2 {
    padding: 15px 20px;
}
.Mobile .section-3 {
    padding: 40px 0;
}
.Mobile .bloc-sect-3,
.Tablet .bloc-sect-3 {
    margin-top: 30px;
    grid-template-columns: 100%;
}
.Mobile .text-3 {
    text-align: left;
    padding: 20px;
}
.Mobile .img-3 {
    margin: 0 20px;
}
.Mobile .section-4 {
    padding: 40px 0;
}
.Mobile .bloc-text-4 {
    padding: 50px 20px 20px;
    margin: 40px auto;
}
.Mobile .bloc-sect-5 {
    grid-template-columns: 100%;
}
.Mobile .content-left {
    margin-right: 0;
    width: 100%;
    height: 300px;
}
.Mobile .tag-logo {
    bottom: 0;
    right: 0;
    top: auto;
    padding: 30px;
    border-bottom-left-radius: 30%;
    border-start-start-radius: 30%;
}
.Mobile .content-right {
    padding: 40px 20px;
    margin-left: 0;
}
.Mobile .subcribe-box {
    flex-direction: column;
    padding: 40px 20px;
    height: auto;
    background: #fff;
}
.Mobile .titre-rappel {
    flex: 0 0 100%;
    font-size: 28px;
}
.Mobile .rappel {
    flex: 0 0 100%;
}
.Mobile form#rappel_immediat {
    margin-left: 0;
    margin-top: 20px;
}
.Mobile .subcribe-about button.btn-sub {
    position: relative;
    width: 100%;
    top: 0;
    right: 0;
}
.Mobile button.btn-sub::before {
    left: 50%;
}
.Mobile .section-cat {
    margin-top: 60px;
}
.Mobile .cat-int {
    padding-top: 30px;
}
.Mobile .cat_ {
    flex-direction: column;
}
.Mobile .icon-wp-box {
    padding: 20px 50px 20px 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: max-content;
    margin: auto;
}
.Mobile .icon_ {
    top: auto;
    right: -30px;
}
.Mobile .icon_ span {
    padding: 15px 18px;
}
.Mobile .icon-wp-box img {
    min-width: 50px;
    width: 60px;
    height: 60px;
    object-fit: contain;
}
.Mobile .content-features {
    padding: 10px;
}
.Mobile .section-6 {
    padding: 40px 0;
}
.Mobile .bloc-sect-6,
.Tablet .bloc-sect-6 {
    flex-direction: column;
}
.Mobile .titre-devis p {
    font-size: 26px;
}
.Mobile .bloc-devis,
.Tablet .bloc-devis {
    flex: 0 0 100%;
    padding: 0;
    margin-top: 20px;
}
.Mobile .contact-right,
.Tablet .contact-right {
    margin-left: 0;
}
.Mobile #FormDevis,
.Tablet #FormDevis {
    padding: 20px;
    border-radius: 8px;
}
.Mobile .contact-adress,
.Tablet .contact-adress {
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: 20px 0;
    padding: 30px 20px;
    background-image: none;
}
.Mobile .info div {
    flex-direction: column;
}
.Mobile .adress-icon {
    margin-right: 15px;
}
.Mobile .top-footer-right {
    margin-right: 0;
    margin-left: 0;
    grid-template-columns: 100%;
    justify-content: center;
    margin-top: 20px;
    padding: 20px;
}
.Mobile .top-footer-left {
    margin-right: 0;
}
.Mobile .footer-info-item.b-2::before {
    width: 50%;
    height: 2px;
    top: 7px;
    left: 50%;
    transform: translateX(-50%);
}
.Mobile .footer-info-item.b-2::after {
    width: 50%;
    height: 2px;
    bottom: 7px;
    left: 50%;
    top: auto;
    right: auto;
    transform: translateX(-50%);
}
.Mobile .footer-info-item.b-2 {
    padding: 10px 0;
}
.Mobile .footer-info-item {
    justify-content: flex-start;
}
.Mobile .list-footer {
    padding-top: 40px;
    margin-left: 0;
    grid-template-columns: 100%;
    gap: 30px;
}
.Mobile .titre-f {
    margin-bottom: 15px;
}
.Mobile .footer-item {
    padding-right: 0;
}
.Mobile .footer-item:last-child {
    padding-left: 0;
    padding-right: 0;
}
.Mobile .footer-bottom .copyright-text {
    flex-direction: column;
}
.Mobile .footer {
    padding-top: 40px;
    background-size: contain;
    background-position: bottom;
}

.Tablet .content-right {
  background-position: left;
  padding: 50px 20px 200px 10px;
  margin-left: 0;
}
.Tablet .titre-rappel {
  font-size: 26px;
}
.Tablet .about-post {
  padding: 0 120px;
  margin-left: 0;
}
.Tablet .about-post .circel-inside {
  right: 120px;
}
.Tablet .top-footer {
  flex-direction: column;
  padding: 0 20px;
  top: -98px;
}
.Tablet .top-footer-left {
  margin: 0 auto 10px;
}
.Tablet .top-footer-right {
  margin-right: 0;
  margin-left: 0;
  padding: 15px;
}
.Tablet .list-footer {
  padding-top: 294px;
  margin-left: 0;
}
.Tablet .footer-item {
  padding-right: 20px;
}
.Tablet .footer-item:last-child {
  padding-left: 0;
  padding-right: 0;
}

/*respo-presta*/
.Mobile .text-left {
    flex-direction: column;
}
.Mobile .text-2-1 {
    padding-left: 20px;
}
.Mobile .first-bloc .bloc-sect-2,
.Tablet .first-bloc .bloc-sect-2 {
    gap: 80px;
}
.Mobile .bloc-sec {
    flex-direction: column;
}
.Mobile .bloc-sec-1 {
    flex: 0 0 100%;
}
.Mobile .image-about-home2 {
    float: none;
    height: 300px;
}
.Mobile .bloc-sec-1 {
    flex: 0 0 100%;
    margin: 20px 0 0 0;
    width: 100%;
    background: #494949e0;
    padding: 20px;
}
.Mobile .bloc-ic-sec {
    flex-direction: column;
    gap: 40px;
}
.Mobile .descri-sec {
    padding-left: 0;
}
.Mobile .bloc-sec-2 {
    flex: 0 0 100%;
    margin: 15px 0 0 6px;
    padding: 30px 20px;
}
.Mobile .section-1-p {
    padding: 40px 0;
}
.Tablet .bloc-2-1,
.Mobile .bloc-2-1 {
    margin-left: 0;
    margin-right: 0;
}
.Tablet .image-about-home2 {
  float: none;
  width: 100%;
  max-width: 100%;
  height: 350px;
}
.Tablet .bloc-sec .sub-title {
  color: #181818;
  text-shadow: 0 0 8px #fff;
}

.container-box .row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
    justify-content: center;
}
.Tablet .container-box .row {
    grid-template-columns: repeat(3, 1fr);
}
.Mobile .container-box .row {
    grid-template-columns: 100%;
}
b.titre-album {
    text-align: center;
    display: block;
    font-size: 32px;
    text-transform: uppercase;
    margin: 10px 0 20px;
}
div#realisations,
.page-mention {
    padding: 40px 20px;
}
a.swipebox img {
    width: 100%;
    height: 260px;
    object-fit: cover;
}

.blog_pageIntrouvable {
    background: #c5020b;
    position: fixed;
    height: 100%;
    width: 100%;
    font-size: 18px;
    z-index: 200000 !important;
    text-align: center;
    top: 0;
}
.blog_pageIntrouvable .d-flex {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}
.blog_pageIntrouvable > div {
    height: 100%;
}
.blog_pageIntrouvable h1 {
    font-size: 200px;
    color: #fff;
}
.blog_pageIntrouvable p {
    font-size: 36px;
    line-height: 100%;
    margin-top: -21px;
    text-transform: uppercase;
    letter-spacing: 10px;
    color: #fff;
}
.blog_pageIntrouvable span,
.blog_pageIntrouvable a {
    color: #fff;
}
@media (max-width: 767px) {
  .blog_pageIntrouvable h1 {
    font-size: 100px;
  }
  .blog_pageIntrouvable p {
    font-size: 17px;
    letter-spacing: 5px;
    margin-top: -10px;
  }
  .blog_pageIntrouvable {
    font-size: 14px;
  }
  .blog_pageIntrouvable a {
    display: block;
  }
}
div#Messages {
    position: absolute;
    width: 100%;
    z-index: 1111;
    background: #c5020b;
    text-align: center;
    color: #fff;
    padding: 10px 0;
    font-size: 18px;
}
.Tablet .footer-item .links {
  flex-wrap: wrap;
}
.tag-logo img {
    width: 180px;
    height: 60px;
    object-fit: contain;
}
.Mobile li.nav-item.active,
.Tablet li.nav-item.active {
    background: #fff;
}
.footer-item button.btn-sub {
    background-color: #ac0108;
}
.footer-item button.btn-sub:hover {
    background-color: #c5020b;
}
.Mobile .top-bar img {
    width: 20px;
    height: 20px;
        filter: brightness(0);
}
.Mobile .top-bar {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-top: 10px;
}
.Mobile .top-bar a {
    color: #000;
    display: flex;
    align-items: center;
    gap: 3px;
    font-size: 18px;
    font-weight: 600;
    background: #fff;
    border-radius: 5px;
    padding: 7px;
}
p.descri-f {
    font-size: 14px;
}
.Mobile .header-wrap-home1 {
    background-color: #fff;
}
.Mobile .subcribe-about {
    position: relative;
    bottom: auto;
    padding-bottom: 40px;
}
.icon-2-l.icon-filter img {
    filter: invert(1);
}
.Mobile .top-footer-left img{
    display: flex; 
    margin: auto;
}
.Mobile .about-post-1 img{
    width: 100%;
}
.Tablet .content { 
  margin-top: 150px; 
}
.Desktop .bloc-sect-6 {
    display: grid;
    grid-template-columns: 33% 67%;
}
.bloc-text-1 .btn_ {
    margin-top: 20px;
}
.Tablet .section-2 {
  padding: 0 0 120px;
}
.Tablet .titre-2 { 
  max-width: 100%;
  margin: 0; 
}
.Desktop footer.footer {
    margin-top: 60px;
}
.bloc-sec-1 .sub-title,
.text-sec,
.text-sec p {
    color: #fff;
}
.logo-perso img {
    width: 200px;
    height: 120px;
    object-fit: contain;
}
.Tablet .title-slider{
    font-size: 50px;
}