/* perfect-scrollbar v0.6.7 */
.ps-container {
  -ms-touch-action: none;
  overflow: hidden !important;
}

.ps-container.ps-active-x > .ps-scrollbar-x-rail,
.ps-container.ps-active-y > .ps-scrollbar-y-rail {
  display: block;
}

.ps-container > .ps-scrollbar-y-rail {
  position: absolute;
  right: 0px;
  width: 4px;
}

.ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  position: absolute;
  /* please don't change 'position' */
  background-color: #e94c2e;
  right: 0;
  /* there must be 'right' for ps-scrollbar-y */
  width: 4px;
}

::selection {
  background: #000;
  color: #fff;
}

::-moz-selection {
  background: #000;
  color: #fff;
}

* {
  margin: 0;
  padding: 0;
  outline: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'Open Sans', sans-serif;
}

body {
  font-size: 17px;
  background: #fff;
  -webkit-tap-highlight-color: transparent;
  /*
  @include tablet{
  	background:pink;
  }
  @include mobile{
  	background:purple;
  }
  */
}

.wrap {
  margin: 0 auto;
  position: relative;
  width: 1000px;
  max-width: 98%;
}
@media screen and (max-width: 1024px) {
  .wrap {
    width: auto;
    max-width: none;
    margin: 0 20px;
  }
}

.bigwrap {
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .bigwrap {
    width: auto;
    max-width: none;
    margin: 0 20px;
  }
}

#main {
  max-width: 1200px;
  margin: 0 auto;
}
#main .block {
  padding: 0 60px;
}
@media screen and (max-width: 1024px) {
  #main .block {
    padding: 0 30px;
  }
}
@media screen and (max-width: 760px) {
  #main .block {
    padding: 0 15px;
  }
}
#main h3.bordered {
  font-size: 23px;
  font-weight: 600;
  text-transform: uppercase;
  color: #e94c2e;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #e94c2e;
}
@media screen and (max-width: 1024px) {
  #main h3.bordered {
    font-size: 15px;
  }
}

/*---- BOUTONS ----*/
.button {
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  display: inline-block;
  text-transform: uppercase;
}
@media screen and (max-width: 760px) {
  .button {
    font-size: 20px;
  }
}
.button.button-main {
  padding: 10px;
  margin: 20px 10% 0;
  color: #fff;
  background: #e94c2e;
  transition: background 0.25s ease;
}
.button.button-main:hover, .button.button-main:focus {
  background: #eb6045;
}
.button.button-main:active {
  background: #e53918;
}
.button.button-secondary {
  color: #e94c2e;
  background: #eaeaea;
  padding: 5px 15px;
  margin: 0 auto;
  transition: all 0.25s ease;
}
.button.button-secondary:hover, .button.button-secondary:focus {
  color: #fff;
  background: #e94c2e;
}
.button.button-small {
  background: #e94c2e;
  color: #fff;
  padding: 5px 15px;
  margin: 10px 5px;
  transition: background 0.25s ease;
}
.button.button-small:hover, .button.button-small:focus {
  background: #ee745c;
}
.button.button-small:active {
  background: #ce3316;
}

.float_left {
  float: left;
}

.float_right {
  float: right;
}

.clear_left {
  clear: left;
}

.clear_right {
  clear: right;
}

.clear_both {
  clear: both;
}

.alignleft {
  float: left;
  display: block;
}

.alignright {
  float: right;
  display: block;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

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

.wysiwyg p,
body.mceContentBody p {
  margin-bottom: 10px;
}
.wysiwyg h2,
body.mceContentBody h2 {
  margin-bottom: 10px;
}
.wysiwyg h3, .wysiwyg h4, .wysiwyg h5, .wysiwyg h6,
body.mceContentBody h3,
body.mceContentBody h4,
body.mceContentBody h5,
body.mceContentBody h6 {
  margin-bottom: 5px;
}
.wysiwyg ul, .wysiwyg ol,
body.mceContentBody ul,
body.mceContentBody ol {
  margin-left: 25px;
}
.wysiwyg ul li, .wysiwyg ol li,
body.mceContentBody ul li,
body.mceContentBody ol li {
  padding-bottom: 10px;
}
.wysiwyg a,
body.mceContentBody a {
  color: #15499f;
  text-decoration: underline;
}

#prehome {
  height: 100vh;
  background: url("../img/prehome_bg.jpg") center center no-repeat #1e2632;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
#prehome .bigwrap,
#prehome .wrap {
  height: 100%;
}
#prehome #prehome_logo {
  display: block;
  height: 130px;
  width: 130px;
  background: url("../img/prehome_logo.png") center center no-repeat;
  position: absolute;
  top: 0;
  left: -12px;
  text-align: left;
  text-indent: -6000px;
  overflow: hidden;
  z-index: 10;
}
#prehome #prehome_link {
  display: block;
  height: 80px;
  width: 80px;
  background: url("../img/prehome_link.png") center center no-repeat;
  -moz-background-size: 80px 80px;
  -o-background-size: 80px 80px;
  -webkit-background-size: 80px 80px;
  background-size: 80px 80px;
  position: absolute;
  bottom: 25px;
  left: 50%;
  margin-left: -40px;
  text-align: left;
  text-indent: -6000px;
  overflow: hidden;
  z-index: 10;
  bottom: 72px;
  margin-left: 0;
  left: auto;
  right: 390px;
}
@media screen and (max-width: 760px) {
  #prehome #prehome_link {
    left: auto;
    right: 10px;
    bottom: 30px;
  }
}
#prehome #prehome_text {
  position: absolute;
  bottom: 40px;
  left: 0;
  color: #fff;
}
#prehome #prehome_text .title {
  text-transform: uppercase;
  color: #1ac4f4;
  font-size: 62px;
  font-weight: normal;
  padding-bottom: 20px;
}
#prehome #prehome_text p {
  font-size: 22px;
  line-height: 25px;
  margin-right: 500px;
}
@media screen and (max-width: 760px) {
  #prehome #prehome_text {
    bottom: 20px;
  }
  #prehome #prehome_text .title {
    font-size: 22px;
    padding-bottom: 5px;
  }
  #prehome #prehome_text p {
    font-size: 13px;
    line-height: 16px;
    margin-right: 110px;
  }
}
#prehome #prehome_form {
  position: absolute;
  bottom: 40px;
  right: 0;
  width: 360px;
  overflow: hidden;
  *zoom: 1;
  color: #fff;
}
@media screen and (max-width: 760px) {
  #prehome #prehome_form {
    display: none;
  }
}
#prehome #prehome_form .title {
  display: block;
  text-align: center;
  text-transform: uppercase;
  line-height: 36px;
  font-size: 24px;
  font-weight: normal;
  margin-right: 60px;
}
#prehome #prehome_form input {
  display: block;
  width: 300px;
  border: 5px solid #1ac4f4;
  height: 50px;
  line-height: 40px;
  font-size: 16px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 0 10px;
  float: left;
}
#prehome #prehome_form input::-webkit-input-placeholder {
  color: #8b8e8f;
}
#prehome #prehome_form input:-moz-placeholder {
  color: #8b8e8f;
  opacity: 1;
}
#prehome #prehome_form input::-moz-placeholder {
  color: #8b8e8f;
  opacity: 1;
}
#prehome #prehome_form input:-ms-input-placeholder {
  color: #8b8e8f;
}
#prehome #prehome_form button {
  display: block;
  height: 50px;
  width: 48px;
  float: right;
  text-align: center;
  line-height: 50px;
  color: #fff;
  font-size: 24px;
  border: none;
  background: #1ac4f4;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  cursor: pointer;
}
#prehome #prehome_form .link {
  text-decoration: underline;
  text-align: center;
  display: block;
  margin-right: 60px;
  padding-top: 8px;
  line-height: 20px;
  font-size: 17px;
  clear: both;
}

header#header {
  max-width: 1200px;
  margin: 0 auto;
  background: #fff;
  overflow: hidden;
}
header#header #header_logo {
  background: #fff;
  position: relative;
  height: 115px;
  width: 140px;
}
header#header #header_logo a {
  display: block;
  height: 100%;
  width: 80%;
  position: relative;
  background: url("../img/logo-fondation-couleur.svg") center center no-repeat;
  background-size: contain;
  text-indent: -9999px;
  overflow: hidden;
}
header#header #header_logo:after {
  content: "";
  height: 115px;
  width: 69px;
  padding: 0;
  background-color: #e94c2e;
  top: 0;
  right: -34px;
  position: absolute;
  transform: rotate(0deg) skew(30deg);
  -webkit-transform: rotate(0deg) skew(30deg);
}
header#header #header_nav {
  display: flex;
  flex-flow: nowrap row;
  align-items: center;
  background: #e84b2d;
  padding-right: 20px;
  margin: 20px;
}
header#header #header_nav .nav_links {
  z-index: 10;
  display: flex;
  align-items: center;
}
header#header #header_nav .nav_links a {
  margin: 0 5px;
}
header#header #header_nav .social_links {
  display: flex;
  flex-grow: 2;
  justify-content: flex-end;
}
header#header #header_nav .social_links a, header#header #header_nav .nav_links a {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  padding: 10px;
  border-radius: 5px;
  border: solid 1px transparent;
  transition: background 0.25s ease;
}
header#header #header_nav .social_links a:hover, header#header #header_nav .nav_links a:hover {
  background: #e33919;
}
@media screen and (max-width: 1024px) {
  header#header #header_baseline {
    font-size: 14px;
  }
  header#header #header_nav {
    padding-top: 25px;
  }
  header#header #header_nav a {
    padding: 0 15px;
    font-size: 17px;
    height: 40px;
    line-height: 40px;
  }
  header#header #header_nav a:after {
    width: 2px;
    right: -1px;
  }
}
header#header .logo-mobile {
  display: none;
}
header#header .burger {
  display: none;
}
header#header .menu_burger_contenu {
  display: none;
}
@media screen and (max-width: 1024px) {
  header#header #header_baseline {
    display: none;
  }
  header#header #header_nav {
    display: none;
  }
  header#header .logo-mobile {
    display: block;
    cursor: pointer;
    margin: 0 auto;
    width: 30px;
    height: 23px;
    position: fixed;
    z-index: 999;
    top: 20px;
    left: 20px;
  }
  header#header .logo-mobile a {
    display: block;
    height: 100%;
    width: 80%;
    position: relative;
    background: url("../img/logo-fondation-couleur.svg") center center no-repeat;
    background-size: contain;
    text-indent: -9999px;
    overflow: hidden;
  }
  header#header .burger {
    display: block;
    cursor: pointer;
    margin: 0 auto;
    width: 30px;
    height: 23px;
    position: fixed;
    z-index: 9999;
    top: 20px;
    right: 20px;
  }
  header#header .burger .burger-global {
    position: absolute;
    left: 0;
    width: 100%;
    transition: all 0.55s ease 0s;
  }
  header#header .burger .burger-top {
    top: 0;
    z-index: 0;
    border-top: 4px solid #999;
  }
  header#header .burger .burger-top.click {
    top: 10px;
    -webkit-transform: rotate(50deg);
    /* Safari */
    -moz-transform: rotate(50deg);
    /* Mozilla */
    -ms-transform: rotate(50deg);
    /* IE 9 */
    -o-transform: rotate(50deg);
    /* Opera */
    transform: rotate(50deg);
    transition: all 0.55s ease 0.5s;
  }
  header#header .burger .burger-middle {
    top: 9px;
    z-index: 0;
    border-top: 4px solid #999;
  }
  header#header .burger .burger-middle.click {
    opacity: 0;
  }
  header#header .burger .burger-bottom {
    top: 18px;
    z-index: 0;
    border-top: 4px solid #999;
  }
  header#header .burger .burger-bottom.click {
    top: 10px;
    -ms-transform: rotate(-410deg);
    /* IE 9 */
    -webkit-transform: rotate(-410deg);
    /* Safari */
    transform: rotate(-410deg);
    transition: all 0.45s ease 0.5s;
  }
  header#header .menu_burger_conteneur {
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    background: #fff;
    text-align: center;
    position: fixed;
    top: 0;
    z-index: 999;
    -webkit-transition: all 500ms ease-out;
    -moz-transition: all 500ms ease-out;
    -o-transition: all 500ms ease-out;
    transition: all 500ms ease-out;
  }
  header#header .menu_burger_conteneur.close {
    right: -100%;
  }
  header#header .menu_burger_conteneur.open {
    right: 0;
  }
  header#header .menu_burger_conteneur .menu_burger_contenu {
    display: block;
    padding: 10px;
    text-align: center;
  }
  header#header .menu_burger_conteneur .menu_burger_contenu .header_nav_mobile {
    text-align: center;
  }
  header#header .menu_burger_conteneur .menu_burger_contenu .header_nav_mobile #header_logo {
    width: auto;
    position: relative;
    left: auto;
  }
  header#header .menu_burger_conteneur .menu_burger_contenu .header_nav_mobile #header_logo a {
    display: block;
    float: none;
    margin: 0 auto;
  }
  header#header .menu_burger_conteneur .menu_burger_contenu .header_nav_mobile a {
    display: block;
    margin: 20px 0;
    padding: 10px 0;
    font-size: 18px;
    line-height: 20px;
    font-weight: bold;
    color: #e94c2e;
    transition: color 0.25s ease;
  }
  header#header .menu_burger_conteneur .menu_burger_contenu .header_nav_mobile a:hover, header#header .menu_burger_conteneur .menu_burger_contenu .header_nav_mobile a:focus {
    color: #eb6045;
  }
  header#header .menu_burger_conteneur .menu_burger_contenu .header_nav_mobile a:active {
    color: #e53918;
  }
  header#header .menu_burger_conteneur .menu_burger_contenu .header_nav_mobile .social_links {
    display: flex;
    justify-content: center;
  }
  header#header .menu_burger_conteneur .menu_burger_contenu .header_nav_mobile .social_links a {
    padding: 0;
    margin: 0 10px;
  }
}

