/*style*/
*,
*::before,
*::after {
  box-sizing: border-box;
}
* {
    -webkit-font-smoothing: antialiased;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}

@-ms-viewport {
  width: device-width;
}
article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: sans-serif;
  font-size: 1rem;
  line-height: 26px;
  text-align: left;
  background-color: #fff;
  color: var(--body);
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

a {
	color: inherit;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:hover {
    text-decoration: none;
    outline: 0;
    color: inherit;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}
img {
  vertical-align: middle;
  border-style: none;
  height: auto;
  max-width: 100%;
}

svg:not(:root) {
  overflow: hidden;
}

.container {
  padding-right: 20px;
  padding-left: 20px;
  margin: 0 auto;
  max-width: 1400px;
}
.bg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.header {
  height: 100vh;
  position: relative;
  overflow: hidden;
}
.realisations .header,
.mentions .header,
.temoignages .header {
  height: auto;
}
.Mobile .header {
    height: auto;
    padding-bottom: 2rem;
}
.header::before {
    background-image: linear-gradient(0,rgba(68,52,123,1) 26%,rgba(55,41,87,1) 100%);
    opacity: 0.74;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
}
.index .header::before {
  opacity: 0;
}
#header_bg::before {
  opacity: 1;
}
.header > div {
  position: relative;
}
.topNav {
  transition: background-color .3s ease-out;
  background-color: white;
}
@media(max-width: 991px) {
  .header > div.topNav {
    position: fixed !important;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 100;
  }
}
.Desktop .topNav {
  background-color: #fff;
}
.header .is-sticky .topNav {
  background-color: white;
  z-index: 999 !important;
}
.Desktop .header #logo-fixed,
.Desktop .header #logo-simple {
  display: none;
}
.Desktop .header #logo-fixed {
  display: block;
}
.logo_header {
  display: grid;
  grid-template-columns: 200px auto;
  justify-content: space-between;
  align-content: center;
  padding-top: 10px;
}
.Tablet .logo_header {
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
  align-items: center;
}
.Tablet .logo_header {
  padding: 20px 0;
  position: relative;
    z-index: 12;
}
.Mobile .logo_header {
  padding: 20px 0 0;
  position: relative;
    z-index: 12;
}
.Desktop .rightTop_ {
    padding-right: 1.2rem;
    display: grid;
    grid-template-columns: auto 450px;
    align-items: center;
}
.realisations {
    color: white;
    border-bottom: 2px solid rgb(241 201 4);
    transition: border-bottom-color .3s ease;
}
.realisations:hover {
  color: white;
    border-bottom-color: rgb(68 52 123);
}
.header .realisations,
.header .realisations:hover {
  color: rgb(68 52 123);
}
.bar {
  display: block;
  height: 5px;
  width: 50px;
  background-color: rgb(68 52 123);
  margin: 10px auto;
}

.button {
  cursor: pointer;
  display: inline-block;
  width: auto;
  margin: 0 auto;
  -webkit-transition: all .7s ease;
  -moz-transition: all .7s ease;
  -ms-transition: all .7s ease;
  -o-transition: all .7s ease;
  transition: all .7s ease;
}
.middle {
  margin: 0 auto;
}

.bar {
  -webkit-transition: all .7s ease;
  -moz-transition: all .7s ease;
  -ms-transition: all .7s ease;
  -o-transition: all .7s ease;
  transition: all .7s ease;
}

.rightTop_ .active .bar {
  background-color: rgb(68 52 123);
  -webkit-transition: all .7s ease;
  -moz-transition: all .7s ease;
  -ms-transition: all .7s ease;
  -o-transition: all .7s ease;
  transition: all .7s ease;
}

.button.active .top {
  -webkit-transform: translateY(15px) rotateZ(45deg);
  -moz-transform: translateY(15px) rotateZ(45deg);
  -ms-transform: translateY(15px) rotateZ(45deg);
  -o-transform: translateY(15px) rotateZ(45deg);
  transform: translateY(15px) rotateZ(45deg);
}

