* {
  box-sizing: border-box !important;
}

a {
  text-decoration: none;
  color: #394855;
}

a:link,
a:visited,
a:hover,
a:active {
  outline: none;
}

a img {
  border: none;
}

input,
input:active,
input:focus {
  outline: 0;
  outline-style: none;
  outline-width: 0;
}

.inputField {
  display: none;
}

ul {
  padding-left: 10px;
}

li {
  list-style: none;
}

ul.disc li {
  list-style-type: disc;
  padding-bottom: 1.2rem;
}

ul.disc.nopad li {
  list-style-type: disc;
  padding-bottom: 0rem;
}

.listinline li {
  display: inline-block;
}

.block {
  display: block;
}

.inbl {
  display: inline-block;
  vertical-align: top;
}

.inline {
  display: inline;
}

.none {
  display: none;
}

.table {
  display: table;
}

.cell {
  display: table-cell;
}

.hid {
  visibility: hidden;
}

.left {
  float: left;
}

.right {
  float: right;
}

.clear:before,
.clear:after {
  content: " ";
  display: table;
}

.clear:after {
  clear: both;
}

.rel {
  position: relative;
}

.abs {
  position: absolute;
}

.fixed {
  position: fixed;
  top: 0;
  z-index: 10000;
}

.bt0 {
  bottom: 0;
}

.center {
  margin: auto;
}

.noPad {
  padding: 0 !important;
}

.txtcenter {
  text-align: center;
}

.txtleft {
  text-align: left;
}

.txtright {
  text-align: right;
}

.just {
  text-align: justify;
}

.under,
.link:hover {
  text-decoration: underline;
}

.bold {
  font-weight: bold;
}

strong {
  font-weight: 400 !important;
}

.ital {
  font-style: italic;
}

.pointer:hover {
  cursor: pointer;
}

.rad100 {
  border-radius: 100%;
}

.white {
  color: #fff;
}

.dark {
  color: #333 !important;
}

.bgf5 {
  background: #f5f7fa;
}

.bgf8 {
  background: #f8f8f8;
}

.bgfe {
  background: #fefefe;
}

.bgfb {
  background: #fbfbfb;
}

.bgec {
  background: #eceef1;
}

.undergrey {
  border-bottom: 1px solid #c7d1da;
}

.lightRed {
  color: rgb(206, 29, 29);
}

.red {
  color: rgb(166, 19, 19);
}

.bgRed1 {
  background: rgb(166, 19, 19);
}

.bgRed2,
.button.btRed {
  background: rgb(128, 17, 17);
}

.bgRed3 {
  background: rgb(94, 9, 9);
}

.lightGrey {
  color: rgb(163, 184, 207);
}

.grey {
  color: rgb(70, 99, 132);
}

.blue {
  color: #1e87f0;
}

.blueGrey {
  color: #466384;
}

.bgBlueGrey {
  background: #466384;
}

.blueModal {
  background: #1e87f0;
}

.gold {
  color: #ffcf25;
}

.bgGold {
  background: #e09509;
}

.anis {
  color: #ccd774;
}

.clearBeige {
  color: #d1c8ba;
}

.beige {
  color: #7c7974;
}

.lin {
  color: #dad8d1;
}

.bgClearLin {
  background: #f8f8f7;
}

.bgLin {
  background: #f1f1ef;
}

.bgDarkLin {
  background: #d8d8d8;
}

.bgBeige {
  background: rgb(124, 121, 116);
}

.bgSable {
  background: rgba(255, 254, 253, 0.9);
}

.bgDarkBeige {
  background: #4c4c4c;
}

.green {
  color: #8baa00;
}

.orange {
  color: #ea7500;
}

.bgOrange {
  background: #ce7707;
}

.bgfff {
  background: #fff;
}

.bgfb {
  background: #fbfbfb;
}

.bgeb {
  background: #ebebeb;
}

.bgf2 {
  background: #f2f2f2;
}

.transparent {
  background: rgba(0, 0, 10, 0.8);
}

.polar {
  background: rgba(0, 0, 0, 0.5);
}

.lightPolar {
  background: rgba(30, 30, 30, 0.4);
}

.darkPolar {
  background: rgba(0, 0, 0, 0.7);
}

.whitePolar {
  background: rgba(50, 50, 50, 0.6);
}

.polarblue {
  background: rgba(50, 77, 101, 1);
}

.bluePolar {
  background: rgba(70, 99, 132, 0.1);
}

.darkBlue {
  background: #283d50;
}

.w10 {
  width: 10%;
}

.w20 {
  width: 20%;
}

.w25 {
  width: 25%;
}

.w30 {
  width: 30%;
}

.w40 {
  width: 40%;
}

.w50 {
  width: 50%;
}

.w60 {
  width: 60%;
}

.w70 {
  width: 70%;
}

.w75 {
  width: 75%;
}

.w80 {
  width: 80%;
}

.w90 {
  width: 90%;
}

.w98 {
  width: 98%;
}

.w100 {
  width: 100%;
}

/* -- Viewport --*/

.vw50 {
  width: 50vw;
}

.vw75 {
  width: 75vw;
}

.vw80 {
  width: 80vw;
}

.vw90 {
  width: 90vw;
}

.vw98 {
  width: 98vw;
}

.vw100 {
  width: 100vw;
}

.w50p {
  width: 50px;
}

.w80p {
  width: 80px;
}

.w100p {
  width: 100px;
}

.w150p {
  width: 150px;
}

.w170p {
  width: 170px;
}

.w200p {
  width: 200px;
}

.w300p {
  width: 300px;
}

.w360p {
  width: 360px;
}

.w400p {
  width: 400px;
}

.w500p {
  width: 500px;
}

.w600p {
  width: 600px;
}

.w700p {
  width: 700px;
}

.w800p {
  width: 800px;
}

.w960p {
  width: 960px;
}

.w1140p {
  width: 1140px;
}

.h100 {
  height: 100%;
}

.ma0 {
  margin: 0;
}

.pa0 {
  padding: 0;
}

.ma1 {
  margin: 10px;
}

.ma2 {
  margin: 20px;
}

.ma3 {
  margin: 30px;
}

.pa1 {
  padding: 10px;
}

.pa2 {
  padding: 20px;
}

.pa3 {
  padding: 30px;
}

.mt0 {
  margin-top: 0;
}

.mt1 {
  margin-top: 10px;
}

.mt2 {
  margin-top: 20px;
}

.mt3 {
  margin-top: 30px;
}

.mt4 {
  margin-top: 40px;
}

.mr0 {
  margin-right: 0;
}

.mr1 {
  margin-right: 10px;
}

.mr2 {
  margin-right: 20px;
}

.mr3 {
  margin-right: 30px;
}

.mb0 {
  margin-bottom: 0;
}

.mb1 {
  margin-bottom: 10px;
}

.mb2 {
  margin-bottom: 20px;
}

.mb3 {
  margin-bottom: 30px;
}

.ml0 {
  margin-left: 0;
}

.ml1 {
  margin-left: 10px;
}

.ml2 {
  margin-left: 20px;
}

.ml3 {
  margin-left: 30px;
}

.pt0 {
  padding-top: 0;
}

.pt05 {
  padding-top: 5px;
}

.pt1 {
  padding-top: 10px;
}

.pt2 {
  padding-top: 20px;
}

.pt3 {
  padding-top: 30px;
}

.pr0 {
  padding-right: 0;
}

.pr1 {
  padding-right: 10px;
}

.pr2 {
  padding-right: 20px;
}

.pr3 {
  padding-right: 30px;
}

.pb0 {
  padding-bottom: 0;
}

.pb1 {
  padding-bottom: 10px;
}

.pb2 {
  padding-bottom: 20px;
}

.pb3 {
  padding-bottom: 30px;
}

.pl0 {
  padding-left: 0;
}

.pl1 {
  padding-left: 10px;
}

.pl2 {
  padding-left: 20px;
}

.pl3 {
  padding-left: 30px;
}

.pl4 {
  padding-left: 40px;
}

.fs12 {
  font-size: 1.2rem;
}

.fs13 {
  font-size: 1.3rem;
}

.fs14 {
  font-size: 1.4rem;
}

.fs18 {
  font-size: 1.8rem;
}

.fs2 {
  font-size: 2rem;
}

.fs25,
.prixtrans {
  font-size: 2.5rem;
}

.fs3 {
  font-size: 2.8rem;
}

.fs35 {
  font-size: 3.5rem;
}

.fs4 {
  font-size: 4rem;
}

h1,
.fw300 {
  font-weight: 300 !important;
}

.fw400 {
  font-weight: 400 !important;
}

.fw500 {
  font-weight: 500 !important;
}

.fw600 {
  font-weight: 600 !important;
}

.rad3,
.ajax-file-upload {
  border-radius: 3px;
}

.arial {
  font-family: Arial, sans-serif;
}

.material-icons.md-18 {
  font-size: 18px;
}

.material-icons.md-24 {
  font-size: 24px;
}

.material-icons.md-36 {
  font-size: 36px;
}

.material-icons.md-48 {
  font-size: 48px;
}

.material-icons.mat {
  position: relative;
  top: 8px;
  font-size: 36px;
}

.ico18 {
  width: 18px;
  height: 18px;
}

.ico24 {
  width: 24px;
  height: 24px;
}