#home {
  min-height: 545px;
  margin: 0 20px;
}
@media screen and (max-width: 760px) {
  #home {
    margin: 0;
  }
}
#home .intro-container {
  background: #eae6db;
  padding: 40px 0 20px;
  position: relative;
}
@media screen and (max-width: 760px) {
  #home .intro-container {
    padding-bottom: 0;
  }
}
#home .intro-background {
  background: url("../img/illustration-intro.png") no-repeat left center;
  background-size: cover;
  height: 553px;
  margin-bottom: 40px;
}
@media screen and (max-width: 760px) {
  #home .intro-background {
    background: none;
    height: auto;
  }
}
#home .intro-background h2 {
  position: absolute;
  top: 80px;
  left: 40px;
  width: 50%;
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 500;
}
@media screen and (max-width: 760px) {
  #home .intro-background h2 {
    font-size: 24px;
    text-transform: uppercase;
    margin: 0 auto;
    width: 90%;
    padding-top: 50px;
    position: static;
    text-align: center;
  }
}
@media screen and (max-width: 760px) {
  #home li {
    margin-left: 20px;
  }
}
#home .titre-section {
  font-size: 24px;
  color: #e94c2e;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: solid 1px #e94c2e;
  text-transform: uppercase;
  text-align: center;
}
@media screen and (max-width: 760px) {
  #home .titre-section {
    font-size: 20px;
  }
}
#home .intro-bloc-container {
  display: flex;
  flex-flow: row wrap;
  margin-bottom: 20px;
}
#home .intro-bloc-container .intro-bloc {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 29.33%;
  box-sizing: border-box;
  padding: 20px 10px;
  margin: 0 2%;
  background: #fff;
}
@media screen and (max-width: 1024px) {
  #home .intro-bloc-container .intro-bloc {
    width: 46%;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 760px) {
  #home .intro-bloc-container .intro-bloc {
    width: 100%;
    margin: 0;
  }
}
#home .intro-bloc-container .intro-bloc h3 {
  font-size: 24px;
  font-weight: bold;
  color: #e94c2e;
  text-transform: uppercase;
  margin-bottom: 20px;
}
@media screen and (max-width: 760px) {
  #home .intro-bloc-container .intro-bloc h3 {
    font-size: 18px;
  }
}
#home .intro-bloc-container .intro-bloc img {
  width: 80%;
  display: block;
  margin: 20px auto;
}
#home .intro-bloc-container .intro-bloc p {
  font-size: 18px;
  font-weight: 300;
}
#home .dons-container {
  display: flex;
  flex-direction: column;
  padding: 80px 0;
  background: url("../img/hachure.png") repeat center;
  background-size: contain;
}
@media screen and (max-width: 760px) {
  #home .dons-container {
    padding: 80px 15px;
  }
}
#home .dons-container .warning_fisc {
  text-align: center;
  max-width: 55%;
  margin: 0 auto;
}
#home .dons-container .warning_fisc p {
  margin-bottom: 10px;
}
#home .dons-container .dons-content {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 760px) {
  #home .dons-container .dons-content {
    flex-direction: column;
    text-align: center;
  }
}
#home .dons-container .dons-content strong {
  display: block;
  font-weight: normal;
}
#home .dons-container .dons-content p {
  padding: 0 5%;
  font-size: 18px;
}
@media screen and (max-width: 760px) {
  #home .dons-container .dons-content p {
    padding: 0;
  }
}
#home .dons-container .dons-content p .dons-number {
  font-size: 60px;
  font-weight: bold;
  color: #e94c2e;
  display: block;
}
@media screen and (max-width: 760px) {
  #home .dons-container .dons-content p .dons-number {
    font-size: 36px;
  }
}
#home .dons-container .dons-content p .dons-highlight {
  display: block;
  font-size: 24px;
  color: #e94c2e;
}
@media screen and (max-width: 760px) {
  #home .dons-container .dons-content p .dons-highlight {
    font-size: 20px;
  }
}
#home .donateurs {
  background: #b4b5b6;
  padding: 20px 80px;
  margin-bottom: 80px;
}
@media screen and (max-width: 760px) {
  #home .donateurs {
    padding: 15px;
  }
}
#home .donateurs h2, #home .donateurs ul, #home .donateurs li, #home .donateurs p, #home .donateurs a {
  color: #fff;
}
#home .donateurs .titre-section {
  color: #fff;
  border-color: #fff;
}
#home .donateurs p {
  text-align: center;
  font-size: 24px;
}
#home .donateurs ul {
  display: flex;
  flex-flow: row wrap;
  margin-bottom: 40px;
}
#home .donateurs ul li {
  width: 33.33%;
  font-size: 18px;
  padding-bottom: 5px;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  #home .donateurs ul li {
    width: 50%;
  }
}
@media screen and (max-width: 760px) {
  #home .donateurs ul li {
    text-align: center;
    width: 100%;
  }
}
#home .contact {
  margin-bottom: 40px;
}
@media screen and (max-width: 760px) {
  #home .contact {
    padding: 0 15px;
  }
}
#home .contact p, #home .contact ul, #home .contact li {
  font-size: 18px;
  font-weight: 300;
  text-align: center;
  padding-bottom: 10px;
}
#home .contact li {
  list-style-position: inside;
}

#offre {
  background: #bfe8fb;
  padding-top: 6px;
}
#offre #cover {
  height: 466px;
  background: center center no-repeat #ccc;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
#offre #cover .title {
  position: absolute;
  top: 53px;
  left: 0;
  font-weight: normal;
  color: #1ac4f4;
  text-transform: uppercase;
  line-height: 50px;
  font-size: 44px;
}
#offre #cover .title span {
  display: block;
  background: #fff;
  float: left;
  clear: left;
  padding: 0 12px;
}
@media screen and (max-width: 1024px) {
  #offre #cover .title {
    background: #fff;
    padding: 0 12px;
    max-width: 70%;
  }
  #offre #cover .title span {
    display: inline;
    float: none;
    clear: none;
    background: none;
    padding: 0;
  }
}
@media screen and (max-width: 760px) {
  #offre #cover .title {
    line-height: 30px;
    font-size: 24px;
    max-width: none;
  }
}
#offre #offre_content {
  background: #fff;
  overflow: hidden;
  *zoom: 1;
  padding: 40px 0;
}
#offre #offre_content #texte_actions {
  width: 500px;
  padding-right: 45px;
  border-right: 2px solid #f8992f;
  float: left;
}
#offre #offre_content #texte_actions .soutenir {
  padding-top: 20px;
}
#offre #offre_content #texte_actions .soutenir span {
  display: block;
  background: #1ac4f4;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 15px;
  margin-bottom: 5px;
  line-height: 19px;
  padding: 5px;
}
#offre #offre_content #texte_actions .actions {
  overflow: hidden;
  *zoom: 1;
  padding-top: 10px;
  text-align: center;
  vertical-align: top;
  font-size: 0;
}
#offre #offre_content #texte_actions .actions .action {
  display: inline-block;
  text-align: center;
  color: #1ac4f4;
  width: 151px;
  text-transform: uppercase;
  vertical-align: top;
}
#offre #offre_content #texte_actions .actions .action .icon {
  display: block;
  height: 64px;
  width: 64px;
  background: url("../img/actions_icons.png") left center no-repeat #1ac4f4;
  margin: 0 auto 5px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
#offre #offre_content #texte_actions .actions .action strong {
  display: block;
  font-size: 15px;
  line-height: 18px;
}
#offre #offre_content #texte_actions .actions .action span {
  display: block;
  font-size: 11px;
  line-height: 15px;
}
#offre #offre_content #texte_actions .actions .action.don .icon {
  background-position: left center;
}
#offre #offre_content #texte_actions .actions .action.down .icon {
  background-position: center center;
}
#offre #offre_content #texte_actions .actions .action.contact .icon {
  background-position: right center;
}
@media screen and (max-width: 1024px) {
  #offre #offre_content #texte_actions {
    float: none;
    margin: 0 auto;
    padding-right: 0;
    border: none;
    min-height: 0 !important;
  }
}
@media screen and (max-width: 760px) {
  #offre #offre_content #texte_actions {
    width: 100%;
  }
}
#offre #offre_content #nombres_plan {
  padding-left: 45px;
  margin-left: 500px;
}
#offre #offre_content #nombres_plan .total,
#offre #offre_content #nombres_plan .prix {
  margin-bottom: 7px;
  background: #f8992f;
  color: #fff;
  font-size: 19px;
  line-height: 19px;
  padding: 5px 12px;
}
#offre #offre_content #nombres_plan .total.prix,
#offre #offre_content #nombres_plan .prix.prix {
  background: #fdcc9e;
  color: #000;
}
#offre #offre_content #nombres_plan img.plan {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 20px auto 0 auto;
}
@media screen and (max-width: 1024px) {
  #offre #offre_content #nombres_plan {
    padding-left: 0;
    width: 500px;
    margin: 0 auto;
    padding-top: 40px;
    min-height: 0 !important;
  }
}
@media screen and (max-width: 760px) {
  #offre #offre_content #nombres_plan {
    width: 100%;
  }
}
#offre #centraliens {
  padding-top: 50px;
}
#offre #centraliens .title {
  line-height: 36px;
  padding: 15px 0;
  background: #859dab;
  color: #fff;
  text-transform: uppercase;
  font-size: 32px;
  font-weight: bold;
}
#offre #centraliens #centraliens_liste {
  overflow: hidden;
  *zoom: 1;
  padding: 30px 0 70px;
  -moz-columns: 2;
  -webkit-columns: 2;
  columns: 2;
}
#offre #centraliens #centraliens_liste .item {
  /* width:333px;
  float:left; */
  height: 23px;
}
@media screen and (max-width: 760px) {
  #offre #centraliens .title {
    font-size: 20px;
    line-height: 22px;
  }
  #offre #centraliens #centraliens_liste {
    padding: 20px 0 30px;
    -moz-columns: 1;
    -webkit-columns: 1;
    columns: 1;
  }
}

#page {
  padding: 50px 0;
}
#page h1.title {
  text-align: center;
  line-height: 52px;
  font-size: 36px;
  font-weight: normal;
  margin-bottom: 30px;
  text-transform: uppercase;
}

/*
footer.footer{
	background:#1ac4f4;
	color:$blanc;
	line-height:39px;
	padding:12px 0;
	@include clearfix;

	.footer_mentions{
		float:left;
		font-size:11px;
		vertical-align:bottom;
		line-height:29px;
		padding-top:8px;
	}
	.footer_social{
		float:right;
		vertical-align:top;
		font-size:20px;
		
		strong{
			display:block;
			font-weight:normal;
			float:left;
		}
		a{
			display:block;
			height:39px;
			width:39px;
			background:url('../img/footer_social.png') left top no-repeat;
			@include background-size(166px 39px);
			margin-left:10px;
			text-align:left;
			text-indent:-6000px;
			overflow:hidden;
			float:left;
			
			&.facebook{background-position:left top;}
			&.twitter{background-position:-39px top;}
			&.linkedin{background-position:-78px top;}
			&.email{
				width:49px;
				background-position:right top;
			}
		}
	}

	@include mobile{

		.footer_mentions{
			line-height: 18px;
		}
		.footer_social{
			float:left;
			strong {
				float: none;
			}
		}
	}
}*/
footer.footer {
  max-width: 1200px;
  margin: 0 auto;
  color: #fff;
}
@media screen and (max-width: 760px) {
  footer.footer .bigwrap {
    margin: 0;
  }
}
footer.footer .footer-content {
  margin: 20px;
  background: #e94c2e;
  padding: 20px 40px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  footer.footer .footer-content {
    flex-direction: column;
  }
}
footer.footer img {
  width: 120px;
  height: 100%;
}
footer.footer nav {
  display: flex;
}
@media screen and (max-width: 1024px) {
  footer.footer nav {
    flex-direction: column;
    align-items: center;
  }
}
footer.footer nav a {
  font-size: 16px;
  text-transform: uppercase;
  padding-bottom: 10px;
  position: relative;
}
footer.footer nav a:hover, footer.footer nav a:focus {
  text-decoration: underline;
}
footer.footer nav ul {
  padding-left: 20px;
  margin-left: 20px;
  border-left: solid 1px #fff;
  list-style-type: none;
}
@media screen and (max-width: 1024px) {
  footer.footer nav ul {
    padding: 0;
    margin: 20px 0;
    border: none;
    text-align: center;
  }
}
footer.footer .footer-legal {
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width: 1024px) {
  footer.footer .footer-legal {
    align-items: center;
    flex-direction: column;
    margin-top: 20px;
  }
}
footer.footer p {
  font-size: 16px;
  padding-right: 20px;
}
@media screen and (max-width: 1024px) {
  footer.footer p {
    order: 2;
    font-size: 14px;
    padding: 0;
    margin-top: 20px;
  }
}

