* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}
body {
	font-family: Calibri;
	font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #13100e;
}
.container {
    max-width: 1280px;
    margin: 0 auto;
}
.header .container {
    max-width: 1460px;
}
a, 
a:hover {
	text-decoration: none;
}
img {
    max-width: 100%;
}
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%;
}
.header-top {
    /*display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 14px;*/
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
}
.Desktop .logo-top {
    background: #5b5b5b;
    border-radius: 5px;
}
.logo img {
    width: 230px;
    height: 115px;
    object-fit: contain;
}
.Mobile .logo img {
    width: 180px;
    height: 80px;
    object-fit: contain;
}
.btn-top {
    min-width: 185px;
}
.btn-rea {
    font-weight: 600;
    color: #fff;
    background: #000;
    border-style: solid;
    border-width: 0;
    border-radius: 30px;
    padding: 15px 30px;
    cursor: pointer;
    transition: .4s;
    cursor: pointer;
}
.btn-rea:hover {
    background: #13100e !important;
    transition: .4s;
    color: #fff!important;
}
ul.nav-list {
    display: flex; 
}
li.nav-item {
    display: flex;
    justify-content: center;
    text-align: center;
    padding: 0 5px;
    align-items: center;
}
.Desktop li.nav-item {
    width: 11.11%;
}
li.nav-item > a {
    color: #13100e;
    padding: 10px 0px;
    font-weight: 600;
    transition: .4s;
}
li.nav-item.active > a,
li.nav-item:hover > a {
    color: #000;
    transition: .4s;
}

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

.text-slider {
    position: absolute;
    z-index: 1;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -33%);
}
.Mobile .text-slider,
.Tablet .text-slider {
    width: 90%;
    transform: translate(-50%, -20%);
}
.Desktop .text-slider .container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-content: center;
    align-items: center;
}
.Desktop .devis-s {
    -webkit-mask-image: url(../images/img/masking_3.png);
    -webkit-mask-size: contain;
    -webkit-mask-position: center center;
    -webkit-mask-repeat: no-repeat;
    background: #faaf40;
}
.titre-s {
    color: #000;
    font-size: 48px;
    line-height: 1em;
    font-weight: 700;
    margin: 10px 0 20px; 
    text-align: center;
}
.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: 20px;
}
.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: #000;
    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: #faaf40;
}
.f-r {
    background: #000;
}
.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: #faaf40;
}


