header,
section,
footer,
aside,
nav,
main,
article,
figure {
  
}

div,
header,
nav,
article,
section,
aside,
footer,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
ul,
li,
figure,
figcaption,
class,
img {
  margin: 0;
  padding: 0;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
}

html,
body {
  height: 100%;
  border: 0 solid transparent;
  font-size: 16px;
  margin: 0;
  min-height: 100%;
  padding: 0;
  width: 100%;
  display: block;
  font-family: 'Roboto', sans-serif;
}

img,
object,
embed,
canvas,
video,
audio,
picture,
svg {
  max-width: 100%;
  height: auto;
}

img {
  display: block;
}

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



.tile {
  width: 100%;
  height: 100%;
  margin: 4px;
  cursor: pointer;  
  display: inline-block;
}

.page-container {
  visibility: hidden;
}

.page {
  cursor: pointer;
  position: absolute;
  height: 100vh;
  width: 100vw;
  top: 0;
  left: 0;
  position: fixed;
  z-index: 99;
}

.hero-1 {
  background: #F4DB33;
  background : url('/img/multi-1.jpg') #FFF no-repeat ; 
  background-size: cover;
  background-position: center;
}
.hero-2 {
  background: #33f4d4;
  background : url('/img/illustration_2.png') #FFF no-repeat ; 
  background-size: contain;
  background-position: center;
}
.title-h{
  display: none;
}
.title-hero{
  position: absolute;
  left: 0px;
  right: 0px;
  text-align: center;
  line-height: 50px;
  height: 50px;
  background:rgba(255,255,255,0.7);
  color: #dd2656;
}
.close_hero {
  position: absolute;
  right: 0px;
  width: 50px;
  height: 50px;
  background: #dd2656;
  background: url(/img/plus-logement.png) center center no-repeat #dd2656;
  background-size: contain;
  border-radius: 50%;
  transform: rotate(45deg);
  transition: 0.3s;
}
.close_hero:hover {
  transform: rotate(90deg);
}

.puce{
  position : absolute ; 
  z-index: 9 !important;
  background-image: url(/img/losange-carte.png);
  height: 30px;
  width: 26px;
  background-size: contain;
  background-repeat: no-repeat;
  color: #FFF;
  text-align: center;
  line-height: 30px;
}

.content{
   
   
}

.tippy-box[data-theme~='foh'] {
  background-color: rgb(255, 255, 255);
  color: #696a6b;
  -webkit-box-shadow: 0px 0px 23.22px 3.78px rgb(27 27 27 / 9%);
    box-shadow: 0px 0px 23.22px 3.78px rgb(27 27 27 / 9%);
    -webkit-box-sizing: border-box;
    padding: 20px 25px;
}
.tippy-box[data-theme~='foh'] h2{
  color: #dd2656;
}

.tippy-box[data-theme~='foh'] p b {
  color: #dd2656;
  padding-left: 20px;
}
.tippy-box[data-theme~='foh'] p {
  position: relative;
  font-size: 12px;
  padding: 15px 30px;
}
.tippy-box[data-theme~='foh'] p:before {
  content: "!";
    display: block;
    font-size: 11px;
    font-weight: 700;
    padding: 2px 7px;
    position: absolute;
    color: white;
    top: 12px;
    background-color: #dd2656;
    border-radius: 100%;
    left: 24px;
}

.tippy-box[data-theme~='foh']  ul {
  padding-top: 10px;
}
.tippy-box[data-theme~='foh']  ul li {
  list-style-type: none;
  background: none;
  height: auto;
  width: 90%;
  padding: 3px;
  position: relative;
  font-size: 12px;
}
.tippy-box[data-theme~='foh'] h3 span {
  background-image: url(/img/picto-conseil.png);
  height: 20px;
  width: 20px;
  display: block;
  position: absolute;
  left: -25px;
  top: 16px;
}

.tippy-box[data-theme~='foh']  h3 {
  font-size: 12px;
  font-weight: 500;
  position: relative;
  left: 26px;
  width: 90%;
  padding-top: 20px;
}

.tippy-box[data-theme~='foh']  ul li b {
  color: #fdad06;
  padding-right: 10px;
  font-size: 13px;
}


header.multi-act {
  width: 100%;
  height: 628px;
  height: 450px;
  background: url(/img/multi-head.jpg) no-repeat center;
  background-size: cover;
  position: relative;
}

