* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    font-size: 1rem;
    line-height: 1.625;
    background-color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
h1, h2, h3, h4, h5, h6 {
    margin-bottom: .5rem;
    font-family: 'Exo', sans-serif;
    font-weight: 800;
    line-height: 1.2;
    color: #34373b;
}
a,a:hover {
    color: #0591e1;
    text-decoration: none;
}

img{
    max-width: 100%;
}

/*
Header
*/
.site-header {
    display: inline-block;
    width: 100%;
    background-color: #313336;
    margin-bottom: 3.75rem;
}
.Tablet .site-header,
.Mobile .site-header {
    margin-bottom: 0;
    background-color: #fff;
}
.Mobile .site-header,
.Tablet .site-header {
    position: fixed;
    z-index: 11;
    top: 0;
}
.header__container {
    background-color: #ffffff;
    border-radius: .125rem;
    overflow: hidden;
}
.header {
	display: flex;
    flex-flow: row wrap;
    align-items: stretch;
}
.header__logo {
    order: 2;
    width: calc(100% - 8.125rem);
    margin-bottom: 1.875rem;
}
.Tablet .header__logo,
.Mobile .header__logo {
    margin-bottom: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header__logo a {
    color: #34373b;
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: center;
}
.header__logo img {
    width: 200px;
    height: 129px;
    object-fit: contain;
}
.Mobile .header__logo img {
    width: 170px;
    height: 74px;
    object-fit: contain;
}
.img-fluid {
    display: block;
    max-width: 100%;
    height: auto;
}
.header__top {
    order: 1;
    width: 100%;
}
.Tablet .header__top,
.Mobile .header__top {
    display: none;
}
.header__top_wdg {
    display: inline-block;
    font-size: .8125rem;
    font-weight: 700;
    color: #999;
    vertical-align: middle;
}
.rappel-gratuit {
    background: #0591e1;
    padding: 5px 15px;
}

.rappel-gratuit strong {
    color: #000;
    text-transform: uppercase;
    font-size: 12px;
}
#rappel_immediat {
    display: table-cell;
    vertical-align: middle;
}
#mail, #mail2 { display: none; }
.form-input {
    border: none;
    padding: 5px;
    font-size: 12px;
    display: inline-block;
    vertical-align: middle;
    margin: 0;
}
.btn-submit {
    font-size: 12px;
    border-radius: 0;
    border: none;
    padding: 5px;
    background: #000;
    color: #fff;
    margin: 0 0 0 2px;
}

/*.tel-top {
    margin-right: 20px;
}*/
.Mobile .header__top_wdg.tel-top,
.Tablet .header__top_wdg.tel-top {
    background: #0591e1;
    width: 100%;
    display: block;
    padding: 5px;
    text-align: center;
}
.Mobile .header__top_wdg.tel-top div,
.Tablet .header__top_wdg.tel-top div {
    display: flex;
    justify-content: center;
    gap: 15px;
}
.tel-top a {
    color: #3a3939;
    margin: 0 10px;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 3px;
}
.Mobile .tel-top a,
.Tablet .tel-top a {
    font-size: 16px;
    color: #000;
    display: flex;
    align-items: center;
    gap: 3px;
    justify-content: center;
    margin: 0;
}
.tel-top a:hover {
	text-decoration: none;
}
.nav-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: table;
    width: 100%;
}
.nav-item {
    display: table-cell;
    vertical-align: middle;
}
.nav-item a {
    display: block;
    font-family: Exo,Helvetica,Arial,sans-serif;
    font-weight: 600;
    color: #34373b;
    text-transform: uppercase;
    padding: 20px 25px;
    border-bottom: 1px solid #ddd;
    font-size: 12px;
    transition: all .3s ease;
    text-align: center;
}
.Desktop .nav-item:hover > a {
    text-decoration: none;
    color: #0591e1;
}
.Desktop .nav-item.active > a {
    color: #0591e1;
}
.nav-submenu {
    padding-left: 0;
    display: none;
    list-style: none;
    position: absolute;
    background: #fff;
}
.Desktop .nav-item:first-child:hover .nav-submenu {
    display: block;

}
.nav-submenu-item a {
    padding: 12px 10px !important;
    transition: all .3s;
}
.Desktop .nav-submenu-item a:hover,
.Tablet .nav-submenu-item.active a,
.Mobile .nav-submenu-item.active a {
    background: #0591e1;
    color: #fff;
}