.ico28 {
  width: 28px;
  height: 28px;
}

.ico32 {
  width: 32px;
  height: 32px;
}

.ico48 {
  width: 48px;
  height: 48px;
}

.ico64 {
  width: 64px;
  height: 64px;
}

.ico96 {
  width: 96px;
  height: 96px;
}

img {
  vertical-align: middle;
  border: none;
}

.triangle,
.iconMail,
#emails li {
  position: relative;
}

#emails li {
  padding-bottom: 8px;
  cursor: pointer;
  text-decoration: underline;
}

.triangle::after {
  content: "\25B6";
  position: absolute;
  margin-left: 6px;
  font-size: 1.4rem;
  color: #4273a8;
  text-decoration: none;
}

.chevron::after {
  content: "&rsaquo;";
  position: absolute;
  margin-left: 6px;
  font-size: 1.4rem;
  color: #4273a8;
  text-decoration: none;
}

.iconMail:before,
#emails li:before {
  content: "\2709";
  position: absolute;
  top: 0;
  font-size: 3rem;
  text-decoration: none;
}

.iconMail,
#emails li:before {
  padding-left: 35px;
}

.iconMail:before {
  left: 0;
  color: #4273a8;
}

#emails li:before {
  left: -80px;
  color: #fff;
}

/*-----------------------------------------STRUCTURE----------------------------------------*/

html,
body,
p {
  margin: 0;
  padding: 0;
}

html {
  min-height: 100%;
  /* Indispensable pour un overlay en position absolute qui fasse réellement 100% de la hauteur du contenu */
  position: relative;
  font-size: 62.5%;
}

body {
  min-height: 100%;
  background: #fff;
  font-family: "Work Sans", sans-serif;
  /* font-family: 'Roboto', sans-serif;*/
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: 400;
  color: #51585e;
}

section {
  padding-top: 30px;
}

section.largePad {
  padding: 70px 0;
}

section.topSection {
  padding-top: 0;
  height: 50vh;
  min-height: 450px;
  background-size: cover;
}

section.lastSection {
  padding-bottom: 70px;
}

section>div,
section>img {
  max-width: 1300px;
  margin: auto !important;
}

section.fullSection>div,
section.fullSection>img {
  max-width: 100% !important;
}

section>img {
  width: 100%;
}

section>h2,
section>h3 {
  max-width: 1300px;
  margin: auto !important;
}

.topLeft {
  min-width: 450px;
  overflow: hidden;
}

.pageTitle {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
    Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-size: 4rem;
  font-weight: 300;
}

.fullTitle {
  height: 50px;
  line-height: 50px;
}

h1,
h2,
h3 {
  font-weight: normal;
}

.h1,
#h2Estim {
  font-size: 4.5rem;
  font-weight: lighter;
}

.h2 {
  font-size: 3.5rem;
}

.h3 {
  font-size: 2.5rem;
}

.parag {
  margin-bottom: 1.2rem;
}

.button {
  min-width: 120px;
  height: 45px;
  line-height: 45px;
  padding: 0 16px;
  text-align: center;
  border-radius: 6px;
  cursor: pointer;
}

.button.form {
  margin-top: 3rem;
  font-size: 2rem;
}

/*---------------  Contact  -------------*/

.modalForm {
  width: 600px;
  margin: 20px auto 50px auto;
  padding: 20px 30px 50px 30px;
}

.modalForm textarea,
#formAlert textarea {
  min-height: 200px;
}

.closeform {
  top: 10px;
  right: 10px;
}

input.failed,
textarea.failed {
  border: 2px solid #e37d00 !important;
}

input.failed:after {
  position: absolute;
  right: 0;
  bottom: 10px;
  color: #e37d00;
  font-size: 1.4rem;
}

.input.failed {
  color: #e37d00 !important;
}

#js-scroll-trigger {
  position: fixed;
  bottom: 30px;
  right: 15px;
  border-radius: 100% 100% 100% 100%;
  width: 50px;
  height: 50px;
  background: #e09509 url(../images/icones/scrollup.svg) no-repeat center center;
  background-size: 24px;
}

.flex2>div {
  width: 45%;
  padding: 0 2.5%;
}

.plus {
  width: 180px;
  margin-top: 15px;
  padding: 10px;
  text-align: center;
  cursor: pointer;
}

.plus.min {
  height: 80px;
}

.plus a {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff !important;
}

.plusRed {
  border: 1px solid#fff;
}

.plusGrey {
  border: 1px solid rgb(70, 99, 132);
}

.plusRed a {
  color: #fff !important;
}

.plusGrey a {
  color: rgb(70, 99, 132) !important;
}

.bred {
  border-bottom: 6px solid #a61313;
}

.bgAnis {
  background: #b6c068;
}

.bgDarkAnis {
  background: #8f974d;
}

.bgBlue {
  background: #466384;
}

.banis {
  border-bottom: 6px solid #ccd774;
}

.bgrey {
  border-left: 10px solid rgb(70, 99, 132);
}

.bBeige {
  border-left: 6px solid #7c7974;
}

/*-------------- header --------------*/

#header {
  height: 110px;
  position: relative;
  z-index: 1000;
}

#header>div {
  margin-left: auto;
  order: 2;
}

.espace {
  display: block;
  height: 35px;
  line-height: 35px;
  margin-right: 30px;
  padding: 0 16px;
  font-size: 1.4rem;
  cursor: pointer;
  border-radius: 30px;
}

.espace:hover {
  background: #3b5574;
}

.users {
  top: -3px;
  left: -2px;
}

#accounts>a {
  display: block;
}

#accounts>a:last-child {
  margin-left: 20px;
}

#logo {
  width: 260px;
  height: 100px;
  margin-right: 2rem;
  background: url(../images/logo/logo-devictor.svg) no-repeat left center;
  background-size: contain;
}

.fontlogo {
  font-family: "Times New Roman", serif;
  font-size: 20px;
  font-size: 5rem;
  line-height: 1rem;
}

#since {
  font-size: 2.5rem;
  color: #7792ad;
}

#menu {
  min-width: 400px;
  max-width: 550px;
}

#menu a,
#menu span {
  color: #466384;
  font-size: 1.7rem;
  font-weight: 500;
  margin-right: 50px;
}

#topContact {
  width: auto;
}

/*-------------- FOOTER --------------*/

footer li {
  list-style: disc;
  padding-bottom: 0.5rem;
}

footer li:first-child {
  list-style: none;
  padding-bottom: 1.5rem;
}

#footContent a,
#legal a,
#media p {
  font-size: 1.5rem;
  color: #dad8d1;
}

#footContent a:hover {
  text-decoration: underline;
}

#footContent {
  max-width: 770px;
  padding-top: 50px;
}

#mentions {
  margin-top: 30px;
  padding: 5% 10%;
}

#legal {
  padding: 50px 0;
}

/*-----------------------  PAGE ------------------------------*/

.fullFrame {
  width: 100%;
  min-height: 60vh;
}

.grid2 {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 3rem;
}

.hat {
  font-size: 2.2rem;
  line-height: 3.2rem;
}

.intro {
  float: left;
  width: 50%;
}

.schem2 {
  display: none;
}

.chapeau {
  margin: 10px auto 30px auto;
  padding: 35px 40px 25px 40px;
}

.encadre ul {
  padding: 10px 10px 0 30px;
}

.encadre li {
  padding: 0 0 7px 10px;
}

#switch2 {
  position: absolute;
  top: -10000px;
}

.main-content h1 {
  margin-bottom: 25px;
  text-align: center;
}

.main-content h2 {
  line-height: 2em;
}

.main-content h3 {
  color: #006699;
  line-height: 3em;
}

.main-content h4 {
  line-height: 2.2em;
}

.mediumfont {
  font-size: 1.5em;
}

.insert {
  margin: auto;
  padding: 20px;
  border-bottom: 1px solid #cfdce4;
}

.redBox {
  padding: 30px;
  background: #a61313;
}

.redBox ul {
  padding-left: 20px;
}

.redBox,
.redBox li a {
  color: #fff;
}

#advert {
  border-top: 1px solid #edf1f8;
  border-radius: 20px 0 20px 0;
  background: #fcfdfe;
}

#uladvert {
  width: 320px;
}

#propbien {
  top: 0;
  bottom: 0;
  right: 0;
  left: 75%;
  cursor: pointer;
}

#formdepot {
  width: 80%;
  padding: 5%;
  background: #fcfdfe;
}

#depot {
  width: 90%;
}

#depot input[type="text"] {
  height: 25px;
}

#depot span {
  width: 20%;
  min-width: 180px;
  display: inline-block;
  margin: 5px 0;
}

#projet span {
  width: 120px;
  min-width: 120px;
}

#depot input[type="text"] {
  width: 70%;
  min-width: 120px;
}

#depot textArea {
  width: 100%;
  min-height: 150px;
}

#depot select {
  width: 200px;
  height: 30px;
  border: 1px solid #94a7be;
}

#formdep {
  width: 180px;
  padding: 8px;
  border: 1px solid #94a7be;
  border-radius: 15px 0 15px 0;
}

#formdep:hover {
  color: #fff;
}

#cloud {
  top: 25px;
  left: -20px;
}

.bglGrey {
  background: #9098a3;
}

/*---------------  Accueil  -------------*/

