@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@font-face {
  font-family: "BerlinSansFB";
  src: url("../fonts/BerlinSansFB/BerlinSansFB-Reg.eot?#iefix") format("embedded-opentype"), url("../fonts/BerlinSansFB/BerlinSansFB-Reg.woff") format("woff"), url("../fonts/BerlinSansFB/BerlinSansFB-Reg.ttf") format("truetype"), url("../fonts/BerlinSansFB/BerlinSansFB-Reg.svg#BerlinSansFB-Reg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "CaviarDreams";
  src: url("../fonts/CaviarDreams/CaviarDreams-webfont.eot");
  src: url("../fonts/CaviarDreams/CaviarDreams-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/CaviarDreams/CaviarDreams-webfont.woff2") format("woff2"), url("../fonts/CaviarDreams/CaviarDreams-webfont.woff") format("woff"), url("../fonts/CaviarDreams/CaviarDreams-webfont.ttf") format("truetype"), url("../fonts/CaviarDreams/CaviarDreams-webfont.svg#caviar_dreamsregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "lato";
  src: url("../fonts/lato/lato-regular-webfont.eot");
  src: url("../fonts/lato/lato-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/lato/lato-regular-webfont.woff2") format("woff2"), url("../fonts/lato/lato-regular-webfont.woff") format("woff"), url("../fonts/lato/lato-regular-webfont.ttf") format("truetype"), url("../fonts/lato/lato-regular-webfont.svg#caviar_dreamsregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
html, body {
  overflow-x: hidden !important;
  font-family: Montserrat, "Montserrat Fallback";
}

a {
  text-decoration: none !important;
  color: black;
}

.clear {
  clear: both;
}

#BarreContact {
  background-color: #2e2e2e;
  display: flex;
  flex-direction: row;
  width: 100%;
  align-items: center;
  padding: 15px;
  font-size: 15px;
}
#BarreContact .contact {
  display: flex;
  flex-direction: row;
  align-items: center;
}
#BarreContact .contact a {
  color: white;
}
@media screen and (max-width: 1000px) {
  #BarreContact .contact a span.text {
    display: none;
  }
}
#BarreContact .contact a span.tel {
  text-decoration: underline;
  color: #ffff00;
}
@media screen and (max-width: 1000px) {
  #BarreContact .contact a span.tel {
    color: white;
    text-decoration: none;
  }
}
@media screen and (max-width: 800px) {
  #BarreContact .contact a span.tel {
    display: none;
  }
}
#BarreContact .contact a i {
  color: #ffff00;
  padding: 15px 25px;
  font-size: 18px;
}
@media screen and (max-width: 600px) {
  #BarreContact .contact a i {
    padding: 10px 18px;
  }
}
@media screen and (max-width: 500px) {
  #BarreContact .contact a i {
    padding: 10px 14px;
  }
}
#BarreContact .contact a.mail {
  display: none;
}
@media screen and (max-width: 500px) {
  #BarreContact .contact a.mail {
    display: inline-block;
  }
}
#BarreContact .navcontact {
  margin-left: auto;
  display: flex;
  flex-direction: row;
  margin-right: 20px;
}
#BarreContact .navcontact a {
  color: white;
  display: flex;
  padding: 15px;
  text-align: center;
}
@media screen and (max-width: 501px) {
  #BarreContact .navcontact a.text {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  #BarreContact .navcontact a .long {
    display: none;
  }
}
#BarreContact .navcontact a .small {
  display: none;
}
@media screen and (max-width: 600px) {
  #BarreContact .navcontact a .small {
    display: inline;
  }
}
#BarreContact .navcontact a img {
  height: 20px;
}
@media screen and (max-width: 600px) {
  #BarreContact .navcontact a img {
    height: 15px;
  }
}
#BarreContact .navcontact a:hover {
  text-decoration: underline !important;
}
@media screen and (max-width: 1200px) {
  #BarreContact {
    font-size: 14px;
    line-height: 14px;
  }
}
@media screen and (max-width: 1000px) {
  #BarreContact {
    padding: 10px;
  }
}
@media screen and (max-width: 600px) {
  #BarreContact {
    font-size: 12px;
    line-height: 12px;
    padding: 5px;
  }
}
#BarreContact .contactFixed {
  position: fixed;
  top: 50%;
  right: 0;
  z-index: 100;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 500px) {
  #BarreContact .contactFixed {
    bottom: 0;
    top: auto;
    right: 0;
    width: 100%;
    flex-direction: row;
  }
}
#BarreContact .contactFixed a {
  padding: 20px;
  background: #ffed00;
  color: #000000;
  text-align: center;
  margin: 10px 0;
  font-size: 20px;
  line-height: 20px;
}
@media screen and (max-width: 1000px) {
  #BarreContact .contactFixed a {
    padding: 16px;
    font-size: 16px;
    line-height: 16px;
  }
}
@media screen and (max-width: 500px) {
  #BarreContact .contactFixed a {
    width: 50%;
    margin: 0;
    font-size: 20px;
    line-height: 20px;
  }
}
#BarreContact .contactFixed a:hover {
  background: #2e2e2e;
  color: white;
}

