* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}
body {
	font-family: Calibri;
	font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    color: #13100e;
}
.container {
    max-width: 1280px;
    margin: 0 auto;
}
.header .container {
    max-width: 1500px;
}
a, 
a:hover {
	text-decoration: none;
}
img {
    max-width: 100%;
}
h1 {
    font-size: 45px;
}
.Mobile h1 {
    font-size: 28px;
}
h2 {
    margin-bottom: 20px;
    font-size: 32px;
    line-height: 1.1em;
}
.Mobile h2 {
    font-size: 24px;
}

header.header {
    position: absolute;
    z-index: 11;
    width: 100%;
    top: 2em;
}
.header-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    padding: 0 14px;
    border-radius: 15px;
}
.Desktop .logo-top a {
    height: 133px;
    display: block;
}
.logo img {
    width: 226px;
    height: 122px;
    object-fit: contain;
}
.Mobile .logo img {
    width: 180px;
    height: 80px;
    object-fit: contain;
}
.Desktop .logo img {
    min-width: 226px;
}
.btn-top {
    min-width: 185px;
    margin-top: 30px;
}
.btn-rea {
    font-weight: 600;
    color: #fff;
    background: #d00822;
    border-style: solid;
    border-width: 0;
    border-radius: 30px;
    padding: 15px 30px;
    cursor: pointer;
    transition: .4s;
}
.btn-rea:hover {
    background: #13100e !important;
    transition: .4s;
}
.menu {
    padding: 0 20px;
}
ul.nav-list {
    display: flex;
}
li.nav-item {
    display: flex;
    justify-content: center;
    text-align: center;
    padding: 0 5px;
    height: 137px;
}
.Mobile li.nav-item,
.Tablet li.nav-item {
    height: 100%;
}
li.nav-item > a {
    color: #13100e;
    padding: 35px 0px;
    font-weight: 600;
    transition: .4s;
    display: flex;
    align-items: center;
    font-size: 14px;
}
li.nav-item.active > a,
li.nav-item:hover > a {
    color: #d00822;
    transition: .4s;
}

.homeslider {
    position: relative;
    height: 900px;
    overflow: hidden;
}
.fullImg {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 900px;
} 