#topCont {
  height: 45vh;
}

#topLeft {
  background: #f8f8f8;
}

#cab {
  margin-bottom: 4rem;
}

#video {
  max-height: 650px;
}

@media (orientation: landscape) {
  #video {
    height: calc(100vh - 200px);
    overflow: hidden;
  }
}

@media (orientation: portrait) {
  #video {
    height: calc(100vw * 3 / 5);
    overflow: hidden;
  }
}

#port-de-marseille {
  width: 100%;
  height: calc(100% + 200px);
  object-fit: cover;
  position: absolute;
  top: -200px;
}

#frontSearch {
  width: 100%;
  height: 100px;
  background: rgba(20, 20, 20, 0.5);
  bottom: 0;
  z-index: 1000;
}

.services {
  width: 45%;
  min-height: 350px;
  position: relative;
}

.services a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

#serv1 {
  margin-right: 30px;
  background: url(../images/mandat.jpg) no-repeat left center;
  background-size: cover;
}

#serv2 {
  background: url(../images/traverse-2.jpg) no-repeat left center;
  background-size: cover;
}

#serv3 {
  margin-right: 30px;
  background: url(../images/portail4.jpg) no-repeat left center;
  background-size: cover;
}

#serv4 {
  background: url(../images/topsynd3.jpg) no-repeat left center;
  background-size: cover;
}

#lgac,
#sldac,
#sldac img {
  width: 350px;
  height: 200px;
}

#syndGer {
  padding-top: 50px;
}

#louer {
  width: 600px;
  border-radius: 500%;
  z-index: 20000;
}

#rent {
  top: calc(70% - 50px);
  left: 5%;
  width: 45%;
}

#vendre {
  background: #e09509 url(../images/homeT2.jpg) no-repeat right top;
  background-size: cover;
}

#gerer {
  background: #e09509 url(../images/syndic-7.webp) no-repeat right center;
  background-size: cover;
}

.carre {
  width: 70px;
  height: 70px;
  position: relative;
  top: 10px;
  margin-right: 20px;
}

.carre.sqa {
  background-color: #b6c068;
}

.carre.sqg {
  background-color: #e09509;
}

#agence {
  min-height: 600px;
}

#cabinet {
  z-index: 100;
}

/*---------------  Formulaire de recherche  ------------------------------*/

#find {
  width: 100%;
  height: 80px;
  padding: 0 4rem 0 4rem;
}

#find>div {
  text-align: center;
}

#find .button {
  width: 220px;
  height: 46px;
  line-height: 46px;
  padding: 0 12px;
  font-size: 2rem;
  border-radius: 0;
  color: rgb(63, 71, 82);
  transition: 0.35s;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

#find .button:hover {
  --width: 240px;
  width: var(--width);
  cursor: pointer;
  background: #ec7201;
  box-shadow: inset calc(var(--width) + 10rem) 0 0 0 #ffa42d;
  color: #fff;
}

#services {
  margin-top: 30px;
  font-size: 4rem;
  font-weight: lighter;
}

.enginebutton {
  width: 260px;
  text-align: center;
  border-right: 1px solid #dbe5ed;
  background: #f2f2f2;
  color: #5c748b;
}

.bgGrey {
  background: #2f3c4d;
}

input::-webkit-input-placeholder {
  font-family: arial;
  color: #96989b !important;
  font-weight: normal;
  opacity: 1;
}

input::-moz-placeholder {
  font-family: arial;
  color: #96989b !important;
  font-weight: normal;
  opacity: 1;
}

/* firefox 19+ */
input:-ms-input-placeholder {
  font-family: arial;
  color: #96989b !important;
  font-weight: normal;
  opacity: 1;
}

/* ie */
input:-moz-placeholder {
  font-family: arial;
  color: #96989b !important;
  font-weight: normal;
  opacity: 1;
}

input:focus::-webkit-input-placeholder {
  color: transparent !important;
}

input:focus:-moz-placeholder {
  color: transparent !important;
}

/* FF 4-18 */
input:focus::-moz-placeholder {
  color: transparent !important;
}

/* FF 19+ */
input:focus:-ms-input-placeholder {
  color: transparent !important;
}

textarea:focus::-webkit-input-placeholder {
  color: transparent !important;
}

textarea:focus:-moz-placeholder {
  color: transparent !important;
}

/* FF 4-18 */
textarea:focus::-moz-placeholder {
  color: transparent !important;
}

/* FF 19+ */
textarea:focus:-ms-input-placeholder {
  color: transparent !important;
}

#moteur>div {
  position: relative;
}

.checklist {
  width: 460px;
  padding: 15px 30px 60px 30px;
  position: absolute;
  display: none;
  z-index: 1000;
  background: #fff;
  color: #1b354f;
}

.checklist>div:first-child {
  height: auto;
  padding: 20px 0 0 20px;
}

.biens>div {
  width: 100%;
}

.codes>div,
.pieces>div {
  width: 50%;
}

.codes>div:last-child,
.pieces>div:last-child {
  width: 100%;
}

.enginebutton,
.enginebutton input[type="text"],
.enginebutton label {
  height: 50px;
  line-height: 50px;
}

.enginebutton input[type="text"],
.enginebutton label {
  display: block;
  border: none;
}

.enginebutton input[type="text"] {
  color: #1b354f;
  font-size: 1.6rem;
  text-align: center;
}

.engine input[type="checkbox"],
.engine input[type="radio"] {
  display: none;
}

.engine input[type="checkbox"]+label,
.engine input[type="radio"]+label {
  display: block;
  position: relative;
  background: transparent;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.engine input[type="checkbox"]+label {
  padding-left: 25px;
  padding-bottom: 12px;
}

.engine input[type="checkbox"]+label:before,
.engine input[type="radio"]+label:before,
.radio+label:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  left: -8px;
  top: 0;
  -webkit-transition: all 0.12s, border-color 0.08s;
  transition: all 0.12s, border-color 0.08s;
}

.engine input[type="checkbox"]+label:before {
  border: 1px solid #235689;
}

.engine input[type="checkbox"]:checked+label:before {
  width: 10px;
  top: -5px;
  left: -6px;
  border-radius: 0;
  border: 2px solid #235689;
  border-top-color: transparent;
  border-left-color: transparent;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.engine input[type="radio"]:checked+label:before,
.checked+label:before {
  width: 10px;
  border-radius: 0;
  border: 2px solid #235689;
  border-top-color: transparent;
  border-left-color: transparent;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.engine input[type="radio"]:checked+label:before {
  top: 7px;
  left: 75%;
}

.checked+label:before {
  top: 5px !important;
  left: 15px !important;
}

#counter {
  margin: 15px auto 0 auto;
  background: #d96d20;
}

.counter {
  left: 0px;
  right: 0;
  bottom: 0;
  height: 50px;
  line-height: 50px;
}

.openinput:after,
.closeinput:after {
  position: absolute;
  top: 1px;
  right: 10px;
}

.openinput:after,
.closeinput:after {
  font-size: 1.5rem;
  color: #fff;
  font-size: 1.5rem;
}

.openinput:after {
  content: "\25BC";
}

.closeinput:after {
  content: "\25B2";
}

.unit:after {
  position: absolute;
  top: 0;
  right: 20px;
  z-index: 100;
  color: #1b354f;
  font-size: 1.8rem;
}

#unitS {
  content: "m²";
}

/*----------------  TRANSAC ----------------*/

#notice {
  font-size: 12px;
  font-size: 1.2rem;
}

.data {
  height: 25px;
  color: red;
  font-size: 12px;
  position: relative;
  top: -10px;
}

.bgdata {
  background-color: #f2a600;
}

#slogLoc {
  max-width: 640px !important;
  min-width: 300px;
  padding: 0 20px;
}

/*-------------- gestion/syndic/invest --------------*/

#dia2 {
  background: url(../images/topsynd.jpg) no-repeat right top;
  background-size: cover;
}

#dia3 {
  background: url(../images/bg002.jpg) no-repeat left top;
  background-size: cover;
}

#dia4 {
  background: url(../images/coprodir.jpg) no-repeat left top;
  background-size: cover;
  min-height: calc(100vh - 300px);
}

#dia5 {
  background: url(../images/extraloc3.jpg) no-repeat right top;
  background-size: cover;
  min-height: calc(100vh - 170px);
}

#dia6 {
  background: url(../images/extrasynd.jpg) no-repeat center bottom;
  background-size: cover;
}

#dia7 {
  background: url(../images/vente-immo.jpg) no-repeat left bottom;
  background-size: cover;
}

#dia8 {
  background: url(../images/estimation.jpg) no-repeat left bottom;
  background-size: cover;
}

#topVente {
  background: url(../images/topVente.jpg) no-repeat left center;
}

#topCont {
  background: url(../images/agence-pano.jpg) no-repeat left center;
  background-size: cover;
}

#alertlist {
  background: url(../images/agence-pano.jpg) no-repeat left top;
  background-size: cover;
}

#coprodir {
  padding: 15px 20px;
}

.connexion {
  margin: 5rem auto 3rem auto;
  padding: 5rem;
}

.contactServ {
  width: 700px;
  min-width: 300px;
  padding: 40px 50px 50px 50px;
  height: 100%;
}

#imgSynd {
  background: url("../images/topsynd2.jpg") no-repeat center center;
  background-size: cover;
}

