
.icon-check-circle:before {
  content: "\f058";
}
.icon-phone:before {
  content: "\f095";
}
.icon-facebook:before {
  content: "\f09a";
}
.icon-google-plus:before {
  content: "\f0d5";
}
.icon-chevron-down:before {
  content: "\e900";
}
.icon-chevron-right:before {
  content: "\e901";
}
.icon-chevron-thin-right:before {
  content: "\e902";
}
.icon-chevron-up:before {
  content: "\e903";
}
.icon-home:before {
  content: "\e904";
}
.icon-location-pin:before {
  content: "\e905";
}
.icon-mail:before {
  content: "\e906";
}
.icon-menu:before {
  content: "\e907";
}
.icon-mobile:before {
  content: "\e908";
}
.icon-rss:before {
  content: "\e909";
}




body {
    color: #666;
    background-color: #fff;
    font-family: 'Calibri', sans-serif;
    font-size: 14px;
    font-weight: 500;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1.7em;
    overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Calibri', sans-serif;
    color: #02327e;
}

h1 {
    font-size: 50px;
    letter-spacing: 1px;
    line-height: 1.3em;
    text-align: left;
}
@media(max-width: 991px) {
  h1 {
    font-size: 36px;
  }
}
h1:after {
    content: "";
    border-bottom: 3px solid #000000;
    display: block;
    width: 64px;
    margin: 30px 0;
}
p {
    line-height: 2em;
    padding-bottom: 1em;
}
a,
a:hover,
a:focus {
  text-decoration: none;
  color: inherit;
  outline: none;
}
img {
    max-width: 100%;
    height: auto;
}