#Navigation {
  display: flex;
  flex-direction: row;
  width: 100%;
}
#Navigation .logo {
  padding: 20px;
}
@media (max-width: 1200px) {
  #Navigation .logo {
    padding: 18px;
  }
}
@media (max-width: 800px) {
  #Navigation .logo {
    padding: 16px;
  }
}
@media (max-width: 600px) {
  #Navigation .logo {
    padding: 14px;
  }
}
@media (max-width: 400px) {
  #Navigation .logo {
    padding: 12px;
  }
}
#Navigation .logo img {
  height: 65px;
  margin-top: -30px;
}
@media (max-width: 1200px) {
  #Navigation .logo img {
    height: 60px;
    margin-top: -26px;
  }
}
#Navigation .containerMenu {
  display: flex;
  flex-direction: row;
  margin-left: auto;
  align-items: center;
}
#Navigation .containerMenu .menu_mobile_fond {
  display: none;
  position: absolute;
  top: 143px;
  left: 0;
  width: 100vw;
  height: calc(100vh - 143px);
  background: rgba(0, 0, 0, 0.4);
  z-index: 100;
  display: none;
}
@media screen and (max-width: 800px) {
  #Navigation .containerMenu .menu_mobile_fond {
    top: 139px;
    height: calc(100vh - 139px);
  }
}
@media screen and (max-width: 600px) {
  #Navigation .containerMenu .menu_mobile_fond {
    top: 120px;
    height: calc(100vh - 120px);
  }
}
#Navigation .containerMenu .menu {
  display: flex;
  flex-direction: row;
}
@media screen and (max-width: 1000px) {
  #Navigation .containerMenu .menu {
    margin-right: calc(-90vw - 40px);
    position: absolute;
    top: 143px;
    min-height: calc(100vh - 183px);
    max-height: calc(100vh - 183px);
    background: white;
    width: calc(90vw - 40px);
    max-width: 320px;
    right: 0;
    transition: margin 0.3s ease;
    z-index: 101;
    flex-direction: column;
    box-shadow: -10px 40px 20px rgba(0, 0, 0, 0.8);
    padding: 20px;
    margin-bottom: 20px;
    display: none;
  }
}
@media screen and (max-width: 800px) {
  #Navigation .containerMenu .menu {
    top: 139px;
    min-height: calc(100vh - 179px);
    max-height: calc(100vh - 179px);
  }
}
@media screen and (max-width: 600px) {
  #Navigation .containerMenu .menu {
    top: 120px;
    min-height: calc(100vh - 160px);
    max-height: calc(100vh - 160px);
  }
}
#Navigation .containerMenu .menu .onglet {
  display: flex;
  flex-direction: row;
  position: relative;
  font-size: 16px;
  line-height: 16px;
}
@media screen and (max-width: 1200px) {
  #Navigation .containerMenu .menu .onglet {
    font-size: 14px;
    line-height: 14px;
  }
}
@media screen and (max-width: 1000px) {
  #Navigation .containerMenu .menu .onglet {
    width: 100%;
  }
}
#Navigation .containerMenu .menu .onglet.contact {
  display: none;
}
@media screen and (max-width: 1400px) {
  #Navigation .containerMenu .menu .onglet.home {
    display: none;
  }
}
@media screen and (max-width: 1000px) {
  #Navigation .containerMenu .menu .onglet.home {
    display: flex;
    text-decoration: underline;
  }
}
#Navigation .containerMenu .menu .onglet.mob {
  display: none;
}
@media screen and (max-width: 1000px) {
  #Navigation .containerMenu .menu .onglet.mob {
    display: flex;
  }
}
#Navigation .containerMenu .menu .onglet > a {
  color: black;
  text-align: center;
  font-weight: bold;
  display: flex;
  flex-direction: row;
  padding: 0 30px;
}
@media screen and (max-width: 1200px) {
  #Navigation .containerMenu .menu .onglet > a {
    padding: 0 20px;
  }
}
@media screen and (max-width: 1000px) {
  #Navigation .containerMenu .menu .onglet > a {
    padding: 10px 20px;
    width: calc(100% - 40px);
  }
}
#Navigation .containerMenu .menu .onglet > a i {
  margin-left: 8px;
  transition: transform 0.3s ease;
}
@media screen and (max-width: 1000px) {
  #Navigation .containerMenu .menu .onglet > a i {
    margin-left: auto;
  }
}
@media (min-width: 1000px) {
  #Navigation .containerMenu .menu .onglet:hover i {
    transform: rotate(180deg);
  }
  #Navigation .containerMenu .menu .onglet:hover .sousmenu {
    display: flex;
  }
}
@media (max-width: 1000px) {
  #Navigation .containerMenu .menu .onglet.open {
    flex-direction: column;
  }
  #Navigation .containerMenu .menu .onglet.open a i {
    transform: rotate(180deg);
  }
  #Navigation .containerMenu .menu .onglet.open .sousmenu {
    display: flex;
    position: relative;
    color: black;
    padding-top: 0;
    padding-left: 20px;
    top: 0;
  }
  #Navigation .containerMenu .menu .onglet.open .sousmenu a {
    background: white;
    color: black;
    padding: 10px 20px;
    text-align: left;
    width: 100%;
  }
}
#Navigation .containerMenu .menu .onglet .sousmenu {
  display: none;
  position: absolute;
  flex-direction: column;
  color: black;
  border-top: 0;
  top: 16px;
  padding-top: 31px;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  #Navigation .containerMenu .menu .onglet .sousmenu {
    padding-top: 27px;
  }
}
#Navigation .containerMenu .menu .onglet .sousmenu a {
  background: #ffff00;
  color: black;
  padding: 10px;
}
@media screen and (min-width: 1000px) {
  #Navigation .containerMenu .menu .onglet .sousmenu a:hover {
    background: black;
    color: #ffff00;
  }
}
@media (max-width: 1060px) {
  #Navigation .containerMenu .menu .onglet.lang {
    _display: none;
  }
}
#Navigation .containerMenu .menu .onglet.lang a {
  min-width: 80px;
}
#Navigation .containerMenu .menu .onglet.lang a img {
  width: 50px;
  vertical-align: middle;
}
#Navigation .containerMenu .mobile {
  display: none;
  padding: 15px 25px;
  font-size: 30px;
  color: black;
}
@media screen and (max-width: 1000px) {
  #Navigation .containerMenu .mobile {
    display: block;
  }
}
#Navigation .containerMenu .mobile.close {
  display: none;
}
@media screen and (max-width: 1000px) {
  #Navigation.opened .containerMenu .menu_mobile_fond {
    display: block;
  }
  #Navigation.opened .containerMenu .menu {
    display: flex;
    margin-right: 0;
    overflow-y: auto;
    overflow-x: hidden;
  }
  #Navigation.opened .containerMenu .mobile.close {
    display: block;
  }
  #Navigation.opened .containerMenu .mobile.open {
    display: none;
  }
}