/* 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;
  display: none;
}
.slick-dots li button:focus{
  outline: 0 !important;
}
.service-item {
    text-align: center;
    color: #fff;
    background: #ffffff2b;
    border-radius: 15px;
    margin: 10px;
    transition: .4s;
    overflow: hidden;
}
.icon-cat img {
    width: 100%;
    height: 140px;
    object-fit: cover;
}
.lien-cat {
    color: #000;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.1;
    min-height: 75px;
    transition: .4s;
    padding: 1em;
    display: flex;
    align-items: center;
    justify-content: center;
}
.service-item .btn-rea {
    width: max-content;
    margin: auto;
    background: #faaf40;
    margin-top: 15px;
    display: block;
}
.slick-slide {
    margin: 10px;
}
.service-item:hover .lien-cat {
    color: #000;
    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: #000;
    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 {
    text-align: center;
    margin-bottom: 16px;
    margin-top: 8px;
}
.icon-3 {
    margin: 0 auto 15px;
    text-align: center;
}
.icon-3 img {
    width: 50px;
    height: 50px;
}
.section-3 .btn-rea {
    background: #faaf40;
    margin: auto;
    color: #000;
}

.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;
}
.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%);
}
.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;
    filter: brightness(0);
}
#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 #000;
    animation: button-ripple 3s infinite;
    opacity: .6;
}
#btn-rappel::after {
    animation-delay: .3s;
}
@keyframes button-ripple {
    70% {
        box-shadow: 0 0 0 15px #000;
        opacity: 0
    }

    100% {
        box-shadow: 0 0 0 0 #000;
        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: 10px;
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 15px;
    margin-bottom: 7px;
    font-family: inherit;
    outline: none;
}
#rappel_immediat .btn-rea {
    width: 100%;
    background: #faaf40;
    color: #000;
}
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: #0002b;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.icon-6 img {
    background: #000;
    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;
    text-align: center;
    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: #f8f8f8;
    padding: 5em 0 10em;
    text-align: center;
    position: relative;
}
h2.Titre {
    text-align: center;
    margin-bottom: 40px;
    font-size: 40px;
}
.Desktop .Liens {
    column-count: 4;
}
.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;
}
.Liens a:hover {
    transform: scale(1.03);
    transition: all .2s linear;
}

#footer {
    background: #000;
}
.bloc-footer { 
    position: relative;
}

.row-footer {
    display: grid;
    grid-template-columns: repeat(4, 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: 10px;
    color: #13100e;
}
.cont-f img {
    width: 20px;
    height: 20px;
    filter: brightness(0);
}

.copyright {
    padding: 2em 0em 1em 0em;
    color: #fff;
}
.copyright a {
    color: #fff;
}
.Desktop .bloc-cont {
    padding-left: 0 !important;
}
.horaire {
    background: #faaf40;
    font-weight: 600;
    padding: 5px;
    margin-top: 5px;
}
.link-item {
    display: flex;
    margin-bottom: 7px;
}
.link-item a {
    color: #13100e;
    padding-left: 12px;
    position: relative;
    transition: .4s;
}
.link-item a:hover {
    color: #000;
    transition: .4s;
}
.link-item a::before {
    content: "";
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #000;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: .4s;
}
.link-item a:hover::before {
    background: #faaf40;
    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: #000;
    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: #faaf40;
    color: #000;
    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: #000;
    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 .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;
    max-height: 525px;
    overflow: scroll;
    flex-wrap: nowrap;
}
.Tablet li.nav-item.active,
.Mobile li.nav-item.active {
    background: #dfd6d6;
}
.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: #faaf40;
    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,
.Mobile .slide,
.Tablet .homeslider,
.Tablet .slide {
    height: 500px;
}
.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;
}
.Mobile .copyright { 
    text-align: center;
}

/*text-slide*/
.Mobile .tel-s a,
.Tablet .tel-s a {
    font-size: 18px;
    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;
}

.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;
}
.Desktop .bloc-f {
    grid-column: span 2;
}
.Desktop ul.footer-link {
    column-count: 2;
}
.header-1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 0;
}
.devis-slider {
    text-align: center;
    padding: 7em;
}
.Desktop .text-slider textarea.form-input {
    max-width: 416px;
    max-height: 175px;
}
.devis-slider .form-input {
    box-shadow: 0px 1px #000;
}
.titre-m {
    color: #000;
    text-transform: uppercase;
    line-height: 1.5em;
    letter-spacing: 2px;
    -webkit-mask-image: url(../images/img/masking_3.png);
    -webkit-mask-size: cover;
    -webkit-mask-position: center center;
    -webkit-mask-repeat: no-repeat;
    background: #fff;
    display: inline-block;
    padding: 5px 25px;
}
.devisgratuit_h3 {
    color: #000;
    text-transform: uppercase;
    line-height: 1.5em;
    letter-spacing: 2px;
    margin-bottom: 20px;
    font-size: 22px;
}
.text-slider .btn-top {
    display: flex;
    gap: 15px;
    margin-top: 20px;
}
.Mobile .header-1,
.Tablet .header-1 {
    background: #5b5b5be3;
}
.Mobile .devis-slider {
    padding: 40px 20px 0;
}
.Tablet .devis-slider {
    padding: 3em;
}
.Mobile li.nav-item,
.Tablet li.nav-item {
    border-bottom: 1px solid #0000001f;
}


/*avis*/
#avis_form {
    margin-top: 15px;
}