@media (min-width: 1200px) {
.site-header .container {
    max-width: 1200px;
}
}

@media (min-width: 992px) {
	.site-header {
		position: absolute;
	    z-index: 99;
	    background: transparent;
	    margin-bottom: 5.625rem;
	}
	.header__container {
	    margin-top: 2.5rem;
	}
	.header__logo {
	    order: 1;
	    width: 250px;
	    height: 150px;
	    box-shadow: 2px 0 3px -2px rgba(0,0,0,.1);
	    z-index: 1;
	    padding: 16px 25px;
	    margin-bottom: 0;
	}
	.header__logo img {
	    margin-top: 0;
	}
	.header__navigation {
		background: #ffffff linear-gradient(to bottom, #ffffff, #ededed);
	    order: 3;
	    width: 100%;
    	border-radius: 0;
	    margin-top: -90px;
	    margin-left: 250px;
	}
	.header__top {
	    background-color: #ededed;
	    order: 2;
	    height: 60px;
	    width: calc(100% - 250px);
	    text-align: right;
	    border-top-right-radius: .125rem;
        display: flex;
        justify-content: flex-end;
	}
    .header__top_wdg.tel-top {
        display: flex;
        align-items: center;
        justify-content: center;
    }
	.nav-item a {
	    padding: 15px 5px;
    	border-bottom: 0;
	}
}

/* Mobile navigation */
.nav-mobile {
    display: none;
    cursor: pointer;
    background: #000 url(../images/nav.svg) no-repeat 85% center;
    background-size: 18px;
    height: 50px;
    width: 100px;
    color: #fff;
    border-radius: 5px;
    line-height: 50px;
    text-transform: uppercase;
    padding-left: 14px;
    margin-top: 1px;
}

.nav-click {
  position: absolute;
  top: 0;
  right: 0;
  display: none;
  border-left: 1px solid #fff;
  height: 50px;
  width: 52px;
  cursor: pointer;
  z-index: 10000 !important;
}

.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);
}

/*------------------------------------*\
    Media Queries
\*------------------------------------*/
@media only screen and (max-width: 991px) {
  .nav-mobile {
    display: block;
  }

  .nav {
    background: #ffffff;
    width: 100%;
    position: absolute;
    margin-top: 62px;
    z-index: 300;
  }

  .nav-list {
    display: none;
    background: #000;
  }

  .nav-item {
    width: 100%;
    float: none;
    display: block;
  }

  .nav-item > a {
    padding: 15px;
    text-align: left;
    color: #fff;
  }

  .nav-click {
    display: block;
  }

  .nav-mobile-open {
    border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
  }

  .nav-item:hover .nav-submenu {
    display: none;
  }

  .nav-submenu {
    position: static;
    width: 100%;
  }
  	.nav-submenu-item a {
	    text-align: left;
	    display: block;
	}
}

.homeslider {
	position: relative;
    height: 600px;
}
.Mobile .homeslider {
    height: 550px;
}
.Tablet .homeslider {
    height: 600px;
}

.captionSlider {
    position: absolute;
    background-color: transparent;
    width: 37.5rem;
    top: 18rem;
    margin-top: 0;
    padding: 0;
    z-index: 3;
}
.Tablet .captionSlider {
    top: 14rem;
}
.Mobile .captionSlider {
    width: 90%;
    top: 33%;
}
.captionSlider .h1 {
	font-size: 2.25rem;
    color: #fff;
    margin-bottom: .625rem;
    text-shadow: 0 1px 4px #000;
}
.Mobile .captionSlider .h1 {
    font-size: 24px;
}
.btn-custom {
    background: #0591e1;
    padding: 1rem 1.875rem .75rem;
    border: 0;
    color: #000;
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 15px;
}
.btn:hover {
    color: #fff;
    outline: 0 !important
    -webkit-box-shadow: 0px 10px 14px -4px rgba(0,0,0,0.32);
    -moz-box-shadow: 0px 10px 14px -4px rgba(0,0,0,0.32);
    box-shadow: 0px 10px 14px -4px rgba(0,0,0,0.32);
}
.item {
    background-size: cover;
    background-position: center;
    height: 700px;
    overflow: hidden;
}
.Tablet .item{
    height: 600px;
}
.Mobile .item {
    height: 550px;
}
.owl-dots {
    position: absolute;
    bottom: 0;
    width: 100%;
}