.button.active .bottom {
  -webkit-transform: translateY(-15px) rotateZ(-45deg);
  -moz-transform: translateY(-15px) rotateZ(-45deg);
  -ms-transform: translateY(-15px) rotateZ(-45deg);
  -o-transform: translateY(-15px) rotateZ(-45deg);
  transform: translateY(-15px) rotateZ(-45deg);
}

.button.active .middle {
  width: 0;
}

.nav {
    padding-top: 20px;
    padding-bottom: 15px;
}
.nav-list {
  list-style: none;
  margin: 0;
  padding-left: 0;
  display: table;
  width: 100%;
}
.nav-item {
    display: table-cell;
    position: relative;
    font-weight: normal;
}
.nav-item a {
    line-height: 130%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: row;
    text-decoration: none;
    cursor: pointer;
    position: relative;
    color: white;
    padding: 0 17px;
    font-size: 14px;
    letter-spacing: 0.03em;
    transition: transform .3s ease-out;
}
.header .nav-item a {
    color: rgba(68,52,123,1)
}
.nav-item > a:hover,
.nav-item.active > a {
    color: rgba(241,201,4,1);
    transform: translateY(-8px);
}
.nav-item .nav-click {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.nav-item .nav-click svg {
    width: 12px;
    fill: white;
}
.Desktop .nav-submenu {
  list-style: none;
  padding-left: 0;
  margin: 0;
  background-color: #faf9f9;
  top: calc(100% - 0px - 0px) !important;
  position: absolute;
  transform: translateY(-10px);
  flex-direction: column;
  pointer-events: none;
  opacity: 0;
  z-index: 100;
  transition: transform .4s ease-out,opacity .1s ease-out;
  width: max-content;
}
.Desktop .nav-item:hover .nav-submenu {
  opacity: 1;
  pointer-events: all;
  transform: translateY(0);
}
.nav-submenu-item a {
  display: block;
  color: rgba(55,41,87,1);
  padding: 15px 30px 15px 15px;
}
.nav-submenu-item a:hover {
    background-color: rgba(55,41,87,1);
    color: rgba(255,255,255,1);
}
.btn-rea > a {
    background: rgb(241 201 4);
    color: black;
    display: inline-block;
    padding: 10px 35px;
    text-align: center;
    border-radius: 7px;
    font-weight: bold;
}
.Tablet .rightTop_ {
    text-align: right;
}
@media(max-width: 991px) {
  .rightTop_ {
    text-align: right;
  }
  .nav {
    background: white;
    padding-top: 0;
    padding-bottom: 0;
    position: fixed;
    z-index: 10;
    height: 100vh;
    width: 300px;
    right: 0;
    padding: 150px 0 0;
    margin: 0;
    list-style: none;
    top: 0;
    text-align: center;
    opacity: 0;
    visibility: hidden;

    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);

    -webkit-transition: transform .7s ease-in-out;
    -moz-transition: transform .7s ease-in-out;
    -ms-transition: transform .7s ease-in-out;
    -o-transition: transform .7s ease-in-out;
    transition: transform .7s ease-in-out;
  }
  .nav.move-to-left {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  .nav-list {
    display: block;
  }
  .nav-item {
    display: block;
  }
  .nav-item > a {
    color: rgba(55,41,87,1);
    display: block;
    padding: 15px;
    font-weight: bold;
    text-align: left;
  }
  .nav-item:hover > a {
    background-color: rgba(55,41,87,1);
    color: white;
  }
  .nav-item .nav-click {
    top: 20px;
    width: 40px;
    height: 40px;
    z-index: 9;
  }
  .nav-item .nav-click svg {
    fill: black;
  }
  .nav-submenu {
    display: none;
    list-style: none;
    padding-left: 5px;
  }
  .nav-submenu-item a {
    padding: 10px;
    text-align: left;
  }
}
#mail,
#mail2 { display: none; }
.Desktop .devis-gratuit {
    max-width: 85%;
    margin: auto;
}
.devis-gratuit span {
    display: block;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 30px;
    margin-bottom: 1rem;
    padding-top: 1rem;
    color: rgb(68 52 123);
}
.form-input {
    border: 1px solid rgb(68 52 123);
    border-radius: 5px;
    display: block;
    margin: 7px 0;
    padding: 15px;
    color: black;
    transition: border-color .3s ease-out;
    width: 100%;
}
.form-input:focus {
    border-color: rgb(241 201 4);
    outline: none;
    box-shadow: none;
}
textarea.form-input {
    height: 90px;
}
.btn-submit {
    background-color: rgba(241,201,4,1);
    border: 1px solid transparent;
    transition: background-color .3s ease-out;
    padding: 10px 25px;
    text-transform: uppercase;
    letter-spacing: .3px;
    font-weight: bold;
    border-radius: 5px;
    cursor: pointer;
}
.btn-submit:hover {
    background-color: rgb(68 52 123);
    color: white;
}
.Desktop .rappel-top {
    display: flex;
    align-items: center;
    color: rgb(68 52 123);
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-left: 1px solid;
    padding-left: 8px;
    margin-left: 8px;
}
.Mobile .rappel-mobile {
    border-top: 1px solid white;
    padding-top: 1rem;
    margin-top: 1rem;
}
.Desktop #rappel_immediat {
    display: flex;
    align-items: center;
    margin-left: 8px;
}
#rappel_immediat .form-input {
    display: inline-block;
    padding: 7px 10px;
    font-size: 12px;
    margin: 0;
}
.Mobile #rappel_immediat .form-input {
    padding: 10px;
    text-align: center;
}
#rappel_immediat input.btn.btn-submit {
    display: inline-block;
    font-size: 12px;
    padding: 6px 10px;
    border-radius: 3px;
}
.Mobile #rappel_immediat input.btn.btn-submit {
    display: block;
    font-size: 13px;
    padding: 10px;
    width: 100%;
    margin-top: 6px;
}
.content_h1 {
    padding-top: 5rem;
    z-index: 2;
}
.Tablet .content_h1,
.Mobile .content_h1 {
  padding-top: 10rem;
}
@media(min-width: 1800px) {
  .content_h1 {
    padding-top: 18rem;
  }
}
.main_ {
    display: grid;
    grid-template-columns: 55% 40%;
    justify-content: space-between;
}
.Mobile .main_ {
  display: block;
}
.txt-item {
  color: white;
}
.txt-item > strong {
  color: rgb(241, 201, 4);
  font-size: 60px;
  font-weight: bold;
}
.Tablet .txt-item > strong {
  font-size: 50px;
}
.Mobile .txt-item > strong {
  font-size: 36px;
}
.txt-item h1 {
    color: white;
    line-height: 130%;
    font-size: 24px;
}
.phone-contact {
    display: flex;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: bold;
}
.Mobile .phone-contact {
  display: block;
}
.phone-contact > div {
    width: calc(100% - 0px);
    position: relative;
    height: 51px;
    max-width: 100%;
    margin-top: 10px;
    min-width: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
}
.Desktop .phone-contact > div {
    width: calc(40% - 0px);
}
.phone-contact .bureau {
  margin-right: 1.5%;
  background-color: rgba(241,201,4,1);
}
.phone-contact .chantier {
  background-color: white;
}