#Presentation {
  display: flex;
  flex-direction: column;
  background-image: url(/images/home/pres.png);
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 1000px) {
  #Presentation {
    background-image: url(/images/home/pres1000.png);
  }
}
@media screen and (max-width: 500px) {
  #Presentation {
    background-image: url(/images/home/pres500.png);
  }
}
#Presentation.contact {
  background-image: url(/images/couverture.png);
}
#Presentation.a-propos {
  background-image: url(/images/a-propos/pres.png);
}
@media screen and (max-width: 1000px) {
  #Presentation.a-propos {
    background-image: url(/images/a-propos/pres1000.png);
  }
}
@media screen and (max-width: 500px) {
  #Presentation.a-propos {
    background-image: url(/images/a-propos/pres500.png);
  }
}
#Presentation.amenagement-acces {
  background-image: url(/images/amenagement-acces/pres.png);
}
@media screen and (max-width: 1000px) {
  #Presentation.amenagement-acces {
    background-image: url(/images/amenagement-acces/pres1000.png);
  }
}
@media screen and (max-width: 500px) {
  #Presentation.amenagement-acces {
    background-image: url(/images/amenagement-acces/pres500.png);
  }
}
#Presentation.enrobe {
  background-image: url(/images/enrobe/pres.png);
}
@media screen and (max-width: 1000px) {
  #Presentation.enrobe {
    background-image: url(/images/enrobe/pres1000.png);
  }
}
@media screen and (max-width: 500px) {
  #Presentation.enrobe {
    background-image: url(/images/enrobe/pres500.png);
  }
}
#Presentation.goudronnage {
  background-image: url(/images/goudronnage/pres.png);
}
@media screen and (max-width: 1000px) {
  #Presentation.goudronnage {
    background-image: url(/images/goudronnage/pres1000.png);
  }
}
@media screen and (max-width: 500px) {
  #Presentation.goudronnage {
    background-image: url(/images/goudronnage/pres500.png);
  }
}
#Presentation.gravillonnage {
  background-image: url(/images/gravillonnage/pres.png);
}
@media screen and (max-width: 1000px) {
  #Presentation.gravillonnage {
    background-image: url(/images/gravillonnage/pres1000.png);
  }
}
@media screen and (max-width: 500px) {
  #Presentation.gravillonnage {
    background-image: url(/images/gravillonnage/pres500.png);
  }
}
#Presentation.paves {
  background-image: url(/images/pavage/pres.png);
}
@media screen and (max-width: 1000px) {
  #Presentation.paves {
    background-image: url(/images/pavage/pres1000.png);
  }
}
@media screen and (max-width: 500px) {
  #Presentation.paves {
    background-image: url(/images/pavage/pres500.png);
  }
}
#Presentation.terrassement {
  background-image: url(/images/terrassement/pres.png);
}
@media screen and (max-width: 1000px) {
  #Presentation.terrassement {
    background-image: url(/images/terrassement/pres1000.png);
  }
}
@media screen and (max-width: 500px) {
  #Presentation.terrassement {
    background-image: url(/images/terrassement/pres500.png);
  }
}
#Presentation.nivellement {
  background-image: url(/images/nivellement/pres.png);
}
@media screen and (max-width: 1000px) {
  #Presentation.nivellement {
    background-image: url(/images/nivellement/pres1000.png);
  }
}
@media screen and (max-width: 500px) {
  #Presentation.nivellement {
    background-image: url(/images/nivellement/pres500.png);
  }
}
#Presentation.drainage {
  background-image: url(/images/drainage/pres.png);
}
@media screen and (max-width: 1000px) {
  #Presentation.drainage {
    background-image: url(/images/drainage/pres1000.png);
  }
}
@media screen and (max-width: 500px) {
  #Presentation.drainage {
    background-image: url(/images/drainage/pres500.png);
  }
}
#Presentation.maconnerie {
  background-image: url(/images/maconnerie/pres.png);
}
@media screen and (max-width: 1000px) {
  #Presentation.maconnerie {
    background-image: url(/images/maconnerie/pres1000.png);
  }
}
@media screen and (max-width: 500px) {
  #Presentation.maconnerie {
    background-image: url(/images/maconnerie/pres500.png);
  }
}
#Presentation.amenagement-exterieur {
  background-image: url(/images/amenagement-exterieur/pres.png);
}
@media screen and (max-width: 1000px) {
  #Presentation.amenagement-exterieur {
    background-image: url(/images/amenagement-exterieur/pres1000.png);
  }
}
@media screen and (max-width: 500px) {
  #Presentation.amenagement-exterieur {
    background-image: url(/images/amenagement-exterieur/pres500.png);
  }
}
#Presentation.assainissement {
  background-image: url(/images/assainissement/pres.png);
}
@media screen and (max-width: 1000px) {
  #Presentation.assainissement {
    background-image: url(/images/assainissement/pres1000.png);
  }
}
@media screen and (max-width: 500px) {
  #Presentation.assainissement {
    background-image: url(/images/assainissement/pres500.png);
  }
}
#Presentation.assainissement-individuel {
  background-image: url(/images/assainissement-individuel/pres.png);
}
@media screen and (max-width: 1000px) {
  #Presentation.assainissement-individuel {
    background-image: url(/images/assainissement-individuel/pres1000.png);
  }
}
@media screen and (max-width: 500px) {
  #Presentation.assainissement-individuel {
    background-image: url(/images/assainissement-individuel/pres500.png);
  }
}
#Presentation.assainissement-collectif {
  background-image: url(/images/assainissement-collectif/pres.png);
}
@media screen and (max-width: 1000px) {
  #Presentation.assainissement-collectif {
    background-image: url(/images/assainissement-collectif/pres1000.png);
  }
}
@media screen and (max-width: 500px) {
  #Presentation.assainissement-collectif {
    background-image: url(/images/assainissement-collectif/pres500.png);
  }
}
#Presentation.demolition {
  background-image: url(/images/demolition/pres.png);
}
@media screen and (max-width: 1000px) {
  #Presentation.demolition {
    background-image: url(/images/demolition/pres1000.png);
  }
}
@media screen and (max-width: 500px) {
  #Presentation.demolition {
    background-image: url(/images/demolition/pres500.png);
  }
}
#Presentation .containerPresentation {
  padding: 200px 40px;
  display: flex;
  flex-direction: column;
}
#Presentation .containerPresentation.accueil {
  background: rgba(0, 0, 0, 0.1);
}
#Presentation .containerPresentation h1 {
  color: white;
  font-weight: bold;
  font-size: 40px;
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  #Presentation .containerPresentation h1 {
    font-size: 35px;
  }
}
@media (max-width: 800px) {
  #Presentation .containerPresentation h1 {
    font-size: 30px;
  }
}
#Presentation .containerPresentation .btnDevis {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
}
#Presentation .containerPresentation .btnDevis a {
  background-color: #ffff00;
  color: black;
  padding: 10px 30px;
  text-decoration: none;
  font-size: 16px;
  margin: 20px 0;
  font-weight: bold;
}
#Presentation .containerPresentation .btnDevis a:hover {
  background-color: black;
  color: #ffff00;
}