.text-slider {
    position: absolute;
    z-index: 1;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -37%);
}
.text-slider .container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-content: center;
}
.caption {
    -webkit-mask-image: url(../images/img/masking_3.png);
    -webkit-mask-size: contain;
    -webkit-mask-position: center center;
    -webkit-mask-repeat: no-repeat;
    background: #fff;
}
.caption-text {
    text-align: center;
    padding: 7em 8em;
}
.contact .caption-text,
.devis .caption-text,
.mentions .caption-text,
.realisations .caption-text {
    padding: 9em 8em;
}
.titre-s {
    color: #d00822;
    font-size: 48px;
    line-height: 1em;
    letter-spacing: -2px;
    font-weight: 700;
    margin-bottom: 21px; 
    padding: 0 0 0 48px;
}
.decri-s {
    margin-bottom: 40px;
}
.tel-s {
    display: flex;
    justify-content: center;
    gap: 15px;
}
.tel-s a {
    display: flex;
    align-items: center;
    gap: 3px;
    padding: 15px 20px;
    font-size: 18px;
}
.tel-s img {
    width: 22px;
    height: 22px;
}
.bg-header {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background: #13100e4D;
    background-image: url(../images/img/bg_header.png);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 1;
    filter: brightness(100%) contrast(115%) saturate(150%) blur(0px) hue-rotate(0deg);
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.section-1 {
    padding: 5em 0;
}
.bloc-section-1 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-content: center;
    align-items: center;
}
.btn-cont a {
    position: relative;
    padding-right: 45px;
}
.btn-cont a::before {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    background-image: url(../images/img/left.webp);
    background-size: cover;
    top: 50%;
    right: 23px;
    transform: translateY(-50%);
}
.titre-sect {
    color: #d00822;
    text-transform: uppercase;
    line-height: 1.5em;
    letter-spacing: 2px;
    margin-bottom: 20px;
}
.btn-cont {
    display: flex;
    margin-top: 30px;
}
.text-bloc-1 {
    padding: 3em;
}
.bloc-img-1 {
    padding: 10px;
}
.bloc-img-1 img {
    border-radius: 15px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.section-2 {
    background-image: url(../images/img/bg-sect-2.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 7em;
    position: relative;
}
.background-overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: transparent;
    background-image: linear-gradient(180deg, #fff 0%, #ffffffcc 100%);
    opacity: 1;
}

.bloc-sect-2 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    justify-content: center;
    position: relative;
}
.bloc-2 {
    padding: 4em 3em;
    -webkit-mask-image: url(../images/img/masking_5.png);
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.f-b {
    background: #002154;
}
.f-r {
    background: #d00822;
}
.mg {
    margin-top: -6em;
}
.bloc-2-l {
    font-size: 22px;
    color: #fff;
    font-weight: 700;
}
.count {
    color: #fff;
    font-size: 36px;
    font-family: Arial;
    line-height: 1;
}
#count1, #count2, #count3, #count4 {
    font-size: 50px;
    font-weight: 700;
    margin: 0 2px;
}

.section-cat {
    background-image: url(../images/img/bg-sect-cat.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 5em 0;
    position: relative;
}
.section-cat .background-overlay {
    background-image: linear-gradient(90deg, #13100e00 -80%, #d00822 100%);
}


/* 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 #ffffff;
    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: #ffffff;
  color: #003366;
}
.slick-dots li button:focus{
  outline: 0 !important;
}

.bloc-cat {
    margin-left: 40%;
}
.service-item {
    padding: 2em;
    text-align: center;
    color: #fff;
    background: #ffffff2b;
    border-radius: 15px;
    margin: 10px;
    transition: .4s;
}
.icon-cat {
    background: #f8f8f8;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px;
}
.icon-cat img {
    width: 40px;
    height: 40px;
}
.lien-cat {
    color: #fff;
    margin-bottom: 15px;
    display: block;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.1;
    min-height: 53px;
    transition: .4s;
}
.service-item .btn-rea {
    width: max-content;
    margin: auto;
    background: #002154;
    margin-top: 15px;
    display: block;
}
.slick-slide {
    margin: 10px;
}
.service-item:hover .lien-cat {
    color: #d00822;
    transition: .4s;
}
.service-item:hover {
    color: initial;
    background: #fff;
    transition: .4s;
}
.service-item p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
ul.slick-dots {
    text-align: center;
    margin-left: 35px;
}

.section-3 {
    padding: 5em 0;
    background-image: url(../images/img/bg-sect-3.png);
    background-position: center 30%;
    background-repeat: no-repeat;
}
.bloc-titre-3 {
    max-width: 720px;
    margin: auto;
    padding: 2em;
    text-align: center;
}
.titre-3 {
    font-size: 48px;
    line-height: 1.1em;
    font-weight: 700;
}
.row-text-3 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-content: center;
}
.bloc-text-3 {
    background: #d00822;
    margin: 10px;
    padding: 3em 3em 6em;
    border-radius: 15px;
    position: relative;
}
.btn-3 {
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
}
.text_ {
    color: #fff;
}
.text_ h2 { 
    margin-bottom: 16px;
    margin-top: 8px;
}
.icon-3 {
    margin: 0 auto 15px;
    text-align: center;
}
.icon-3 img {
    width: 60px;
    height: 60px;
}
.section-3 .btn-rea {
    background: #002154;
    margin: auto;
}

.section-4 {
    background: #13100e;
    padding: 5em 0;
    position: relative;
}
.bg-sect-4 {
    background-image: url(../images/img/bg-sect-4.webp);
    background-position: center right;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    opacity: 0.3;
    filter: brightness(90%) contrast(115%) saturate(115%) blur(0px) hue-rotate(0deg);
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}
.bloc-text-4 {
    color: #fff;
    position: relative;
    margin-right: 50%;
}
.section-5 {
    padding: 5em 0;
    background: #f8f8f8;
}
.bloc-sect-5 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-content: center;
    align-items: center;
    padding: 3em;
    gap: 6em;
}
.img-5 img {
    -webkit-mask-image: url(../images/img/masking_5.png);
    -webkit-mask-size: contain;
    -webkit-mask-position: center center;
    -webkit-mask-repeat: no-repeat;
    width: 100%;
    height: 400px;
    object-fit: cover;
}
.list-engagement {
    margin: 35px 0 30px;
}
.Desktop .list-engagement {
    column-count: 2;
}
.list-engagement li {
    display: block;
    padding-left: 25px;
    margin-bottom: 8px;
    position: relative;
}
.list-engagement li::before {
    content: "";
    position: absolute;
    width: 18px;
    height: 18px;
    background-image: url(../images/img/check.webp);
    background-size: cover;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    filter: brightness(0);
}
.bloc-5-l {
    position: relative;
}
.btn-rappel {
    position: absolute;
    bottom: 90px;
    right: 0;
    width: 100px;
    height: 100px;
    line-height: 100px;
    background-color: #ffffff;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #d2d2d2;
    border-radius: 50%;
}
.btn-rappel img {
    width: 60px;
    height: 60px;
}
#btn-rappel {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    cursor: pointer;
}
#btn-rappel::before,
#btn-rappel::after {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    box-shadow: 0 0 0 0 #d00822;
    animation: button-ripple 3s infinite;
    opacity: .6;
}
#btn-rappel::after {
    animation-delay: .3s;
}
@keyframes button-ripple {
    70% {
        box-shadow: 0 0 0 15px #d00822;
        opacity: 0
    }

    100% {
        box-shadow: 0 0 0 0 #d00822;
        opacity: 0
    }
}

.box-tel{
    display: none;
    background: #f3f3f3;
    box-shadow: 0 0 5px 2px rgba(195, 195, 195, 0.44);
    padding: 20px;
    margin-bottom: 20px;
    position: absolute;
    right: 0;
    bottom: -140px;
}
.box-tel:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #f3f3f3;
    position: absolute;
    top: -15px;
    right: 20px;
}
input#mail2 {
    display: none;
}
.form-input {
    border: none;
    border-radius: 30px;
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 15px;
    margin-bottom: 7px;
    font-family: inherit;
}
#rappel_immediat .btn-rea {
    width: 100%;
}
p.rpl-gratuit {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
}

.section-6 {
    padding: 5em 0;
}
.bloc-sect-6 {
    display: grid;
    grid-template-columns: 50% 50%;
    justify-content: center;
    align-items: center;
}
.bloc-img-6 img {
    -webkit-mask-image: url(../images/img/masking_6.png);
    -webkit-mask-size: contain;
    -webkit-mask-position: center center;
    -webkit-mask-repeat: no-repeat;
    width: 100%;
    height: 720px;
    object-fit: cover;
    object-position: center;
}
.bloc-text-6 {
    margin-right: 10%;
    padding: 3em;
}
.assr {
    display: flex;
    gap: 15px;
    margin-top: 20px;
}
.icon-6 {
    min-width: 56px;
    width: 56px;
    height: 56px;
    background: #d008222b;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.icon-6 img {
    background: #d00822;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    padding: 3px;
}
.text-assr span {
    font-size: 24px;
    font-weight: 600;
    display: block;
}

.section-7 {
    background: #13100e;
    padding: 7em 0 10em;
    position: relative;
}
.bg-sect-7 {
    background-image: url(../images/img/bg-sect-7.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.5;
    filter: brightness(90%) contrast(115%) saturate(115%) blur(0px) hue-rotate(0deg);
    background-attachment: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}
.bloc-text-7 {
    max-width: 80%;
    margin: auto;
    position: relative; 
    color: #fff;
}
.bloc-text-7 .btn-rea {
    margin: auto;
}

.section-8 {
    padding-bottom: 3em;
}
.bloc-sect-8 {
    margin-top: -7em;
    padding: 10px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-content: center;
    position: relative;
}
.bloc-8 {
    margin: 10px;
    padding: 3em;
    background: #f8f8f8;
    border-radius: 15px;
}
.icon-8 img {
    width: 50px;
    height: 50px;
    margin: 0 auto 20px;
    display: block;
}

.section-9 {
    padding: 1em 0 5em;
}
.bloc-sect-9 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-content: center;
    align-items: center;
}
.bloc-img-9 {
    padding: 10px;
    display: flex;
}
.bloc-img-9 > div {
    padding: 10px;
    width: 50%;
}
.img-9-2 {
    margin-top: 3em;
}
.bloc-img-9 img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    object-position: left bottom;
    border-radius: 15px;
}
.bloc-text-9 {
    padding: 3em;
}

.categoriesList {
    background: rgba(255, 255, 255, 0.5);
    padding: 5em 0 10em;
    text-align: center;
    position: relative;
}
h2.Titre {
    text-align: center;
    margin-bottom: 40px;
    font-size: 40px;
}
.Desktop .Liens {
    column-count: 2;
    white-space: nowrap;
}
.Tablet .Liens {
    column-count: 3;
}
.Liens a {
    display: block;
    background: #fff;
    padding: 10px 15px;
    border-radius: 15px;
    color: #13100e;
    margin-bottom: 10px;
    transition: all .2s linear;
    text-align: left;
}
.Liens a:hover {
    transform: scale(1.03);
    transition: all .2s linear;
}

#footer {
    background: #d00822;
}
.bloc-footer {
    margin-top: -7em;
    position: relative;
}

.row-footer {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    justify-content: center;
    background: #fff;
    border-radius: 0px 0px 30px 30px;
}
.row-footer > div {
    padding: 2em;
}
.rappel-f {
    background: #f8f8f8;
    box-shadow: 0px -10px 50px 0px rgba(0, 0, 0, 0.1);
    border-radius: 30px 30px 0px 0px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-content: center;
    align-items: center;
}
.titre-rappel {
    padding: 2em;
}
span.titre-r {
    font-size: 48px;
    font-weight: 600;
}
.rappel-f form#rappel_immediat {
    padding: 2em;
}
.rappel-f .form-input {
    background: #fff;
    min-height: 59px;
    margin-bottom: 10px;
}
.titre-footer {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.3em;
    margin-bottom: 20px;
}
.cont-f a,
.adresse {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 7px;
    color: #13100e;
}
.cont-f img {
    width: 20px;
    height: 20px;
}

.copyright {
    padding: 2em 0em 1em 0em;
    color: #fff;
}
.copyright a {
    color: #fff;
}
.Desktop .bloc-cont {
    padding-left: 0 !important;
}
.horaire {
    margin-bottom: 7px;
}
.link-item {
    display: block;
    margin-bottom: 7px;
}
.link-item a {
    color: #13100e;
    padding-left: 12px;
    position: relative;
    transition: .4s;
}
.link-item a:hover {
    color: #d00822;
    transition: .4s;
}
.link-item a::before {
    content: "";
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #d00822;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: .4s;
}
.link-item a:hover::before {
    background: #000;
    transition: .4s;
}
.text-descri {
    margin-top: 20px;
}
section.page-rea {
    background: #fff;
    position: relative;
}
b.titre-album {
    font-size: 32px;
    display: block;
    text-align: center;
    margin: 10px 0 20px;
}
div#realisations {
    padding: 5em 15px 12em;
}
.row-rea {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
    justify-content: center;
}
.Tablet .row-rea {
    grid-template-columns: repeat(3, 1fr);
}
.Mobile .row-rea {
    grid-template-columns: 100%;
}
a.swipebox img {
    width: 100%;
    height: 260px;
    object-fit: cover;
}
.blog_pageIntrouvable {
    background: #d00822;
    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 {
    background: #000;
    color: #fff;
    text-align: center;
    padding: 15px 0;
    position: absolute;
    z-index: 111;
    width: 100%;
    font-size: 18px;
}
.Mobile div#Messages {
    padding: 5px;
    font-size: 15px;
}
.page-mention,
.page-devis {
    padding: 5em 20px 12em;
    background: #fff;
    position: relative;
}
.page-cont {
    padding: 5em 20px 12em;
    background: #fff;
    position: relative;
}
.ContactezNous,
.bloc-devis {
    display: grid;
    grid-template-columns: 45% 55%;
    justify-content: center;
}
.cont-l {
    background: #d00822;
    padding: 4em;
    border-radius: 30px 0px 0px 30px;
    color: #fff;
}
.cont-l .h1 {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.1em;
}
.ContactezNous p {
    margin-bottom: 20px;
    font-size: 18px;
}
.cont-l span {
    text-transform: uppercase;
    display: block;
    letter-spacing: 2px;
    font-size: 18px;
    margin-bottom: 20px;
    color: #fff;
}
.cont-l a {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
}
.mail_ a {
    margin-bottom: 30px;
    display: block;
}
.num > div {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 30px;
}
.cont-r {
    background: #f8f8f8;
    padding: 4em;
    border-radius: 0px 30px 30px 0px;
}
input#mail {
    display: none;
}
.cont-r b {
    font-size: 48px;
    margin-bottom: 20px;
    display: block;
    line-height: 1.1em;
}
.ContactezNous .btn-rea,
.bloc-devis .btn-rea {
    width: 100%;
}

/*resp*/
.Mobile header.header,
.Tablet header.header {
    position: fixed;
    top: 0;
}
.Mobile .header-top,
.Tablet .header-top {
    padding: 10px;
    border-radius: 0;
}
.Mobile .menu,
.Tablet .menu {
    display: none;
    position: absolute;
    z-index: 1;
    background: #fff;
    right: 0;
    top: 100%;
    width: 100%;
    border-radius: 0 0 15px 15px;
    padding: 0;
}
.Tablet .nav-list,
.Mobile .nav-list {
    flex-direction: column;
}
.Tablet li.nav-item.active,
.Mobile li.nav-item.active {
    background: #f8f8f8;
}
.Tablet li.nav-item > a,
.Mobile li.nav-item > a {
    padding: 15px 0;
}

/*burger-menu*/
.bar {
    display: block;
    position: relative;
    cursor: pointer;
    width: 50px;
    height: 20px;
}
.bar input {
    -webkit-appearance: none;
    display: none;
    visibility: hidden;
}
.bar span {
    position: absolute;
    width: 28px;
    height: 3px;
    background: #d00822;
    border-radius: 100px;
    display: inline-block;
    transition: 0.3s ease;
    left: 0;
}
.bar span.top {
    top: 0;
}
.bar span.middle {
    top: 8px;
}
.bar span.bottom {
    bottom: 0;
}
.bar.active span.top {
    transform: rotate(45deg);
    transform-origin: top left;
    left: 5px;
    top: -1px;
}
.bar.active span.middle {
    transform: translateX(-20px);
    opacity: 0;
}
.bar.active span.bottom {
    transform: rotate(-45deg);
    transform-origin: top left;
    bottom: -1px;
    left: 2px;
}


.Mobile .homeslider {
    height: 600px;
}
.Tablet .homeslider {
    height: 700px;
}
.Mobile .bloc-section-1,
.Tablet .bloc-section-1 {
    grid-template-columns: 100%;
}
.Mobile .section-1 {
    padding: 2em 0;
}
.Mobile .text-bloc-1 {
    padding: 1.5em;
}
.Mobile .bloc-sect-2 {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    padding: 0 15px;
}
.Mobile .mg {
    margin-top: 0;
}
.Mobile .bloc-2 {
    padding: 3em;
    -webkit-mask-size: cover;
    overflow: hidden;
}
.Tablet .bloc-2 {
  padding: 3em;
}
.Mobile #count1,
.Mobile #count2,
.Mobile #count3,
.Mobile #count4,
.Tablet #count1,
.Tablet #count2,
.Tablet #count3,
.Tablet #count4 {
    font-size: 28px;
}
.Mobile .count,
.Tablet .count {
    font-size: 22px;
}
.Mobile .bloc-2-l {
    font-size: 18px;
}
.Tablet .bloc-2-l {
  font-size: 18px;
}
.Mobile .section-2 {
    padding-bottom: 4em;
}
.Mobile .bloc-cat,
.Tablet .bloc-cat {
    margin-left: 0;
}
.Mobile .service-item,
.Tablet .service-item {
    margin: 10px 0;
}
.Mobile .section-3 {
    padding: 2em 0;
    background-position-y: 10%;
    background-size: contain;
}
.Mobile .titre-3 {
    font-size: 28px;
}
.Mobile .row-text-3,
.Tablet .row-text-3 {
    grid-template-columns: 100%;
    gap: 40px;
}
.Tablet .section-3 {
  background-position: center 15%;
}
.Mobile .bloc-titre-3 {
    max-width: 100%;
    padding: 1em;
}
.Mobile .bloc-text-3 {
    padding: 1em 1em 4em;
}
.Mobile .bloc-text-4,
.Tablet .bloc-text-4 {
    margin-right: 0;
}
.Mobile .section-4,
.Tablet .section-4 {
    padding: 3em 15px;
}
.Mobile .section-5 {
    padding: 2em 0;
}
.Mobile .bloc-sect-5 {
    grid-template-columns: 100%;
    padding: 1em;
    gap: 40px;
}
.Tablet .bloc-sect-5 {
  padding: 3em 20px;
  gap: 40px;
}
.Mobile .img-5 img {
    height: 100%;
}
.Mobile .btn-rappel {
    bottom: 0;
    width: 75px;
    height: 75px;
}
.Mobile .btn-rappel img {
    width: 40px;
    height: 40px;
}
.Mobile .section-6 {
    padding: 2em 0;
}
.Mobile .bloc-sect-6,
.Tablet .bloc-sect-6 {
    grid-template-columns: 100%;
    gap: 40px;
}
.Mobile .bloc-text-6 {
    margin-right: 0;
    padding: 1em;
}
.Mobile .assr {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 10px;
}
.Mobile .section-6 .btn-cont {
    justify-content: center;
}
.Mobile .bloc-img-6 img {
    height: 360px;
}
.Mobile .bloc-sect-8,
.Tablet .bloc-sect-8 {
    grid-template-columns: 100%;
}
.Mobile .bloc-8 {
    padding: 1em;
}
.Mobile .section-9 {
    padding: 1em 0;
}
.Mobile .bloc-sect-9,
.Tablet .bloc-sect-9 {
    grid-template-columns: 100%;
}
.Mobile .bloc-text-9 {
    padding: 1em;
}
.Mobile .bloc-img-9 {
    flex-direction: column;
}
.Mobile .bloc-img-9 > div {
    width: 100%;
}
.Mobile .img-9-2 {
    margin-top: 0;
}
.Mobile .categoriesList,
.Tablet .categoriesList {
    padding: 2em 15px 10em;
}
.Mobile h2.Titre {
    margin-bottom: 30px;
    font-size: 28px;
}
.Mobile .rappel-f {
    grid-template-columns: 100%;
}
.Mobile #footer,
.Tablet #footer {
    padding: 0 15px;
}
.Mobile .titre-rappel {
    padding: 1em;
    text-align: center;
}
.Mobile span.titre-r {
    font-size: 32px;
}
.Mobile .rappel-f form#rappel_immediat {
    padding: 1em;
}
.Mobile .row-footer {
    grid-template-columns: 100%;
    border-radius: 0px 0px 30px 30px;
}
.Tablet .row-footer {
  grid-template-columns: repeat(2, 1fr);
}
.Mobile .copyright a {
    display: block;
    margin-top: 10px;
}