.phone-contact a {
    display: none;
}
.phone-contact svg {
    width: 14px;
    vertical-align: middle;
    margin-top: -2px;
    margin-right: 2rem;
}
.main-right {
    background-color: rgba(255,255,255,0.6);
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    box-shadow: rgb(0 0 0 / 25%) 0 3px 11px 0;
    -moz-box-shadow: rgba(0,0,0,0.25) 0 3px 11px 0;
    -webkit-box-shadow: rgb(0 0 0 / 25%) 0 3px 11px 0;
    padding: 20px;
}
.Mobile .main-right {
  margin-top: 1rem;
}
.icon-block {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 15px;
    justify-content: center;
    text-align: center;
    max-width: 960px;
    padding: 60px 0;
    margin: auto;
}
.Mobile .icon-block {
    grid-template-columns: repeat(2, 1fr);
    line-height: 130%;
}
.icon-box img {
    width: 100px;
}
.icon-box span {
    color: rgb(55, 41, 87);
    display: block;
    font-weight: bold;
}

.courbe-arrondi {
    background-image: url(../images/img/Coupure-arrondie.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 0 bottom;
    position: absolute !important;
    bottom: -20px;
    width: 100%;
    height: 50%;
    left: 0;
}
.Mobile .courbe-arrondi {
  display: none;
}
.Desktop .content-box,
.Tablet .content-box {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
}
.Desktop.yerres .content-box, .Tablet.yerres .content-box,
.Desktop.villecresnes .content-box, .Tablet.villecresnes .content-box,
.Desktop.villejuif .content-box, .Tablet.villejuif .content-box {
    grid-template-columns: 1fr 1fr 1fr;
}
.content-box > div {
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    background-image: linear-gradient(495deg,rgba(68,52,123,1) 26%,rgba(55,41,87,1) 100%);
    background-origin: border-box;
    color: white;
    padding: 20px;
    margin: 20px 0;
}
.content-box h2 {
    color: rgba(241,201,4,1);
}
.contentBA,
.itemcol_ {
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    box-shadow: rgb(0 0 0 / 25%) 0 3px 11px 0;
    -moz-box-shadow: rgba(0,0,0,0.25) 0 3px 11px 0;
    -webkit-box-shadow: rgb(0 0 0 / 25%) 0 3px 11px 0;
    margin: 60px 0;
    overflow: hidden;
}
.Desktop .contentBA {
  display: grid;
  grid-template-columns: 45% 55%;
  align-items: center;
}
.Desktop .contentBA.reverse_ {
  grid-template-columns: 45% 55%;
}
.Tablet .contentBA {
  display: grid;
  grid-template-columns: 50% 50%;
  align-items: center;
}
.Tablet .contentBA.reverse_ {
  grid-template-columns: 50% 50%;
}
.Mobile .contentBA.reverse_ {
    display: flex;
    flex-direction: column-reverse;
}
.imgBA {
    display: flex;
    justify-content: flex-end;
}
.text_ {
  padding: 20px;
}
.text_ h2,
.inter_contenu h2,
.inter_col h2 {
  color: rgb(68,52,123);
}
.phone-fixed {
  position: fixed;
  top: 50%;
  z-index: 9;
  display: flex;
  flex-direction: column;
  right: 0;
  align-items: flex-end;
}
.phone-fixed .el_ {
  display: flex;
  justify-content: left;
  align-items: center;
  position: relative;
  flex-direction: row;
  background-color: rgba(241,201,4,1);
  margin-bottom: 15px;
  border-top-left-radius: 7px;
  border-bottom-left-radius: 7px;
  transition: right 0.3s ease-out;
  right: -135px;
}
.Mobile .phone-fixed .el_.btn-rea {
    right: -160px;
    padding: 5px 2px 5px 7px;
}
.Mobile .phone-fixed .el_.btn-rea:hover {
    right: 0;
}
.phone-fixed .el_:hover {
  right: 0;
}
.phone-fixed .el_ a {
    display: block;
    padding: 5px 10px;
    font-size: 18px;
    font-weight: bold;
}
.phone-fixed .el_ img {
    width: 30px;
    height: 30px;
    margin-right: 7px;
}
.inter_contenu {
    padding-top: 60px;
}
.Desktop .inter_contenu {
    max-width: 1200px;
    margin: auto;
    display: flex;
    align-items: flex-start;
}
.inter_contenu img {
    max-width: 150px;
    flex: 0 0 150px;
    margin-right: 2rem;
}
.inter_col {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
}
.urgence .inter_col {
    grid-template-columns: 1fr 1fr 1fr;
}
.Mobile .inter_col {
  display: block;
}
.itemcol_ > div {
    padding: 20px 20px 0;
}

/*
Footer
*/
#footer {
  background-color: rgba(29,29,29,1);
  padding-top: 60px;
  padding-bottom: 20px;
}
.footer-block {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 15px;
  margin-bottom: 3rem;
}
.Mobile .footer-block {
  display: block;
}
.footer-col {
  color: #c6c6c6;
}
#Map {
    height: 200px;
    max-width: 350px;
}
.Mobile #Map,
.Mobile .logo_svg {
    margin-bottom: 2rem;
}
strong.h3 {
  color: rgb(241, 201, 4);
  display: block;
  text-transform: uppercase;
}
strong.h3.plan-du-site {
  padding-left: 10px;
}
.footer-col ul {
    list-style: none;
    padding-left: 0;
}
.footer-col ul li a {
  display: inline-block;
    color: #c6c6c6;
    padding: 10px;
}
.footer-col ul li a:hover {
    background-color: rgba(55,41,87,1);
    color: white;
}
.footer-col p {
  display: grid;
  grid-template-columns: 24px auto;
  grid-gap: 10px;
    align-items: center;
}
.footer-col p svg {
  width: 24px;
  fill: white;
}
.footer-col p.fixe a,
.footer-col p.portable a {
    display: none;
}
.phone-contact .bureau:hover span,
.phone-contact .chantier:hover span,
.footer-col p.fixe:hover span,
.footer-col p.portable:hover span {
    display: none;
}
.phone-contact .bureau:hover a,
.phone-contact .chantier:hover a,
.footer-col p.fixe:hover a,
.footer-col p.portable:hover a {
    display: block;
}
.text-agence {
    text-align: center;
    color: #c6c6c6;
    font-size: 14px;
    max-width: 500px;
    margin: auto;
}
.copyright {
    text-align: center;
    border-top: 1px dashed #ddd;
    max-width: 400px;
    margin: 1rem auto 0;
    padding-top: 1rem;
    color: #c6c6c6;
    font-size: 12px;
}
.copyright a {
    color: rgb(241, 201, 4);
}
.logo_svg img {
    width: 150px;
    margin: 0 15px;
}
.logo_svg img:nth-child(1) {
    width: 130px;
}