/*
Top header
*/
#header-sticky-wrapper {
    position: absolute;
    width: 100%;
    z-index: 10000 !important;
}
#header-sticky-wrapper #header{
    position: relative;
    z-index: 10000 !important;
}
.Mobile #header-sticky-wrapper {
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 1000;
}
.Desktop .logo {
    position: relative;
    top: 10px;
    margin-right: 20px;
    background: #fff;
}
.logo img {
    max-width: 218px;
    background: #fff;
    height: 67px;
    object-fit: contain;
}
.top-head {
    background-color: #fff;
    padding: .4em 0;
    color: #000;
    font-size: 12px;
}
.top-head a {
    color: #000;
    margin-right: 15px;
    font-weight: 600;
    font-size: 18px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.top-head .icon {
    /*font-size: 14px;*/
    margin-right: 5px;
}
.top-let {
    display: flex;
    align-items: center;
    gap: 20px;
}
.top-let .icon.icon-phone {
    position: relative;
    top: 1px;
}
.top-let img {
    width: 20px;
    height: 20px;
    object-fit: contain;
    filter: invert(1);
}
.top-right .icon-location-pin { display: none; }
@media(min-width: 992px) {
  .top-right .icon-location-pin { display: inline-block; }
}

@media(max-width: 991px) {
  .top-head { text-align: center; }
  .logo img {
    width: 194px;
  }
}
/*
Nav
*/
.nav {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.nav-menu {
  background-color: #02327e;
  height: 79px;
}
.Mobile .nav-menu{
    height: auto;
}
.nav-list {
  /*display: table;*/
  list-style: none;
  padding-left: 0;
  margin: 0;
  padding-top: 24px;
  width: 80%;
}
.nav-item {
    display: table-cell;
    word-wrap: break-word;
    position: relative;
    font-size: 10.8px;
    padding: 0 2px;
}
.nav-item a {
    display: block;
    position: relative;
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: .5px;
    text-align: center;
    line-height: 115%;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.nav-item > a:before {
    content: "";
    position: absolute;
    z-index: -2;
    left: 0;
    right: 100%;
    bottom: -10px;
    background: #fff;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.nav-item.active > a::before,
.nav-item:hover > a::before {
    content: "";
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
}
.nav-item.active > a {
  color: rgba(255,255,255,0.9);
}

.nav-submenu {
    position: absolute;
    display: none;
    list-style: none;
    padding-left: 0;
    padding-top: 27px;
    min-width: 295px;
    margin: 0;
}
@media (max-width: 1400px) {
  .nav-submenu {
    max-height: 600px;
    overflow-y: scroll;
  }
}
.nav-item:hover .nav-submenu {
  display: block;
}
.nav-submenu-item {
    background: #fff;
    padding: 10px;
}
.nav-submenu-item a {
    padding: 1.8px 15px;
    border-bottom: 1px solid #000000;
    color: #02327e;
    text-align: left;
}
.nav-submenu-item:hover a,
.nav-submenu-item.active a {
  color: #000;
}

/* Mobile navigation */
.nav-mobile {
  display: none;
  cursor: pointer;
  color: white;
  font-size: 32px;
  margin-top: 23px;
}
.nav-mobile span {
    font-size: 19px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -2px;
}
.nav-mobile img {
    width: 40px;
    height: 40px;
    object-fit: cover;
}

/* Mobile navigation, clickable area for revealing <ul> */
.nav-click {
  position: absolute;
  top: 0;
  right: 0;
  display: none;
  color: white;
  cursor: pointer;
  height: 44px;
    width: 44px;
    z-index: 90;
    text-align: center;
}

.nav-click i {
  display: block;
  line-height: 42px;
  font-size: 23px;
}

.nav-click:hover {
  background-color: #0087d1;
}

.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: 767px) {
  .nav-mobile {
    display: block;
  }

  .nav-list {
    position: absolute;
    background: #02327e;
    display: none;
    width: 100%;
    top: 100%;
    left: 0;
  }

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

  .nav-item > a {
    padding: 15px;
  }
  .nav-item > a:before { display: none; }

  .nav-click {
    display: block;
  }

  .nav-item:hover .nav-submenu {
    display: none;
    padding-top: 0;
  }
  .nav-submenu-item a {
    text-align: center;
  }

  .nav-submenu {
    position: static;
    width: 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: 0;
    list-style: none;
    margin: 20px 0 0;
}
.slick-dots li {
    display: inline-block;
    margin: 0 5px;
}
.slick-dots li:before { display: none !important; }

.slick-dots li button {
    border: none;
    background: #dddddd;
    text-indent: -9999px;
    padding: 0;
    width: 35px;
    height: 5px;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    cursor: pointer;
}
.slick-dots li:hover button,
.slick-dots li:focus button {
  background-color: #e80a0a;
  outline: none;
  box-shadow: none;
}
.slick-dots li.slick-active button {
    background: #000000;
}
/*
Homeslider
*/
.homeslider {
    position: relative;
}
#HOME,
#HOME .imgSlide {
    height: 100vh;
}
.imgSlider {
    height: 100vh;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
}
.Mobile #HOME,
.Mobile #HOME .imgSlide,
.Mobile .imgSlider {
  height: 700px;
  overflow: hidden;
}

.homeslider > .imgSlider
.devis .homeslider > .imgSlider {
  height: 400px;
  overflow: hidden;
}
.Desktop .homeslider > .imgSlider {
    height: 780px;
    overflow: hidden;
}
.Desktop.devis .homeslider > .imgSlider {
    height: 400px;
    overflow: hidden;
}

.captionSlider {
    position: absolute;
    top: 52%;
    transform: translateY(-50%);
    width: 100%;
    text-align: center;
    left: 0;
    z-index: 3;
}
#villeSlider.captionSlider {
    top: 57%;
}
.texteSlider {
    font-family: 'Calibri', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 70px;
    text-shadow: 0.08em 0.08em 0.08em rgba(0,0,0,0.42);
    color: #ffffff!important;
}
.Mobile .texteSlider{
    font-size: 43px;
}
.accroche {
    font-family: 'Calibri', sans-serif;
    font-weight: 500;
    font-size: 35px;
    line-height: 2em;
    margin-bottom: 0;
    padding-bottom: 0;
    text-shadow: 0em 0.1em 0.1em rgba(0, 0, 0, 0.4);
    color: #fff !important;
}
.subText img {
    width: 243px;
}
.texteSlider span {
    line-height: 100%;
}
p.titre-interne {
    font-family: 'Calibri', sans-serif;
    color: white;
    font-size: 60px;
    font-weight: 700;
    line-height: 120%;
    text-align: center;
    padding-bottom: 0;
}
@media(max-width: 767px) {
  .titre-interne {
      font-size: 40px;
      text-align: center;
      line-height: 130%;
      padding-bottom: 0;
  }
}

/*
Content
*/
.realisations .contenu {
    padding-top: 20px;
}
h2.titre-album {
    text-align: center;
    font-size: 42px;
}

.contenu p {
  margin-bottom: 0 !important;
}
.section_1 {
  background-image: linear-gradient(113deg,#ffffff 87%,#cadfff 87%)!important;
  padding-top: 110px;
  padding-bottom: 40px;
}
#pesta .section_1 {
  background-image: linear-gradient(144deg,#f7f7f7 72%,#cadfff 72%)!important;
}
.section_2{
  background-image: linear-gradient(68deg,#f7f7f7 87%,#ededed 87%)!important;
  padding-top: 68px;
  padding-bottom: 40px;
}
.section_3 {
    background-image: linear-gradient(68deg,#ededed 13%, #ffffff 13%)!important;
    padding-top: 68px;
    padding-bottom: 40px;
}
#pesta .section_3 {
  background-image: linear-gradient(144deg,#ededed 25%, #ffffff 25%)!important;
}
.section_4 {
    background-image: linear-gradient(113deg,#cadfff 13.5%, #f7f7f7 13.5%)!important;
    padding-top: 68px;
    padding-bottom: 40px;
}

.block-img {
    border: 30px solid #fff;
    box-shadow: 0px 15px 60px 0px rgba(29,61,71,0.2);
}
#villeC .block-img {
    width: 500px;
}
@media(max-width: 767px) {
  .section_2 .row {
    flex-direction: column-reverse;
  }
  .section_4 .text-center {
    text-align: left !important;
  }
  #villeC .block-img {
    width: 82%;
    margin: 0 auto 35px;
  }
}

.contenu p {
  font-size: 16px;
  line-height: 2em;
  padding-bottom: 0
}

.last-img {
    margin-bottom: 35px;
    text-align: center;
}

.bgPattern {
    background-image: url(../images/img/pattern-presta.svg);
    background-size: 100% 147px;
    bottom: 0;
    height: 147px;
    position: absolute;
    width: 100%;
    z-index: 1;
}
.bgSect_2 {
    background-size: cover;
    background-repeat: no-repeat;
    padding: 60px 0;
}
.blockBg {
    background-color: rgba(23, 87, 185, 0.65);
    padding-top: 65px;
    padding-right: 45px;
    padding-bottom: 65px;
    padding-left: 45px;
    color: white;
}
.blockBg h2 {
  color: white;
}

.block-img2 {
  margin-top: 20px;
}

.bgSectionBlue {
    background: #02327e;
    color: white;
    padding: 40px 0;
}
.bgSectionBlue h2 {
    color: #ffffff;
}
.bgSectionBlue .last-img {
    margin-bottom: 0;
    margin-top: 35px;
    text-align: center;
}

.last-presta {
    background-blend-mode: overlay;
    /*background-image: url(../images/img/bg-devis.jpg);*/
    background-color: #fff;
    background-position: center;
    -webkit-background-size: 100%;
    -webkit-background-size: cover;
    -moz-background-size: 100%;
    -moz-background-size: cover;
    background-size: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 37px;
    padding-bottom: 37px;
    position: relative;
    color: #000;
}
#pesta .item-slide h2 {
    color: #333;
}

.btn-devis {
    color: #ffffff!important;
    background: #02327e;
    border-color: #02327e;
    letter-spacing: 2px;
    text-transform: uppercase!important;
    background-color: #02327e;

    position: relative;
    margin-top: 15px;
    padding: .3em 1em;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.7em!important;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
    display: inline-block;
}
.btn-devis.btn-rea:hover {
    background: #fff;
    color: #02327e!important;
    box-shadow: 0px 12px 18px -6px rgba(0,0,0,0.3);
}

.footBloc .last-presta {
    padding-bottom: 60px;
}
.footBloc .last-presta h2 {
    font-size: 37px;
    color: #ffffff;
}

/*
Formulaire
*/
#mail, #mail2 { display: none; }
.contactFormulaire {
  /*background: url(../images/img/bg-contact.jpg) no-repeat center;*/
  background-size: cover;
  padding: 100px 0;
}
#contactF:after {
    content: "";
    clear: both;
    display: table;
}
.contactFormulaire h2 {
  color: white;
}
.inline-b {
  margin-bottom: 3%;
  margin-right: -20px;
  margin-left: -20px;
}
.inline-b > label {
  float: left;
  width: 50%;
  padding: 0 20px;
}
.inline-b:after,
#FormDevis:after {
  content: "";
  display: table;
  clear: both;
}
.form-input {
    background-color: #ffffff;
    box-shadow: 0px 12px 18px -6px rgba(0, 0, 0, 0.3);
    width: 100%;
    padding: 16px;
    border: none;
    color: #333;
    font-size: 14px;
    -webkit-appearance: none;
}
.form-input:focus {
  outline: none;
}
textarea.form-input {
  min-height: 150px;
}

}
.form-input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #333;
}
.form-input::-moz-placeholder { /* Firefox 19+ */
  color: #333;
}
.form-input:-ms-input-placeholder { /* IE 10+ */
  color: #333;
}
.form-input:-moz-placeholder { /* Firefox 18- */
  color: #333;
}
.form-input::placeholder { 
  color: #333;
}