.GestSynd {
  padding: 50px 5% 0 5%;
}

.subsection {
  padding-top: 30px;
}

#mandatlist {
  padding: 0 5%;
}

#imgMandat {
  background: url("../images/gestion-a.jpg") no-repeat center center;
  background-size: cover;
}

#mission {
  padding: 30px 30px 0 50px;
}

#h1Estim,
#h2Estim {
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
}

#h1Estim {
  top: 10%;
}

#h2Estim {
  top: 25%;
}

#estimez {
  width: 500px;
}

#estim {
  margin: auto;
  padding-top: 24px;
}

#js-progressbar,
#formEstim {
  width: 650px;
  margin: auto;
}

#formEstim {
  padding: 2% 3% 5% 3%;
  margin-top: 20px;
}

#formEstim h3 {
  font-size: 3rem;
  color: #324d65;
}

#formEstim ul {
  padding: 0;
}

#formEstim input[type="text"] {
  margin-bottom: 12px;
  font-size: 1.8rem;
  color: #3f6382;
}

#formEstim input:focus,
#formEstim textarea:focus {
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: 1px solid #673ab7;
  outline-width: 0;
}

#formEstim textarea {
  width: 100%;
  min-height: 150px;
  margin-top: 20px;
  padding: 10px;
  font-family: "Work Sans", sans-serif;
}

.radios label {
  margin: 0 12px 12px 0;
  cursor: pointer;
}

.step {
  width: 100%;
  min-height: 600px;
  display: none;
  position: relative;
  margin: auto;
  padding: 12px;
}

.step:first-child {
  display: block;
}

.formNav {
  bottom: 10px;
  left: 0;
  right: 0;
}

.prevNav,
.nextNav,
#lastNav {
  width: 140px;
  height: 50px;
  line-height: 50px;
  position: relative;
  color: #fff;
  margin: 30px 30px 0 0;
  text-align: center;
  cursor: pointer;
  border-radius: 4px;
}

.prevNav,
.nextNav {
  background: #235689;
}

#lastNav {
  background: #e09509;
}

.prevNav {
  padding-left: 15px;
}

.nextNav,
#lastNav {
  padding-right: 10px;
}

.prevNav:after,
.nextNav:after {
  font-size: 3.5rem;
  position: absolute;
  top: -1px;
}

.prevNav:after {
  content: "\01F890";
  left: 10px;
}

.nextNav:after {
  content: "\01F892";
  right: 20px;
}

.labelLi {
  width: 200px;
  position: relative;
  top: 5px;
}

.labelLi.small {
  width: 80px;
}

.square input[type="radio"]+label {
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
}

.medium input[type="radio"]+label,
.medium input[type="checkbox"]+label {
  width: 85px;
  height: 45px;
  line-height: 45px;
  text-align: center;
}

.large input[type="radio"]+label,
.large input[type="checkbox"]+label {
  width: 155px;
  height: 45px;
  line-height: 45px;
  text-align: center;
}

.validation {
  margin-top: 50px;
}

.validation>div:hover {
  background: rgb(134, 162, 62);
  color: #fff;
}

#receive {
  display: block;
}

#homesell {
  min-height: 330px;
  background: url(../images/homesell.webp) 0 6px no-repeat;
  background-size: cover;
}

#sellText {
  border-radius: 50% 50% 0 0;
}

#homeCheck {
  top: 40px;
  right: 15%;
  width: 48px;
  height: 48px;
}

#contactSyndic {
  width: 400px;
}

.rgpd {
  padding: 20px 0;
  font-size: 1.4rem;
}

/*---------- LISTE DES ANNONCES  ------------*/

#topAnnonces {
  border-top: 1px solid rgb(228, 230, 233);
  border-bottom: 1px solid rgb(228, 230, 233);
}

#moteur {
  height: 80px;
  background: #eceff2;
}

#moteur.fixed {
  left: 0;
  right: 0
}

#moteur button {
  width: 250px;
  height: 50px;
  padding-right: 50px;
  margin-right: 12px;
  font-size: initial;
  border-radius: 6px;
  background: #fff;
}

.engineTitle {
  padding-bottom: 20px;
  font-weight: 500;
}

button.opened {
  position: relative;
}

button.opened:after {
  position: absolute;
  right: 10px;
  content: url(../images/icones/chevron-up.svg);
  width: 16px;
  height: 16px;
}

#annonces {
  min-height: 80vh;
  padding: 20px 20px 50px 20px;
}

.gridAnnonces {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 2rem;
  padding: 30px 0;
}

.annonce {
  position: relative;
  margin-bottom: 2rem;
}

.annonce p.prix {
  color: #5c5c5c;
  font-size: 2rem;
  text-align: right;
}

.vignette {
  width: 100%;
  height: auto;
  min-height: 100%;
  align-self: center;
}

.thumb {
  width: 100%;
  height: 100%;
  min-height: 220px;
  max-height: 400px;
}

.thumbHover {
  display: block !important;
  overflow: hidden;
  height: 280px;
}

.ads_stat {
  top: 0px;
  left: 0;
  right: 0;
  min-width: 145px;
  height: 36px;
  margin: auto;
  line-height: 36px;
  padding: 0 10px 0 10px;
  font-size: 1.8rem;
  text-align: center;
  color: #fff;
  background: rgba(50, 50, 50, 0.7);
  //* border-radius: 6px;*/
}

.ads_surf {
  bottom: 6px;
  left: 8px;
  min-width: 85px;
  height: 30px;
  line-height: 30px;
  padding: 0 10px 0 10px;
  text-align: left;
  border-radius: 6px;
}

.phot {
  bottom: 6px;
  right: 8px;
  width: 48px;
  height: 30px;
  line-height: 30px;
  padding-left: 8px;
  text-align: left;
  background: #36393d url(../images/icones/camera.svg) no-repeat 80% center;
  background-size: 20px 20px;
  border-radius: 6px;
}

.pictoBox,
.ads_text {
  padding: 5px 15px 5px 15px;
}

.ads_text {
  width: 100%;
  height: 75px;
  padding-top: 12px;
}

.ads_ville {
  position: relative;
  top: -5px;
}

.annonce a {
  color: #3b3b3a !important;
}

.pictoSell {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 10px 3% 10px 3%;
}

.pictoBox {
  padding-top: 8px;
}

.pictoSell {
  width: 100%;
  height: 50px;
  line-height: 40px;
}

.hoverThumb {
  background: rgba(0, 0, 0, 0.5) !important;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.annonce:hover .hoverThumb {
  opacity: 1;
}

.annonce:hover .pictoBox {
  opacity: 1;
}

.surf,
.villecp {
  font-size: 18px;
  font-size: 1.8rem;
}

#compteur {
  height: 60px;
  padding-top: 20px;
}

#compteur,
#compteur h1 {
  text-align: center;
  font: 2rem Arial !important;
}

#adressmail {
  width: 170px;
  height: 25px;
}

.error {
  width: 140px;
  height: 28px;
  position: absolute;
  top: 88px;
  margin-left: 40px;
  padding: 0 10px;
  text-shadow: none;
  font-weight: bold;
  color: #ff9000;
  background: url(../images/icones/arrowmail.png) 0px 5px no-repeat;
}

#bgalert {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 50;
}

#detailalert {
  background: #f0f0f0;
  color: #1f5380;
  text-align: left;
}

.sendmailOK,
#alertform {
  max-width: 500px;
  min-width: 240px;
  min-height: 200px;
  position: relative;
  top: 50%;
  margin: -150px auto 0 auto;
  padding: 2% 1%;
  font-size: 17px;
  font-size: 1.7rem;
  z-index: 10;
  border: 10px solid #f1f2f2;
}

#mailconfirm {
  color: #ffc501;
}

.thumbfiche,
.annonce-transac,
#article,
.shadow2,
.home,
.titleprop,
.ajax-file-upload:hover {
  box-shadow: 0px 5px 5px 0px #d3e1e9;
}

.thumbfiche {
  border-top: 1px solid #e5ebee;
}

.aslide {
  width: 46%;
  overflow: hidden;
  margin: 0 0 20px 2.8%;
}

#titleSlideloc {
  top: 0;
  left: 580px;
}

.vignettebis,
.formlist,
.thumbtransac,
.thumbsel,
.selection {
  position: relative;
}

.vignettebis,
.thumbsel {
  overflow: hidden;
}

.thumbsel {
  height: 70%;
}

.thumbsel {
  border-radius: 3px 3px 0 0;
}

.vignettebis {
  width: 42%;
  min-height: 290px;
}

.formlist {
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
}

.formlist input[type="image"],
.vignetForm input[type="image"],
.formtransac input[type="image"] {
  width: 100%;
}

.formlist input[type="image"] {
  height: 100%;
}

.prixlist,
.prixsel,
.prixtrans,
.pub {
  position: absolute;
  font-family: arial;
  font-weight: bold;
  padding: 3px 10px;
}

.pub {
  width: 98%;
  top: 0;
  padding: 10px 1%;
  font: 1.4rem "weblysleek_uisemibold";
  word-wrap: break-word;
  text-transform: uppercase;
}

.smallpub {
  font: 1.3rem "weblysleek_uisemibold";
}

.prixlist,
.prixsel {
  left: 10px;
}

.prixlist {
  bottom: 2px;
}