header.multi-act .container-texte {
  width: 100%;
  position: absolute;
  top: 50%;
  top: 150px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

header.multi-act .container-texte h2 {
  width: 100%;
  text-align: center;
  color: white;
  font-size: 37px;
  font-weight: 500;
  font-family: "Poppins";
}

header.multi-act .container-texte p {
  width: 100%;
  text-align: center;
  color: white;
  font-size: 22px;
  font-weight: 500;
  font-family: "Poppins";
}

section.carte {
  position: relative;
  top: -160px;
  width: 1280px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  margin-bottom: -100px;
}

section.carte article {
  width: calc(33.33% - 20px);
  position: relative;
  margin: 10px;
  height: auto;
  background: white;
  -webkit-box-shadow: 0px 0px 23.22px 3.78px rgba(27, 27, 27, 0.09);
          box-shadow: 0px 0px 23.22px 3.78px rgba(27, 27, 27, 0.09);
  overflow: hidden;
  padding-bottom: 30px;
}

section.carte article .container-titre {
  background-color: #f3f0f0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  height: 150px;
}

section.carte article .container-titre h1 {
  width: 85%;
  margin: 0 auto;
  text-align: center;
  color: #1c3d68;
  font-size: 20px;
  padding: 20px;
  padding-top: 40px;
  font-family: "Poppins";
  font-weight: 700;
  line-height: 1.2;
}

section.carte article span {
  height: 10px;
  background-color: #fdad06;
  width: 80px;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  top: 144px;
  border-radius: 20px;
}

section.carte article p {
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  font-family: "Poppins";
  padding: 10px;
  padding-top: 30px;
  padding-bottom: 20px;
  width: 80%;
  margin: 0 auto;
}

section.carte-int {
  margin-top: -70px;
  height: auto;
  width: 100%;
  margin: 0 auto;
  display: block;
}

section.carte-int h1 {
  color: #dd2656;
  text-align: center;
  width: 100%;
  font-size: 50px;
  font-size: 35px;
  font-weight: 700;
  padding-bottom: 40px;
}

section.carte-int .container-carte {
  position: relative;
  width: 1420px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: auto;
  margin: 0 auto;
  padding-bottom: 50px;
}

section.carte-int .container-carte .container-logements {
  width: calc(60% - 40px);
  margin: 20px;
}

section.carte-int .container-carte .container-logements .carte-logement {
  width: 100%;
  position: relative;
  height: 500px;
  overflow: hidden;
  -webkit-transition: all 1s;
  transition: all 1s;
}

section.carte-int .container-carte .container-logements .carte-logement .overlay {
  position: relative;
  width: 100%;
  height: 100%;
  
}
section.carte-int .container-carte .container-logements .carte-logement .overlay:after{
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  background: url('/img/plus-logement.png') center center no-repeat #d2d2d23b;
  content: ' ';
  cursor: pointer;
  transition: 0.3s;
}
section.carte-int .container-carte .container-logements .carte-logement .overlay:hover:after{
  background-color :  #dd265661;
}

section.carte-int .container-carte .carte-commun .overlay-commun:after{
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  background: url('/img/plus-logement.png') center center no-repeat #d2d2d23b;
  content: ' ';
  cursor: pointer;
}
section.carte-int .container-carte .container-logements .carte-logement .overlay .plus {
  height: 100%;
  width: 100%;
  background: #00000014;
  position: relative;
}

section.carte-int .container-carte .container-logements .carte-logement .overlay .plus span {
  display: block;
  height: 134px;
  width: 134px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(/img/plus-logement.png);
}

section.carte-int .container-carte .container-logements .carte-logement .container-image {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(/img/image-logement.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 50 !important;
}

section.carte-int .container-carte .container-logements .carte-logement .container-image .close {
  position: absolute;
  top: 10px;
  right: 40px;
  color: #0000006b;
  font-size: 50px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
  display: none;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

section.carte-int .container-carte .container-logements .carte-logement .container-image ul {
  display: none;
  -webkit-transition: all 3s;
  transition: all 3s;
}

section.carte-int .container-carte .container-logements .carte-logement .container-image ul li {
  z-index: 500 !important;
  list-style-type: none;
  background-image: url(/img/losange-carte.png);
  height: 30px;
  width: 30px;
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
}

section.carte-int .container-carte .container-logements .carte-logement .container-image ul li:before {
  content: "1";
  display: block;
  font-size: 18px;
  font-weight: 700;
  position: absolute;
  left: 44%;
  color: white;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

section.carte-int .container-carte .container-logements .carte-logement .container-image ul li.puce-un {
  top: 280px;
  left: 430px;
}

section.carte-int .container-carte .container-logements .carte-logement .container-image ul li.puce-deux {
  top: 410px;
  left: 180px;
}

section.carte-int .container-carte .container-logements .carte-logement .container-image ul li.puce-deux:before {
  content: "2";
}

section.carte-int .container-carte .container-logements .carte-logement .container-image ul li.puce-deux .content h2 {
  padding-bottom: 0px;
}

section.carte-int .container-carte .container-logements .carte-logement .container-image ul li.puce-trois {
  top: 410px;
  left: 377px;
}

section.carte-int .container-carte .container-logements .carte-logement .container-image ul li.puce-trois:before {
  content: "3";
}

section.carte-int .container-carte .container-logements .carte-logement .container-image ul li.puce-quatre {
  top: 580px;
  left: 1040px;
}

section.carte-int .container-carte .container-logements .carte-logement .container-image ul li.puce-quatre:before {
  content: "4";
}

section.carte-int .container-carte .container-logements .carte-logement .container-image ul li.puce-quatre .content {
  width: 340px;
  z-index: 1000 !important;
}

section.carte-int .container-carte .container-logements .carte-logement .container-image ul li.puce-quatre .content:before {
  left: 34px;
}

section.carte-int .container-carte .container-logements .carte-logement .container-image ul li.puce-cinq {
  top: 450px;
  left: 127px;
}

section.carte-int .container-carte .container-logements .carte-logement .container-image ul li.puce-cinq:before {
  content: "5";
}

section.carte-int .container-carte .container-logements .carte-logement .container-image ul li.puce-cinq .content {
  width: 400px;
}

section.carte-int .container-carte .container-logements .carte-logement .container-image ul li.puce-cinq .content h2 {
  padding-bottom: 0px;
}

section.carte-int .container-carte .container-logements .carte-logement .container-image ul li.puce-six {
  top: 450px;
  left: 699px;
}

section.carte-int .container-carte .container-logements .carte-logement .container-image ul li.puce-six:before {
  content: "6";
}

section.carte-int .container-carte .container-logements .carte-logement .container-image ul li.puce-six .content {
  width: 450px;
}

section.carte-int .container-carte .container-logements .carte-logement .container-image ul li.puce-sept {
  top: 330px;
  left: 569px;
}

section.carte-int .container-carte .container-logements .carte-logement .container-image ul li.puce-sept:before {
  content: "7";
}

section.carte-int .container-carte .container-logements .carte-logement .container-image ul li.puce-sept .content {
  width: 450px;
}

section.carte-int .container-carte .container-logements .carte-logement .container-image ul li.puce-sept .content h2 {
  padding-bottom: 0px;
}

section.carte-int .container-carte .container-logements .carte-logement .container-image ul li.puce-huit {
  top: 450px;
  left: 59px;
}

section.carte-int .container-carte .container-logements .carte-logement .container-image ul li.puce-huit:before {
  content: "8";
}

section.carte-int .container-carte .container-logements .carte-logement .container-image ul li.puce-huit .content {
  width: 300px;
}

section.carte-int .container-carte .container-logements .carte-logement .container-image ul li.puce-huit .content h2 {
  padding-bottom: 0px;
}

section.carte-int .container-carte .container-logements .carte-logement .container-image ul li.puce-neuf {
  top: 470px;
  left: 699px;
}

section.carte-int .container-carte .container-logements .carte-logement .container-image ul li.puce-neuf:before {
  content: "9";
}

section.carte-int .container-carte .container-logements .carte-logement .container-image ul li.puce-neuf .content {
  width: 450px;
}

section.carte-int .container-carte .container-logements .carte-logement .container-image ul li.puce-neuf .content ul li {
  width: 100%;
}

section.carte-int .container-carte .container-logements .carte-logement .container-image ul li.puce-neuf .content h2 {
  padding-bottom: 0px;
}

section.carte-int .container-carte .container-logements .carte-logement .container-image ul li.puce-dix {
  z-index: 2 !important;
  top: 220px;
  left: 1249px;
}

section.carte-int .container-carte .container-logements .carte-logement .container-image ul li.puce-dix:before {
  content: "10";
}

section.carte-int .container-carte .container-logements .carte-logement .container-image ul li.puce-dix .content {
  width: 460px;
  -webkit-transform: translate(-90%, 50px);
          transform: translate(-90%, 50px);
}

section.carte-int .container-carte .container-logements .carte-logement .container-image ul li.puce-dix .content h2 {
  padding-bottom: 0px;
}

section.carte-int .container-carte .container-logements .carte-logement .container-image ul li.puce-dix .content .content-dix {
  -webkit-transform: translate(-90%, 50px);
          transform: translate(-90%, 50px);
}

section.carte-int .container-carte .container-logements .carte-logement .container-image ul li.puce-dix .content:before {
  left: 415px;
}

section.carte-int .container-carte .container-logements .carte-logement .container-image ul li.puce-onze {
  top: -30px;
  left: 199px;
}

section.carte-int .container-carte .container-logements .carte-logement .container-image ul li.puce-onze:before {
  content: "11";
}

section.carte-int .container-carte .container-logements .carte-logement .container-image ul li.puce-onze .content {
  width: 400px;
}

section.carte-int .container-carte .container-logements .carte-logement .container-image ul li:hover .content {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translate(-10%, 0px);
          transform: translate(-10%, 0px);
}

section.carte-int .container-carte .container-logements .carte-logement .container-image ul li:hover .content-dix {
  -webkit-transform: translate(-90%, 0px);
          transform: translate(-90%, 0px);
}

section.carte-int .container-carte .container-logements .carte-logement .container-image ul li .content {
  position: absolute;
  background: #FFF;
  width: 550px;
  bottom: 40px;
  height: auto;
  padding: 20px;
  -webkit-box-shadow: 0px 0px 23.22px 3.78px rgba(27, 27, 27, 0.09);
          box-shadow: 0px 0px 23.22px 3.78px rgba(27, 27, 27, 0.09);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 10px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: translate(-10%, -50px);
          transform: translate(-10%, -50px);
}

section.carte-int .container-carte .container-logements .carte-logement .container-image ul li .content:before {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  background: #FFF;
  bottom: -15px;
  left: 54px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

section.carte-int .container-carte .container-logements .carte-logement .container-image ul li .content h2 {
  font-size: 14px;
  color: #dd2656;
  font-weight: 700;
  text-align: left;
  padding-top: 0;
  padding-bottom: 10px;
}

section.carte-int .container-carte .container-logements .carte-logement .container-image ul li .content h3 {
  font-size: 12px;
  font-weight: 500;
  position: relative;
  left: 26px;
  width: 90%;
  padding-top: 20px;
}

section.carte-int .container-carte .container-logements .carte-logement .container-image ul li .content h3 span {
  background-image: url(/img/picto-conseil.png);
  height: 20px;
  width: 20px;
  display: block;
  position: absolute;
  left: -25px;
  top: 16px;
}

section.carte-int .container-carte .container-logements .carte-logement .container-image ul li .content p {
  font-size: 12px;
  position: relative;
}

section.carte-int .container-carte .container-logements .carte-logement .container-image ul li .content p b {
  color: #dd2656;
  padding-left: 20px;
}

section.carte-int .container-carte .container-logements .carte-logement .container-image ul li .content p:before {
  content: "!";
  display: block;
  font-size: 11px;
  font-weight: 700;
  padding: 2px 7px;
  position: absolute;
  color: white;
  top: -2px;
  background-color: #dd2656;
  border-radius: 100%;
}

section.carte-int .container-carte .container-logements .carte-logement .container-image ul li .content ul {
  padding-top: 10px;
}

section.carte-int .container-carte .container-logements .carte-logement .container-image ul li .content ul li {
  list-style-type: none;
  background: none;
  height: auto;
  width: 90%;
  padding: 3px;
  position: relative;
  font-size: 12px;
}

section.carte-int .container-carte .container-logements .carte-logement .container-image ul li .content ul li b {
  color: #fdad06;
  padding-right: 10px;
  font-size: 13px;
}

section.carte-int .container-carte .container-logements .carte-logement .container-image ul li .content ul li:before {
  display: none;
}

section.carte-int .container-carte .container-commun {
  width: calc(40% - 40px);
  margin: 20px;
}

section.carte-int .container-carte .container-commun .carte-commu {
  width: 100%;
  position: relative;
  height: 500px;
  overflow: hidden;
}

section.carte-int .container-carte .container-commun .carte-commu .overlay-commun {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 10000 !important;
}

section.carte-int .container-carte .container-commun .carte-commu .overlay-commun:after{
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  background: url('/img/plus-logement.png') center center no-repeat #d2d2d23b;
  content: ' ';
  cursor: pointer;
  transition: 0.3s;
}
section.carte-int .container-carte .container-commun .carte-commu .overlay-commun:hover:after{
  background-color :  #dd265661;
}
section.carte-int .container-carte .container-commun .carte-commu .overlay-commun .plus {
  height: 100%;
  width: 100%;
  z-index: 500;
  background: #00000014;
  position: relative;
}

section.carte-int .container-carte .container-commun .carte-commu .overlay-commun .plus span {
  display: block;
  height: 134px;
  width: 134px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(/img/plus-logement.png);
}

section.carte-int .container-carte .container-commun .carte-commu .container-image {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(/img/commu-image.jpg) no-repeat;
  background-position: center;
  background-size: cover;
  z-index: 50 !important;
}

section.carte-int .container-carte .container-commun .carte-commu .container-image .close-commu {
  position: absolute;
  top: 10px;
  right: 40px;
  color: #0000006b;
  font-size: 50px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
  display: none;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

section.carte-int .container-carte .container-commun .carte-commu .container-image ul {
  display: none;
}

section.carte-int .container-carte .container-commun .carte-commu .container-image ul li {
  z-index: 500 !important;
  list-style-type: none;
  background-image: url(/img/losange-carte.png);
  height: 30px;
  width: 30px;
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
}

section.carte-int .container-carte .container-commun .carte-commu .container-image ul li:before {
  content: "1";
  display: block;
  font-size: 18px;
  font-weight: 700;
  position: absolute;
  left: 44%;
  color: white;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

section.carte-int .container-carte .container-commun .carte-commu .container-image ul li.puce-douze {
  top: 160px;
  left: 400px;
}

section.carte-int .container-carte .container-commun .carte-commu .container-image ul li.puce-douze:before {
  content: "1";
}

section.carte-int .container-carte .container-commun .carte-commu .container-image ul li.puce-douze .content h2 {
  padding-bottom: 0px;
}

section.carte-int .container-carte .container-commun .carte-commu .container-image ul li.puce-treize {
  top: 40px;
  left: 200px;
}

section.carte-int .container-carte .container-commun .carte-commu .container-image ul li.puce-treize:before {
  content: "2";
}

section.carte-int .container-carte .container-commun .carte-commu .container-image ul li.puce-treize .content {
  -webkit-transform: translate(-10%, 200px);
          transform: translate(-10%, 200px);
}

section.carte-int .container-carte .container-commun .carte-commu .container-image ul li.puce-treize .content:before {
  bottom: 107px;
}

section.carte-int .container-carte .container-commun .carte-commu .container-image ul li.puce-treize .content h2 {
  padding-bottom: 0px;
}

section.carte-int .container-carte .container-commun .carte-commu .container-image ul li.puce-quatorze {
  top: 660px;
  left: 860px;
}

section.carte-int .container-carte .container-commun .carte-commu .container-image ul li.puce-quatorze:before {
  content: "3";
}

section.carte-int .container-carte .container-commun .carte-commu .container-image ul li.puce-quatorze .content h2 {
  padding-bottom: 0px;
}

section.carte-int .container-carte .container-commun .carte-commu .container-image ul li.puce-quinze {
  top: 400px;
  left: 130px;
}

section.carte-int .container-carte .container-commun .carte-commu .container-image ul li.puce-quinze:before {
  content: "4";
}

section.carte-int .container-carte .container-commun .carte-commu .container-image ul li.puce-quinze .content {
  width: 400px;
}

section.carte-int .container-carte .container-commun .carte-commu .container-image ul li.puce-quinze .content h2 {
  padding-bottom: 0px;
}

section.carte-int .container-carte .container-commun .carte-commu .container-image ul li.puce-seize {
  top: 350px;
  left: 500px;
}

section.carte-int .container-carte .container-commun .carte-commu .container-image ul li.puce-seize:before {
  content: "5";
}

section.carte-int .container-carte .container-commun .carte-commu .container-image ul li.puce-seize .content h2 {
  padding-bottom: 0px;
}

section.carte-int .container-carte .container-commun .carte-commu .container-image ul li:hover .content {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translate(-10%, -10px);
          transform: translate(-10%, -10px);
}

section.carte-int .container-carte .container-commun .carte-commu .container-image ul li:hover .content-treize {
  -webkit-transform: translate(-10%, 190px);
          transform: translate(-10%, 190px);
}

section.carte-int .container-carte .container-commun .carte-commu .container-image ul li:hover .content-douze {
  -webkit-transform: translate(-10%, -10px);
          transform: translate(-10%, -10px);
}

section.carte-int .container-carte .container-commun .carte-commu .container-image ul li .content {
  position: absolute;
  background: #FFF;
  width: 550px;
  bottom: 40px;
  height: auto;
  padding: 20px;
  -webkit-box-shadow: 0px 0px 23.22px 3.78px rgba(27, 27, 27, 0.09);
          box-shadow: 0px 0px 23.22px 3.78px rgba(27, 27, 27, 0.09);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 10px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: translate(-10%, -50px);
          transform: translate(-10%, -50px);
}

section.carte-int .container-carte .container-commun .carte-commu .container-image ul li .content:before {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  background: #FFF;
  bottom: -15px;
  left: 54px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

section.carte-int .container-carte .container-commun .carte-commu .container-image ul li .content h2 {
  font-size: 14px;
  color: #dd2656;
  font-weight: 700;
  text-align: left;
  padding-top: 0;
  padding-bottom: 10px;
}

section.carte-int .container-carte .container-commun .carte-commu .container-image ul li .content h3 {
  font-size: 12px;
  font-weight: 500;
  position: relative;
  left: 26px;
  width: 90%;
  padding-top: 20px;
}

section.carte-int .container-carte .container-commun .carte-commu .container-image ul li .content h3 span {
  background-image: url(/img/picto-conseil.png);
  height: 20px;
  width: 20px;
  display: block;
  position: absolute;
  left: -25px;
  top: 16px;
}

section.carte-int .container-carte .container-commun .carte-commu .container-image ul li .content p {
  font-size: 12px;
  position: relative;
}

section.carte-int .container-carte .container-commun .carte-commu .container-image ul li .content p b {
  color: #dd2656;
  padding-left: 20px;
}

section.carte-int .container-carte .container-commun .carte-commu .container-image ul li .content p:before {
  content: "!";
  display: block;
  font-size: 11px;
  font-weight: 700;
  padding: 2px 7px;
  position: absolute;
  color: white;
  top: -2px;
  background-color: #dd2656;
  border-radius: 100%;
}

section.carte-int .container-carte .container-commun .carte-commu .container-image ul li .content ul {
  padding-top: 10px;
}

section.carte-int .container-carte .container-commun .carte-commu .container-image ul li .content ul li {
  list-style-type: none;
  background: none;
  height: auto;
  width: 90%;
  padding: 3px;
  position: relative;
  font-size: 12px;
}

section.carte-int .container-carte .container-commun .carte-commu .container-image ul li .content ul li b {
  color: #fdad06;
  padding-right: 10px;
  font-size: 13px;
}

section.carte-int .container-carte .container-commun .carte-commu .container-image ul li .content ul li:before {
  display: none;
}

section.carte-int .container-carte h2 {
  text-align: center;
  width: 100%;
  font-size: 30px;
  font-weight: 500;
  font-family: "Poppins";
  padding-top: 30px;
}

.anim {
  width: calc(100% - 40px) !important;
  height: 1000px !important;
  -webkit-transition: all 1s;
  transition: all 1s;
}

.anim .carte-logement {
  height: 850px !important;
}

.anim .carte-logement .container-image ul {
  display: block !important;
  -webkit-transition: all 3s;
  transition: all 3s;
}

.anim .overlay {
  position: absolute !important;
  width: 50px !important;
  height: 50px !important;
  z-index: 200 !important;
  right: 0px !important;
}

.anim .overlay .plus {
  display: none;
}

.anim .overlay .plus span {
  display: none;
}

.anim-com {
  width: calc(100% - 40px) !important;
  -webkit-transition: all 1s;
  transition: all 1s;
}

.anim-com .carte-commu {
  height: 850px !important;
}

.anim-com .carte-commu .container-image {
  background-position: top -140px center;
}

.anim-com .carte-commu .container-image ul {
  display: block !important;
  -webkit-transition: all 3s;
  transition: all 3s;
}

.anim-com .overlay-commun {
  position: absolute !important;
  width: 50px !important;
  height: 50px !important;
  z-index: 200 !important;
  right: 0px !important;
}

.anim-com .overlay-commun .plus {
  display: none;
}

.anim-com .overlay-commun .plus span {
  display: none;
}

section.charge {
  background-color: #f7f7f7;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  overflow: hidden;
}

section.charge .polygon-multi-cinq {
  background-image: url(/img/polygon-treize.png);
  background-size: cover;
  position: absolute;
  left: 360px;
  top: 11px;
  width: 117px;
  height: 117px;
  z-index: 19;
}

section.charge .polygon-multi-six {
  background-image: url(/img/polygon-douze.png);
  background-size: cover;
  position: absolute;
  left: 271px;
  top: -13px;
  width: 138px;
  height: 137px;
  z-index: 19;
}

section.charge .polygon-multi-sept {
  background-image: url(/img/polygon-onze.png);
  background-size: cover;
  position: absolute;
  left: 220px;
  top: 125px;
  width: 196px;
  height: 192px;
  z-index: 19;
}

section.charge .polygon-multi-huit {
  background-image: url(/img/polygon-dix.png);
  background-size: cover;
  position: absolute;
  left: 0px;
  bottom: 0;
  width: 345px;
  height: 540px;
  z-index: 19;
}

section.charge .container-contenu {
  margin: 0 auto;
  width: 1080px;
  height: 600px;
  overflow: hidden;
  padding-top: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

section.charge .container-contenu .echelle {
  width: 20%;
  background-image: url(/img/echelle.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  bottom: -40px;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}

section.charge .container-contenu .text {
  width: 60%;
  height: auto;
}

section.charge .container-contenu .text h1 {
  color: #dd2656;
  text-align: center;
  width: 100%;
  font-size: 40px;
  font-size: 35px;
  font-weight: 700;
  padding-bottom: 40px;
  line-height: 70px;
}

section.charge .container-contenu .text h1 b {
  color: white;
  background-color: #9a9a9a;
  padding: 15px 30px;
  padding: 7px 20px;
  border-radius: 10px;
}

section.charge .container-contenu .text p {
  font-weight: 300;
  font-size: 27px;
  width: 85%;
  text-align: center;
  margin: 0 auto;
  color: #1c3d68;
}

section.charge .container-contenu .text p b {
  width: 100%;
  display: block;
  color: #1c3d68;
  font-size: 35px;
  text-align: center;
  font-weight: 600;
  margin-bottom: 10px;
}

section.charge .container-contenu .reparateur {
  width: 20%;
  background-image: url(/img/reparateur.png);
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}

section.carte-int-responssive {
  display: none;
  margin-top: -70px;
  height: 3400px;
  width: 100%;
  margin: 0 auto;
}

section.carte-int-responssive h1 {
  color: #dd2656;
  text-align: center;
  width: 100%;
  font-size: 26px;
  font-weight: 700;
  padding-bottom: 140px;
}

section.carte-int-responssive .container-carte {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: auto;
  margin: 0 auto;
  padding-bottom: 50px;
}

section.carte-int-responssive .container-carte .container-logement {
  width: calc(100% - 40px);
  margin: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: block;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}




section.carte-int-responssive .container-carte .container-logement h2.title {
  position: absolute;
  top: -100px;
  left: 0px;
  width: 100%;
  text-align: center;
  font-size: 26px;
  font-weight: 700;
  color: #dd2656;
}

section.carte-int-responssive .container-carte .container-logement h2.title-deux {
 
  width: 100%;
  text-align: center;
 margin-bottom: 30px;
  font-size: 26px;
  font-weight: 700;
  color: #dd2656;
}

section.carte-int-responssive .container-carte .container-logement ul li {
  z-index: 500 !important;
  list-style-type: none;
  
 
  
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
}

section.carte-int-responssive .container-carte .container-logement ul li:before {
  content: "1";
  display: block;
  font-size: 18px;
  font-weight: 700;
  position: absolute;
  left: 44%;
  color: white;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}


section.carte-int-responssive .container-carte .container-logement ul li .content {
 
  background: #FFF;
  width: auto;
  bottom: -250px;
 
  -webkit-box-shadow: 0px 0px 23.22px 3.78px rgba(27, 27, 27, 0.09);
          box-shadow: 0px 0px 23.22px 3.78px rgba(27, 27, 27, 0.09);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 10px;
}

section.carte-int-responssive .container-carte .container-logement ul li .content h2 {
  font-size: 14px;
  color: #dd2656;
  font-weight: 700;
  text-align: left;
  padding-top: 0;
  padding-bottom: 10px;
}

section.carte-int-responssive .container-carte .container-logement ul li .content h3 {
  font-size: 12px;
  font-weight: 500;
  position: relative;
  left: 26px;
  width: 90%;
  padding-top: 20px;
}

section.carte-int-responssive .container-carte .container-logement ul li .content h3 span {
  background-image: url(/img/picto-conseil.png);
  height: 20px;
  width: 20px;
  display: block;
  position: absolute;
  left: -25px;
  top: 16px;
}

section.carte-int-responssive .container-carte .container-logement ul li .content p {
  font-size: 12px;
  position: relative;
}

section.carte-int-responssive .container-carte .container-logement ul li .content p b {
  color: #dd2656;
  padding-left: 20px;
}

section.carte-int-responssive .container-carte .container-logement ul li .content p:before {
  content: "!";
  display: block;
  font-size: 11px;
  font-weight: 700;
  padding: 2px 7px;
  position: absolute;
  color: white;
  top: -2px;
  background-color: #dd2656;
  border-radius: 100%;
}

section.carte-int-responssive .container-carte .container-logement ul li .content ul {
  padding-top: 10px;
}

section.carte-int-responssive .container-carte .container-logement ul li .content ul li {
  list-style-type: none;
  background: none;
  height: auto;
  width: 90%;
  padding: 3px;
  position: relative;
  font-size: 12px;
}

section.carte-int-responssive .container-carte .container-logement ul li .content ul li b {
  color: #fdad06;
  padding-right: 10px;
  font-size: 13px;
}

section.carte-int-responssive .container-carte .container-logement ul li .content ul li:before {
  display: none;
}

.vingt {
  background-color: #f7f7f7;
  position: relative;
  padding-top: 30px;
  padding-bottom: 50px;
  overflow: hidden;
  height: 540px;
  padding: 30px;
}

.vingt .container-photo-logement {
  background: url(/img/multi.png) no-repeat center;
  width: 62%;
  background-size: contain;
  height: 530px;
  margin-top: -20px;
}

.vingt .container-text {
  padding: 40px;
  padding-left: 10px;
  padding-top: 0px;
  width: 38%;
  padding-top: 0px;
}

.vingt .container-text p {
  font-size: 20px;
  font-family: "Poppins";
  color: #222222;
  font-weight: 500;
  line-height: 1.2;
  position: relative;
}

.vingt p {
  padding-top: 10px;
  padding-bottom: 40px;
}

.vingt p:before {
  top: 15px;
}

.vingt h4 {
  font-size: 26px;
  font-family: "Poppins";
  color: #1c3d68;
  font-weight: bold;
  line-height: 1;
  text-align: left;
  padding-bottom: 30px;
}

@media screen and (max-width: 1420px) {
  section.carte-int .container-carte {
    width: 100%;
  }
}

@media screen and (max-width: 1370px) {
  section.carte-int .container-carte .container-logements .carte-logement .container-image {
    background-size: contain;
  }
  section.carte-int .container-carte .container-logements .carte-logement .container-image ul li.puce-dix {
    z-index: 2 !important;
    top: 190px;
    left: 1189px;
  }
  section.carte-int .container-carte .container-logements .carte-logement .container-image ul li.puce-neuf {
    top: 410px;
    left: 619px;
  }
  section.carte-int .container-carte .container-logements .carte-logement .container-image ul li.puce-huit {
    top: 410px;
    left: 49px;
  }
  section.carte-int .container-carte .container-logements .carte-logement .container-image ul li.puce-sept {
    top: 310px;
    left: 499px;
  }
  section.carte-int .container-carte .container-logements .carte-logement .container-image ul li.puce-six {
    top: 390px;
    left: 659px;
  }
  section.carte-int .container-carte .container-logements .carte-logement .container-image ul li.puce-cinq {
    top: 410px;
    left: 87px;
  }
  section.carte-int .container-carte .container-logements .carte-logement .container-image ul li.puce-quatre {
    top: 550px;
    left: 980px;
  }
  section.carte-int .container-carte .container-logements .carte-logement .container-image ul li.puce-trois {
    top: 360px;
    left: 317px;
  }
  section.carte-int .container-carte .container-logements .carte-logement .container-image ul li.puce-deux {
    top: 370px;
    left: 120px;
  }
  section.carte-int .container-carte .container-logements .carte-logement .container-image ul li.puce-un {
    top: 250px;
    left: 400px;
  }
}

@media screen and (max-width: 1280px) {
  section.carte {
    width: 100%;
  }
  section.carte-int .container-carte .container-logements .carte-logement .container-image ul li.puce-dix {
    z-index: 2 !important;
    top: 170px;
    left: 1109px;
  }
  section.carte-int .container-carte .container-logements .carte-logement .container-image ul li.puce-neuf {
    top: 360px;
    left: 599px;
  }
  section.carte-int .container-carte .container-logements .carte-logement .container-image ul li.puce-sept {
    top: 280px;
    left: 459px;
  }
  section.carte-int .container-carte .container-logements .carte-logement .container-image ul li.puce-huit {
    top: 370px;
    left: 49px;
  }
  section.carte-int .container-carte .container-logements .carte-logement .container-image ul li.puce-cinq {
    top: 360px;
    left: 87px;
  }
  section.carte-int .container-carte .container-logements .carte-logement .container-image ul li.puce-quatre {
    top: 520px;
    left: 920px;
  }
  section.carte-int .container-carte .container-logements .carte-logement .container-image ul li.puce-onze {
    top: -70px;
    left: 159px;
  }
  section.carte-int .container-carte .container-logements .carte-logement .container-image ul li.puce-six {
    top: 350px;
    left: 619px;
  }
}

@media screen and (max-width: 1200px) {
  section.carte-int {
    display: none;
  }
  section.carte-int-responssive {
    display: block;
  }
}

@media screen and (max-width: 1100px) {
  section.carte article .container-titre h1 {
    width: 100%;
  }
  section.charge .container-contenu .reparateur {
    display: none;
  }
  section.charge .container-contenu .echelle {
    display: none;
  }
  section.charge .container-contenu {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
  }
}

@media screen and (max-width: 960px) {
  section.charge .container-contenu .text {
    width: 70%;
    height: auto;
  }
}

@media screen and (max-width: 940px) {
  section.carte article .container-titre h1 {
    padding: 5px;
    padding-top: 40px;
  }
}

@media screen and (max-width: 860px) {
  section.carte article {
    width: calc(50% - 20px);
  }
}

@media screen and (max-width: 800px) {
  section.charge .container-contenu .text {
    width: 90%;
    height: auto;
  }
  section.carte-int-responssive {
    height: 3550px;
    height: auto;
  }
}

@media screen and (max-width: 700px) {
  section.charge .container-contenu .text {
    width: 100%;
    height: auto;
  }
}

@media screen and (max-width: 600px) {
  section.carte article {
    width: calc(100% - 20px);
  }
  section.charge .container-contenu .text h1 {
    font-size: 20px;
  }
  section.carte-int-responssive .container-carte .container-logement ul li .content {
    width: 350px;
    width: 300px;
    padding: 30px;
    margin: 15px auto;

  }
  header.multi-act .container-texte h2{
    font-size: 27px;
  }
  
  section.charge .container-contenu{
    position: inherit;
    z-index : 9 ; 
  }
  section.charge .polygon-multi-sept{
    z-index: 1;
  }
  section.charge .polygon-multi-huit{
    z-index: 1;
  }
  
}

@media screen and (max-width: 500px) {
  section.charge .container-contenu .text h1 {
    font-size: 20px;
    line-height: 40px;
  }
}

@media screen and (max-width: 500px) {
  
  section.carte-int-responssive .container-carte .container-logement h2.title {
    padding: 5px;
  }
  section.carte-int-responssive h1 {
    color: #dd2656;
    text-align: center;
    width: 100%;
    padding: 10px;
    font-size: 30px;
    font-weight: 700;
    padding-bottom: 140px;
  }
  section.carte-int-responssive h1 br{
    display: none;
  }
}
/*# sourceMappingURL=new.css.map */