input.btn-devis {
  float: right;
}


.DevisGratuit {
    background: #f7f7f7;
}
.block-devis {
    padding-bottom: 60px;
}
textarea.form-control {
  height: 175px;
}

.Desktop .DEvisSlider {
    background: rgba(255, 255, 255, 0.5);
    padding: 20px;
    padding-right: 63px;
    position: relative;
}
.Desktop .DEvisSlider:after {
    content: "";
    position: absolute;
    right: -57px;
    bottom: 0;
    background-image: url(../images/img/call.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 250px;
    height: 420px;
}
.DEvisSlider_h3 {
    color: #000;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.Mobile .DEvisSlider_h3{
    color: #fff;
}
.DEvisSlider span {
    font-family: 'Calibri', sans-serif;
    color: black;
    font-weight: 700;
    font-size: 20px;
    display: block;
    margin: 15px 0 10px;
}
.DEvisSlider input.btn-devis {
    float: none;
    font-size: 16px;
    margin-top: 0;
}
.DEvisSlider .form-input {
    margin-bottom: 5px;
}
.DEvisSlider textarea.form-input {
    min-height: 100px !important;
}
#rappel_immediat input.form-input {
    margin-bottom: 0;
}
#rappel_immediat input.btn-devis {
    font-size: 14px;
    padding: 5px;
    letter-spacing: 0;
}