.prixsel {
  top: 122px;
}

.prixtrans {
  height: 30px;
  bottom: 0;
  right: 5px;
}

.legendlist,
.legendtrans {
  margin-top: 8px;
  padding-bottom: 15px;
  font: 13px Arial, sans serif;
  font: 1.3rem Arial, sans serif;
}

.view input[type="submit"] {
  width: 90px;
  float: right;
  margin-top: 3px;
  background: transparent;
}

.view input[type="submit"]:hover {
  text-decoration: underline;
}

.more {
  position: absolute;
  bottom: 0px;
  right: 0px;
}

#alertlist {
  padding: 80px 0 200px 0;
  margin-bottom: 30px;
}

#alertlist>div {
  width: 600px;
  margin: auto;
  padding: 30px 30px 50px 30px;
}

#bell {
  top: 30px;
  right: 20px;
}

/*--------------------  EXTRANET  -------------------------------------------*/

#extranet {
  padding-top: 30px;
}

#extranet>div {
  width: 50%;
}

.extraform {
  padding: 2rem 0;
}

.extraform>div {
  width: 600px;
  padding: 0 4rem;
}

#extraChoice {
  width: 500px;
}

#extraloc {
  width: 500px !important;
  padding: 4rem 3rem 0 3rem;
}

.check {
  border: 1px solid #f5f5f5;
}

.check input {
  border: none !important;
  border-bottom: 1px dotted grey !important;
  margin-bottom: 24px;
}

.check span {
  height: 35px;
}

#projects {
  padding: 50px 5% 0 5%;
}

#projects>h3 {
  padding: 50px 0 20px 0;
}

#projvente {
  background: url(../images/gest-18.jpg) no-repeat left center;
  background-size: cover;
}

#projloc {
  background: url(../images/gest-17.jpg) no-repeat left center;
  background-size: cover;
}

#projects>div {
  width: 45%;
}

.projects>div:last-child {
  width: 50%;
}

.projects>div>div {
  width: 450px;
}

.projects li {
  padding: 0 0 8px 30px;
}

.projects li>span:first-child {
  margin-left: -30px;
  position: relative;
  left: -12px;
}

.contacts {
  height: 40px;
  line-height: 40px;
  padding: 0 20px 0 60px;
  background: #466384 url(../images/icones/contact.svg) no-repeat 5px center;
  background-size: 42px 100%;
  border-radius: 3px;
}

#proContacts {
  margin-top: 4rem;
  padding: 2rem 4rem;
  color: #fff !important;
}

#proContacts h2 {
  margin-bottom: 4rem;
}

#proContacts>div {
  margin-bottom: 4rem;
}

/*--------------------  LOCATION - VENTE  -------------------------------------------*/

.trait {
  width: 100%;
  height: 0;
  border: 1px solid;
}

.select {
  margin-left: 0px;
}

.desc {
  padding: 20px 20px 20px 20px;
  line-height: 3rem;
}

.carac {
  font: 18px Arial;
  font: 1.8rem Arial;
}

.savoir {
  padding: 20px 0;
}

.valid li {
  padding: 0 0 15px 40px;
  background: url(../images/icones/checked.svg) no-repeat 0 0;
  background-size: 24px;
}

.greenline {
  top: -25px;
  padding: 25px 35px 25px 25px;
  background: #fbfbfb;
}

.greenline li {
  margin-bottom: 10px;
}

/* ---------------------   FICHE  ----------------------------------*/

#topFiche {
  border-top: 1px solid rgb(225, 227, 230);
}

#ads_tools {
  height: 60px;
  border-bottom: 1px solid rgb(225, 227, 230);
}

h1.fiche {
  font-size: 2rem !important;
  text-align: left;
}

#toolsCard {
  position: relative;
}

#toolsCard li {
  border-radius: 50%;
  width: 60px;
  height: 60px;
  background-size: 32px;
}

#printer,
#share {
  width: 200px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  cursor: pointer;
  border: 1px solid rgb(203, 205, 207);
  border-radius: 20px;
  background: #fff;
}

#printer {
  margin-right: 15px;
}

.gridCardL,
.gridCardR {
  padding: 0;
}

.gridCardR {
  width: 360px;
}


#ads_images {
  overflow: visible;
}

#gridSlider {
  width: 100%;
  height: 70vh;
  max-height: 600px;
  margin: 0;

}

#wrapslider.fullscreen {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100vh !important;
  max-height: unset !important;
  z-index: 1000;
  display: flex;
  align-items: center;
  background: #fff;
}

#wrapslider.fullscreen .swiper-slide img {
  max-width: 100% !important;
  /* Limite la largeur maximale de l'image */
  max-height: 100% !important;
  /* Limite la hauteur maximale de l'image */
  width: auto !important;
  /* Préserve les proportions de l'image */
  height: auto !important;
  /* Préserve les proportions de l'image */
  object-fit: contain;
  /* Assure que l'image est entièrement visible */
  transform-origin: center center;
  /* Ajuster l'origine du zoom */
  will-change: transform;
  /* Optimisation pour les animations de zoom */
  margin: auto;
}

#wrapslider.fullscreen .fullscreen-btn {
  display: block;
  /* Affiche le bouton uniquement en plein écran */
}

#wrapslider {
  width: 600px;
  height: 100%;
  max-height: 600px;
  overflow: hidden;
  margin: 0 !important;
}

#imgCard.fullscreen {
  width: 95vw;
  height: auto;
  display: flex;
  align-items: center;
}

#imgCard.fullscreen .slider-img {
  width: 100% !important;
  height: auto !important;
  margin: auto;
}

.imgSlider {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  width: var(--swiper-navigation-size);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
  color: transparent;
  border-radius: 100%;
  transition: background-color 0.6s ease;
}

.swiper-button-prev {
  background: #fff url("../images/icones/left-chevron.svg") no-repeat center center;
  background-size: 24px 24px;
  border: 1px solid grey;
}

.swiper-button-next {
  background: #fff url("../images/icones/right-chevron.svg") no-repeat center center;
  background-size: 24px 24px;
  border: 1px solid grey;
}

.fullscreen-btn {
  position: absolute;
  top: 2rem;
  right: 2rem;
  width: 40px;
  height: 40px;
  background: #000 url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="white"%3E%3Cpath d="M18.3 5.7c.4.4.4 1 0 1.4L13.4 12l4.9 4.9c.4.4.4 1 0 1.4-.4.4-1 .4-1.4 0L12 13.4l-4.9 4.9c-.4.4-1 .4-1.4 0-.4-.4-.4-1 0-1.4l4.9-4.9-4.9-4.9c-.4-.4-.4-1 0-1.4.4-.4 1-.4 1.4 0l4.9 4.9 4.9-4.9c.4-.4 1-.4 1.4 0z"/%3E%3C/svg%3E') no-repeat center;
  background-size: 20px;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  z-index: 10000;
  display: none;
  /* Hidden by default */
}

#mapfiche {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100000;
  border: 5em solid #fbfbfb;
}

#bigmap {
  border: 2px solid rgba(80, 80, 80, 0.5);
}

.closepop {
  width: 48px;
  height: 48px;
  top: 0;
  right: 0;
  z-index: 10000;
}

#closemap {
  background: url("../images/icones/close.png") no-repeat center center;
}

#closeslide {
  background: url("../images/icones/close32.png") no-repeat center center;
}

#closedev {
  width: 35px;
  height: 35px;
  background: url("../images/icones/closegrey.png") no-repeat center center;
}

#contactF {
  width: 100%;
  height: 100%;
}

#contactUs {
  width: 100%;
  height: 100%;
  margin: auto;
  padding: 0 10px 20px 10px;
}

#contactUs textarea,
#formShare textarea {
  height: 150px;
}

#modalShare {
  width: 40%;
  min-width: 500px;
}

#formShare {
  width: 400px;
  height: 450px;
}

#topFiche h3 {
  font-size: 2.2rem;
}

#downFiche {
  margin-top: 40px !important;
  padding: 10px 0 50px 0;
}

.ads_left {
  flex: 1;
  margin-right: 20px;
  padding: 20px;
}

.ads_left>div {
  padding-right: 5%;
}

.ads_right {
  width: 450px;
  padding: 30px;
}

.bCard {
  border-left: 3px solid #f5f3ee;
}

.h3Card {
  font-size: 2.5rem;
  font-weight: 500;
  padding-left: 50px;
}

#ads_desc,
#ads_energ {
  margin-bottom: 50px;
  border-bottom: 2px solid #f5f3ee;
}

#cardPrice {
  font-size: 3rem;
  font-weight: 500;
}

#geoloc {
  width: 250px;
  margin: 1.8rem 0;
  padding: 1rem;
  border: 1px solid #e09509;
}

#txtfiche,
#copro {
  width: 80%;
  min-width: 300px;
}

#ads_plus>div {
  width: 110px;
}

.ads_icon {
  width: 60px;
  height: 60px;
  border-radius: 6px;
}

#balcon {
  background: #a61313 url(../images/icones/balcony.svg) no-repeat center center;
  background-size: 32px;
}

#terrasse {
  background: #a61313 url(../images/icones/terrace.svg) no-repeat center center;
  background-size: 32px;
}

#pool {
  background: #a61313 url(../images/icones/pool.svg) no-repeat center center;
  background-size: 32px;
}