.close_popin {
  display: block;
  height: 19px;
  width: 19px;
  position: absolute;
  top: 20px;
  right: 20px;
  background: url("../img/plan_popin_close.png") center center no-repeat #d5d7d6;
  text-align: left;
  text-indent: -6000px;
  overflow: hidden;
  cursor: pointer;
}

article.popin {
  background: #d5cdb8;
  padding: 15px;
  position: relative;
}
article.popin .cover {
  background: #555859;
}
article.popin .cover img {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}
article.popin .title {
  color: #fff;
  background: #e94c2e;
  text-transform: uppercase;
  font-size: 34px;
  font-weight: bold;
  line-height: 34px;
  padding: 15px 30px;
  margin-bottom: 10px;
}
article.popin .title.light {
  font-size: 26px;
  font-weight: normal;
  line-height: 28px;
}
article.popin .user {
  color: #000;
  background: #f3f0ea;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: bold;
  line-height: 26px;
  padding: 8px 25px;
}
article.popin .content .icon {
  display: block;
  float: left;
  width: 100px;
  margin-left: 20px;
  margin-top: 12px;
  margin-bottom: 20px;
}
article.popin .content .icon_title {
  float: left;
  margin-left: 20px;
  margin-top: 12px;
  height: 100px;
  position: relative;
  margin-bottom: 20px;
}
article.popin .content .icon_title span {
  position: absolute;
  top: 50%;
  left: 0;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 110px;
  font-size: 15px;
  font-weight: 900;
  line-height: 15px;
  text-transform: uppercase;
}
article.popin .content .signe {
  text-transform: uppercase;
  padding: 8px 10px;
  margin: 10px 0;
  background: #eae6db;
}
article.popin .content p {
  padding: 0;
  font-size: 16px;
}
article.popin .content p.dispo {
  margin-bottom: 5px;
}
article.popin .content .price {
  font-weight: bold;
}
article.popin .content .numbers {
  margin-left: 50%;
  margin-right: 20px;
  padding-top: 25px;
  margin-bottom: 20px;
}
article.popin .content .numbers .price,
article.popin .content .numbers .dispo {
  border-bottom: 2px solid #e94c2e;
  color: #e94c2e;
  font-size: 18px;
  text-transform: uppercase;
  padding-left: 6px;
  line-height: 35px;
}
article.popin .content .numbers .price {
  border-top: 2px solid #e94c2e;
}
article.popin .content .link-container {
  clear: left;
  display: flex;
  justify-content: space-around;
  margin: 20px 0;
}
@media screen and (max-width: 760px) {
  article.popin .content .link-container {
    flex-direction: column;
  }
}
article.popin .content a.link {
  display: inline-block;
  background: #e94c2e;
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  text-align: center;
  padding: 10px;
}
@media screen and (max-width: 760px) {
  article.popin .content a.link {
    margin: 10px 0;
  }
}
article.popin .content .text {
  font-size: 14px;
  font-weight: 300;
  line-height: 21px;
  padding-bottom: 15px;
}
article.popin .content .text .cols {
  /*@include columns(2);*/
  margin-top: 10px;
  padding: 10px;
  background: #fff;
  display: flex;
  flex-flow: row wrap;
}
article.popin .content .text .cols .item {
  width: 50%;
  box-sizing: border-box;
  color: #9a9a9a;
}

#popin_container {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.68);
  z-index: 990;
  display: none;
}
#popin_container.load {
  background-image: url("../img/805.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 50px 50px;
}
#popin_container .popin {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -moz-box-shadow: 0 2px 10px 0 #6F6F6F;
  -webkit-box-shadow: 0 2px 10px 0 #6F6F6F;
  box-shadow: 0 2px 10px 0 #6F6F6F;
  max-height: 90vh;
  overflow: hidden;
  width: 522px;
}
@media screen and (max-width: 1024px) {
  #popin_container .popin {
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
@media screen and (max-width: 760px) {
  #popin_container .popin {
    width: 80%;
  }
}

#don_popin {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.68);
  z-index: 990;
  display: none;
}
#don_popin #don_form {
  background: #eae6db;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 700px;
  margin-left: -350px;
  padding: 15px;
  font-weight: 300;
  overflow: hidden;
  max-height: 90vh;
}
@media screen and (max-width: 760px) {
  #don_popin #don_form {
    width: 80%;
    margin: 0;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
#don_popin #don_form .title {
  font-size: 30px;
  font-weight: 300;
  margin-bottom: 30px;
  background: #e94c2e;
  padding: 10px;
  color: #fff;
}
#don_popin #don_form .title strong {
  font-weight: bold;
  font-size: 49px;
  color: #e94c2e;
}
#don_popin #don_form .field {
  display: block;
  height: 30px;
  clear: left;
  margin-bottom: 10px;
}
@media screen and (max-width: 760px) {
  #don_popin #don_form .field {
    display: flex;
    flex-direction: column;
    height: auto;
  }
}
#don_popin #don_form .field label {
  display: block;
  float: left;
  width: 120px;
  height: 30px;
  line-height: 30px;
}
#don_popin #don_form .field .input {
  display: block;
  margin-left: 120px;
}
@media screen and (max-width: 760px) {
  #don_popin #don_form .field .input {
    margin: 0;
  }
}
#don_popin #don_form .field .input input {
  display: block;
  width: 100%;
  height: 30px;
  padding: 0 10px;
  border: solid 2px transparent;
  transition: border-color 0.25s ease;
}
#don_popin #don_form .field .input input:focus {
  border-color: #e94c2e;
}
#don_popin #don_form .field.small label {
  width: 330px;
}
#don_popin #don_form .field.small .input {
  margin-left: 330px;
}
@media screen and (max-width: 760px) {
  #don_popin #don_form .field.small .input {
    margin: 0;
  }
}
#don_popin #don_form p {
  margin-bottom: 10px;
  display: inline-block;
}
#don_popin #don_form p strong {
  font-weight: bold;
  text-transform: uppercase;
}
#don_popin #don_form .radios {
  margin-bottom: 20px;
}
#don_popin #don_form .radios label {
  display: block;
  padding-left: 28px;
  position: relative;
  line-height: 30px;
}
#don_popin #don_form .radios label.disabled {
  display: none;
}
#don_popin #don_form .radios label .input {
  display: block;
  float: left;
  height: 18px;
  width: 18px;
  border: 2px solid #000;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  top: 6px;
  left: 0;
}
#don_popin #don_form .radios label .input .iradio {
  height: 8px;
  width: 8px;
  margin: 3px auto;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #fff;
  -moz-transition: background 0.1s;
  -o-transition: background 0.1s;
  -webkit-transition: background 0.1s;
  transition: background 0.1s;
}
#don_popin #don_form .radios label .input .iradio.checked {
  background: #000;
}
#don_popin #don_form .radios label .input::after {
  content: "";
  display: none;
  background: black;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: 5px;
  height: 5px;
  border-radius: 50%;
}
#don_popin #don_form .radios label .input.checked::after {
  display: block;
}
#don_popin #don_form .radios label .input input {
  display: none;
}
#don_popin #don_form button {
  border: none;
  background: #e94c2e;
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: bold;
  padding: 0 20px;
  height: 50px;
  line-height: 50px;
  cursor: pointer;
  display: block;
  margin: 0 auto 30px;
}

#download_popin {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.68);
  z-index: 990;
  display: none;
}
#download_popin #download_content {
  background: #fff;
  border: 7px solid #1ac4f4;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 330px;
  margin-left: -165px;
  padding: 20px 30px 20px;
  font-weight: 300;
  overflow: hidden;
  max-height: 90vh;
}
#download_popin #download_content p {
  margin-bottom: 10px;
}
#download_popin #download_content p.title {
  padding-top: 10px;
}
#download_popin #download_content p strong {
  font-weight: bold;
}
#download_popin #download_content p a {
  color: #15499f;
  text-decoration: underline;
}

#success_popin {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.68);
  z-index: 990;
  display: none;
}
#success_popin div {
  background: #eae6db;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 700px;
  padding: 15px;
  font-weight: 300;
  overflow: hidden;
  max-height: 90vh;
  text-align: center;
  border: 1px solid #e94c2e;
}
@media screen and (max-width: 760px) {
  #success_popin div {
    width: 80%;
  }
}
#success_popin div p {
  font-weight: bold;
}

#rdv_popin, #popin-book-by-mail {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.68);
  z-index: 10000;
  display: none;
}
#rdv_popin #rdv_form, #rdv_popin .book_by_mail, #popin-book-by-mail #rdv_form, #popin-book-by-mail .book_by_mail {
  background: #eae6db;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 700px;
  padding: 15px;
  font-weight: 300;
  overflow: hidden;
  max-height: 90vh;
}
@media screen and (max-width: 760px) {
  #rdv_popin #rdv_form, #rdv_popin .book_by_mail, #popin-book-by-mail #rdv_form, #popin-book-by-mail .book_by_mail {
    width: 80%;
  }
}
#rdv_popin #rdv_form .title, #rdv_popin .book_by_mail .title, #popin-book-by-mail #rdv_form .title, #popin-book-by-mail .book_by_mail .title {
  font-size: 36px;
  text-align: center;
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 300;
  margin-bottom: 30px;
  background: #e94c2e;
  padding: 10px;
  color: #fff;
}
#rdv_popin #rdv_form .field, #rdv_popin .book_by_mail .field, #popin-book-by-mail #rdv_form .field, #popin-book-by-mail .book_by_mail .field {
  display: block;
  clear: left;
  margin-bottom: 10px;
}
@media screen and (max-width: 760px) {
  #rdv_popin #rdv_form .field, #rdv_popin .book_by_mail .field, #popin-book-by-mail #rdv_form .field, #popin-book-by-mail .book_by_mail .field {
    display: flex;
    flex-direction: column;
  }
}
#rdv_popin #rdv_form .field label, #rdv_popin .book_by_mail .field label, #popin-book-by-mail #rdv_form .field label, #popin-book-by-mail .book_by_mail .field label {
  display: block;
  float: left;
  width: 120px;
  height: 30px;
  line-height: 30px;
}
#rdv_popin #rdv_form .field .input, #rdv_popin .book_by_mail .field .input, #popin-book-by-mail #rdv_form .field .input, #popin-book-by-mail .book_by_mail .field .input {
  display: block;
  margin-left: 120px;
}
@media screen and (max-width: 760px) {
  #rdv_popin #rdv_form .field .input, #rdv_popin .book_by_mail .field .input, #popin-book-by-mail #rdv_form .field .input, #popin-book-by-mail .book_by_mail .field .input {
    margin: 0;
  }
}
#rdv_popin #rdv_form .field .input input, #rdv_popin .book_by_mail .field .input input, #popin-book-by-mail #rdv_form .field .input input, #popin-book-by-mail .book_by_mail .field .input input {
  display: block;
  width: 100%;
  height: 30px;
  padding: 0 10px;
}
#rdv_popin #rdv_form .field .input textarea, #rdv_popin .book_by_mail .field .input textarea, #popin-book-by-mail #rdv_form .field .input textarea, #popin-book-by-mail .book_by_mail .field .input textarea {
  height: 90px;
  max-height: 200px;
  padding: 5px 10px;
  resize: vertical;
}
#rdv_popin #rdv_form .field .input input, #rdv_popin #rdv_form .field .input textarea, #rdv_popin .book_by_mail .field .input input, #rdv_popin .book_by_mail .field .input textarea, #popin-book-by-mail #rdv_form .field .input input, #popin-book-by-mail #rdv_form .field .input textarea, #popin-book-by-mail .book_by_mail .field .input input, #popin-book-by-mail .book_by_mail .field .input textarea {
  display: block;
  width: 100%;
  font-size: 15px;
  border: solid 2px transparent;
  transition: 0.25s border-color ease;
}
#rdv_popin #rdv_form .field .input input:focus, #rdv_popin #rdv_form .field .input textarea:focus, #rdv_popin .book_by_mail .field .input input:focus, #rdv_popin .book_by_mail .field .input textarea:focus, #popin-book-by-mail #rdv_form .field .input input:focus, #popin-book-by-mail #rdv_form .field .input textarea:focus, #popin-book-by-mail .book_by_mail .field .input input:focus, #popin-book-by-mail .book_by_mail .field .input textarea:focus {
  border-color: #e94c2e;
}
#rdv_popin #rdv_form button, #rdv_popin .book_by_mail button, #popin-book-by-mail #rdv_form button, #popin-book-by-mail .book_by_mail button {
  border: none;
  background: #e94c2e;
  color: #fff;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 300;
  padding: 0 20px;
  height: 50px;
  line-height: 50px;
  cursor: pointer;
  display: block;
  margin: 30px auto 10px;
}

#page-source {
  margin: 0 20px;
  /*
  background: #eae6db url("../img/big_tree.png");
  background-repeat: no-repeat;
  background-position: 160% 45%;  
    */
  
  background: #eae6db url("../img/illustration-intro.png");
  background-repeat: no-repeat;
  background-position: 6% 58%;
  background-size: 150%;
}
@media screen and (max-width: 760px) {
  #page-source {
    margin: 0;
  }
}