.Desktop .DEvisSlider input.btn-devis {
    float: left;
}
.Desktop #rappel_immediat {
    padding-right: 70px;
}

/*
Categorie
*/
.categories {
  padding-top: 45px;
  padding-bottom: 30px;
}
.contactFormulaire_h2,
.categories_h2 {
  text-transform: uppercase;
  font-size: 40px;
  text-align: center;
  color: #02327e;
  font-weight: 500;
}
.Mobile .categories_h2{
    font-size: 34px;
}
.contactFormulaire_h2:after,
 .categories_h2:after {
    content: "";
    border-bottom: 3px solid #000000;
    display: block;
    width: 64px;
    margin: 20px auto 50px;
}
.cat-inner .slick-track {
  margin-right: -10px !important;
  margin-left: -10px !important;
}
.Mobile .cat-inner {
    text-align: center;
}
.cat-item {
  padding: 0 10px;
}
@media(max-width: 767px) {
  .cat-item {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 10px;
    width: 50%;
}
  .DEvisSlider {
      background: #5464a0;
      padding: 20px;
  }
.realisations .DEvisSlider{
    margin-top: 116px;
}
}
.cat-item a {
    display: block;
    position: relative;
}

.cat-item_h3 {
    text-align: center;
    font-size: 16px;
    margin-top: 15px;
    text-transform: uppercase;
    color: #02327e;
    font-weight: 500
}

.Mobile .cat-item_h3{
    font-size: 16px;
    color: #02327e;
    font-weight: 500;
}

.img-logo img {
    vertical-align: middle;
    display: inline-block;
    max-width: 102px;
}
.Mobile .img-logo img {
  max-width: 94px;
}

#Map {
  height: 440px;
}

.contenu ul {
  padding-left: 0;
  list-style: none;
}
.contenu ul li {
  position: relative;
  padding-left: 20px;
}
.contenu ul li:before {
  content: "\e901";
    font-family: 'icon' !important;
    position: absolute;
    background: #e80a0a;
    left: 0;
    width: 16px;
    height: 16px;
    border: 1px solid;
    border-radius: 100%;
    align-items: center;
    display: flex;
    font-size: 12px;
    padding: 0;
    justify-content: center;
    color: white;
    top: 4px;
}