#garden {
  background: #a61313 url(../images/icones/garden.svg) no-repeat center center;
  background-size: 40px;
}

#cave {
  background: #a61313 url(../images/icones/basement.svg) no-repeat center center;
  background-size: 32px;
}

#elevator {
  background: #a61313 url(../images/icones/elevator.svg) no-repeat center center;
  background-size: 32px;
}

#garage {
  background: #a61313 url(../images/icones/garage.svg) no-repeat center center;
  background-size: 32px;
}

#parking {
  background: #a61313 url(../images/icones/parking.svg) no-repeat center center;
  background-size: 32px;
}

#espace {
  background: url(../images/icones/plan-o.svg) no-repeat 0px center;
  background-size: 24px;
}

#charges {
  background: url(../images/icones/calc.svg) no-repeat 0px center;
  background-size: 24px;
}

#batiment {
  background: url(../images/icones/bati-o.svg) no-repeat 0px center;
  background-size: 38px;
  padding-left: 60px;
}

#energy {
  background: url(../images/icones/energy-o.svg) no-repeat 0px center;
  background-size: 24px;
}

hr {
  width: 90%;
  height: 1px;
  background: #3b3b3a;
}

.main {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 500;
  background: rgba(80, 80, 80, 0.9);
}

.popup {
  top: 5%;
  left: 0;
  right: 0;
  margin: auto;
}

/*------------------  Bilan Energétique  ------------------------*/

#nrjView {
  width: 620px;
  padding-top: 30px;
  background: #ffff;
}

#ads_energ {
  width: 500px;
}

.infoDiag {
  font-size: 1.5rem;
}

.diag {
  width: 300px;
  margin: 15px auto 0 auto;
}

.diag>div>div {
  width: 30px;
  height: 30px;
  color: #333332;
  text-align: center;
}

.diag>div>div.active {
  transform: scale(1.4);
  line-height: 24px;
  border-radius: 50%;
  border: 2px solid #fff;
  font-size: 0.75em;
}

.diag>div>div.white {
  color: #fff;
}

.diag>div>div:first-child {
  font-weight: 600;
}

.diag>div>div:last-child {
  position: relative;
  margin-top: 6px;
  font-weight: 600;
  font-family: Arial, Helvetica, sans-serif;
}

#detailE {
  width: 150px;
  margin: 12px auto 0 auto;
  padding: 4px 0;
  text-align: center;
  border: 2px solid #3b5574;
  border-radius: 20px;
}

#detailE:hover {
  background: #3b5574;
  color: #fff;
}

#bilanDpe,
#bilanGes {
  width: 520px !important;
  padding: 5%;
}

#bilanDpe,
#bilanGes>div {
  display: flex;
  align-items: stretch;
  flex-direction: row-reverse;
}

#bilanGes>div {
  width: 460px;
  margin: 10px auto;
  padding: 20px;
  border: 2px solid #a3daf7;
  border-radius: 20px;
}

.bilan {
  flex: 1;
  margin-top: 20px;
}

.bilan>div {
  position: relative;
  margin-bottom: 3px;
}

.bilan>div>div {
  position: relative;
  height: 30px;
  line-height: 30px;
  color: #000;
}

#titleGes {
  margin-bottom: 20px;
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
}

.scale {
  font-size: 1.2rem;
}

.def {
  font-size: 1.3rem;
}

.bar {
  font-size: 1.1rem !important;
  font-weight: 500;
}

.bar>div:first-child {
  padding-left: 6px;
  color: #fbfbfb;
  font-size: 1.6rem;
}

div.bA {
  width: 40%;
}

div.bB {
  width: 50%;
}

div.bC {
  width: 60%;
}

div.bD {
  width: 70%;
}

div.bE {
  width: 80%;
}

div.bF {
  width: 90%;
}

div.bG {
  width: 100%;
}

.dpe-A {
  background-color: #128e57;
}

.dpe-A:after {
  border-left: 16px solid #128e57;
}

.greenDpe {
  color: #2ba770;
}

.dpe-B {
  background-color: #2ba770;
}

.dpe-B:after {
  border-left: 16px solid #2ba770;
}

.dpe-C {
  background-color: #5abb77;
}

.dpe-C:after {
  border-left: 16px solid #5abb77;
}

.dpe-D {
  background-color: #f0d20e;
}

.dpe-D:after {
  border-left: 16px solid #f0d20e;
}

.dpe-E {
  background-color: #fdad00;
}

.dpe-E:after {
  border-left: 16px solid #fdad00;
}

.dpe-F {
  background-color: #fc7130;
}

.dpe-F:after {
  border-left: 16px solid #fc7130;
}

.dpe-G {
  background-color: #d94654;
}

.dpe-G:after {
  border-left: 16px solid #d94654;
}

.gesbar {
  border-radius: 0 20px 20px 0;
}

.gesbar.active {
  border-radius: 0 40px 40px 0;
  border: solid rgb(104, 103, 103);
  border-width: 2px 2px 2px 0;
}

.ges-A {
  background-color: #b2cfed;
}

.ges-B {
  background-color: #98bfe7;
}

.ges-C {
  background-color: #7fb0e2;
}

.ges-D {
  background-color: #658cb4;
}

.blueGes {
  color: #658cb4;
}

.ges-E {
  background-color: #4c6987;
}

.ges-F {
  background-color: #32465a;
}

.ges-G {
  background-color: #19232d;
}

.dpebar:after {
  content: "";
  position: absolute;
  display: block;
  top: 0px;
  right: -16px;
  width: 0px;
  height: 0px;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}

.bar.active {
  height: 60px;
  line-height: 60px;
  margin: 1px 0;
}

.bar.active:after {
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
  border-left-width: 30px;
  right: -29px;
}

.bar.active>div:first-child {
  font-size: 3rem !important;
  text-shadow: 1px 0 #686565, -1px 0 #686565, 0 1px #686565, 0 -1px #686565,
    1px 1px #686565, -1px -1px #686565, 1px -1px #686565, -1px 1px #686565;
}

.cursor {
  width: 180px;
  height: 90px;
  position: relative;
  display: flex;
}

.cursor>div {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: center;
}

.cursor>div>div {
  height: 60px;
  background: #fff;
  border: 2px solid rgb(104, 103, 103);
}

#bilanDpe div.cursor>div:last-child>div {
  border-left: 0;
}

.cursor p.fwb {
  font-weight: 600;
  font-size: 1rem;
}

p.quant {
  font-weight: 600;
  font-size: 2.5rem;
}

.qges:after {
  content: "*";
  font-size: 2rem;
  position: relative;
  left: -6px;
}

p.unit {
  position: relative;
  top: -5px;
  font-size: 1rem;
}

.cA {
  top: 19px;
}

.cB {
  top: 52px;
}

.cC {
  top: 85px;
}

.cD {
  top: 118px;
}

.cE {
  top: 151px;
}

.cF {
  top: 184px;
}

.cG {
  top: 217px;
}

/*--------------  End Bilan  ---------------*/

#senderror {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background: rgba(0, 0, 0, 0.8);
}

.stop {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 24px;
  height: 24px;
  background: url("../images/icones/close.svg") no-repeat center center;
  background-size: 20px 20px;
}

#printsheet {
  width: 900px;
  padding: 50px 50px 100px 50px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  top: 30px;
  overflow: hidden;
  background: white;
  z-index: 100;
}

.arial,
#goprint {
  font-family: Arial;
}

.pop {
  width: 600px;
  padding: 30px 20px 10px 20px;
}

.closeform {
  top: 20px;
  right: 20px;
}

#overlay {
  background-color: #000;
  bottom: 0;
  display: none;
  left: 0;
  opacity: 0.5;
  filter: alpha(opacity=50);
  /* IE7 & 8 */
  position: fixed;
  right: 0;
  top: 124px;
  z-index: 49;
}

.modalTarifs {
  width: 790px;
}

#tarifs {
  width: 700px;
  min-width: 300px;
}

.tarifs {
  width: 100%;
  border-collapse: collapse;
}

.tarifs td {
  height: 35px;
  line-height: 35px;
  padding-left: 10px;
  border: 1px solid grey;
}

.tarifs td:last-child {
  font-weight: bold;
}

/*------------------ DOSSIER --------------------------------------*/

.piece,
#garant,
#candidform {
  border: 2px solid #4273a8;
  border-radius: 10px;
}

.piece {
  display: none;
  margin-top: 30px;
  padding: 20px 20px 10px 30px;
}

#garant {
  padding: 10px 0 10px 30px;
}

#downfiche {
  width: 340px;
  height: 50px;
}

#candidform {
  width: 85%;
  min-width: 340px;
  padding: 30px 50px;
}

#candidform fieldset {
  width: 100%;
  margin: auto;
}

#candidform fieldset p {
  width: 50%;
  min-width: 200px;
}

#candidform label {
  width: 30%;
}

#candidform label:hover {
  color: inherit;
}

#subdoss {
  width: 120px;
  padding: 8px 10px 5px 28px;
}

.rightinput {
  position: relative;
  right: -30px;
}

.errordoss {
  height: 25px;
  padding: 10px 20px;
  background: orange;
}

.ajax-file-upload-statusbar {
  border: 1px solid #0ba1b5;
  width: 100%;
  min-width: 340px;
  height: 100px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  margin: 5px;
  padding: 5px;
  text-align: middle;
}