/* ADD WAMI Carousel */
#page-source .carousel_intro {
  position: relative;
}
#page-source .carousel_intro .owl-carousel {
  width: 100%;
  overflow: hidden;
}
#page-source .carousel_intro .owl-item{  
  float: left;
  width: 100%;
}
#page-source .carousel_intro .owl-nav{display: none; }
#page-source .carousel_intro .owl-dots{
  position: absolute;
  bottom: 20px;
  text-align: center;
  width:  100%;
}
#page-source .carousel_intro .owl-dots button{
  background: none;
  border: none;
}
#page-source .carousel_intro .owl-dot.active span{
    background: #e94c2e;
}
/* Fin ADD WAMI */

#page-source .video_intro {
  position: relative;
  background: black;
}
#page-source .video_intro .video_overlay {
  display: block;
  position: relative;
  width: 100%;
  opacity: 1;
  z-index: 99;
  transition: .5s opacity;
  cursor: pointer;
}
#page-source .video_intro .video_overlay.closed {
  opacity: 0;
  z-index: 1;
}
#page-source .video_intro iframe {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  opacity: 0;
  z-index: 1;
  transition: .5s opacity;
  width: 100%;
  height: 100%;
}
#page-source .video_intro iframe.open {
  opacity: 1;
  z-index: 99;
}
#page-source .video_intro .page_source_play_container {
  position: absolute;
  top: 63%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  z-index: 999;
  cursor: pointer;
}
#page-source .video_intro .page_source_play_container.closed {
  display: none;
}
#page-source .video_intro .page_source_play_container .page_source_play_button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  border-style: solid;
  border-color: white;
  border-width: 20px 0px 20px 40px;
  border-color: transparent transparent transparent white;
}
#page-source .content {
  position: relative;
}
#page-source .content h2 {
  font-size: 36px;
  font-weight: bold;
  text-transform: uppercase;
  color: #e94c2e;
}
@media screen and (max-width: 1024px) {
  #page-source .content h2 {
    font-size: 25px;
  }
}
@media screen and (max-width: 760px) {
  #page-source .content h2 {
    font-size: 20px;
  }
}
#page-source .content h2.bordered {
  font-size: 29px;
  font-weight: normal;
  text-transform: none;
  color: black;
  padding-bottom: 15px;
  margin-bottom: 15px;
  max-width: 80%;
  position: relative;
}
@media screen and (max-width: 1024px) {
  #page-source .content h2.bordered {
    font-size: 20px;
  }
}
@media screen and (max-width: 760px) {
  #page-source .content h2.bordered {
    font-size: 18px;
  }
}
#page-source .content h2.bordered::after {
  content: "";
  display: block;
  width: 120%;
  height: 1px;
  position: absolute;
  bottom: 0;
  background-color: #e94c2e;
}
#page-source .content .top_part {
  clear: both;
  overflow: hidden;
}
#page-source .content .top_part .text_left {
  padding: 70px 130px 30px 0;
  float: left;
  width: 75%;
  position: relative;
}
@media screen and (max-width: 1024px) {
  #page-source .content .top_part .text_left {
    margin-top: 20px;
    width: 78%;
  }
}
@media screen and (max-width: 760px) {
  #page-source .content .top_part .text_left {
    margin-top: 135px;
    width: 100%;
    float: none;
    padding: 0 0 50px 0;
  }
}
#page-source .content .top_part .text_left .tree_bg {
  width: 200px;
  height: 179px;
  position: absolute;
  right: 10%;
  top: 8%;
  background: url("../img/tree.png") no-repeat center center;
}
@media screen and (max-width: 1024px) {
  #page-source .content .top_part .text_left .tree_bg {
    top: -1.5%;
  }
}
@media screen and (max-width: 760px) {
  #page-source .content .top_part .text_left .tree_bg {
    display: none;
  }
}
#page-source .content .top_part .text_left p {
  font-weight: bold;
  color: black;
  font-size: 16px;
  max-width: 95%;
}
@media screen and (max-width: 1024px) {
  #page-source .content .top_part .text_left p {
    font-size: 15px;
  }
}
@media screen and (max-width: 760px) {
  #page-source .content .top_part .text_left p {
    font-size: 14px;
  }
}
#page-source .content .top_part .nav_right {
  position: absolute;
  right: 0;
  top: 0;
  background: url("../img/choose_space_nav.png") no-repeat center center;
  width: 265px;
  height: 224px;
  text-align: right;
}
@media screen and (max-width: 1024px) {
  #page-source .content .top_part .nav_right {
    text-align: center;
  }
}
@media screen and (max-width: 760px) {
  #page-source .content .top_part .nav_right {
    background-size: contain;
    width: 180px;
    height: 154px;
  }
}
#page-source .content .top_part .nav_right h2 {
  display: inline-block;
  margin: 5px 20px;
  padding: 0 5px;
  font-size: 25px;
  font-weight: normal;
  color: white;
  background: #e94c2e;
  text-transform: uppercase;
}
@media screen and (max-width: 1024px) {
  #page-source .content .top_part .nav_right h2 {
    font-size: 18px;
    display: block;
    float: right;
    width: 35%;
  }
}
@media screen and (max-width: 760px) {
  #page-source .content .top_part .nav_right h2 {
    font-size: 14px;
    margin: 3px 15px;
  }
}
#page-source .content .top_part .nav_right a {
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
#page-source .content .middle_part {
  padding-bottom: 70px;
  padding-right: 30%;
}
@media screen and (max-width: 760px) {
  #page-source .content .middle_part {
    padding-bottom: 50px;
    padding-right: 15px;
  }
}
#page-source .content .middle_part blockquote {
  padding: 30px 30px 80px 30px;
  background: #f6f5f0;
  position: relative;
}
#page-source .content .middle_part blockquote p {
  font-size: 24px;
  font-style: italic;
  quotes: "\00AB" "\00BB";
}
#page-source .content .middle_part blockquote p::before {
  content: open-quote;
}
#page-source .content .middle_part blockquote p::after {
  content: close-quote;
}
@media screen and (max-width: 1024px) {
  #page-source .content .middle_part blockquote p {
    font-size: 15px;
  }
}
@media screen and (max-width: 760px) {
  #page-source .content .middle_part blockquote p {
    font-size: 14px;
  }
}
#page-source .content .middle_part blockquote footer {
  position: absolute;
  bottom: -10px;
  right: -10px;
  padding: 8px;
  text-align: left;
  background: #cfcfcf;
  border: 1px solid black;
}
#page-source .content .middle_part blockquote footer strong {
  display: block;
  font-size: 18px;
}
@media screen and (max-width: 1024px) {
  #page-source .content .middle_part blockquote footer strong {
    font-size: 13px;
  }
}
#page-source .content .middle_part blockquote footer small {
  display: block;
  font-size: 14px;
}
@media screen and (max-width: 1024px) {
  #page-source .content .middle_part blockquote footer small {
    font-size: 10px;
  }
}
#page-source .content .image_full {
  padding-bottom: 90px;
}
@media screen and (max-width: 760px) {
  #page-source .content .image_full {
    padding-bottom: 50px;
  }
}
#page-source .content .image_full img {
  display: block;
  width: 100%;
}
#page-source .content .bottom_part {
  padding-bottom: 70px;
  padding-right: 30%;
}
@media screen and (max-width: 760px) {
  #page-source .content .bottom_part {
    padding-bottom: 50px;
    padding-right: 15px;
  }
}
#page-source .content .bottom_part p {
  font-size: 18px;
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  #page-source .content .bottom_part p {
    font-size: 15px;
  }
}
@media screen and (max-width: 760px) {
  #page-source .content .bottom_part p {
    margin-bottom: 15px;
  }
}

#page-pourquoi {
  margin: 0 20px;
  background: #eae6db url("../img/big_tree.png");
  background-repeat: no-repeat;
  background-position: 150% 40%;  
}
@media screen and (max-width: 760px) {
  #page-pourquoi {
    margin: 0;
  }
}
#page-pourquoi .page_signer_intro {
  margin-bottom: 60px;
}
@media screen and (max-width: 760px) {
  #page-pourquoi .page_signer_intro {
    margin-bottom: 25px;
  }
}
#page-pourquoi .page_signer_intro img {
  display: block;
  width: 100%;
}
#page-pourquoi .top_part {
  padding-bottom: 100px;
}
@media screen and (max-width: 760px) {
  #page-pourquoi .top_part {
    padding-bottom: 90px;
  }
}
#page-pourquoi .top_part h2 {
  font-size: 38px;
  text-transform: uppercase;
  color: #e94c2e;
}
@media screen and (max-width: 1024px) {
  #page-pourquoi .top_part h2 {
    font-size: 38px;
  }
}
@media screen and (max-width: 760px) {
  #page-pourquoi .top_part h2 {
    font-size: 28px;
  }
}
#page-pourquoi .top_part p {
  font-size: 26px;
  color: black;
  font-weight: 400;
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  #page-pourquoi .top_part p {
    font-size: 23px;
  }
}
@media screen and (max-width: 760px) {
  #page-pourquoi .top_part p {
    font-size: 17px;
    margin-bottom: 30px;
  }
}
#page-pourquoi .top_part blockquote {
  padding: 30px 30px 60px 30px;
  background: #fff;
  position: relative;
  width: 80%;
}
#page-pourquoi .top_part blockquote p {
  font-size: 24px;
  font-style: italic;
  quotes: "\00AB" "\00BB";
}
#page-pourquoi .top_part blockquote p::before {
  content: open-quote;
}
#page-pourquoi .top_part blockquote p::after {
  content: close-quote;
}
#page-pourquoi .top_part blockquote p:first-child {
  margin-bottom: 40px;
}
@media screen and (max-width: 760px) {
  #page-pourquoi .top_part blockquote p:first-child {
    margin-bottom: 20px;
  }
  #page-pourquoi .top_part blockquote {
  width: 100%;
  }
}
#page-pourquoi .top_part blockquote p:nth-child(2) {
  margin-bottom: 0;
}
@media screen and (max-width: 1024px) {
  #page-pourquoi .top_part blockquote p {
    font-size: 15px;
  }
}
@media screen and (max-width: 760px) {
  #page-pourquoi .top_part blockquote p {
    font-size: 14px;
  }
}
#page-pourquoi .top_part blockquote footer {
  position: absolute;
  bottom: -40px;
  right: 20px;
  padding: 8px;
  text-align: left;
  background: #cfcfcf;
  border: 1px solid black;
  max-width: 265px;
}
@media screen and (max-width: 760px) {
  #page-pourquoi .top_part blockquote footer {
    right: 12px;
  }
}
#page-pourquoi .top_part blockquote footer strong {
  display: block;
  font-size: 18px;
}
@media screen and (max-width: 1024px) {
  #page-pourquoi .top_part blockquote footer strong {
    font-size: 13px;
  }
}
#page-pourquoi .top_part blockquote footer strong small {
  display: inline-block;
  font-weight: normal;
}
#page-pourquoi .top_part blockquote footer small {
  display: block;
  font-size: 14px;
}
@media screen and (max-width: 1024px) {
  #page-pourquoi .top_part blockquote footer small {
    font-size: 10px;
  }
}
#page-pourquoi .bottom_part {
  padding-bottom: 120px;
  position: relative;
}
@media screen and (max-width: 760px) {
  #page-pourquoi .bottom_part {
    padding-bottom: 160px;
  }
}
#page-pourquoi .bottom_part h3 {
  margin-bottom: 30px;
}
@media screen and (max-width: 760px) {
  #page-pourquoi .bottom_part h3 {
    margin-bottom: 30px;
  }
}
#page-pourquoi .bottom_part p {
  margin-bottom: 30px;
  font-size: 18px;
}
@media screen and (max-width: 1024px) {
  #page-pourquoi .bottom_part p {
    font-size: 16px;
  }
}
@media screen and (max-width: 760px) {
  #page-pourquoi .bottom_part p {
    font-size: 15px;
    margin-bottom: 15px;
  }
}
#page-pourquoi .bottom_part .grid_pictos_top, #page-pourquoi .bottom_part .grid_pictos_bot {
  display: flex;
  align-items: baseline;
  flex-direction: row;
  padding-top: 10px;
}
@media screen and (max-width: 760px) {
  #page-pourquoi .bottom_part .grid_pictos_top, #page-pourquoi .bottom_part .grid_pictos_bot {
    flex-direction: column;
  }
}
#page-pourquoi .bottom_part .grid_pictos_top .block_picto, #page-pourquoi .bottom_part .grid_pictos_bot .block_picto {
  flex: 1;
  text-align: center;
}
#page-pourquoi .bottom_part .grid_pictos_top .block_picto:nth-child(1), #page-pourquoi .bottom_part .grid_pictos_top .block_picto:nth-child(2), #page-pourquoi .bottom_part .grid_pictos_bot .block_picto:nth-child(1), #page-pourquoi .bottom_part .grid_pictos_bot .block_picto:nth-child(2) {
  margin-right: 80px;
}
@media screen and (max-width: 760px) {
  #page-pourquoi .bottom_part .grid_pictos_top .block_picto:nth-child(1), #page-pourquoi .bottom_part .grid_pictos_top .block_picto:nth-child(2), #page-pourquoi .bottom_part .grid_pictos_bot .block_picto:nth-child(1), #page-pourquoi .bottom_part .grid_pictos_bot .block_picto:nth-child(2) {
    margin-right: 0;
  }
}
#page-pourquoi .bottom_part .grid_pictos_top .block_picto p, #page-pourquoi .bottom_part .grid_pictos_bot .block_picto p {
  text-transform: uppercase;
  font-weight: 400;
}
#page-pourquoi .bottom_part .grid_pictos_top .block_picto img, #page-pourquoi .bottom_part .grid_pictos_bot .block_picto img {
  display: block;
  margin: 0 auto 20px auto;
}
#page-pourquoi .bottom_part .nav_right {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  position: absolute;
  bottom: 0;
  right: 0;
  height: 153px;
  width: 262px;
  overflow: hidden;
  text-align: right;
  background: url("../img/pourquoi_signer_bot_nav_bg.png") no-repeat center center;
  background-size: contain;
}
#page-pourquoi .bottom_part .nav_right .top_link, #page-pourquoi .bottom_part .nav_right .bottom_link {
  display: block;
  width: 100%;
}
#page-pourquoi .bottom_part .nav_right .top_link a, #page-pourquoi .bottom_part .nav_right .bottom_link a {
  color: white;
  text-transform: uppercase;
  font-size: 17px;
  text-decoration: none;
  display: block;
  width: 100%;
  padding: 5%;
}
@media screen and (max-width: 1024px) {
  #page-pourquoi .bottom_part .nav_right .top_link a, #page-pourquoi .bottom_part .nav_right .bottom_link a {
    font-size: 16px;
  }
}
#page-pourquoi .bottom_part .nav_right .top_link {
  background: url("../img/pourquoi_signer_top_link_bg.png") no-repeat right center;
  margin-top: 14px;
  margin-bottom: 5px;
}
#page-pourquoi .bottom_part .nav_right .bottom_link {
  background: url("../img/pourquoi_signer_bot_link_bg.png") no-repeat right center;
}