#MonAvis,
#avis_form {
  padding: 0 2%;
}
#MonAvis span {
  font-size: 18px;
  color: #333;
  display: block;
}
.item-tem .avis {
  display:inline-block;
  vertical-align: top;
}

#avis_form label {
  display: block;
  margin-bottom: 8px
}

#avis_form .input-form {
    display: block;
    font-size: 14px;
    width: 100%;
    max-width: 100%;
    margin-bottom: 10px;
    border: 1px solid #eee;
    background: #f7f7f7;
    padding: 12px 5px;
}

.avis a {
  width:10%;
  float:left;
  height:100%;

}
.avis > i {
  background: url('../images/rating-sprit.png') no-repeat;
  display: inline-block;
  height: 23px;
  width: 120px;
  margin-right: 15px;
}
.avis-0 {
  background-position: 0 0 !important;
}
.avis-1 {
  background-position: 0 -25px !important;
}
.avis-2 {
  background-position: 0 -50px !important;
}
.avis-3 {
  background-position: 0 -75px !important;
}
.avis-4 {
  background-position: 0 -100px !important;
}
.avis-5 {
  background-position: 0 -125px !important;
}
.avis-6 {
  background-position: 0 -150px !important;
}
.avis-7 {
  background-position: 0 -175px !important;
}
.avis-8 {
  background-position: 0 -200px !important;
}
.avis-9 {
  background-position: 0 -225px !important;
}
.avis-10 {
  background-position: 0 -250px !important;
}
/*fin avis*/

section#temoignages {
    text-align: center;
    padding: 40px 0 70px;
    color: #fff;
    background: #005826;
}
#temoignages b {
     color: #fff;
     font-size: 1.5rem;
}
.Titrecontenu {
     color: #000;
     font-size: 1.5rem;
}
.Mobile #temoignages b,
.Mobile .Titrecontenu {
    font-size: 18px;
}
.Mobile section.temoin .col-tem {
    padding: 20px 0 0;
}
.Desktop section.temoin .col-tem,
.Tablet section.temoin .col-tem {
    width: 50%;
    display: inline-block;
    vertical-align: top;
}

section.temoin {
    padding: 5em 20px 12em;
    background: #fff;
    position: relative;
}
.Mobile section.temoin {
    padding: 40px 15px 10em;
}


.bloc-sect-4 {
    display: flex;
    align-items: center;
    gap: 50px;
}
.Mobile .bloc-sect-4,
.Tablet .bloc-sect-4 {
    display: block;
}
.Desktop .bloc-sect-4 > div {
    width: 50%;
    position: relative;
}
div#temoignages {
    text-align: center;
    border: 1px solid #fff;
    padding: 40px 0;
    color: #fff;
    background: #333;
}
.item-tem {
    margin: 15px 0;
}
div#temoignages .btn-cont {
    justify-content: center;
}
.slide-temoignage {
    padding-top: 20px;
}
.Tablet #temoignages,
.Mobile #temoignages {
  margin-top: 50px;
  border-radius: 50px;
  position: relative;
}
.Mobile .lien-cat {
    font-size: 16px;
    min-height: 85px;
    padding: 15px;
}
a.btn-rea:nth-child(2) {
    background: #faaf40;
    color: #000;
}
a.btn-rea:nth-child(2) img{
    filter: invert(1);
}
li.nav-item.active {
    background: #faaf40;
}
span#count1,
.bloc-2.f-b.mg span.count,
.bloc-2.f-b.mg span.bloc-2-l,
.bloc-2.f-b span.count,
.bloc-2.f-b span.bloc-2-l{
    color: #000;
} 
.note {
    background: #faaf40;
    padding: 10px;
    font-weight: 600;
    font-size: 25px;
    width: 64%;
    margin-top: 20px;
}
.Mobile .note {
    width: 100%;
}
.Mobile .text-slider .btn-top { 
    flex-direction: column;
    text-align: center;
}
.page-mention {
    line-height: 1.8;
}
.page-mention p {
    margin-bottom: 10px;
}