/*
Categorie
*/
.categories {
    border-bottom: 1px solid #d8d8d8;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    box-sizing: border-box;
    list-style: none;
    margin: 110px -1px 5px;
    padding: 0;
    width: 100%;
}
.Mobile .categories,
.Tablet .categories {
    display: block;
    margin: 20px 0;
}
.Desktop .cat-item {
    height: auto;
    width: auto;
    margin: 0 1px;
    padding: 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
}
.Mobile .cat-item,
.Mobile .cat-itemactive,
.Tablet .cat-item,
.Tablet .cat-itemactive {
    margin: 5px 0;
    height: 100%;
    width: 50%;
    display: inline-block;
    padding: 0 10px;
}
.cat-item a,
.Mobile .cat-itemactive a,
.Tablet .cat-itemactive a {
   width: 100%;
    height: 100%;
    position: relative;
    padding: 10px 15px;
    margin-right: 2px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    font-size: 17px;
    line-height: 24px;
    text-transform: none;
    color: #000;
    text-align: center;
    text-decoration: none !important;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    padding-left: 0;
    padding-right: 0;
    font-weight: 800;
}
.Desktop .cat-item img {
    position: relative;
    max-width: 100%;
    width: 218px;
    height: 218px;
    object-fit: cover;
}
.Mobile .cat-item img {
    width: 146px;
    height: 146px;
}
.categories .row > div {
	padding: 0;
}
.Desktop .categories .row > div:first-child {
	padding-left: 15px;
}
.Desktop .categories .row > div:last-child {
	padding-right: 15px;
}
.Desktop div.cat-itemactive,
.Tablet div.cat-itemactive {
    text-align: center;
}
.cat-item span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    line-height: 100%;
    width: 100%;
    text-align: center;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    text-shadow: 0px 1px 3px #000;
}
.Mobile .cat-item span {
    font-size: 14px;
}
.Mobile .cat-itemactive span,
.Tablet .cat-itemactive span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    line-height: 100%;
    width: 100%;
    text-align: center;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    background: rgba(0,0,0,.7);
    padding: 10px 0;
}
/*
Content
*/
.Block0 {
	margin-bottom: 20px;
    color: rgb(0, 0, 0);
    text-align: center;
    background: rgb(226, 226, 226);
    padding: 60px 90px 45px;
    margin-top: 15px;
    position: relative;
}
/*.Block.Block0:before {
    content: "";
    position: absolute;
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}*/
.Block.Block0 .bloc-une {
    position: relative;
}
.Tablet .Block0 {
    padding: 60px 35px 45px;
}
.Mobile .Block0 {
    padding: 20px;
    text-align: left;
}
.Block0 h1 {
    color: #fff;
}
.Mobile .Block0 h1 {
    font-size: 22px;
    line-height: 140%;
}
.content-list {
	padding: 15px 0 60px;
	font-size: 14px;
	line-height:130%
}
.content-list .Block {
    margin: 15px 0;
}
.content-list h2 {
	font-size: 20px;
}
.content-list h3 {
    font-size: 18px;
}
.content-list p {
	margin-bottom: 0;
}
.ImgContenu {
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left bottom;
}
.Mobile .ImgContenu {
    height: 250px;
    margin-bottom: 15px;
}

.lastBlock {
	background-size: cover !important;
    background-attachment: fixed !important;
	padding: 60px 0;
}
.lastBlock .row {
    margin: 0;
}
.lastBlock .row > div {
    padding: 0;
}
.lastBlock h2 {
	font-size: 20px;
}
.lastBlock p {
	margin-bottom: 0;
}
.lastBlock .Block {
    background: #fff;
    margin: 10px 0;
}
.lastBlock .Block6 .row,
.lastBlock .Block10 .row,
.lastBlock .Block8 .row {
	flex-direction: row-reverse;
}
.lastBlock .bloc-une {
    padding: 36px 20px;
    border-left: 5px solid #0591e1;
}
.Mobile .lastBlock .bloc-une {
    border-left: none;
}
.listCategories {
	padding: 60px 0;
}
.Titre {
	text-align: center;
    margin-bottom: 35px;
}