/*
Footer
*/

.Desktop .contact-left {
  margin-bottom: -10px;
  margin-top: 35px;
}
#footer {
    background-color: #02327e;
    padding-top: 20px;
    color: #dddddd;
    text-align: left;
}
.info-footer {
    background-image: linear-gradient(180deg, rgba(43, 135, 218, 0) 0%, #114696 100%);
    max-width: 1008px;
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 35px;
    padding-top: 35px;
    position: relative;
    margin: auto;
    border-bottom: 5px solid #ffffff;
}
.info-divers_h3 {
    font-size: 32px;
    color: #333;
    line-height: 1.7em;
    text-align: left;
    font-weight: 500;
    text-transform: uppercase;
}
footer#footer .info-divers_h3 {
    color: #fff;
}
.spacer-footer {
    margin: 5px 0;
    border-bottom: 1px solid #02327e;
}

.footer-bottom {
    padding: 15px 0 13px;
    background-color: #302f2f;
}
#footer-info a {
    color: #fff;
    font-weight: 700;
}
#footer--copyright {
    color: #ffffff;
    font-size: 15px;
}
.liens-compt {
    padding-left: 0;
    list-style: none;
    column-count: 3;
    -webkit-column-count: 3;
}
.Mobile .liens-compt {
    column-count: 1;
    -webkit-column-count: 1;
}
.liens-compt li a {
    color: white;
    font-size: 15px;
    display: block;
    line-height: 25.5px;
    border-bottom: 1px solid #063879;
    padding: 7px 0;
}


.social-icons {
    list-style: none;
    padding-left: 0;
    display: table;
    margin: 0;
}
.social-icons li {
    display: inline-block;
    margin-left: 20px;
}
.social-icons li a {
    color: #ffffff !important;
    font-size: 25px;
}

.logo-footer {
    text-align: center;
}
.logo-footer .social-icons li {
    margin-left: 0;
    margin-right: 7px;
}
.logo-footer .social-icons {
    margin-top: 30px;
    width: 100%;
}
.logo-footer .social-icons li a {
    background: #e80a0a!important;
    color: white !important;
    font-size: 16px;
    width: 32px;
    height: 32px;
    display: block;
    text-align: center;
    line-height: 32px;
    border-radius: 3px;
}

.agecne {
    background: #034192;
    padding: 10px 10px 0;
    color: white;
}
.logoAgence {
    margin-left: 10px;
}
.logoAgence img {
    width: 120px;
}


@media(max-width: 767px) {
  #footer--copyright a {
      display: block;
  }
  #footer-info > .d-flex {
    flex-direction: column-reverse;
    text-align: center;
  }
}

a.swipebox img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    display: block;
}
p#couvreur {
    color: #fff;
    font-size: 35px;
    text-shadow: 1px 1px 2px #000;
}
.Mobile #couvreur {
    color: #fff;
    font-size: 21px;
    text-shadow: 1px 1px 2px #000;
}
.introuv {
    font-size: 158px;
    margin-bottom: 93px;
}
/**
404
*/
.blog_pageIntrouvable {
    background: #ffffff;
    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: #fb5e00;
}

.blog_pageIntrouvable > div {
  height: 100%;
}
.blog_pageIntrouvable h1 {
    font-size: 200px;
    color: #000000;
}
.blog_pageIntrouvable p {
    font-size: 36px;
    line-height: 100%;
    margin-top: -21px;
    text-transform: uppercase;
    letter-spacing: 10px;
    color: #000000;
}
.blog_pageIntrouvable a {
    color: #fb5e00;
}
.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 p {
    margin: 0;
    padding: 0;
}
div#Messages {
    text-align: center;
    background-color: #e05c34;
    color: #fff;
    font-size: 18px;
    padding: 10px;
}
.siret {
    font-weight: 600;
}
.Mobile .siret {
    margin-bottom: 15px;
}
.links {
    display: flex;
    gap: 5px;
}
.links img {
    width: 40px;
    height: 40px;
}
.Mobile .info-divers_h3 {
    margin-top: 20px;
}


.Desktop .GoogleBagde {
  scale: 1.2;
  left: 10px;
}

.Mobile .GoogleBagde {
  scale: 1.5;
  left: 0%!important;
  width:90%;
  text-align: center;
}

.Mobile footer {
  padding-bottom: 150px;
}