/*text-slide*/
.Mobile .caption {
    width: 100%;
    position: absolute;
    transform: translateY(-32%);
    -webkit-mask-size: cover;
}
.Tablet .caption {
    position: absolute;
    width: 100%;
    padding: 0 10em;
    left: 50%;
    transform: translate(-50%, -32%);
}
.Tablet .caption-text{
    padding: 7em;
}
.Mobile .caption-text {
    padding: 4em 2em;
}

.Mobile .tel-s a,
.Tablet .tel-s a {
    font-size: 17px;
    padding: 10px 15px;
}
.Tablet .decri-s,
.Mobile .decri-s {
    margin-bottom: 25px;
}
.Mobile .titre-s {
    font-size: 28px;
    letter-spacing: normal;
    margin-bottom: 15px;
}
.Mobile .ContactezNous,
.Mobile .bloc-devis,
.Tablet .ContactezNous,
.Tablet .bloc-devis {
    grid-template-columns: 100%;
}
.Mobile .cont-l {
    padding: 1em;
    border-radius: 30px 30px 0px 0px;
}
.Tablet .cont-l {
    border-radius: 30px 30px 0px 0px;
}
.Mobile .cont-l .h1,
.Mobile .cont-r b {
    font-size: 32px;
}
.Mobile .cont-l a {
    font-size: 18px;
}
.Mobile .cont-l span {
    margin-bottom: 10px;
}
.Mobile .cont-r {
    padding: 1em;
    border-radius: 0px 0px 30px 30px;
}
.Tablet .cont-r {
    border-radius: 0px 0px 30px 30px;
}
.Tablet .tel-s,
.Mobile .tel-s {
    position: absolute;
    width: 100%;
    top: 105%;
    left: 0;
    gap: 5px;
    justify-content: center;
}

.Tablet.mentions .caption-text,
.Tablet.contact .caption-text,
.Tablet.devis .caption-text {
  padding: 9em 4em;
}

.logo-assurance {
    display: flex;
    gap: 15px;
}
.logo-assurance img {
    width: 120px;
    height: 80px;
    object-fit: contain;
    filter: grayscale(1);
    transition: .4s;
}
.Mobile .logo-assurance img,
.Tablet .logo-assurance img {
    width: 100px;
    height: 67px;
}
.logo-assurance img:hover {
    filter: none;
    transition: .4s;
}
.Mobile .box-tel {
    bottom: auto;
}

.row-footer .cont-f img {
    filter: brightness(0);
}
.btn-top .btn-rea,
.tel-s a.btn-rea:nth-child(2) {
    background: #002154;
}
.text-perso {
    font-size: 30px;
    font-weight: 600; 
} 