#page-signer {
  margin: 0 20px;
  background: #eae6db;
}
@media screen and (max-width: 760px) {
  #page-signer {
    margin: 0;
  }
}
#page-signer h2 {
  font-size: 38px;
  text-transform: uppercase;
  color: #e94c2e;
  padding-top: 50px;
}
@media screen and (max-width: 1024px) {
  #page-signer h2 {
    font-size: 38px;
  }
}
@media screen and (max-width: 760px) {
  #page-signer h2 {
    font-size: 28px;
  }
}
#page-signer .sub_title {
  font-size: 28px;
  color: black;
  font-weight: 400;
  padding-bottom: 30px;
  margin-bottom: 50px;
  border-bottom: 1px solid #e94c2e;
}
@media screen and (max-width: 1024px) {
  #page-signer .sub_title {
    font-size: 23px;
  }
}
@media screen and (max-width: 760px) {
  #page-signer .sub_title {
    font-size: 17px;
    margin-bottom: 30px;
  }
}
#page-signer h3 {
  font-size: 23px;
  font-weight: 600;
  text-transform: uppercase;
  color: #e94c2e;
  margin-bottom: 25px;
}
@media screen and (max-width: 1024px) {
  #page-signer h3 {
    font-size: 15px;
  }
}
#page-signer p {
  font-size: 18px;
  margin-bottom: 10px;
}
@media screen and (max-width: 1024px) {
  #page-signer p {
    font-size: 14px;
  }
}
#page-signer a {
  color: #181878;
  text-decoration: underline;
}
#page-signer a:hover {
  text-decoration: none;
}
#page-signer strong {
  font-size: 18px;
}
@media screen and (max-width: 1024px) {
  #page-signer strong {
    font-size: 14px;
  }
}
#page-signer .top_part {
  padding-bottom: 50px;
}

#page-signer .top_part ul {
    margin-left: 20px;
    margin-bottom: 20px;
}

#page-signer .divider {
  margin: 0 60px;
  border-bottom: 1px solid #e94c2e;
}
@media screen and (max-width: 1024px) {
  #page-signer .divider {
    margin: 0 30px;
  }
}
@media screen and (max-width: 760px) {
  #page-signer .divider {
    margin: 0 15px;
  }
}
#page-signer .bottom_part {
  position: relative;
  padding-bottom: 100px;
}
@media screen and (max-width: 760px) {
  #page-signer .bottom_part {
    padding-bottom: 200px;
  }
}
#page-signer .bottom_part h3 {
  padding-top: 30px;
  margin-bottom: 40px;
}
#page-signer .bottom_part ul {
  margin-left: 20px;
  margin-bottom: 20px;
}
#page-signer .bottom_part .contact_us {
  text-align: center;
}
#page-signer .bottom_part .contact_us a {
  color: white;
  text-decoration: none;
}
#page-signer .bottom_part .contact_us a.button.button-main {
  margin-top: 0;
  padding: 5px 30px;
}
#page-signer .bottom_part .nav_right {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  position: absolute;
  bottom: 0;
  right: 0;
  height: 153px;
  width: 262px;
  overflow: hidden;
  text-align: right;
  background: url("../img/pourquoi_signer_bot_nav_bg.png") no-repeat center center;
  background-size: contain;
}
#page-signer .bottom_part .nav_right .top_link, #page-signer .bottom_part .nav_right .bottom_link {
  display: block;
  width: 100%;
}
#page-signer .bottom_part .nav_right .top_link a, #page-signer .bottom_part .nav_right .bottom_link a {
  color: white;
  text-transform: uppercase;
  font-size: 17px;
  text-decoration: none;
  display: block;
  width: 100%;
  padding: 5%;
}
@media screen and (max-width: 1024px) {
  #page-signer .bottom_part .nav_right .top_link a, #page-signer .bottom_part .nav_right .bottom_link a {
    font-size: 16px;
  }
}
#page-signer .bottom_part .nav_right .top_link {
  background: url("../img/pourquoi_signer_top_link_bg.png") no-repeat right center;
  margin-top: 14px;
  margin-bottom: 5px;
}
#page-signer .bottom_part .nav_right .bottom_link {
  background: url("../img/pourquoi_signer_bot_link_bg.png") no-repeat right center;
}

#page-choisir .espaces-list {
  margin: 0 20px;
}
#page-choisir .espaces-list h3 {
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  margin: 40px 0;
}
#page-choisir .espaces-list .espaces-bloc {
  background: #f3f0ea;
}
#page-choisir .espaces-list .espaces-bloc .arbre {
  position: relative;
  margin: 0 60px;
}
@media screen and (max-width: 1024px) {
  #page-choisir .espaces-list .espaces-bloc .arbre {
    display: none;
  }
}
#page-choisir .espaces-list .espaces-bloc .arbre:after {
  content: "";
  background: url("../img/illustration-source.png") no-repeat;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 258px;
  height: 220px;
  background-size: contain;
}
#page-choisir .espaces-list .espaces-bloc-section {
  background: #e94c2e;
  display: flex;
  padding: 10px 120px;
}
#page-choisir .espaces-list .espaces-bloc-section h4 {
  box-sizing: border-box;
  text-transform: uppercase;
  width: 50%;
  color: #fff;
  font-size: 30px;
  font-weight: 500;
}
@media screen and (max-width: 1024px) {
  #page-choisir .espaces-list .espaces-bloc-section {
    display: none;
  }
}
#page-choisir .espaces-list .espaces-items-bloc {
  display: flex;
  flex-flow: row wrap;
  padding: 40px 110px;
}
@media screen and (max-width: 1024px) {
  #page-choisir .espaces-list .espaces-items-bloc {
    display: block;
    padding: 0;
  }
}
#page-choisir .espaces-list .espaces-items-bloc h4 {
  display: none;
}
@media screen and (max-width: 1024px) {
  #page-choisir .espaces-list .espaces-items-bloc h4 {
    padding: 20px 50px;
    margin-bottom: 20px;
    display: block;
    background: #e94c2e;
    text-transform: uppercase;
    color: #fff;
    font-size: 30px;
    font-weight: 500;
  }
}
@media screen and (max-width: 760px) {
  #page-choisir .espaces-list .espaces-items-bloc h4 {
    padding: 20px;
  }
}
#page-choisir .espaces-list .espaces-items-bloc .espaces-items {
  width: 50%;
}
@media screen and (max-width: 1024px) {
  #page-choisir .espaces-list .espaces-items-bloc .espaces-items {
    width: 100%;
    padding: 0 50px;
  }
}
@media screen and (max-width: 760px) {
  #page-choisir .espaces-list .espaces-items-bloc .espaces-items {
    padding: 0 20px;
  }
}
@media screen and (max-width: 1024px) {
  #page-choisir .espaces-list .espaces-items-bloc p {
    padding: 0 50px;
  }
}
@media screen and (max-width: 760px) {
  #page-choisir .espaces-list .espaces-items-bloc p {
    padding: 0 20px;
  }
}
#page-choisir .espaces-list .espaces-items-bloc .espaces-item a {
  display: inline-block;
  padding: 10px;
  transition: background 0.25s ease;
  background: transparent;
  border: solid 1px transparent;
  border-radius: 5px;
}
#page-choisir .espaces-list .espaces-items-bloc .espaces-item a:focus, #page-choisir .espaces-list .espaces-items-bloc .espaces-item a:hover {
  background: #eae6db;
}
@media screen and (max-width: 760px) {
  #page-choisir .espaces-list .espaces-items-bloc .espaces-item a {
    width: 100%;
  }
}
#page-choisir .espaces-list .espaces-items-bloc .espaces-item img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
#page-choisir .espaces-list .espaces-items-bloc .espaces-item p {
  display: inline-block;
  vertical-align: middle;
}
@media screen and (max-width: 760px) {
  #page-choisir .espaces-list .espaces-items-bloc .espaces-item p {
    width: 70%;
    padding: 0;
  }
}
#page-choisir .espaces-list .espaces-items-bloc .espaces-item p strong {
  display: block;
}

.plan-mobile {
  display: none;
}
@media screen and (max-width: 1024px) {
  .plan-mobile {
    display: block;
    width: 100%;
  }
}

