/* 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;
    margin-left: auto;
    margin-right: auto;
}
.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;
}


* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}
body {
	font-family: Calibri;
	font-size: 16px;
	line-height: 1.5;
}
h1, .h1 {
    font-size: 26px;
}
h2, .h2 {
    font-size: 22px;
}
h3, .h3 {
    font-size: 20px;
    margin-top: 10px;
}
.Mobile h1,
.Mobile .h1 {
    font-size: 22px;
}
.Mobile h2,
.Mobile .h2 {
    font-size: 20px;
}

a,
a:hover,
a:focus {
    color: inherit;
    text-decoration: none;
    outline: none;
    box-shadow: none;
}

img {
    max-width: 100%;
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
    .col-md-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-md-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-md-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-md-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-md-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-md-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-md-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
}
@media (min-width: 992px) {
.container {
    max-width: 960px;
}
}
@media (min-width: 1200px) {
.container {
    max-width: 1140px;
}
}
@media (min-width: 1400px) {
    .container {
        max-width: 1200px;
    }
    .captionSlider .container,
    .footer-top .container {
        max-width: 1400px;
    }
}
@media (min-width: 1920px) {
.container-top {
    max-width: 1600px;
}
}

.nav-submenu {
	opacity: 0;
    visibility: hidden;
	position: absolute;
	top: 110%;
    list-style: none;
    background: #fff;
    padding-left: 0;
    margin: 0;
    z-index: 2;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 20%);
    transition: all 300ms ease;
}
.Desktop .nav-item:hover > ul.nav-submenu {
    opacity: 1;
    visibility: visible;
    top: 100%;
    transition: all 300ms ease;
}
.Desktop ul.nav-list {
    display: flex;
    text-align: center;
}
.nav-item {
	display: block;
	padding-top: 23px;
	padding-bottom: 23px;
    position: relative;
}
.Desktop .nav-item {
    min-width: 360px;
}
.Desktop .nav-item:hover {
	background: #090808;
    color: #fff;
}
.Desktop .nav-item:hover > a {
    color: #fff;
}
.nav-item > a {
	color: #090808;
    padding-left: 25px;
    padding-right: 45px;
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
    position: relative;
}
.Desktop .nav-item > a::before {
	content: "";
	position: absolute;
	width: 15px;
	height: 15px;
	background-image: url(../images/img/drop.webp);
	background-size: cover;
	top: 50%;
	right: 15px;
	transform: translateY(-50%);
}
.nav-submenu-item {
	padding: 13px 20px;
    border-bottom: 1px solid #cccccc7d;
    transition: all 300ms ease;
}
.nav-submenu a {
    color: #090808;
    line-height: 20px;
    transition: all 300ms ease;
}
.Desktop li.nav-submenu-item:hover,
li.nav-submenu-item.active {
    background: #090808;
    transition: all 300ms ease;
}
.Desktop li.nav-submenu-item:hover > a,
li.nav-submenu-item.active > a {
    color: #fff;
    transition: all 300ms ease;
}

.header-top {
    background: #f76300;
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
}

.modal-window {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.75);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s;
}
.modal-window:target {
	visibility: visible;
    opacity: 1;
    pointer-events: auto;
}
.modal-window > div {
    width: 800px;
    max-width: 90%;
    margin: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #cccbcb;
}
.modal-close {
    position: absolute;
    right: 5px;
    top: 5px;
    width: 30px;
    z-index: 1;
}
.modal-close img {
	width: 30px;
	height: 30px;
    object-fit: cover;
}
.modal-close:hover {
  filter: invert(50%);
}
.menu-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.btn-devis .button,
a.btn.btn-rea {
    color: #090808;
    background-color: #fff;
    border-radius: 35px;
    border: none;
    padding: 12px 24px;
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.3s;
    display: inline-block;
}
.btn-devis .button:hover,
a.btn.btn-rea:hover {
	background: #090808;
	color: #fff;
	transition: all 0.3s;
}
#mail,
#mail2 {
	display:none;
}
.call-img {
    width: 110px;
    height: 110px;
}
.call-img img {
    width: 89px;
    height: 89px;
    object-fit: cover;
    border-radius: 100%;
}
.devis-titre.text-center {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 35px;
    margin-bottom: 30px;
}
.titre-h3 {
    color: #000;
    text-transform: uppercase;
    text-align: center;
    font-size: 28px;
    font-weight: 600;
}
.titre-h3 span {
    color: #000;
    text-transform: none;
    font-size: 16px;
    font-weight: 600;
    display: block;
}
.input-form {
    border-radius: 20px !important;
    border: 3px solid #f76300;
    display: block;
    width: 100%;
    background: #fff;
    padding: 0.5rem 1rem;
    margin-bottom: 10px;
    font-family: inherit;
    min-height: 40px;
}
textarea.input-form {
    min-height: 100px;
}
input.btn-devis-gratuit {
    background: #f76300;
    color: #fff;
    text-transform: uppercase;
    border: none;
    border-radius: 20px;
    margin: auto;
    display: block;
    width: 100%;
    min-height: 40px;
    cursor: pointer;
    transition: all 0.3s;
}
input.btn-devis-gratuit:hover {
	background: #090808;
	transition: all 0.3s;
}
.input-form:focus {
    outline: none;
}
.d-flex {
	padding: 2em;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 0;
}
.d-flex::before {
    content: "";
    position: absolute;
    width: 50%;
    height: 100%;
    background: #fff;
    top: 0;
    right: 0;
    z-index: -1;
}
.devis-right {
    width: 50%;
    display: flex;
    flex-direction: column;
    text-align: center;
}
img.logo-devis,
.logo img {
    width: 320px;
    height: 150px;
    object-fit: contain;
    margin: auto;
}
.Tablet img.logo-devis,
.Tablet .logo img {
  height: 125px;
}
.tel-devis {
    margin: 30px 0;
}
.tel-devis a {
    color: #000;
    font-weight: 600;
    font-size: 28px;
    display: block;
}
.adr-devis {
    text-transform: uppercase;
    font-size: 14px;
}
.adresse {
    margin-top: 10px;
}
.adr-devis span {
    color: #000;
    font-weight: 600;
    font-size: 22px;
    display: block;
    margin-bottom: 10px;
}
form#Devis_form {
    padding-right: 2em;
    width: 50%;
}

.header-bottom {
    background: #fff;
    position: relative;
    z-index: 0;
}
div#header-bottom {
    display: flex;
    justify-content: center;
    padding: 10px 0 0;
    align-items: center;
}
div#header-bottom a {
    font-size: 18px;
    display: block;
}
div#header-bottom div {
    text-align: center;
}
.tel-left {
    width: max-content;
    margin: auto;
    text-align: left !important;
    position: relative;
}
.tel-left::before {
    content: "";
    position: absolute;
    width: 40px;
    height: 40px;
    background-image: url(../images/img/fixe-top.webp);
    background-size: cover;
    left: -50%;
    top: 50%;
    transform: translateY(-50%);
    filter: brightness(0);
}
.tel-right {
    width: max-content;
    margin: auto;
    text-align: right !important;
    position: relative;
}
.tel-right::before {
    content: "";
    position: absolute;
    width: 40px;
    height: 40px;
    background-image: url(../images/img/portable-top.webp);
    background-size: cover;
    right: -50%;
    top: 50%;
    filter: brightness(0);
    transform: translateY(-50%);
}

.homeslider {
    height: 600px;
    overflow: hidden;
    position: relative;
}
.ImgSlider {
    height: 100%;
}
.item-slider {
    height: 600px;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 0;
}
.item-slider::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.6);
    z-index: -1;
    top: 0;
    left: 0;
}
.captionSlider {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}
.Desktop .sous-titre::first-line,
.Tablet .sous-titre::first-line {
    font-size: 40px;
    font-weight: 600;
    font-style: normal;
    text-transform: uppercase;
}
.sous-titre {
    color: #fff;
    font-size: 30px;
    font-style: italic;
    line-height: 1.1;
}
.tititre span {
    display: block;
    position: relative;
    padding-left: 25px;
}
.tititre span::before {
    content: "";
    position: absolute;
    width: 18px;
    height: 18px;
    background-image: url(../images/img/check.png);
    background-size: cover;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    filter: invert(1) drop-shadow(2px 4px 6px black);
}
.tititre {
    color: #fff;
    font-size: 20px;
    margin-top: 15px;
}
a.btn.btn-rea {
    margin-top: 20px;
}
.bloc-rappel {
    padding: 50px 0;
    background-image: url(../images/img/fond-cat.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.rapel-imediat {
    background: #f76300;
    box-shadow: 1px 2px 5px #f76300;
    padding: 40px;
    border-radius: 150px;
    max-width: 750px;
    margin: auto;
}
.rapel-imediat span {
    color: #090808;
    text-transform: uppercase;
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    margin: 0 auto 20px;
    display: block;
}
input.btn.btn-block.btn-custom {
    background: #fff;
    color: #090808;
    text-transform: uppercase;
    border: none;
    border-radius: 20px;
    margin: auto;
    display: block;
    width: 100%;
    min-height: 40px;
    cursor: pointer;
    transition: all 0.3s;
}
input.btn.btn-block.btn-custom:hover {
    background: #090808;
    color: #fff;
    transition: all 0.3s;
}
.img_s {
    display: block;
    margin-top: 20px;
}
.img_s img {
    width: 250px;
    height: 82px;
    object-fit: contain;
}
.align {
    align-items: center;
}
.img-slider img {
    border: 4px solid #f76300;
    border-radius: 20px;
}
.Desktop .img-slider .col-md-9 img {
    width: 497px;
    height: 325px;
    object-fit: cover;
}
.img_ {
    display: flex;
    flex-direction: column;
    height: 100%;
    gap: 15px;
    place-content: center;
}
.Desktop .img_ img {
    width: 145px;
    height: 155px;
    object-fit: cover;
}
.categ-list {
    display: grid;
    grid-template-columns: repeat(6,1fr);
    gap: 15px;
    place-content: center;
    width: 100%;
    padding: 40px 0;
}
.item-cat img {
    width: 80px;
    height: 80px;
    object-fit: contain;
    display: block;
    margin: auto;
}
.item-cat {
    text-align: center;
    transition: all .3s ease;
}
.item-cat:hover,
.item-cat a.active {
    filter: grayscale(1);
    transition: all .3s ease;
}
.item-cat span {
    display: block;
    font-size: 16px;
    text-transform: uppercase;
    margin-top: 15px;
    color: #000;
    font-weight: 600;
    line-height: 1.1;
    position: relative;
    transition: all .3s ease;
}
.item-cat:hover span {
    top: -10px;
    transition: all .3s ease;
}
.section-1 h1,
.section-1 h2,
.section-1 h3,
.section-2 h2,
.section-2 h3 {
    color: #000;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.section-1 {
    padding: 40px 0;
}

.img-content img {
    border-radius: 20px;
}
.Desktop .img-content img {
    width: 345px;
    height: 230px;
    object-fit: cover;
}
.Mobile .img-content img {
    width: 330px;
    height: 220px;
    object-fit: cover;
}
.Desktop .img__ img {
    width: 95px;
    height: 72px;
    object-fit: cover;
}
.section-2 {
    padding: 40px 0;
    background: #09080826;
}
.bg-none {
    background: none;
}
.row-reverse {
    flex-direction: row-reverse;
}
.titre_ {
    color: #000;
    text-transform: uppercase;
    font-size: 28px;
    font-weight: 900;
    margin: 40px auto 60px;
    position: relative;
    width: max-content;
    padding: 0 150px;
}
.titre_::before {
    content: "";
    position: absolute;
    width: 120px;
    height: 3px;
    background: #f76300;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.titre_::after {
    content: "";
    position: absolute;
    width: 120px;
    height: 3px;
    background: #f76300;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}
.fixed-top {
    position: fixed;
    width: 100%;
}

.img-content_ .img__ {
    display: flex;
    flex-direction: column;
    float: right;
}
.img-content_ .img__ img {
    width: 100px !important;
    height: 100px !important;
    object-fit: contain !important;
}
.Desktop .last-block h2 {
    font-size: 28px;
}
.Desktop .last-block p {
    font-size: 24px;
    font-weight: 100;
}
.Tablet .last-block p {
    font-size: 17px;
    font-weight: 100;
}
.Tablet .last-block h2 {
    font-size: 30px;
}
.last-block .row-reverse {
    text-align: left;
}
.footer_s {
    background-image: url(../images/img/deco_footer.webp);
    background-size: cover;
    margin-top: -40px;
    margin-bottom: 40px;
    padding: 40px 0px 0px 0px;
}
.footer_s img {
    display: block;
    margin: auto;
    width: 320px;
    height: 150px;
    object-fit: contain;
}
.section-2.last-block {
    padding-bottom: 100px;
}
.footer_ {
    background-image: url(../images/img/footer-1-1.webp);
    background-size: cover;
    height: 180px;
    margin-bottom: -2px;
    margin-left: -1px;
}
.footer-top {
    padding: 25px 0;
    background: #f76300;
    color: #000;
}
.logo-footer img {
    width: 320px;
    height: 150px;
    object-fit: contain;
    background: #fff;
}

a.mail {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 18px;
}
a.mail img {
    width: 20px;
    height: 20px;
}
.adr-footer {
    position: relative;
    padding-left: 25px;
    margin: 15px 0;
}
.adr-footer::before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background-image: url(../images/img/adresse-bl.webp);
    background-size: cover;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    filter: invert(1);
}
.list_footer .h3,
.titre-footer {
    text-transform: uppercase;
    font-size: 36px;
    line-height: .9;
    font-weight: 100;
    margin-bottom: 20px;
}
.list_footer li {
    display: block;
    border-bottom: 1px solid #000;
    padding: 15px 0;
}
.bloc_r .btn-devis {
    margin-bottom: 30px;
}
.copyright {
    background: #292727;
    padding: 15px 0;
    text-align: center;
    color: #fff;
}
.ag_ {
    background: #090808;
    padding: 15px 0;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
}
.ag_ a {
    position: relative;
    top: 3px;
}
.ag_ img {
    width: 150px;
    height: 25px;
}


.bloc_1 {
    background: #f76300;
    color: #fff;
    padding: 20px 0;
    text-transform: uppercase;
    position: relative;
    margin-top: 20px;
}
.bloc_1::before {
    content: "";
    position: absolute;
    width: 170px;
    height: 170px;
    background-image: url(../images/img/urgence-toiture.webp);
    background-size: cover;
    top: 50%;
    right: 20%;
    transform: translateY(-50%);
}
.bloc_1 .h1 {
    width: 65%;
    text-align: center;
}
.bloc_2 img {
    width: 700px;
    height: 280px;
    object-fit: cover;
    border-radius: 20px;
}
.bloc_2 {
    padding: 40px 0;
}
.section-1.bg-sect {
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 0;
    color: #fff;
}
.section-1.bg-sect::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.7);
    top: 0;
    left: 0;
    z-index: -1;
}
.section-1.bg-sect h2,
.section-1.bg-sect h3 {
    color: #fff;
}
.page-mention,
div#realisations {
    padding: 40px 0 100px;
}
b.titre-album {
    display: block;
    font-size: 28px;
    text-transform: uppercase;
    margin: 20px 0;
    text-align: center;
}
.swipebox img {
    width: 100%;
    height: 260px;
    object-fit: cover;
}
.real,
#page-mention,
.page-contact {
    background: #09080826;
}

/**
404
*/
.blog_pageIntrouvable {
    background: #f76300;
    position: fixed;
    height: 100%;
    width: 100%;
    font-size: 18px;
    z-index: 200000 !important;
    text-align: center;
    top: 0;
}
.blog_pageIntrouvable .d-flex {
    display: -ms-flexbox!important;
    display: flex!important;
    -ms-flex-pack: center!important;
    justify-content: center!important;
    -ms-flex-align: center!important;
    align-items: center!important;
}
.blog_pageIntrouvable span {
  color: #fff;
}