/*rea*/
#realisations,
#mentionsL {
    padding: 60px 0;
}
.Desktop .grid_rea {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 0 20px;
}
.Tablet .grid_rea {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 0 20px;
}
.swipebox {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 250px;
    overflow: hidden;
    margin: 15px 0;
    border: 1px solid #ddd;
}
.swipebox img {
    max-width: 100%;
    flex: 0 0 100%;
}
.Mobile .swipebox {
    height: inherit;
}

.Mobile #swipebox-close {
    right: 35%;
    width: 30px;
    height: 30px;
    background-position: 5px 2px;
    transform: translateX(-50%);
}

b.titre-album {
    display: block;    
    color: #000;    
    font-size: 1.5rem;    
    margin-bottom: 1.5rem;
}

#Messages {
    background: black;
    text-align: center;
    position: relative;
    z-index: 99;
}
#Messages p {
    color: white;
    font-weight: bold;
    margin: 0;
    padding: 25px 0;
}
/**
404
*/
.blog_pageIntrouvable {
    background-image: linear-gradient(0,rgba(68,52,123,1) 26%,rgba(55,41,87,1) 100%);
    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: #ffffff;
}

.blog_pageIntrouvable > div {
  height: 100%;
}
.blog_pageIntrouvable h1 {
    font-size: 200px;
    color: #f1c904;
}
.blog_pageIntrouvable p {
    font-size: 36px;
    line-height: 100%;
    margin-top: -21px;
    text-transform: uppercase;
    letter-spacing: 10px;
    color: #ffffff;
}
.blog_pageIntrouvable a {
    color: #f1c904;
}
.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;
  }
}

.index .content_h1::before {
    content: "";
    position: absolute;
    width: 50%;
    height: 75%;
    background: rgba(0,0,0,.6);
    left: 6%;
    top: 50%;
    transform: translateY(-55%);
    z-index: -1;
}
.Mobile.index .content_h1::before {
    width: 100%;
    height: 45%;
    left: 0;
    top: 8%;
    transform: translateY(0);
}