.Devisgratuit {
    background: #ededed;
    border-radius: 5px 5px 0 0;
    overflow: hidden;
    position: fixed;
    bottom: 0;
    right: 115px;
    width: 350px;
    z-index: 10000;
}
.Tablet .Devisgratuit {
    right: 25px;
}
.Mobile .Devisgratuit,
.Tablet .Devisgratuit {
    position: static;
    width: 100%;
    padding: 20px;
    border-radius: 0;
}
.Mobile .Devisgratuit .h3,
.Tablet .Devisgratuit .h3{
    text-align: center;
    font-size: 20px;
    color: #000;
}

#FormDevis {
    display: none;
    padding: 20px;
}
.Mobile #FormDevis,
.Tablet #FormDevis {
    display: block;
    padding: 0;
}
.btn-button {
    background: #0591e1;
    text-shadow: 0 1px 3px rgba(0,0,0,.35);
    margin-bottom: 0;
    padding: 13px 25px;
    font-size: 20px;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    font-weight: 800;
    cursor: pointer;
}
.btn-button .icon {
    margin-left: 15px;
}
#FormDevis .form-input {
    display: block;
    margin: 5px 0;
    border: 1px solid #ddd;
    width: 100%;
    border-radius: 5px;
    background: #fffefe;
    box-shadow: 0px 1px 4px #ddd;
    padding: 10px;
}
#FormDevis .btn-submit {
    padding: 10px 15px;
    text-transform: uppercase;
    width: 100%;
    border-radius: 3px;
    font-size: 16px;
}

.Liens {
    display: flex;
    flex-wrap: wrap;
    padding-left: 50px;
}
.Mobile .Liens {
    padding-left: 0;
}
.Liens a {
    display: block;
    color: #333;
    position: relative;
    padding-left: 25px;
    padding-right: 20px;
    margin-bottom: 15px;
    flex: 0 0 33.33337%;
    transition: all .3s ease;
}
.Tablet .Liens a {
    flex: 0 0 50%;
}
.Mobile .Liens a {
    flex: 0 0 100%;
    padding-right: 0;
}
.Liens a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    background-image: url(../images/img/icon.webp);
    width: 20px;
    height: 20px;
    background-size: contain;
    background-repeat: no-repeat;
}

.Liens a:hover {
    color: #0591e1;
    text-decoration: none;
}
/*
Footer
*/
.page-footer {
    position: relative;
    background: #2c2c2c;
    color: #fff;
    z-index: 0;
}
.Desktop .footer-content {
    position: relative;
    height: 460px;
    overflow: hidden;
}
.footer-content .container {
    position: relative;
    top: 0;
    height: 100%;
    z-index: 900;
}
@media (min-width: 769px) {
	.page-footer .footer-content {
	    display: table;
	    width: 100%;
	    table-layout: fixed;
	    background-color: #2b2b2b;
	}
	.page-footer .footer-col-left {
	    display: table-cell;
	    vertical-align: top;
	    width: 44%;
	    padding: 0;
	}
	.footer-col-left .inside {
	    width: 470px;
	    float: right;
	    padding: 68px 15px 55px 0;
	}
}
.Desktop .page-footer .footer-col-left {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 370px;
    padding: 0;
    background-color: #000;
}
.footer-col-left .inside {
	background-color: #000;
    width: 100%;
    float: none;
    padding: 45px 30px;
    text-align: left;
    max-width: unset;
    margin: 0;
}
.page-footer-2 .h5, 
.page-footer-2 h4, 
.page-footer-2 h3 {
    color: #fff !important;
}
.page-footer-2 .h5 {
    font-weight: 600;
}
.contact-info {
    margin: 0 0 25px;
    position: relative;
    font-size: 18px;
    line-height: 22px;
    text-align: left;
}
.Mobile .contact-info {
    font-size: 14px;
}
.Desktop .page-footer .contact-info {
    margin: 0 0 40px;
    padding-left: 30px;
    font-size: 16px;
    line-height: 24px;
}
.page-footer .contact-info p {
    display: flex;
    align-items: center;
    gap: 3px;
}
.contact-info > .icon {
    position: absolute;
    top: 4px;
    left: 0;
    font-size: 20px;
    line-height: 1em;
    color: #0591e1;
}
.tel-foot {
	font-size: 24px !important;
}
.tel-foot br {
	line-height: 24px !important;
}
.color,
a.color:hover, 
a.color:focus {
    color: #0591e1 !important;
}
.contact-info-divider {
    height: 1px;
    width: 100%;
    background-color: #858585;
    margin: 20px 0;
}
.page-footer .footer-map {
    position: absolute !important;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    min-height: 0;
    width: 100%;
}
.Mobile .page-footer .footer-map,
.Tablet .page-footer .footer-map {
    position: relative !important;
    height: 250px;
}
.footer-bottom {
    padding: 12px 0;
    background-color: #eeeeee;
    color: #c8c8c8;
}
.footer-bottom .container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    position: relative;
    z-index: 100;
}
.page-footer .copyright {
    color: #2b2b2b;
    position: relative;
    z-index: 3000;
    font-size: 16px;
    line-height: 27px;
}
.copyright img {
    width: 150px;
    height: 25px;
}
.Desktop #Map {
	opacity: .5;
}
.inside .h5 {
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 24px;
}
.logo_agence img {
    width: 45px;
    margin-left: 14px;
}