#plan {
  min-height: 1100px;
  margin: 0 20px;
  z-index: 1;
  position: relative;
  background: url("../img/big_tree.png"), url("../img/page_choisir_logo.png");
  background-repeat: no-repeat;
  background-position: 100% 75%, 2% 98%;
  background-color: #eae6db;
  /* ANCIEN CODE NE PAS EFFACER */
}
@media screen and (max-width: 1024px) {
  #plan {
    min-height: initial;
    background: #f3f0ea;
    padding-bottom: 70px;
  }
}
#plan .text_top {
  padding-top: 45px;
  margin-bottom: 70px;
}
#plan .text_top h2 {
  font-size: 48px;
  color: #e94c2e;
  text-transform: uppercase;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #e94c2e;
}
#plan .text_top p {
  font-size: 30px;
  font-weight: 400;
  color: black;
}
#plan .plan_wrapper {
  position: relative;
  min-height: 640px;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  #plan .plan_wrapper {
    display: none;
  }
}
#plan .plan_wrapper .plan_rdc {
  position: absolute;
  left: -640px;
  top: 0;
  height: 607px;
  width: 539px;
  transition: transform 2s, box-shadow 0.25s;
  z-index: 2;
}
#plan .plan_wrapper .plan_rdc.loaded {
  transform: translateX(680px);
}
#plan .plan_wrapper .plan_rdc:hover {
  box-shadow: 0px 35px 10px -15px #4c4c4c;
}
#plan .plan_wrapper .plan_rdc img {
  display: block;
}
#plan .plan_wrapper .plan_rdc a {
  display: block;
  position: absolute;
  z-index: 10;
}
#plan .plan_wrapper .plan_rdc a span.mob {
  background-color: #e94c2e;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 50%;
}
#plan .plan_wrapper .plan_rdc a .bul {
  position: absolute;
  background: #545859;
  background: #000;
  color: #fff;
  text-align: center;
  font-size: 13px;
  line-height: 15px;
  width: 140px;
  padding: 6px 5px 7px;
  left: 50%;
  bottom: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-left: -70px;
  margin-bottom: -10px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition: all 0.15s;
  -o-transition: all 0.15s;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
  pointer-events: none;
  z-index: 999;
}
#plan .plan_wrapper .plan_rdc a .bul:after {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  left: 50%;
  border: solid transparent;
  height: 0;
  width: 0;
  border-color: transparent;
  border-top-color: #000;
  border-width: 10px;
  margin-left: -10px;
}
#plan .plan_wrapper .plan_rdc a:hover .bul {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  margin-bottom: -5px;
}
#plan .plan_wrapper .plan_rdc a#a0_01a {
  top: 6%;
  left: 72%;
  height: 15%;
  width: 15%;
  position: absolute;
  z-index: 99;
}
#plan .plan_wrapper .plan_rdc a#a0_01b {
  top: 5%;
  left: 54%;
  height: 16%;
  width: 15%;
  position: absolute;
  z-index: 99;
}
#plan .plan_wrapper .plan_rdc a#a0_02 {
  top: 26%;
  left: 58%;
  height: 13%;
  width: 20%;
  position: absolute;
  z-index: 99;
}
#plan .plan_wrapper .plan_rdc a#a0_04 {
  top: 8%;
  right: 5%;
  height: 12%;
  width: 4%;
  position: absolute;
  z-index: 99;
}
#plan .plan_wrapper .plan_rdc a#a0_05 {
  top: 46%;
  left: 59%;
  height: 6%;
  width: 5%;
  position: absolute;
  z-index: 99;
}
#plan .plan_wrapper .plan_rdc a#a0_06 {
  top: 46%;
  left: 67%;
  height: 6%;
  width: 5%;
  position: absolute;
  z-index: 99;
}
#plan .plan_wrapper .plan_rdc a#a0_07 {
  top: 61%;
  right: 6%;
  height: 6%;
  width: 5%;
  position: absolute;
  z-index: 99;
}
#plan .plan_wrapper .plan_rdc a#a0_08 {
  bottom: 8%;
  left: 25%;
  height: 11%;
  width: 15%;
  position: absolute;
  z-index: 99;
}
#plan .plan_wrapper .plan_rdc a#a0_09 {
  bottom: 8%;
  right: 5%;
  height: 10%;
  width: 15%;
  position: absolute;
  z-index: 99;
}
#plan .plan_wrapper .plan_rdc a#a0_10 {
  bottom: 18%;
  right: 4%;
  height: 13%;
  width: 21%;
  position: absolute;
  z-index: 99;
}
#plan .plan_wrapper .plan_rdc a#a0_11 {
  bottom: 18%;
  right: 32%;
  height: 11%;
  width: 14%;
  position: absolute;
  z-index: 99;
}
#plan .plan_wrapper .plan_rdc a#a0_12 {
  bottom: 18%;
  left: 17%;
  height: 13%;
  width: 32%;
  position: absolute;
  z-index: 99;
}
#plan .plan_wrapper .plan_rdc a#b0_00 {
  display: block;
  top: 32%;
  left: 49%;
  width: 2%;
  height: 2%;
  border-radius: 50%;
  position: absolute;
  z-index: 99;
  transition: 3s;
}
#plan .plan_wrapper .plan_rdc a#b0_01 {
  display: block;
  top: 32%;
  left: 85%;
  width: 2%;
  height: 2%;
  border-radius: 50%;
  position: absolute;
  z-index: 99;
}
#plan .plan_wrapper .plan_rdc a#b0_02 {
  display: block;
  top: 35%;
  left: 51%;
  width: 2%;
  height: 2%;
  border-radius: 50%;
  position: absolute;
  z-index: 99;
}
#plan .plan_wrapper .plan_rdc a#b0_03 {
  display: block;
  top: 35%;
  left: 82%;
  width: 2%;
  height: 2%;
  border-radius: 50%;
  position: absolute;
  z-index: 99;
}
#plan .plan_wrapper .plan_rdc a#b0_04 {
  display: block;
  top: 46%;
  left: 49%;
  width: 2%;
  height: 2%;
  border-radius: 50%;
  position: absolute;
  z-index: 99;
}
#plan .plan_wrapper .plan_rdc a#b0_05 {
  display: block;
  top: 46%;
  left: 81%;
  width: 2%;
  height: 2%;
  border-radius: 50%;
  position: absolute;
  z-index: 99;
}
#plan .plan_wrapper .plan_rdc a#b0_06 {
  display: block;
  top: 54%;
  left: 40%;
  width: 2%;
  height: 2%;
  border-radius: 50%;
  position: absolute;
  z-index: 99;
}
#plan .plan_wrapper .plan_rdc a#b0_07 {
  display: block;
  top: 54%;
  left: 87%;
  width: 2%;
  height: 2%;
  border-radius: 50%;
  position: absolute;
  z-index: 99;
}
#plan .plan_wrapper .plan_rdc a#b0_08 {
  display: block;
  top: 55%;
  left: 64%;
  width: 2%;
  height: 2%;
  border-radius: 50%;
  position: absolute;
  z-index: 99;
}
#plan .plan_wrapper .plan_rdc a#b0_09 {
  display: block;
  top: 60%;
  left: 57%;
  width: 2%;
  height: 2%;
  border-radius: 50%;
  position: absolute;
  z-index: 99;
}
#plan .plan_wrapper .plan_rdc a#b0_10 {
  display: block;
  top: 60%;
  left: 69%;
  width: 2%;
  height: 2%;
  border-radius: 50%;
  position: absolute;
  z-index: 99;
}
#plan .plan_wrapper .plan_rdc .layer {
  display: block;
  position: absolute;
  opacity: 0;
  top: -500px;
}
#plan .plan_wrapper .plan_rdc .layer.r2 {
  transition: 3s;
}
#plan .plan_wrapper .plan_rdc .layer.r2.appear {
  transform: translateY(500px);
  opacity: 1;
}
#plan .plan_wrapper .plan_rdc .layer.r3 {
  transition: 3.4s;
}
#plan .plan_wrapper .plan_rdc .layer.r3.appear {
  transform: translateY(500px);
  opacity: 1;
}
#plan .plan_wrapper .plan_rdc .layer.r4 {
  transition: 3.8s;
}
#plan .plan_wrapper .plan_rdc .layer.r4.appear {
  transform: translateY(500px);
  opacity: 1;
}
#plan .plan_wrapper .plan_rdc .layer.r5 {
  transition: 4.2s;
}
#plan .plan_wrapper .plan_rdc .layer.r5.appear {
  transform: translateY(500px);
  opacity: 1;
}
#plan .plan_wrapper .plan_rdc .layer.r7 {
  transition: 4.6s;
}
#plan .plan_wrapper .plan_rdc .layer.r7.appear {
  transform: translateY(500px);
  opacity: 1;
}
#plan .plan_wrapper .plan_rdc .layer.r8 {
  transition: 5s;
}
#plan .plan_wrapper .plan_rdc .layer.r8.appear {
  transform: translateY(500px);
  opacity: 1;
}
#plan .plan_wrapper .plan_rdc .layer.r9 {
  transition: 5.4s;
}
#plan .plan_wrapper .plan_rdc .layer.r9.appear {
  transform: translateY(500px);
  opacity: 1;
}
#plan .plan_wrapper .plan_rdc .layer.r10 {
  transition: 5.8s;
}
#plan .plan_wrapper .plan_rdc .layer.r10.appear {
  transform: translateY(500px);
  opacity: 1;
}
#plan .plan_wrapper .plan_rdc .layer.r11 {
  transition: 6.2s;
}
#plan .plan_wrapper .plan_rdc .layer.r11.appear {
  transform: translateY(500px);
  opacity: 1;
}
#plan .plan_wrapper .plan_rdc .layer.r12 {
  transition: 6.6s;
}
#plan .plan_wrapper .plan_rdc .layer.r12.appear {
  transform: translateY(500px);
  opacity: 1;
}
#plan .plan_wrapper .plan_rdc .layer.r13 {
  transition: 7s;
}
#plan .plan_wrapper .plan_rdc .layer.r13.appear {
  transform: translateY(500px);
  opacity: 1;
}
#plan .plan_wrapper .plan_mezza {
  position: absolute;
  right: -640px;
  top: 0;
  height: 605px;
  width: 546px;
  transition: transform 2s, box-shadow 0.25s;
  z-index: 1;
}
#plan .plan_wrapper .plan_mezza.loaded {
  transform: translateX(-680px);
}
#plan .plan_wrapper .plan_mezza:hover {
  box-shadow: 0px 35px 10px -15px #4c4c4c;
}
#plan .plan_wrapper .plan_mezza img {
  display: block;
}
#plan .plan_wrapper .plan_mezza a {
  display: block;
  position: absolute;
  z-index: 10;
}
#plan .plan_wrapper .plan_mezza a .bul {
  position: absolute;
  background: #545859;
  background: #000;
  color: #fff;
  text-align: center;
  font-size: 13px;
  line-height: 15px;
  width: 140px;
  padding: 6px 5px 7px;
  left: 50%;
  bottom: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-left: -70px;
  margin-bottom: -10px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition: all 0.15s;
  -o-transition: all 0.15s;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
  pointer-events: none;
  z-index: 999;
}
#plan .plan_wrapper .plan_mezza a .bul:after {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  left: 50%;
  border: solid transparent;
  height: 0;
  width: 0;
  border-color: transparent;
  border-top-color: #000;
  border-width: 10px;
  margin-left: -10px;
}
#plan .plan_wrapper .plan_mezza a:hover .bul {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  margin-bottom: -5px;
}
#plan .plan_wrapper .plan_mezza a#a1_01 {
  bottom: 29%;
  left: 27%;
  height: 7%;
  width: 22%;
  position: absolute;
  z-index: 99;
}
#plan .plan_wrapper .plan_mezza a#a1_02a {
  bottom: 42%;
  right: 14%;
  height: 8%;
  width: 8%;
  position: absolute;
  z-index: 99;
}
#plan .plan_wrapper .plan_mezza a#a1_02b {
  bottom: 20%;
  left: 5%;
  height: 22%;
  width: 20%;
  position: absolute;
  z-index: 99;
}
#plan .plan_wrapper .plan_mezza a#a1_03 {
  bottom: 39%;
  left: 42%;
  height: 15%;
  width: 24%;
  position: absolute;
  z-index: 99;
}
#plan .plan_wrapper .plan_mezza a#a1_04 {
  top: 32%;
  right: 28%;
  height: 11%;
  width: 10%;
  position: absolute;
  z-index: 99;
}
#plan .plan_wrapper .plan_mezza a#a1_05 {
  top: 32%;
  left: 46%;
  height: 11%;
  width: 10%;
  position: absolute;
  z-index: 99;
}
#plan .plan_wrapper .plan_mezza a#a1_06 {
  top: 32%;
  left: 29%;
  height: 11%;
  width: 10%;
  position: absolute;
  z-index: 99;
}
#plan .plan_wrapper .plan_mezza a#a1_01a {
  bottom: 29%;
  left: 51%;
  width: 10%;
  height: 7%;
  position: absolute;
  z-index: 99;
}
#plan .plan_wrapper .plan_mezza a#a1_01b {
  bottom: 29%;
  right: 15%;
  width: 23%;
  height: 7%;
  position: absolute;
  z-index: 99;
}
#plan .plan_wrapper .plan_mezza .layer {
  display: block;
  opacity: 0;
  position: absolute;
  top: -500px;
}
#plan .plan_wrapper .plan_mezza .layer.m2 {
  transition: 3s;
}
#plan .plan_wrapper .plan_mezza .layer.m2.appear {
  opacity: 1;
  transform: translateY(500px);
}
#plan .plan_wrapper .plan_mezza .layer.m3 {
  transition: 2.4s;
}
#plan .plan_wrapper .plan_mezza .layer.m3.appear {
  opacity: 1;
  transform: translateY(500px);
}
#plan .plan_wrapper .plan_mezza .layer.m4 {
  transition: 3.8s;
}
#plan .plan_wrapper .plan_mezza .layer.m4.appear {
  opacity: 1;
  transform: translateY(500px);
}
#plan .plan_wrapper .plan_mezza .layer.m5 {
  transition: 4.2s;
}
#plan .plan_wrapper .plan_mezza .layer.m5.appear {
  opacity: 1;
  transform: translateY(500px);
}
#plan .plan_wrapper .plan_mezza .layer.m6 {
  transition: 4.6s;
}
#plan .plan_wrapper .plan_mezza .layer.m6.appear {
  opacity: 1;
  transform: translateY(500px);
}
#plan .plan_wrapper .plan_mezza .layer.m7 {
  transition: 5s;
}
#plan .plan_wrapper .plan_mezza .layer.m7.appear {
  opacity: 1;
  transform: translateY(500px);
}
#plan .plan_wrapper .plan_mezza .layer.m8 {
  transition: 5.4s;
}
#plan .plan_wrapper .plan_mezza .layer.m8.appear {
  opacity: 1;
  transform: translateY(500px);
}
#plan .mobileonly {
  display: none;
}
@media screen and (max-width: 760px) {
  #plan .mobileonly {
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 10px;
  }
}
#plan #plan_slider_wrapper {
  height: 1000px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 760px) {
  #plan #plan_slider_wrapper {
    display: none;
  }
}
#plan #plan_slider_wrapper #plan_slider {
  display: block;
  width: 1160px;
  height: 612px;
  position: absolute;
  top: 280px;
  left: 20px;
  z-index: 25;
  overflow: hidden;
}
#plan #plan_slider_wrapper #plan_slider .plan {
  display: block;
  height: 612px;
  position: absolute;
  top: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transition: top 0.5s, left 0.5s, -moz-transform 0.5s;
  -o-transition: top 0.5s, left 0.5s, -o-transform 0.5s;
  -webkit-transition: top 0.5s, left 0.5s, -webkit-transform 0.5s;
  transition: top 0.5s, left 0.5s, transform 0.5s;
  pointer-events: none;
  /*&.active{
  	@include opacity(1);
  	pointer-events:all;
  	//@include transform(scale(1));
  }*/
  /* &#plan_bata_floor0{background:gold;}
  &#plan_bata_floor1{background:goldenrod;}
  &#plan_bata_floor2{background:orange;}
  &#plan_batb_floor0{background:orangered;}
  &#plan_batb_floor1{background:tomato;}
  &#plan_batb_floor2{background:mediumvioletred;} */
}
#plan #plan_slider_wrapper #plan_slider .plan img {
  display: block;
  position: relative;
  z-index: 5;
}
#plan #plan_slider_wrapper #plan_slider .plan img.layer {
  z-index: 4;
  position: absolute;
  left: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  top: 50%;
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  top: -50%;
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
#plan #plan_slider_wrapper #plan_slider .plan img.layer.visible {
  top: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}