#ContainerMain {
  display: flex;
  flex-direction: column;
}
#ContainerMain.top .text:first-child {
  margin-top: inherit;
}
#ContainerMain .text {
  background: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin: 20px 0;
}
@media screen and (max-width: 1300px) {
  #ContainerMain .text {
    margin: 10px 0;
  }
}
#ContainerMain .text:last-child.grey {
  margin-bottom: 0;
}
#ContainerMain .text.up {
  margin-top: -40px;
}
#ContainerMain .text.grey {
  background: #f7f7f7;
  padding: 40px 0;
}
@media screen and (max-width: 1300px) {
  #ContainerMain .text.grey {
    padding: 20px 0;
  }
}
#ContainerMain .text.fond1 {
  background: url(/images/image1.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  margin-bottom: 200px;
}
@media screen and (max-width: 800px) {
  #ContainerMain .text.fond1 {
    margin: 20px 0;
  }
}
#ContainerMain .text.fond1 h1, #ContainerMain .text.fond1 h2, #ContainerMain .text.fond1 h3, #ContainerMain .text.fond1 h4, #ContainerMain .text.fond1 p {
  color: white !important;
}
#ContainerMain .text.fond1 h2, #ContainerMain .text.fond1 p {
  text-align: center !important;
}
#ContainerMain .text:first-child {
  background: transparent;
  margin-top: -80px;
}
@media (max-width: 1300px) {
  #ContainerMain .text:first-child {
    margin-top: -60px;
  }
}
@media (max-width: 700px) {
  #ContainerMain .text:first-child {
    margin-top: -40px;
  }
}
#ContainerMain .container {
  display: flex;
  flex-direction: column;
  max-width: 1120px;
  width: 100%;
  margin: 0 auto;
  padding: 40px;
  font-size: 16px;
}
@media (max-width: 1300px) {
  #ContainerMain .container {
    padding: 20px;
    max-width: calc(90% - 40px);
  }
}
@media (max-width: 700px) {
  #ContainerMain .container {
    max-width: calc(95% - 40px);
  }
}
#ContainerMain .container.up {
  background: white;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
  border-left: 4px solid #ffff00;
}
@media (max-width: 1300px) {
  #ContainerMain .container.up {
    border-left: 3px solid #ffff00;
  }
}
@media (max-width: 700px) {
  #ContainerMain .container.up {
    border-left: 2px solid #ffff00;
  }
}
#ContainerMain .container h1, #ContainerMain .container h2 {
  font-size: 35px;
  margin: 10px 0;
  font-weight: normal;
  color: black;
}
@media screen and (max-width: 1200px) {
  #ContainerMain .container h1, #ContainerMain .container h2 {
    font-size: 30px;
  }
}
#ContainerMain .container h1 span, #ContainerMain .container h2 span {
  font-weight: bold;
}
@media screen and (max-width: 1200px) {
  #ContainerMain .container h2 {
    font-size: 25px;
  }
}
#ContainerMain .container h3 {
  font-size: 30px;
  margin: 10px 0;
  font-weight: normal;
  color: black;
}
@media screen and (max-width: 1200px) {
  #ContainerMain .container h3 {
    font-size: 25px;
  }
}
#ContainerMain .container h3 span {
  font-weight: bold;
}
#ContainerMain .container h4 {
  font-size: 24px;
  margin: 10px 0;
  font-weight: normal;
  color: black;
}
@media screen and (max-width: 1200px) {
  #ContainerMain .container h4 {
    font-size: 20px;
  }
}
#ContainerMain .container h4 span {
  font-weight: bold;
}
#ContainerMain .container .competences {
  display: flex;
  flex-direction: row;
  padding: 20px;
  width: calc(100% - 40px);
}
@media screen and (max-width: 800px) {
  #ContainerMain .container .competences {
    flex-direction: column;
  }
}
#ContainerMain .container .competences .line {
  display: flex;
  flex-direction: row;
  width: 100%;
}
@media screen and (max-width: 400px) {
  #ContainerMain .container .competences .line {
    flex-direction: column;
    align-items: center;
  }
}
#ContainerMain .container .competences .competence {
  padding: 10px;
  color: black;
  width: calc(50% - 40px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
  background: white;
  margin: 10px;
  text-decoration: none;
  cursor: pointer;
  min-height: 180px;
}
#ContainerMain .container .competences .competence:hover {
  background: white;
  color: black;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
  transform: translateY(-2px);
  transition: all 0.3s ease;
}
#ContainerMain .container .competences .competence svg,
#ContainerMain .container .competences .competence img {
  width: 50%;
  height: auto;
  fill: black;
  max-width: 80px;
}
@media screen and (max-width: 1200px) {
  #ContainerMain .container .competences .competence svg,
  #ContainerMain .container .competences .competence img {
    max-width: 70px;
  }
}
#ContainerMain .container .competences .competence p {
  text-align: center;
  margin: 20px 0;
  font-size: 18px;
  font-weight: normal;
}
@media screen and (max-width: 1200px) {
  #ContainerMain .container .competences .competence p {
    font-size: 16px;
  }
}
#ContainerMain .container .competences .competence p span {
  font-weight: bold;
}
#ContainerMain .container .caracteristiques {
  display: flex;
  flex-direction: row;
  padding: 20px;
  width: calc(100% - 40px);
  margin-bottom: -200px;
}
@media screen and (max-width: 800px) {
  #ContainerMain .container .caracteristiques {
    flex-direction: column;
    margin-bottom: 0px;
  }
}
#ContainerMain .container .caracteristiques .line {
  display: flex;
  flex-direction: row;
  width: 100%;
}
@media screen and (max-width: 400px) {
  #ContainerMain .container .caracteristiques .line {
    flex-direction: column;
    align-items: center;
  }
}
#ContainerMain .container .caracteristiques .caracteristique {
  padding: 20px;
  color: black;
  width: calc(50% - 20px);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin: 8px;
  background: white;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
}
#ContainerMain .container .caracteristiques .caracteristique svg,
#ContainerMain .container .caracteristiques .caracteristique img {
  width: 50%;
  height: auto;
  fill: black;
  max-width: 80px;
  margin-top: 15px;
}
@media screen and (max-width: 1200px) {
  #ContainerMain .container .caracteristiques .caracteristique svg,
  #ContainerMain .container .caracteristiques .caracteristique img {
    max-width: 70px;
  }
}
#ContainerMain .container .caracteristiques .caracteristique p {
  text-align: center;
  margin: 20px 0;
  font-size: 14px;
  font-weight: normal;
  padding: 0;
  color: black !important;
}
@media screen and (max-width: 1200px) {
  #ContainerMain .container .caracteristiques .caracteristique p {
    font-size: 12px;
  }
}
#ContainerMain .container .caracteristiques .caracteristique p span {
  display: inline-block;
  font-weight: bold;
}
#ContainerMain .container .activites {
  display: flex;
  flex-direction: row;
  width: 100%;
}
@media screen and (max-width: 900px) {
  #ContainerMain .container .activites {
    flex-direction: column;
  }
}
#ContainerMain .container .activites .twoActivites {
  display: flex;
  flex-direction: row;
  width: calc(50% - 20px);
}
@media screen and (max-width: 900px) {
  #ContainerMain .container .activites .twoActivites {
    width: 100%;
    margin: 0 !important;
  }
}
@media screen and (max-width: 500px) {
  #ContainerMain .container .activites .twoActivites {
    flex-direction: column;
  }
}
#ContainerMain .container .activites .twoActivites:first-child {
  margin-right: 10px;
}
#ContainerMain .container .activites .twoActivites:last-child {
  margin-left: 10px;
}
#ContainerMain .container .activites .twoActivites .activite {
  display: flex;
  flex-direction: column;
  width: calc(50% - 20px);
  cursor: pointer;
  padding: 10px;
}
@media screen and (max-width: 500px) {
  #ContainerMain .container .activites .twoActivites .activite {
    width: 100%;
    padding: 0px;
  }
  #ContainerMain .container .activites .twoActivites .activite:first-child {
    margin-right: 0px !important;
  }
  #ContainerMain .container .activites .twoActivites .activite:last-child {
    margin-left: 0px !important;
  }
}
#ContainerMain .container .activites .twoActivites .activite:first-child {
  margin-right: 10px;
}
#ContainerMain .container .activites .twoActivites .activite:last-child {
  margin-left: 10px;
}
#ContainerMain .container .activites .twoActivites .activite img {
  margin-bottom: 20px;
  width: 100%;
}
#ContainerMain .container .activites .twoActivites .activite h6 {
  width: 100%;
  font-size: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1200px) {
  #ContainerMain .container .activites .twoActivites .activite h6 {
    font-size: 18px;
  }
}
#ContainerMain .container .activites .twoActivites .activite p {
  text-align: justify;
}
@media screen and (max-width: 1200px) {
  #ContainerMain .container .activites .twoActivites .activite p {
    font-size: 14px;
  }
}
#ContainerMain .container .activites .twoActivites .activite:hover {
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
}
#ContainerMain .container .activites .twoActivites .activite:hover img {
  filter: brightness(50%);
  -webkit-filter: brightness(50%);
}
#ContainerMain .container .propositions {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
  margin-top: -100px;
}
@media screen and (max-width: 1300px) {
  #ContainerMain .container .propositions {
    margin-top: -40px;
  }
}
@media screen and (max-width: 1000px) {
  #ContainerMain .container .propositions {
    margin-top: 0px;
  }
}
#ContainerMain .container .propositions .containerPropositions {
  display: flex;
  flex-direction: row;
  width: 100%;
  align-items: stretch;
}
@media screen and (max-width: 800px) {
  #ContainerMain .container .propositions .containerPropositions {
    flex-direction: column;
  }
}
@media screen and (max-width: 1300px) {
  #ContainerMain .container .propositions .containerPropositions.two {
    flex-direction: column;
  }
}
#ContainerMain .container .propositions .containerPropositions .proposition {
  display: flex;
  flex-direction: column;
  width: calc(50% - 20px);
  padding: 20px;
  margin: 10px;
  background: white;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
  border: 2px solid #ffed00;
  background: white;
}
@media screen and (max-width: 800px) {
  #ContainerMain .container .propositions .containerPropositions .proposition {
    width: calc(100% - 40px);
    margin: 10px 0;
  }
}
#ContainerMain .container .propositions .containerPropositions .proposition h4 {
  font-size: 20px;
  margin-bottom: 20px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  #ContainerMain .container .propositions .containerPropositions .proposition h4 {
    font-size: 18px;
  }
}
#ContainerMain .container .propositions .containerPropositions .proposition p {
  text-align: justify;
  font-size: 16px;
  line-height: 24px;
  color: black;
}
@media screen and (max-width: 1200px) {
  #ContainerMain .container .propositions .containerPropositions .proposition p {
    font-size: 14px;
  }
}
#ContainerMain .container .phone {
  display: flex;
  flex-direction: row;
  width: 100%;
  align-items: center;
}
@media screen and (max-width: 800px) {
  #ContainerMain .container .phone {
    flex-direction: column;
  }
}
#ContainerMain .container .phone .phoneContainer {
  display: flex;
  flex-direction: row;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 600px) {
  #ContainerMain .container .phone .phoneContainer {
    flex-direction: column;
  }
}
#ContainerMain .container a {
  background-color: #ffff00;
  color: black;
  padding: 10px 30px;
  text-decoration: none;
  font-size: 16px;
  margin: 20px auto 20px 10px;
  font-weight: bold;
}
#ContainerMain .container a:first-child {
  margin: 20px 10px 20px auto;
}
#ContainerMain .container a:hover {
  background-color: black;
  color: #ffff00;
}
@media screen and (max-width: 600px) {
  #ContainerMain .container a {
    margin: 10px auto !important;
  }
}
#ContainerMain .container .containerText {
  display: flex;
  flex-direction: row;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1000px) {
  #ContainerMain .container .containerText {
    flex-direction: column;
  }
}
#ContainerMain .container .containerText p, #ContainerMain .container .containerText ul, #ContainerMain .container .containerText ol {
  width: calc(100% - 40px);
  text-align: justify;
  font-size: 16px;
  line-height: 24px;
  color: black;
  padding: 20px;
}
@media screen and (max-width: 1200px) {
  #ContainerMain .container .containerText p, #ContainerMain .container .containerText ul, #ContainerMain .container .containerText ol {
    font-size: 14px;
    width: 100%;
  }
}
@media screen and (max-width: 1000px) {
  #ContainerMain .container .containerText p, #ContainerMain .container .containerText ul, #ContainerMain .container .containerText ol {
    padding: 0px;
  }
}
#ContainerMain .container .containerText p.two, #ContainerMain .container .containerText ul.two, #ContainerMain .container .containerText ol.two {
  -moz-column-count: 2;
       column-count: 2;
  -moz-column-gap: 60px;
       column-gap: 60px;
  width: 100%;
  padding: 0;
}
@media screen and (max-width: 800px) {
  #ContainerMain .container .containerText p.two, #ContainerMain .container .containerText ul.two, #ContainerMain .container .containerText ol.two {
    -moz-column-count: 1;
         column-count: 1;
  }
}
#ContainerMain .container .containerText.one {
  flex-direction: column;
}
#ContainerMain .container .containerText.one a {
  margin: 20px auto;
}
#ContainerMain .container .containerText.two {
  flex-direction: column;
}
#ContainerMain .container .containerText.two p {
  -moz-column-count: 2;
       column-count: 2;
  -moz-column-gap: 20px;
       column-gap: 20px;
  width: 100%;
  margin-bottom: 20px;
  padding-left: 0;
  padding-right: 0;
}
@media screen and (max-width: 800px) {
  #ContainerMain .container .containerText.two p {
    -moz-column-count: 1;
         column-count: 1;
  }
}
#ContainerMain .container .containerText.two .btnDevis {
  margin-bottom: 20px;
}
#ContainerMain .container .containerText.withImg h3 {
  text-align: center;
}
#ContainerMain .container .containerText.withImg.right {
  flex-direction: row;
}
#ContainerMain .container .containerText.withImg.right .containerText p, #ContainerMain .container .containerText.withImg.right .containerText ul, #ContainerMain .container .containerText.withImg.right .containerText ol {
  width: calc(100% - 20px);
  padding-left: 0;
}
#ContainerMain .container .containerText.withImg.right .containerImg {
  margin-left: 40px;
}
@media (max-width: 1000px) {
  #ContainerMain .container .containerText.withImg.right {
    flex-direction: column;
  }
  #ContainerMain .container .containerText.withImg.right .containerImg {
    margin-left: 0;
    margin-top: 40px;
  }
}
#ContainerMain .container .containerText.withImg.left {
  flex-direction: row-reverse;
}
#ContainerMain .container .containerText.withImg.left .containerText p {
  width: calc(100% - 20px);
  padding-right: 0;
}
#ContainerMain .container .containerText.withImg.left .containerImg {
  margin-right: 40px;
}
@media (max-width: 1000px) {
  #ContainerMain .container .containerText.withImg.left {
    flex-direction: column;
  }
  #ContainerMain .container .containerText.withImg.left .containerImg {
    margin-right: 0;
    margin-top: 40px;
  }
}
#ContainerMain .container .containerText.withImg .containerImg {
  height: 400px;
  width: 100%;
}
@media (max-width: 600px) {
  #ContainerMain .container .containerText.withImg .containerImg {
    height: 300px;
  }
}
#ContainerMain .container .containerText.withImg .containerImg.entrepriseFamiliale {
  background: url(/images/a-propos/entreprise-familiale.png) no-repeat center center/cover;
}
#ContainerMain .container .containerText.withImg .containerImg.equipePolyvalente {
  background: url(/images/a-propos/equipe-polyvalente.png) no-repeat center center/cover;
}
#ContainerMain .container .containerText.withImg .containerImg.poseEnrobe {
  background: url(/images/amenagement-acces/pose-enrobe.png) no-repeat center center/cover;
}
#ContainerMain .container .containerText.withImg .containerImg.pavageDallage {
  background: url(/images/amenagement-acces/pavage-dallage.png) no-repeat center center/cover;
}
#ContainerMain .container .containerText.withImg .containerImg.enrobeChaud {
  background: url(/images/enrobe/enrobe-chaud.png) no-repeat center center/cover;
}
#ContainerMain .container .containerText.withImg .containerImg.solExterieur {
  background: url(/images/enrobe/sol-exterieur.png) no-repeat center center/cover;
}
#ContainerMain .container .containerText.withImg .containerImg.preparationTerrain {
  background: url(/images/enrobe/preparation-terrain.png) no-repeat center center/cover;
}
#ContainerMain .container .containerText.withImg .containerImg.enduitGravillonne {
  background: url(/images/goudronnage/enduit-gravillonne.png) no-repeat center center/cover;
}
#ContainerMain .container .containerText.withImg .containerImg.goudronnageMultiple {
  background: url(/images/goudronnage/goudronnage-multiple.png) no-repeat center center/cover;
}
#ContainerMain .container .containerText.withImg .containerImg.graviersStabilises {
  background: url(/images/gravillonnage/graviers-stabilises.png) no-repeat center center/cover;
}
#ContainerMain .container .containerText.withImg .containerImg.exterieurDrainant {
  background: url(/images/gravillonnage/exterieur-drainant.png) no-repeat center center/cover;
}
#ContainerMain .container .containerText.withImg .containerImg.drainerEau {
  background: url(/images/gravillonnage/drainer-eau.png) no-repeat center center/cover;
}
#ContainerMain .container .containerText.withImg .containerImg.materiaux {
  background: url(/images/pavage/materiaux.png) no-repeat center center/cover;
}
#ContainerMain .container .containerText.withImg .containerImg.qualite {
  background: url(/images/pavage/qualite.png) no-repeat center center/cover;
}
#ContainerMain .container .containerText.withImg .containerImg.borduresPaves {
  background: url(/images/pavage/bordures-paves.png) no-repeat center center/cover;
}
#ContainerMain .container .containerText.withImg .containerImg.preparationNivellement {
  background: url(/images/nivellement/preparation-nivellement.png) no-repeat center center/cover;
}
#ContainerMain .container .containerText.withImg .containerImg.remblaiement {
  background: url(/images/nivellement/remblaiement.png) no-repeat center center/cover;
}
#ContainerMain .container .containerText.withImg .containerImg.empierrement {
  background: url(/images/nivellement/empierrement.png) no-repeat center center/cover;
}
#ContainerMain .container .containerText.withImg .containerImg.eauxSouterraines {
  background: url(/images/drainage/eaux-souterraines.png) no-repeat center center/cover;
}
#ContainerMain .container .containerText.withImg .containerImg.drain {
  background: url(/images/drainage/drain.png) no-repeat center center/cover;
}
#ContainerMain .container .containerText.withImg .containerImg.fondations {
  background: url(/images/maconnerie/fondations.png) no-repeat center center/cover;
}
#ContainerMain .container .containerText.withImg .containerImg.renforcementSol {
  background: url(/images/maconnerie/renforcement-sol.png) no-repeat center center/cover;
}
#ContainerMain .container .containerText.withImg .containerImg.revetements {
  background: url(/images/amenagement-exterieur/revetements.png) no-repeat center center/cover;
}
#ContainerMain .container .containerText.withImg .containerImg.bordures {
  background: url(/images/amenagement-exterieur/bordures.png) no-repeat center center/cover;
}
#ContainerMain .container .containerText.withImg .containerImg.clotures {
  background: url(/images/amenagement-exterieur/clotures.png) no-repeat center center/cover;
}
#ContainerMain .container .containerText.withImg .containerImg.terrainsJeux {
  background: url(/images/amenagement-exterieur/terrains-jeux.png) no-repeat center center/cover;
}
#ContainerMain .container .containerText.withImg .containerImg.assainissementIndividuel {
  background: url(/images/assainissement/assainissement-individuel.png) no-repeat center center/cover;
}
#ContainerMain .container .containerText.withImg .containerImg.assainissementCollectif {
  background: url(/images/assainissement/assainissement-collectif.png) no-repeat center center/cover;
}
#ContainerMain .container .containerText.withImg .containerImg.toutAEgout {
  background: url(/images/assainissement-individuel/tout-a-egout.png) no-repeat center center/cover;
}
#ContainerMain .container .containerText.withImg .containerImg.fonctionnement {
  background: url(/images/assainissement-individuel/fonctionnement.png) no-repeat center center/cover;
}
#ContainerMain .container .containerText.withImg .containerImg.reseaux {
  background: url(/images/assainissement-collectif/reseaux.png) no-repeat center center/cover;
}
#ContainerMain .container .containerText.withImg .containerImg.assainissementCollectif {
  background: url(/images/assainissement-collectif/assainissement-collectif.png) no-repeat center center/cover;
}
#ContainerMain .container .containerText.withImg .containerImg.demolition {
  background: url(/images/demolition/demolition.png) no-repeat center center/cover;
}
#ContainerMain .container .containerText.withImg .containerImg.comment {
  background: url(/images/demolition/comment.png) no-repeat center center/cover;
}
#ContainerMain .container .containerText.twoParaph {
  flex-direction: row;
  align-items: center;
}
@media (max-width: 1000px) {
  #ContainerMain .container .containerText.twoParaph {
    flex-direction: column;
  }
}
#ContainerMain .container .containerText.twoParaph .containerText {
  flex-direction: column;
  width: calc(50% - 20px);
  padding: 20px;
}
@media screen and (max-width: 1000px) {
  #ContainerMain .container .containerText.twoParaph .containerText {
    width: 100%;
  }
}
#ContainerMain .container .containerText .map, #ContainerMain .container .containerText .decenale {
  width: auto;
  height: 100%;
  padding: 20px;
  max-height: 300px;
}
#ContainerMain .container .btnDevis {
  margin-top: 20px;
  text-align: center;
  width: 100%;
  display: flex;
  justify-content: center;
}
#ContainerMain .container .btnDevis a {
  background-color: #ffff00;
  color: black;
  padding: 10px 30px;
  text-decoration: none;
  font-size: 16px;
  margin: 0;
  font-weight: bold;
  display: inline-block;
}
#ContainerMain .container .btnDevis a:hover {
  background-color: black;
  color: #ffff00;
}
#ContainerMain .contact .containerContact {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
}
#ContainerMain .contact .containerContact .informations {
  padding: 10px 0;
  text-align: center;
}
#ContainerMain .contact .containerContact input, #ContainerMain .contact .containerContact textarea {
  border: 0;
  border-bottom: 1px dotted #1b9189 !important;
  margin: 10px 0;
  padding: 10px;
}
#ContainerMain .contact .containerContact input:focus, #ContainerMain .contact .containerContact textarea:focus {
  outline: none !important;
}
#ContainerMain .contact .containerContact input.error, #ContainerMain .contact .containerContact textarea.error {
  border-bottom: 1px dotted red !important;
}
#ContainerMain .contact .containerContact a {
  margin: 20px auto;
}
#ContainerMain .contact .containerContact #message_infos {
  display: block;
  font-size: 12px;
  margin-top: 10px;
}
#ContainerMain .contact .containerContact #message_infos.error {
  color: red;
}
#ContainerMain .contact .containerContact #message_infos.success {
  color: green;
}