.ajax-file-upload-image {
  position: relative;
  width: 100px;
  height: 100px;
  float: left;
  margin-right: 10px;
  border: 1px solid #0ba1b5;
}

.ajax-file-upload-filename {
  width: 100%;
  height: auto;
  color: #000;
  margin: 0 5px 5px 10px;
}

.ajax-file-upload-progress {
  position: relative;
  width: 250px;
  top: 6px;
  border: 1px solid #ddd;
  border-radius: 3px;
  display: inline-block;
  margin: 0 10px 5px;
  padding: 1px;
}

.ajax-file-upload-bar {
  background-color: #0ba1b5;
  width: 0;
  height: 20px;
  border-radius: 3px;
}

.ajax-file-upload-percent {
  position: absolute;
  display: inline-block;
  top: 3px;
  left: 48%;
}

.ajax-file-upload-green,
.ajax-file-upload-red {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  display: inline-block;
  color: #000;
  text-decoration: none;
  text-shadow: 0 1px 0 #5b8a3c;
  vertical-align: top;
  padding: 4px 15px;
  margin-right: 5px;
}

.ajax-file-upload-red {
  cursor: pointer;
  background: #ff670f;
  background: -moz-linear-gradient(top, #ff670f 0%, #ff670f 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear,
      left top,
      left bottom,
      color-stop(0%, #ff670f),
      color-stop(100%, #ff670f));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ff670f 0%, #ff670f 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ff670f 0%, #ff670f 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ff670f 0%, #ff670f 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ff670f 0%, #ff670f 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff670f', endColorstr='#ff670f', GradientType=0);
  /* IE6-8 */
}

.ajax-file-upload {
  display: inline-block;
  text-decoration: none;
  color: #fff;
  border: 0;
  margin: 10px 0 0 10px;
  padding: 6px 10px 4px;
  vertical-align: middle;
}

.ajax-file-upload:hover {
  background: #3396c9;
  cursor: pointer !important;
  box-shadow: 0 2px 0 0 #15719f;
}

.ajax-upload-dragdrop {
  width: 100%;
  height: 160px;
  margin-top: 20px;
  border: 2px dotted #a5a5c7;
  text-align: left;
  vertical-align: middle;
  padding: 10px 10px 0;
}

/*------------------ CONTACT --------------------------------------*/

#coordAgence {
  padding: 3rem 0;
}

#coordAgence>div {
  max-width: 400px;
  min-width: 300px;
}

#coordAgence ul {
  background: #f1f1ef;
  padding: 24px;
  margin-bottom: 30px;
}

#coordAgence ul>li:first-child {
  padding-bottom: 1rem;
  font-size: 2rem;
  font-weight: 500;
}

#coordAgence ul>li:last-child {
  padding-top: 1rem;
  text-decoration: underline;
  cursor: pointer;
}

.agph {
  font-size: 2rem;
}

#mapagence {
  width: 100%;
  height: 450px;
}

/*------------------------------ PLAN DU SITE / MENTIONS --------------------*/

#plansite a {
  color: #305272;
  text-decoration: underline;
}

#plansite li {
  margin-left: 20px;
  list-style-image: url("../images/icones/rightarrowtransp12.png");
}

#error410 a:hover {
  text-decoration: underline;
}

/*------------------ design --------------*/

.shadow1,
.ajax-file-upload-red:hover,
#subdoss:hover,
.checklist {
  box-shadow: 0 4px 6px 0 rgba(0, 20, 20, 0.1);
}

.shadow3 {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
}

.bgwhite,
#show,
#energie,
.chapeau,
.note,
.ajax-file-upload-green,
.ajax-upload-dragdrop,
#accroch {
  background: rgb(252, 253, 254);
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZjZmRmZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmM2Y1ZjciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top,
      rgba(252, 253, 254, 1) 0%,
      rgba(243, 245, 247, 1) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear,
      left top,
      left bottom,
      color-stop(0%, rgba(252, 253, 254, 1)),
      color-stop(100%, rgba(243, 245, 247, 1)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,
      rgba(252, 253, 254, 1) 0%,
      rgba(243, 245, 247, 1) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,
      rgba(252, 253, 254, 1) 0%,
      rgba(243, 245, 247, 1) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top,
      rgba(252, 253, 254, 1) 0%,
      rgba(243, 245, 247, 1) 100%);
  /* IE10+ */
  background: linear-gradient(to bottom,
      rgba(252, 253, 254, 1) 0%,
      rgba(243, 245, 247, 1) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fcfdfe', endColorstr='#f3f5f7', GradientType=0);
  /* IE6-8 */
  border: 1px solid #eaf0f7;
}

.bgmenu,
footer {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fefefe+0,e0e7ef+100 */
  background: #fefefe;
  /* Old browsers */
  background: -moz-linear-gradient(top, #fefefe 0%, #e0e7ef 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #fefefe 0%, #e0e7ef 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #fefefe 0%, #e0e7ef 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fefefe', endColorstr='#e0e7ef', GradientType=0);
  /* IE6-9 */
}

#energie {
  border: none;
}

#bulle,
#select,
.gestion,
#connect,
#goprint,
.ajax-file-upload,
#subdoss {
  background: rgb(96, 108, 136);
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzYwNmM4OCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzZjRjNmIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top,
      rgba(96, 108, 136, 1) 0%,
      rgba(63, 76, 107, 1) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear,
      left top,
      left bottom,
      color-stop(0%, rgba(96, 108, 136, 1)),
      color-stop(100%, rgba(63, 76, 107, 1)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,
      rgba(96, 108, 136, 1) 0%,
      rgba(63, 76, 107, 1) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,
      rgba(96, 108, 136, 1) 0%,
      rgba(63, 76, 107, 1) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top,
      rgba(96, 108, 136, 1) 0%,
      rgba(63, 76, 107, 1) 100%);
  /* IE10+ */
  background: linear-gradient(to bottom,
      rgba(96, 108, 136, 1) 0%,
      rgba(63, 76, 107, 1) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#606c88', endColorstr='#3f4c6b', GradientType=0);
  /* IE6-8 */
}

.vignettebis {
  -moz-border-radius: 0 0 0 5px;
  webkit-border-radius: 0 0 0 5px;
  border-radius: 0 0 0 5px;
}

.g-recaptcha {
  transform: scale(0.75);
  width: 302px !important;
  left: -70px !important;
}

/*--------------  Responsive  -----*/

@-webkit-viewport {
  width: device-width;
  zoom: 1;
}

@-moz-viewport {
  width: device-width;
  zoom: 1;
}

@-ms-viewport {
  width: device-width;
  zoom: 1;
}

@-o-viewport {
  width: device-width;
  zoom: 1;
}

@viewport {
  width: device-width;
  zoom: 1;
}

@media screen and (max-width: 1536px) {
  #projects {
    flex-wrap: wrap;
  }

  #projects>div {
    width: 100%;
  }

  #projvente {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 1366px) {
  #contactFiche {
    padding-left: 0;
  }

  #bilans>div {
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 1280px) {
  #logo {
    width: 220px;
    margin-right: 0;
  }

  #menu a,
  #menu span {
    margin-right: 35px;
  }

  #wrapslider {
    width: 500px;
    max-height: 500px;
  }

  #topFiche,
  #fiche {
    width: 95%;
    margin: auto;
  }

  #mapfiche {
    border: 3em solid #fbfbfb;
  }
}

@media screen and (max-width: 1200px) {
  #overlay {
    background-color: #000;
    bottom: 0;
    display: none;
    left: 0;
    opacity: 0.5;
    filter: alpha(opacity=50);
    /* IE7 & 8 */
    position: fixed;
    right: 0;
    top: 110px;
    z-index: 100;
  }

  #hamb,
  #menu {
    z-index: 1000;
  }

  #header {
    overflow: visible;
  }

  #header>div {
    order: 0;
  }

  #topContact {
    display: none;
  }

  #menu {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    top: 110px;
    max-width: 100vw;
    height: 100vh;
    border-top: 1px solid #8d9baa;
    padding: 10px 0 20px 30px;
    text-align: left;
    border-radius: 0;
    background: rgb(116, 30, 30);
    box-shadow: none;
    font-size: 2rem;
  }

  #menu div,
  #menu a,
  #menu span {
    width: 100%;
    max-width: 100%;
    margin-right: 0;
    font-weight: normal;
    padding: 0;
  }

  #hamb,
  #hamb span,
  #menu a,
  #menu span,
  #mobContact {
    display: block;
  }

  #menu a,
  #menu span {
    height: 70px;
    line-height: 70px;
    font-weight: 500;
    color: #fff;
  }

  #menu span:hover {
    cursor: pointer;
  }

  #menu>div {
    border-bottom: 1px solid #e9d7d6;
  }

  #hamb {
    width: 35px;
    height: 55px;
    margin-right: 20px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    cursor: pointer;
  }

  #hamb span {
    position: absolute;
    height: 3px;
    width: 100%;
    background: #466384;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
  }

  #hamb span:nth-child(1) {
    top: 20px;
  }

  #hamb span:nth-child(2) {
    top: 30px;
  }

  #hamb span:nth-child(3) {
    top: 40px;
  }

  #hamb span:nth-child(4) {
    top: 50px;
  }

  #hamb.open span:nth-child(1),
  #hamb.open span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
  }

  #hamb.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    right: 10px;
  }

  #hamb.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 30px;
    right: 10px;
  }

  #mobContact {
    top: 40px;
    right: 80px;
  }

  #agence>div {
    width: 100% !important;
  }

  #agence>div:last-child {
    height: calc(100vw / 2);
    overflow: hidden;
  }

  #agence img {
    width: 100%;
    height: auto;
  }

  #downFiche {
    padding: 40px 0 50px 0;
  }

  #cardPrice {
    position: absolute;
    top: 10px;
    left: 20px;
  }

  #ads_energ>div {
    flex-wrap: wrap;
  }

  #ads_energ>div>div,
  .GestSynd>div {
    width: 100%;
    margin-bottom: 20px;
  }

  #ges {
    margin-top: 30px;
  }

  #dspb {
    margin-top: 0;
  }

  #titleProj {
    font-size: 3rem;
  }

  #estimez {
    width: 100%;
    padding-bottom: 20px;
  }

  #estimez h1 {
    margin-bottom: 0px;
  }
}