.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 a {
    color: #fff;
}
.blog_pageIntrouvable a:hover {
    text-decoration: underline;
}
.blog_pageIntrouvable .d-flex::before {
    display: none;
}
@media(max-width: 767px) {
  .blog_pageIntrouvable {
    font-size: 14px;
  }
  .blog_pageIntrouvable a {
      display: block;
  }
  .blog_pageIntrouvable p {
      font-size: 17px;
      letter-spacing: 5px;
      margin-top: -10px;
  }
  .blog_pageIntrouvable h1 {
    font-size: 100px;
  }
}
div#Messages {
    text-align: center;
    padding: 10px 0;
    background: #090808;
    color: #fff;
    font-size: 18px;
}
div#Messages p {
    margin: 0;
}




/*--------Mobile-----------*/
.Mobile .img__ {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    place-content: center;
    gap: 5px;
    width: 100%;
    margin-bottom: 20px;
}
.Mobile .img__ img {
    width: 107px;
    height: 71px;
    object-fit: cover;
}
.Mobile .titre_ {
    font-size: 20px;
    margin: 20px auto 30px;
    padding: 0 20px;
    max-width: 100%;
}
.Mobile .titre_::before,
.Mobile .titre_::after {
    width: 15px;
}
.Mobile .section-1 h2 {
    margin-top: 30px;
}
.Mobile .rapel-imediat {
    width: 100%;
    border-radius: 30px;
}
.Mobile .rapel-imediat span {
    font-size: 18px;
}
.Mobile .categ-list {
    grid-template-columns: repeat(2,1fr);
    padding: 20px 0;
}
.Tablet .categ-list {
    grid-template-columns: repeat(4,1fr);
}
.Mobile .sous-titre{
    font-weight: 600;
    font-style: normal;
    text-transform: uppercase;
    font-size: 24px;
}
.Tablet .sous-titre {
  font-size: 36px;
}
.Mobile .tititre {
    font-size: 16px;
}
.Tablet .tititre {
    font-size: 19px;
}
.Mobile #menu,
.Tablet #menu {
    display: none;
}
.nav-mobile {
    cursor: pointer;
    background: url(../images/nav.svg) no-repeat center;
    background-size: 18px;
    height: 50px;
    width: 50px;
    color: #fff;
}
.nav-click {
    position: absolute;
    top: 5px;
    right: 0;
    height: 49px;
    width: 50px;
    cursor: pointer;
    z-index: 1;
}
.nav-click i {
  display: block;
  height: 48px;
  width: 48px;
  background: url(../images/drop.svg) no-repeat center center;
  background-size: 20px;
}
.nav-rotate {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.Mobile .tel-left::before {
    width: 30px;
    height: 30px;
    left: -35%;
}
.Mobile .tel-right::before {
    width: 30px;
    height: 30px;
    right: -35%
}
.Mobile #header-bottom .col-md-4.d-flex {
    padding: 5px 15px;
    border-top: 1px solid #f76300;
}
.Mobile .logo img {
    width: 175px;
    height: 95px;
    object-fit: contain;
}
.Mobile #menu {
    position: fixed;
    top: 50px;
    width: 100%;
    background: #090808;
    left: 0;
}
.Tablet #menu {
  position: fixed;
  top: 175px;
  width: 100%;
  background: #090808;
  left: 0;
}
.Mobile header,
.Tablet header {
    position: fixed;
    z-index: 1;
    top: 0;
    width: 100%;
}
.Mobile .captionSlider,
.Tablet .captionSlider {
    top: 68%;
}
.Mobile .nav-item,
.Tablet .nav-item {
    padding-top: 15px;
    padding-bottom: 15px;
}
.Mobile .nav-submenu,
.Tablet .nav-submenu {
    opacity: 1;
    visibility: visible;
    position: static;
    margin-top: 15px;
}
.Mobile .nav-item > a,
.Tablet .nav-item > a {
    padding-left: 0;
    left: 15px;
    font-size: 16px;
    padding-right: 55px;
    color: #fff;
}
.Mobile .nav-item:last-child,
.Tablet .nav-item:last-child {
    border-top: 1px dashed #fff;
}
.Tablet .img-content {
  margin-bottom: 20px;
}
.Mobile form#Devis_form {
    padding-right: 0;
    width: 100%;
}
.Mobile .d-flex::before {
    display: none;
}
.Mobile .call-img {
    display: none;
}
.Mobile .list_footer .h3 {
    margin-top: 40px;
    margin-bottom: 10px;
    font-size: 30px;
}
.Mobile .bloc_r .btn-devis {
    margin-top: 40px;
}
.Mobile .footer_s,
.Tablet .footer_s {
    margin-bottom: 50px;
}
.Mobile .bloc_1 {
    padding: 50px 0 10px;
}
.Mobile .bloc_1 .h1 {
    width: 100%;
}
.Tablet .bloc_1 .h1 {
  width: 75%;
}
.Mobile .bloc_1::before {
    width: 100px;
    height: 100px;
    top: 0;
    right: 0;
}
.Tablet .bloc_1::before {
  right: 7%;
}
.Mobile .page-mention,
.Mobile div#realisations {
    padding: 230px 10px 100px;
}
.Tablet .page-mention,
.Tablet div#realisations {
  padding: 210px 0 100px;
}
.Mobile div#Messages,
.Tablet div#Messages {
    position: absolute;
    z-index: 11;
    padding: 5px;
    font-size: 16px;
    width: 100%;
}
.Tablet .img-content img {
  width: 100%;
  object-fit: cover;
}
/*------------------------*/
.Mobile li.nav-item:last-child .nav-submenu,
.Tablet li.nav-item:last-child .nav-submenu {
    display: block !important;
    background: none;
}
.Mobile li.nav-item:last-child .nav-submenu a,
.Tablet li.nav-item:last-child .nav-submenu a {
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
}
.Mobile li.nav-item:last-child,
.Tablet li.nav-item:last-child {
    visibility: hidden;
    margin-top: -60px;
}
.ContactezNous b {
    margin-right: 10px;
}
.mail_ {
    margin: 10px 0;
}
.ContactezNous a {
    display: inline-block;
    margin-right: 10px;
    color: inherit;
}
.ContactezNous .h1 {
  font-size: 32px;
}
.Mobile .ContactezNous .h1 {
  font-size: 24px;
}
.Mobile .ContactezNous a {
    display: block;
}
.ContactezNous #FormDevis {
    display: block;
}
.Desktop .ContactezNous #FormDevis {
    max-width: 75%;
    margin: auto;
}
div#contenu-home,
.ContactezNous {
    padding: 40px 0 120px;
}
.Desktop .ContactezNous {
    text-align: center;
}
.Mobile .ContactezNous,
.Tablet .ContactezNous {
    padding-top: 230px;
}
.slide-btn {
    display: flex;
    gap: 15px;
}
.row-footer {
    display: grid;
    grid-template-columns: 22% 28% 50%;
    justify-content: center;
}
.Tablet .row-footer {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}
.Mobile .row-footer {
    grid-template-columns: 100%;
    gap: 20px;
}
.footer-item {
    padding: 0 20px;
}
.Desktop .footer-item:first-child,
.Tablet .footer-item:first-child {
    padding: 0;
    padding-right: 20px;
}
.Desktop ul.col-c,
.Tablet ul.col-c {
    column-count: 2;
}
.footer-item a.mail img {
    filter: invert(1);
}
.Mobile .nav-submenu-item,
.Tablet .nav-submenu-item {
    padding: 10px 8px;
}
.Mobile ul.nav-list,
.Tablet ul.nav-list {
    max-height: 485px;
    overflow-y: scroll;
}
.slogan {
    text-align: center;
    padding: 30px 5px 20px;
    font-size: 22px;
    font-weight: 600;
    color: #f76300;
    background: #000000;
    line-height: 1.3;
}
.Mobile a.btn.btn-rea {
    padding: 12px 15px;
    font-size: 16px;
}
.Mobile .img_s img {
    width: 180px;
    height: 60px;
}
.Tablet .footer-item:last-child {
  grid-column: span 2;
}
.Mobile .copyright a {
    display: block;
    margin-top: 7px;
}