#Map {
  width: 100%;
  height: 400px;
}
#Map iframe {
  width: 100% !important;
  height: 100% !important;
}

#Footer {
  background: black;
  color: white;
  display: flex;
  flex-direction: column;
}
#Footer .infosContainer {
  max-width: 1120px;
  padding: 40px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 0 auto;
  width: 100%;
}
@media screen and (max-width: 1300px) {
  #Footer .infosContainer {
    padding: 40px 20px;
    max-width: calc(90% - 40px);
  }
}
@media screen and (max-width: 1000px) {
  #Footer .infosContainer {
    flex-direction: column;
  }
}
@media screen and (max-width: 700px) {
  #Footer .infosContainer {
    max-width: calc(95% - 40px);
  }
}
#Footer .infosContainer .line {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
}
@media screen and (max-width: 1000px) {
  #Footer .infosContainer .line {
    width: 100%;
    margin-bottom: 20px;
  }
}
#Footer .infosContainer .line .title {
  font-size: 20px;
  margin-bottom: 20px;
  font-weight: bold;
  font-variant: small-caps;
  padding-left: 15px;
  border-left: 3px solid #ffff00;
}
@media screen and (max-width: 1000px) {
  #Footer .infosContainer .line .title {
    margin-bottom: 30px;
    font-size: 18px;
  }
}
#Footer .infosContainer .line .infos {
  display: flex;
  flex-direction: column;
  font-size: 14px;
}
@media screen and (max-width: 1000px) {
  #Footer .infosContainer .line .infos {
    font-size: 12px;
  }
}
#Footer .infosContainer .line .infos.link {
  width: -moz-fit-content;
  width: fit-content;
}
#Footer .infosContainer .line .infos .info {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 20px;
  color: white;
}
#Footer .infosContainer .line .infos .info.plan {
  margin-bottom: 5px;
}
#Footer .infosContainer .line .infos .info.plan span {
  text-decoration: underline;
}
#Footer .infosContainer .line .infos .info i {
  color: #ffff00;
  font-size: 20px;
  margin-right: 15px;
}
@media screen and (max-width: 1000px) {
  #Footer .infosContainer .line .infos .info i {
    font-size: 16px;
  }
}
#Footer .infosContainer .line .infos .info p {
  padding: 0;
  cursor: pointer;
}
#Footer .infosContainer .line .infos .info .horraire {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
#Footer .infosContainer .line .infos .info .horraire .day {
  display: flex;
  flex-direction: row;
  width: 180px;
}
#Footer .infosContainer .line .infos .info .horraire .day .hour {
  margin-left: auto;
}
#Footer .realised {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  font-size: 14px;
  margin-bottom: 30px;
  color: white;
  font-style: italic;
}
@media screen and (max-width: 1000px) {
  #Footer .realised {
    font-size: 12px;
  }
}
#Footer .realised .info {
  margin-bottom: 20px;
}
#Footer .realised .legal a {
  color: white;
  text-decoration: underline !important;
}