#plan #plan_slider_wrapper #plan_slider .plan img.layer.mob {
  z-index: 5;
}
#plan #plan_slider_wrapper #plan_slider.bata .plan.batb {
  left: 960px;
}
#plan #plan_slider_wrapper #plan_slider.batb .plan.bata {
  left: -960px;
}
#plan #plan_slider_wrapper #plan_slider.batb .plan.batb {
  left: 0px;
}
#plan #plan_slider_wrapper #plan_slider.floor0 .plan.floor0 {
  top: 0;
  left: 0;
  width: 539px;
}
#plan #plan_slider_wrapper #plan_slider.floor0 .plan.floor1 {
  top: 0;
  right: 0;
  width: 546px;
}
#plan #plan_slider_wrapper #plan_slider.floor0 .plan.floor2 {
  top: -456px;
}
#plan #plan_slider_wrapper #plan_slider.floor1 .plan.floor0 {
  top: 114px;
}
#plan #plan_slider_wrapper #plan_slider.floor1 .plan.floor1 {
  top: 0px;
}
#plan #plan_slider_wrapper #plan_slider.floor1 .plan.floor2 {
  top: -228px;
}
#plan #plan_slider_wrapper #plan_slider.floor2 .plan.floor0 {
  top: 228px;
}
#plan #plan_slider_wrapper #plan_slider.floor2 .plan.floor1 {
  top: 114px;
}
#plan #plan_slider_wrapper #plan_slider.floor2 .plan.floor2 {
  top: 0px;
}
#plan #plan_slider_wrapper #plan_slider a {
  display: block;
  position: absolute;
  z-index: 10;
  /* text-align:left;
  text-indent:-6000px;
  overflow:hidden; */
}
#plan #plan_slider_wrapper #plan_slider a .bul {
  position: absolute;
  background: #545859;
  background: #000;
  color: #fff;
  text-align: center;
  font-size: 13px;
  line-height: 15px;
  width: 140px;
  padding: 6px 5px 7px;
  left: 50%;
  bottom: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-left: -70px;
  margin-bottom: -10px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition: all 0.15s;
  -o-transition: all 0.15s;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
  pointer-events: none;
  z-index: 11;
}
#plan #plan_slider_wrapper #plan_slider a .bul:after {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  left: 50%;
  border: solid transparent;
  height: 0;
  width: 0;
  border-color: transparent;
  border-top-color: #000;
  border-width: 10px;
  margin-left: -10px;
}
#plan #plan_slider_wrapper #plan_slider a:hover .bul {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  margin-bottom: -5px;
}
#plan #plan_slider_wrapper #plan_slider a#a0_01a {
  top: 7%;
  left: 59%;
  height: 6%;
  width: 15%;
}
#plan #plan_slider_wrapper #plan_slider a#a0_01b {
  top: 13%;
  left: 63%;
  height: 6%;
  width: 8%;
}
#plan #plan_slider_wrapper #plan_slider a#a0_02 {
  top: 22%;
  left: 28%;
  height: 12%;
  width: 9%;
}
#plan #plan_slider_wrapper #plan_slider a#a0_04 {
  top: 22%;
  left: 56%;
  height: 12%;
  width: 4%;
}
#plan #plan_slider_wrapper #plan_slider a#a0_05 {
  top: 34%;
  left: 40%;
  height: 6%;
  width: 3%;
}
#plan #plan_slider_wrapper #plan_slider a#a0_06 {
  top: 42%;
  left: 39%;
  height: 6%;
  width: 4%;
}
#plan #plan_slider_wrapper #plan_slider a#a0_07 {
  top: 42%;
  left: 74%;
  height: 6%;
  width: 5%;
}
#plan #plan_slider_wrapper #plan_slider a#a0_08 {
  top: 56%;
  left: 27%;
  height: 11%;
  width: 8%;
}
#plan #plan_slider_wrapper #plan_slider a#a0_09 {
  top: 50%;
  left: 51%;
  height: 12%;
  width: 4%;
}
#plan #plan_slider_wrapper #plan_slider a#a0_10 {
  top: 50%;
  left: 78%;
  height: 12%;
  width: 5%;
}
#plan #plan_slider_wrapper #plan_slider a#a1_01 {
  top: 10%;
  left: 35%;
  height: 6%;
  width: 19%;
}
#plan #plan_slider_wrapper #plan_slider a#a1_02a {
  top: 25%;
  left: 29%;
  height: 6%;
  width: 8%;
}
#plan #plan_slider_wrapper #plan_slider a#a1_02b {
  top: 23%;
  left: 40%;
  height: 11%;
  width: 20%;
}
#plan #plan_slider_wrapper #plan_slider a#a1_03 {
  top: 27%;
  left: 42%;
  height: 6%;
  width: 3%;
}
#plan #plan_slider_wrapper #plan_slider a#a1_04 {
  top: 21%;
  left: 62%;
  height: 13%;
  width: 4%;
}
#plan #plan_slider_wrapper #plan_slider a#a1_05 {
  top: 22%;
  left: 66%;
  height: 6%;
  width: 3%;
}
#plan #plan_slider_wrapper #plan_slider a#a1_06 {
  top: 21%;
  left: 71%;
  height: 13%;
  width: 5%;
}
#plan #plan_slider_wrapper #plan_slider a#a1_07 {
  top: 39%;
  left: 21%;
  height: 6%;
  width: 19%;
}
#plan #plan_slider_wrapper #plan_slider a#a1_08 {
  top: 50%;
  left: 51%;
  height: 12%;
  width: 16%;
}
#plan #plan_slider_wrapper #plan_slider a#a1_09 {
  top: 78%;
  left: 51%;
  height: 12%;
  width: 4%;
}
#plan #plan_slider_wrapper #plan_slider a#a1_10 {
  top: 82%;
  left: 64%;
  height: 8%;
  width: 5%;
}
#plan #plan_slider_wrapper #plan_slider a#a1_11 {
  top: 82%;
  left: 77%;
  height: 6%;
  width: 4%;
}
#plan #plan_slider_wrapper #plan_slider a#a1_12 {
  top: 78%;
  left: 83%;
  height: 12%;
  width: 6%;
}
#plan #plan_slider_wrapper #plan_slider a#a2_01 {
  top: 10%;
  left: 51%;
  height: 6%;
  width: 3%;
}
#plan #plan_slider_wrapper #plan_slider a#a2_02 {
  top: 23%;
  left: 31%;
  height: 11%;
  width: 19%;
}
#plan #plan_slider_wrapper #plan_slider a#a2_03 {
  top: 23%;
  left: 54%;
  height: 6%;
  width: 3%;
}
#plan #plan_slider_wrapper #plan_slider a#a2_04 {
  top: 39%;
  left: 21%;
  height: 6%;
  width: 4%;
}
#plan #plan_slider_wrapper #plan_slider a#a2_05 {
  top: 36%;
  left: 29%;
  height: 9%;
  width: 12%;
}
#plan #plan_slider_wrapper #plan_slider a#a2_06 {
  top: 39%;
  left: 66%;
  height: 6%;
  width: 4%;
}
#plan #plan_slider_wrapper #plan_slider a#a2_07 {
  top: 53%;
  left: 57%;
  height: 6%;
  width: 4%;
}
#plan #plan_slider_wrapper #plan_slider a#a2_08 {
  top: 50%;
  left: 63%;
  height: 17%;
  width: 10%;
}
#plan #plan_slider_wrapper #plan_slider a#a2_09 {
  top: 64%;
  left: 51%;
  height: 12%;
  width: 10%;
}
#plan #plan_slider_wrapper #plan_slider a#a2_10 {
  top: 67%;
  left: 69%;
  height: 9%;
  width: 5%;
}
#plan #plan_slider_wrapper #plan_slider a#b0_01 {
  top: 6%;
  left: 32%;
  height: 9%;
  width: 9%;
}
#plan #plan_slider_wrapper #plan_slider a#b0_02 {
  top: 3%;
  left: 42%;
  height: 9%;
  width: 5%;
}
#plan #plan_slider_wrapper #plan_slider a#b0_03 {
  top: 3%;
  left: 57%;
  height: 12%;
  width: 3%;
}
#plan #plan_slider_wrapper #plan_slider a#b0_04 {
  top: 3%;
  left: 61%;
  height: 18%;
  width: 8%;
}
#plan #plan_slider_wrapper #plan_slider a#b0_05 {
  top: 19%;
  left: 31%;
  height: 5%;
  width: 3%;
}
#plan #plan_slider_wrapper #plan_slider a#b0_06 {
  top: 16%;
  left: 34%;
  height: 12%;
  width: 6%;
}
#plan #plan_slider_wrapper #plan_slider a#b0_07 {
  top: 18%;
  left: 40%;
  height: 17%;
  width: 11%;
}
#plan #plan_slider_wrapper #plan_slider a#b0_08 {
  top: 31%;
  left: 54%;
  height: 5%;
  width: 7%;
}
#plan #plan_slider_wrapper #plan_slider a#b0_09 {
  top: 36%;
  left: 57%;
  height: 6%;
  width: 3%;
}
#plan #plan_slider_wrapper #plan_slider a#b0_10 {
  top: 45%;
  left: 40%;
  height: 5%;
  width: 3%;
}
#plan #plan_slider_wrapper #plan_slider a#b0_11 {
  top: 56%;
  left: 39%;
  height: 6%;
  width: 3%;
}
#plan #plan_slider_wrapper #plan_slider a#b0_12 {
  top: 48%;
  left: 54%;
  height: 14%;
  width: 4%;
}
#plan #plan_slider_wrapper #plan_slider a#b0_13 {
  top: 72%;
  left: 48%;
  height: 8%;
  width: 6%;
}
#plan #plan_slider_wrapper #plan_slider a#b1_01 {
  top: 19%;
  left: 40%;
  height: 18%;
  width: 12%;
}
#plan #plan_slider_wrapper #plan_slider a#b1_02 {
  top: 19%;
  left: 56%;
  height: 18%;
  width: 6%;
}
#plan #plan_slider_wrapper #plan_slider a#b1_03 {
  top: 22%;
  left: 71%;
  height: 6%;
  width: 3%;
}
#plan #plan_slider_wrapper #plan_slider a#b1_04 {
  top: 72%;
  left: 47%;
  height: 7%;
  width: 6%;
}
#plan #plan_slider_wrapper #plan_slider a#b1_05 {
  top: 78%;
  left: 53%;
  height: 8%;
  width: 12%;
}
#plan #plan_slider_wrapper #plan_slider a#b2_01 {
  top: 22%;
  left: 35%;
  height: 6%;
  width: 5%;
}
#plan #plan_slider_wrapper #plan_slider a#b2_02 {
  top: 20%;
  left: 47%;
  height: 16%;
  width: 5%;
}
#plan #plan_slider_wrapper #plan_slider a#b2_03 {
  top: 20%;
  left: 54%;
  height: 16%;
  width: 4%;
}
#plan #plan_slider_wrapper #plan_slider a#b2_04 {
  top: 54%;
  left: 58%;
  height: 7%;
  width: 5%;
}
#plan #plan_slider_wrapper #plan_slider a#b2_05 {
  top: 73%;
  left: 35%;
  height: 16%;
  width: 12%;
}
#plan #plan_slider_wrapper .plan_nav {
  position: absolute;
  background: #c6c8c8;
  position: absolute;
  top: 172px;
  z-index: 30;
  width: 170px;
  height: 336px;
  color: #5d5e5e;
}
#plan #plan_slider_wrapper .plan_nav div, #plan #plan_slider_wrapper .plan_nav a {
  display: block;
  margin-bottom: 2px;
  font-size: 24px;
  font-weight: normal;
  text-align: center;
}
#plan #plan_slider_wrapper .plan_nav div span, #plan #plan_slider_wrapper .plan_nav a span {
  display: block;
}
#plan #plan_slider_wrapper .plan_nav div {
  line-height: 55px;
}
#plan #plan_slider_wrapper .plan_nav a {
  line-height: 69px;
}
#plan #plan_slider_wrapper #plan_nav_bata {
  right: 50%;
  margin-right: 393px;
  -moz-transform: skewX(-25deg);
  -ms-transform: skewX(-25deg);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}
#plan #plan_slider_wrapper #plan_nav_bata a {
  background: rgba(251, 197, 41, 0.5);
}
#plan #plan_slider_wrapper #plan_nav_bata a.active {
  background: #fbc529;
}
#plan #plan_slider_wrapper #plan_nav_bata span {
  -moz-transform: skewX(25deg);
  -ms-transform: skewX(25deg);
  -webkit-transform: skewX(25deg);
  transform: skewX(25deg);
}
#plan #plan_slider_wrapper #plan_nav_batb {
  left: 50%;
  margin-left: 393px;
  -moz-transform: skewX(25deg);
  -ms-transform: skewX(25deg);
  -webkit-transform: skewX(25deg);
  transform: skewX(25deg);
}
#plan #plan_slider_wrapper #plan_nav_batb a {
  color: #fff;
  background: rgba(62, 156, 210, 0.5);
}
#plan #plan_slider_wrapper #plan_nav_batb a.active {
  background: #3e9cd2;
}
#plan #plan_slider_wrapper #plan_nav_batb span {
  -moz-transform: skewX(-25deg);
  -ms-transform: skewX(-25deg);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}