@media screen and (max-width: 1080px) {
  #infolist {
    width: 90%;
    padding: 0 1% 0 3%;
    margin: auto;
  }
}

@media screen and (max-width: 1024px) {
  #moteur {
    height: auto;
    padding-top: 20px;
  }

  #moteur>div {
    padding-bottom: 12px;
  }

  .gridAnnonces {
    grid-template-columns: repeat(2, 1fr);
  }

  h1.fiche {
    margin: 0px auto 20px auto;
    text-align: center;
  }

  #fiche {
    padding: 0 0 560px 0;
  }

  #contactFiche {
    position: absolute;
    bottom: 0;
    padding-left: 0;
  }

  #contactF {
    margin: auto;
  }
}

@media screen and (max-width: 960px),
(max-height: 760px) {
  #gridSlider {
    height: auto;
  }
}

@media screen and (max-width: 960px) {
  #wrapslider {
    width: 98%;
    height: 100%;
    max-height: 60vh;
    margin: auto !important;
  }

  #extranet {
    flex-wrap: wrap;
  }

  #extranet>div {
    width: 100%;
  }

  #mandatlist,
  #missionSynd {
    width: 100%;
  }

  #imgMandat,
  #imgSynd {
    width: 0;
    height: 0;
  }
}

@media screen and (max-width: 900px) {
  section {
    width: 95%;
    margin: auto;
  }

  section.fullSection {
    width: 100%;
  }

  #titleProj {
    font-size: 2.5rem;
  }

  #location,
  #syndic {
    padding-top: 10px;
  }

  #syndArg>div {
    width: 100%;
  }

  #unis {
    width: 12rem;
  }
}

@media screen and (max-width: 800px) {
  #downFiche>div {
    flex-wrap: wrap;
  }

  .ads_left,
  .ads_right {
    width: 100%;
  }

  #footContent {
    padding: 50px 20px 20px 20px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }

  #footContent>div {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 768px) {
  #logo {
    position: absolute;
    height: 80px;
    top: -40px;
    left: 20px;
  }

  #header>div {
    margin-left: 0;
  }

  .commonH2 {
    font-size: 2.8rem;
  }

  #espaces {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background: #262d3d;
    padding: 15px 0;
  }

  .espace:last-child {
    margin-right: 0;
  }

  .ads_text {
    height: 90px;
  }

  #ads_tools {
    justify-content: space-between;
    padding: 0 10px 0 10px;
  }

  #share,
  #printer {
    display: none;
  }

  .ads_left {
    margin-right: 0px;
  }

  #ads_desc {
    padding-right: 0;
  }

  #js-scroll-trigger {
    bottom: 75px;
    right: 10px;
  }

  #extraloc {
    padding-bottom: 100px;
  }

  #titleProj {
    padding: 0 15px;
  }

  .GestSynd {
    padding: 20px 5% 0 5%;
  }

  .respPad {
    padding: 0 !important;
  }

  #louer {
    width: 90%;
  }
}

@media screen and (max-width: 680px) {
  .services {
    width: 100%;
    margin: 0 auto 30px auto !important;
  }

  .modalForm {
    width: 95%;
  }

  .uk-offcanvas-bar {
    padding: 50px 5%;
  }

  #nrjView {
    width: 100%;
    min-width: 360px;
  }

  #bilanDpe,
  #bilanGes {
    width: 100% !important;
  }

  #bilanGes>div {
    width: 98%;
  }

  #mapfiche {
    border: 1em solid #fbfbfb;
  }

  .titleP {
    flex-wrap: wrap;
  }

  .titleP h3 {
    width: 100%;
    margin-bottom: 10px;
  }

  .contacts {
    margin-bottom: 20px;
  }

  #location>div>div {
    width: 100%;
  }

  #js-progressbar,
  #formEstim {
    width: 95%;
    margin: 10px auto 0 auto;
  }

  #alertlist {
    padding: 10px;
    background: none;
    background-color: rgb(247, 246, 246);
  }

  #alertlist>div {
    width: 100%;
  }
}

@media screen and (max-width: 660px) {
  #video {
    height: 60vh;
  }

  .topLeft {
    width: 100%;
    min-width: auto;
  }

  #compteur,
  #compteur h1 {
    font-size: 1.8rem !important;
  }

  .gridAnnonces {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media screen and (max-width: 600px) {
  #topCont {
    display: none;
  }

  .checklist {
    width: 320px;
  }

  #services {
    margin-top: 15px;
    font-size: 2.5rem;
    font-weight: lighter;
  }

  #footContent>div {
    width: 300px;
    margin: auto;
    align-items: initial;
  }

  #rent {
    width: 85%;
    top: calc(70% - 10px);
  }
}

@media screen and (max-width: 500px) {

  .topLeft li,
  .topLeft p {
    font-size: 2.5rem !important;
  }

  .topLeft p.button {
    font-size: 1.8rem !important;
  }

  .pageTitle {
    font-size: 3rem;
  }

  .projects>div>div,
  .projects>div:last-child {
    width: 100% !important;
    background: #fff;
  }

  .projects>div>div>div {
    margin-top: 0;
    background: #fff;
  }

  #projvente,
  #projloc {
    background: none;
    background-color: #fff;
    box-shadow: none;
  }

  .extraform>div {
    width: 100%;
    height: 100%;
    padding: 0 20px;
    box-shadow: 0 4px 6px 0 rgba(0, 20, 20, 0.1);
  }

  .titleP h3 {
    font-size: 2.2rem;
  }

  .GestSynd {
    padding: 0 5% 0 5%;
  }

  #formEstim h3 {
    font-size: 2.2rem;
  }

  #alertlist h2 {
    font-size: inherit;
    margin-left: 0;
  }

  .uk-offcanvas-bar {
    padding: 50px 10px;
  }

  #ads_energ {
    width: 100%;
  }

  #nrjView {
    width: 100%;
    padding: 30px 2%;
    overflow: scroll;
  }

  #bilanDpe,
  #bilanGes {
    width: 100% !important;
    padding: 5% 5% 5% 0;
  }

  #bilanGes>div {
    width: 100%;
    padding: 20px 20px 20px 0;
  }

  #titleGes {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 420px) {
  #logo {
    height: 60px;
    top: -32px;
  }

  .commonH2 {
    font-size: 2.2rem;
  }

  .thumbHover {
    height: auto;
  }

  .modalForm {
    padding: 20px 15px 50px 15px;
  }

  #contactFiche div.ads_right {
    padding: 30px 12px;
  }

  .h3Card {
    font-size: 2rem;
  }

  #profit {
    font-size: 1.6rem !important;
  }

  .contactServ {
    width: 100%;
    min-width: 200px;
    padding: 40px 20px 50px 20px;
  }

  .contactServ h3 {
    font-size: 2.2rem;
  }

  #extrabtn {
    display: none;
  }

  #extralinks {
    display: block;
  }
}

@media screen and (max-width: 376px) {
  #frontSearch {
    flex-wrap: wrap;
    height: 150px;
  }

  .reset.button {
    width: 200px;
    margin: 10px auto;
  }

  .checklist {
    width: 250px;
  }

  .engineTitle {
    font-size: 1.6rem;
    text-align: left;
    padding: 15px 0px 30px 0px;
  }

  .codes>div,
  .pieces>div {
    width: 100%;
  }

  .ads_right {
    padding: 20px 10px;
  }

  #dia4 {
    height: 70vh;
  }

  #dia4 p {
    font-size: 2rem !important;
  }

  #extraChoice p:first-child,
  #extraChoice p:nth-child(2) {
    font-size: 2rem;
  }

  #extranets {
    padding-top: 30px;
  }

  #extranets h2 {
    font-size: 2rem;
  }

  .extraform>div>div {
    padding: 20px;
  }

  #extrabtn,
  #dia4 br,
  #arrows {
    display: none;
  }

  .extraLink:after {
    content: "\25B6";
    color: #fff;
    font-size: 1.6rem !important;
    position: relative;
    left: 8px;
  }

  .check {
    padding: 20px;
  }

  .nextNav,
  #lastNav {
    margin-right: 10px;
  }
}

@media screen and (max-width: 320px) {
  #dia4 {
    height: 80vh;
  }
}