.loader {
  text-align: center;
  padding: 30px;
}
.loader img {
  width: 50px;
}

.gallery {
  text-align: center;
  display: none;
}
.gallery .folder, .gallery .picture {
  display: inline-flex;
  width: 25%;
  background-size: cover;
  opacity: 1;
  float: left;
}
@media (max-width: 800px) {
  .gallery .folder, .gallery .picture {
    width: 33.3333333333%;
  }
}
@media (max-width: 400px) {
  .gallery .folder, .gallery .picture {
    width: 50%;
  }
}
.gallery .folder .lien, .gallery .picture .lien {
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  text-decoration: none;
  color: #FFFFFF;
  font-variant: small-caps;
  transition: 0.3s;
  overflow: hidden;
}
.gallery .folder .lien:hover, .gallery .picture .lien:hover {
  background-color: rgba(255, 237, 0, 0.6);
}
.gallery .folder .lien img, .gallery .picture .lien img {
  width: auto;
  height: 100%;
}
.gallery .folder .lien img:hover, .gallery .picture .lien img:hover {
  filter: brightness(50%);
  -webkit-filter: brightness(50%);
}
.gallery .gallerie_vide {
  margin: 50px 0;
}
.gallery .chemin {
  font-size: 20px;
  padding-bottom: 5px;
  margin-bottom: 20px;
  border-bottom: 1px solid #000000;
  display: flex;
  width: 100%;
}
.gallery .chemin .retour {
  margin-right: 10px;
}
.gallery .chemin .retour i {
  padding: 5px;
  color: #000000;
}
.gallery .chemin .retour i:hover {
  color: #ffed00;
}
.gallery .chemin .name {
  font-variant: small-caps;
  width: 100%;
  text-align: left;
  line-height: 30px;
}

#zoom_photo {
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  color: white;
  flex-direction: column;
  display: none;
}
#zoom_photo a {
  color: white !important;
}
#zoom_photo .top {
  font-size: 20px;
  padding: 20px;
  width: calc(100% - 40px);
  text-align: right;
}
#zoom_photo .corps {
  display: flex;
  flex-direction: row;
  height: calc(100vh - 120px);
  _background: red;
}
#zoom_photo .corps .arrow {
  width: 50px;
  font-size: 40px;
  display: flex;
}
#zoom_photo .corps .arrow a {
  margin: auto;
}
#zoom_photo .corps .photo {
  width: 100%;
  text-align: center;
  display: flex;
}
#zoom_photo .corps .photo img {
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}
#zoom_photo .title {
  text-align: center;
  line-height: 60px;
}
@media (max-width: 850px) {
  #zoom_photo .title {
    display: none;
  }
}/*# sourceMappingURL=new.css.map */