#plan #plan_slider_wrapper #plan_bottom {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 216px;
  background: url("../img/plan_bottom.png") center bottom no-repeat;
  overflow: hidden;
  z-index: 30;
}
#plan #plan_slider_wrapper #plan_bottom:before {
  content: "";
  display: block;
  height: 64px;
  background: #fbc529;
  position: absolute;
  top: 46px;
  right: 50%;
  width: 50%;
  margin-right: 50px;
  z-index: 1;
}
#plan #plan_slider_wrapper #plan_bottom:after {
  content: "";
  display: block;
  height: 167px;
  background: #545859;
  position: absolute;
  top: 46px;
  left: 50%;
  width: 50%;
  margin-left: 512px;
  z-index: 1;
}
#plan #plan_slider_wrapper #plan_bottom #plan_title {
  padding-top: 46px;
  line-height: 64px;
  width: 50%;
  text-align: right;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 30px;
  position: relative;
  z-index: 3;
  padding-right: 50px;
}
@media screen and (max-width: 1024px) {
  #plan #plan_slider_wrapper #plan_bottom #plan_title {
    padding-right: 0;
    padding-left: 20px;
    font-size: 22px;
    text-align: left;
  }
}
#plan #plan_infos {
  /* #plan_title{
  	height:65px;
  	line-height:65px;
  	text-transform:uppercase;
  	font-weight:bold;
  	color:$blanc;
  } */
  margin-top: -105px;
  padding-bottom: 100px;
  position: relative;
  z-index: 50;
}
@media screen and (max-width: 760px) {
  #plan #plan_infos {
    display: none;
  }
}
#plan #plan_infos #plan_intro .title {
  text-transform: uppercase;
  font-size: 68px;
  font-weight: normal;
  color: #1ac4f4;
  line-height: 110px;
}
#plan #plan_infos #plan_intro p {
  font-size: 23px;
  line-height: 30px;
  margin-right: 405px;
}
#plan #plan_infos #plan_form {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 360px;
  overflow: hidden;
  *zoom: 1;
}
#plan #plan_infos #plan_form .title {
  display: block;
  text-align: center;
  text-transform: uppercase;
  line-height: 36px;
  font-size: 24px;
  font-weight: normal;
  margin-right: 60px;
}
#plan #plan_infos #plan_form input {
  display: block;
  width: 300px;
  border: 5px solid #1ac4f4;
  height: 50px;
  line-height: 40px;
  font-size: 16px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 0 10px;
  float: left;
}
#plan #plan_infos #plan_form input::-webkit-input-placeholder {
  color: #8b8e8f;
}
#plan #plan_infos #plan_form input:-moz-placeholder {
  color: #8b8e8f;
  opacity: 1;
}
#plan #plan_infos #plan_form input::-moz-placeholder {
  color: #8b8e8f;
  opacity: 1;
}
#plan #plan_infos #plan_form input:-ms-input-placeholder {
  color: #8b8e8f;
}
#plan #plan_infos #plan_form button {
  display: block;
  height: 50px;
  width: 48px;
  float: right;
  text-align: center;
  line-height: 50px;
  color: #fff;
  font-size: 24px;
  border: none;
  background: #1ac4f4;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  cursor: pointer;
}
@media screen and (max-width: 1024px) {
  #plan #plan_infos {
    padding-bottom: 30px;
  }
  #plan #plan_infos #plan_intro {
    padding-bottom: 110px;
  }
  #plan #plan_infos #plan_intro .title {
    font-size: 57px;
  }
  #plan #plan_infos #plan_intro p {
    margin-right: 0;
  }
  #plan #plan_infos #plan_form {
    right: 50%;
    margin-right: -180px;
  }
}

#espaces #espaces_title h2,
#votrenom #votrenom_title h2 {
  color: #fff;
  text-transform: uppercase;
  font-size: 49px;
  font-weight: normal;
  line-height: 50px;
  padding: 10px 0;
}
@media screen and (max-width: 1024px) {
  #espaces #espaces_title h2,
  #votrenom #votrenom_title h2 {
    font-size: 18px;
    line-height: 22px;
  }
}
@media screen and (max-width: 1024px) {
  #espaces #espaces_title h2 br,
  #votrenom #votrenom_title h2 br {
    display: none;
  }
}

#espaces #espaces_title {
  background: #f8992f;
}
#espaces #espaces_list {
  overflow: hidden;
  *zoom: 1;
  padding-top: 50px;
  padding-bottom: 10px;
}
#espaces #espaces_list article {
  display: block;
  width: 365px;
  height: 170px;
  float: left;
  position: relative;
  margin: 0 0 0 90px;
  font-size: 14px;
  font-weight: 300;
  line-height: 23px;
  text-transform: uppercase;
}
#espaces #espaces_list article a {
  display: block;
}
#espaces #espaces_list article a .img {
  width: 100px;
  float: left;
}
#espaces #espaces_list article a .img img {
  display: block;
  width: 100px;
  height: 100px;
}
#espaces #espaces_list article a .img .a {
  display: block;
  color: #fff;
  width: 80px;
  margin: 0 auto;
  line-height: 20px;
  background: #1ac4f4;
  text-align: center;
}
#espaces #espaces_list article a .text {
  margin-left: 120px;
}
#espaces #espaces_list article a .text .num {
  font-size: 36px;
  line-height: 44px;
}
#espaces #espaces_list .exception {
  background: #c8eafb;
  position: relative;
  float: left;
  padding: 6px 12px 20px;
  width: 450px;
  margin-left: 45px;
}
#espaces #espaces_list .exception .title {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: normal;
  line-height: 30px;
}
#espaces #espaces_list .exception p {
  font-size: 14px;
  line-height: 18px;
}
#espaces #espaces_list .exception a {
  position: absolute;
  bottom: -10px;
  left: 50%;
  width: 200px;
  margin-left: -100px;
  text-align: center;
  line-height: 20px;
  background: #1ac4f4;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
}
#espaces #espaces_outro {
  clear: left;
  padding: 30px 0 40px;
}
#espaces #espaces_outro p {
  margin: 0 85px;
  line-height: 23px;
  font-size: 17px;
  color: #6c7071;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  #espaces #espaces_list {
    width: 720px;
    margin: 0 auto;
  }
  #espaces #espaces_list article {
    width: 300px;
    margin-left: 40px;
  }
  #espaces #espaces_list .exception {
    float: none;
    clear: left;
    width: auto;
    margin: 0 40px;
  }
  #espaces #espaces_outro {
    width: 720px;
    margin: 0 auto;
  }
  #espaces #espaces_outro p {
    margin: 0 40px;
  }
}
@media screen and (max-width: 760px) {
  #espaces #espaces_list {
    width: 100%;
    padding-top: 20px;
  }
  #espaces #espaces_list article {
    width: 100%;
    height: auto;
    margin: 0 0 30px 0;
  }
  #espaces #espaces_list .exception {
    margin: 10px;
  }
  #espaces #espaces_list .exception h3 {
    line-height: 22px;
  }
  #espaces #espaces_outro {
    width: 100%;
  }
  #espaces #espaces_outro p {
    margin: 0 10px;
    font-size: 15px;
    line-height: 20px;
  }
}

#votrenom {
  background: #1ac4f4;
  position: relative;
}
#votrenom:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
  height: 100%;
  width: 100%;
  background: url("../img/votrenom_stripes.png") repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
  opacity: 0.2;
}
#votrenom:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  background: #3091aa;
  height: 142px;
  width: 100%;
}
#votrenom #votrenom_title {
  background: #3091aa;
}
#votrenom #votrenom_title h2 {
  position: relative;
  z-index: 4;
}
#votrenom #votrenom_inner {
  overflow: hidden;
  *zoom: 1;
  padding-top: 35px;
  padding-bottom: 60px;
  position: relative;
  z-index: 4;
}
#votrenom #votrenom_inner .step {
  display: block;
  float: left;
  margin-right: 35px;
  width: 310px;
  background: #f8992f;
  padding: 12px;
  color: #fff;
}
#votrenom #votrenom_inner .step.last {
  margin-right: 0;
}
#votrenom #votrenom_inner .step .num {
  display: block;
  height: 52px;
  width: 52px;
  text-align: center;
  line-height: 52px;
  margin: 0 auto;
  background: #fff;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  color: #808384;
  font-size: 36px;
  font-weight: 900;
}
#votrenom #votrenom_inner .step .title {
  text-align: center;
  font-size: 22px;
  line-height: 22px;
  font-weight: normal;
  text-transform: uppercase;
  padding: 15px 0 10px 0;
}
#votrenom #votrenom_inner .step p {
  font-size: 14px;
  line-height: 16px;
}
#votrenom #votrenom_inner .step p a {
  text-decoration: underline;
}
@media screen and (max-width: 1024px) {
  #votrenom #votrenom_inner {
    width: 720px;
    margin: 0 auto;
  }
  #votrenom #votrenom_inner .step {
    margin-left: 40px;
    margin-right: 40px;
    float: none;
    margin-top: 35px;
    width: auto;
  }
  #votrenom #votrenom_inner .step.last {
    margin-right: 40px;
  }
}
@media screen and (max-width: 760px) {
  #votrenom #votrenom_inner {
    width: 100%;
    padding-top: 0px;
  }
  #votrenom #votrenom_inner .step {
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 20px;
  }
  #votrenom #votrenom_inner .step.last {
    margin-right: 10px;
  }
}

#avantages .infos {
  padding-top: 50px;
  padding-bottom: 50px;
  margin: 0 90px;
  font-size: 17px;
  line-height: 23px;
}
#avantages .infos .title {
  color: #9da0a1;
  text-transform: uppercase;
  height: 52px;
  line-height: 52px;
  font-size: 36px;
  font-weight: normal;
  padding-left: 70px;
  margin-bottom: 30px;
  position: relative;
}
#avantages .infos .title .icon {
  display: block;
  height: 52px;
  width: 52px;
  text-align: center;
  line-height: 52px;
  color: #fff;
  font-weight: bold;
  background: #1ac4f4;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 36px;
}
#avantages .infos p {
  margin-bottom: 10px;
}
#avantages .infos ul, #avantages .infos ol {
  margin-left: 25px;
}
#avantages .infos ul li, #avantages .infos ol li {
  padding-bottom: 10px;
}
#avantages .infos a {
  color: #15499f;
  text-decoration: underline;
}
#avantages #avantages_infos {
  border-bottom: 2px solid #f8992f;
}
#avantages #avantages_infos .cols {
  overflow: hidden;
  *zoom: 1;
}
#avantages #avantages_infos .cols .col {
  float: left;
  width: 365px;
  position: relative;
  padding-bottom: 25px;
}
#avantages #avantages_infos .cols .col.last {
  float: right;
}
#avantages #avantages_infos .cols .col .subtitle {
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  line-height: 32px;
  padding: 0 10px;
  background: #9da0a2;
  margin-bottom: 12px;
}
#avantages #avantages_infos .cols .col a.contact {
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 150px;
  margin-left: -75px;
  text-align: center;
  line-height: 20px;
  color: #fff;
  background: #f8992f;
  text-transform: uppercase;
  font-size: 14px;
  text-decoration: none;
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  #avantages .infos {
    margin: 0 auto;
    width: 640px;
  }
  #avantages #avantages_infos {
    padding-bottom: 0;
  }
  #avantages #avantages_infos .cols .col {
    float: none;
    width: auto;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 760px) {
  #avantages .infos {
    width: 100%;
  }
  #avantages .infos .title {
    height: auto;
    font-size: 25px;
    line-height: 26px;
  }
  #avantages #avantages_infos .cols .col {
    float: none;
    width: auto;
    margin-bottom: 40px;
    min-height: auto !important;
  }
}

#rendezvous {
  background: #f8992f;
  color: #fff;
  text-align: center;
  padding-top: 25px;
  padding-bottom: 40px;
  margin-bottom: 30px;
}
#rendezvous .icon {
  display: block;
  height: 100px;
  width: 100px;
  background: url("../img/rendezvous_icon.png") center center no-repeat #fff;
  margin: 0 auto;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
#rendezvous .title {
  text-transform: uppercase;
  font-size: 48px;
  line-height: 50px;
  padding: 15px 0;
  font-weight: normal;
}
#rendezvous p {
  font-size: 17px;
  line-height: 23px;
  padding-bottom: 17px;
}
#rendezvous a.action {
  display: inline-block;
  margin: 0 auto;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  background: #fff;
  font-size: 29px;
  line-height: 40px;
  color: #5c5f60;
  padding: 0 10px;
  margin-top: 10px;
}
@media screen and (max-width: 1024px) {
  #rendezvous .wrap {
    width: 640px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 760px) {
  #rendezvous .wrap {
    width: 100%;
    margin: 0 auto;
  }
  #rendezvous .wrap .title {
    font-size: 25px;
    line-height: 30px;
  }
  #rendezvous .wrap a.action {
    font-size: 18px;
  }
}

/*# sourceMappingURL=main.css.map */