.box_text_top img {
	margin-bottom: 15px;
}

.metionBlock {
    padding-top: 14rem;
    background: #f7f7f7;
}
.Mobile .metionBlock,
.Tablet .metionBlock {
    padding: 8rem 20px 20px;
}
.metionBlock .container {
    background: #fff;
    padding-top: 2rem;
    padding-bottom: 2rem;
}
.metionBlock h3 {
    font-size: 18px;
}

.swipebox img {
    width: 100%;
    height: 270px;
    object-fit: cover;
}
div#realisations {
    padding: 40px 0;
}
.Mobile div#realisations {
    padding: 20px;
}
b.titre-album {
    font-size: 30px;
    color: #000;
}
.Mobile b.titre-album {
    font-size: 24px;
}
.Mobile .h2,
.Mobile h2 {
    font-size: 20px;
}

/**
404
*/
.blog_pageIntrouvable {
    background: #0591e1;
    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: #000;
}

.blog_pageIntrouvable > div {
  height: 100%;
}
.blog_pageIntrouvable h1 {
    font-size: 200px;
    color: #000;
}
.blog_pageIntrouvable p {
    font-size: 36px;
    line-height: 100%;
    margin-top: -21px;
    text-transform: uppercase;
    letter-spacing: 10px;
    color: #000;
}
.blog_pageIntrouvable a {
    color: #000;
}
.blog_pageIntrouvable a:hover {
    text-decoration: underline;
}
@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;
    color: #000;
    padding-top: 10px;
    background: #fff;
}
.Mobile div#Messages,
.Tablet div#Messages {
    position: absolute;
    z-index: 1111;
}

.Mobile .owl-theme .owl-dots .owl-dot {
    margin: 0 7px;
}
.Mobile .copyright {
    margin: auto;
    text-align: center;
}
.Mobile .copyright a {
    display: block;
    padding: 6px 0;
}
.inside a {
    display: flex;
    align-items: center;
    color: #fff;
    gap: 5px;
}
.Mobile .inside a {
    font-size: 15px;
}
.inside img  {
    width: 20px;
    height: 20px;
    filter: invert(1);
}
.header__top_wdg.tel-top img  {
    width: 18px;
    height: 18px;
}
.Mobile .nav-item.active > a,
.Tablet .nav-item.active > a {
    background: #0591e1;
}
.text-sl {
    font-size: 20px;
    border: 2px solid #0591e1;
    padding: 10px 20px;
    border-radius: 30px;
    background: rgba(0,0,0,.7);
    line-height: 1.5;
    margin-top: 20px;
}
.Mobile .text-sl {
    font-size: 16px;
    padding: 10px;
}
