/*
#@plugins/cefim/css/style.less
*/
/* SPIP */
.origine {
  display: none;
}
/* Positionnement */
.inline {
  display: inline-block;
  vertical-align: top;
}
.block {
  display: block;
}
.pointer {
  cursor: pointer;
}
.relative {
  position: relative;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}
.absolute {
  position: absolute;
  top: 0;
  left: 0;
}
.fixed {
  position: fixed;
  top: 0;
  left: 0;
}
.cacher {
  display: none;
}
.pleineLargeure  {
  width: 100%;
  margin: 0;
}
.largeurContenu {
  max-width: 1200px;
  width: 98%;
  padding: 0 1%;
  margin: 0 auto;
}
.flottant_droite {
  float: right;
}
.flottant_gauche {
  float: left;
}
.spip_documents_center {
  display: block;
  text-align: center;
}
/* Immodvisor */
#immodvisor {
  float: right;
  margin-left: 30px;
}
@media screen and (max-width: 900px) {
  #immodvisor {
    display: none;
  }
}
/* Typos */
.uppercase {
  text-transform: uppercase;
}
.petit {
  font-size: 12px;
}
.normal {
  font-size: 15px;
  line-height: 20px;
}
.moyen {
  font-size: 19px;
  line-height: 24px;
}
.grand {
  font-size: 26px;
  line-height: 28px;
}
.enorme {
  font-size: 38px;
}
.majuscules {
  text-transform: uppercase;
}
.opensans {
  font-family: 'Open Sans', sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
/* Couleurs */
/* Import */
/* Variables d'environement pour ORION */
/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  font: inherit;
  display: inline-block;
  overflow: visible;
  margin: 0;
  padding: 0;
  cursor: pointer;
  transition-timing-function: linear;
  transition-duration: .15s;
  transition-property: opacity,filter;
  text-transform: none;
  color: inherit;
  border: 0;
  background-color: transparent;
}
.hamburger:hover {
  opacity: .7;
}
.hamburger-box {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 24px;
}
.hamburger-inner {
  top: 50%;
  display: block;
  margin-top: -2px;
}
.hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before {
  position: absolute;
  width: 40px;
  height: 4px;
  transition-timing-function: ease;
  transition-duration: .15s;
  transition-property: transform;
  border-radius: 4px;
  background-color: #000;
}
.hamburger-inner:after,
.hamburger-inner:before {
  display: block;
  content: "";
}
.hamburger-inner:before {
  top: -10px;
}
.hamburger-inner:after {
  bottom: -10px;
}
.hamburger--3dx .hamburger-box {
  perspective: 80px;
}
.hamburger--3dx .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}
.hamburger--3dx .hamburger-inner:after,
.hamburger--3dx .hamburger-inner:before {
  transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}
.hamburger--3dx.is-active .hamburger-inner {
  transform: rotateY(180deg);
  background-color: transparent;
}
.hamburger--3dx.is-active .hamburger-inner:before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dx.is-active .hamburger-inner:after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}
.hamburger--3dx-r .hamburger-box {
  perspective: 80px;
}
.hamburger--3dx-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}
.hamburger--3dx-r .hamburger-inner:after,
.hamburger--3dx-r .hamburger-inner:before {
  transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}
.hamburger--3dx-r.is-active .hamburger-inner {
  transform: rotateY(-180deg);
  background-color: transparent;
}
.hamburger--3dx-r.is-active .hamburger-inner:before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dx-r.is-active .hamburger-inner:after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}
.hamburger--3dy .hamburger-box {
  perspective: 80px;
}
.hamburger--3dy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}
.hamburger--3dy .hamburger-inner:after,
.hamburger--3dy .hamburger-inner:before {
  transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}
.hamburger--3dy.is-active .hamburger-inner {
  transform: rotateX(-180deg);
  background-color: transparent;
}
.hamburger--3dy.is-active .hamburger-inner:before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dy.is-active .hamburger-inner:after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}
.hamburger--3dy-r .hamburger-box {
  perspective: 80px;
}
.hamburger--3dy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}
.hamburger--3dy-r .hamburger-inner:after,
.hamburger--3dy-r .hamburger-inner:before {
  transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}
.hamburger--3dy-r.is-active .hamburger-inner {
  transform: rotateX(180deg);
  background-color: transparent;
}
.hamburger--3dy-r.is-active .hamburger-inner:before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dy-r.is-active .hamburger-inner:after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}
.hamburger--3dxy .hamburger-box {
  perspective: 80px;
}
.hamburger--3dxy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}
.hamburger--3dxy .hamburger-inner:after,
.hamburger--3dxy .hamburger-inner:before {
  transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}
.hamburger--3dxy.is-active .hamburger-inner {
  transform: rotateX(180deg) rotateY(180deg);
  background-color: transparent;
}
.hamburger--3dxy.is-active .hamburger-inner:before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dxy.is-active .hamburger-inner:after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}
.hamburger--3dxy-r .hamburger-box {
  perspective: 80px;
}
.hamburger--3dxy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}
.hamburger--3dxy-r .hamburger-inner:after,
.hamburger--3dxy-r .hamburger-inner:before {
  transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}
.hamburger--3dxy-r.is-active .hamburger-inner {
  transform: rotateX(180deg) rotateY(180deg) rotate(-180deg);
  background-color: transparent;
}
.hamburger--3dxy-r.is-active .hamburger-inner:before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dxy-r.is-active .hamburger-inner:after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}
.hamburger--arrow.is-active .hamburger-inner:before {
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scaleX(0.7);
}
.hamburger--arrow.is-active .hamburger-inner:after {
  transform: translate3d(-8px, 0, 0) rotate(45deg) scaleX(0.7);
}
.hamburger--arrow-r.is-active .hamburger-inner:before {
  transform: translate3d(8px, 0, 0) rotate(45deg) scaleX(0.7);
}
.hamburger--arrow-r.is-active .hamburger-inner:after {
  transform: translate3d(8px, 0, 0) rotate(-45deg) scaleX(0.7);
}
.hamburger--arrowalt .hamburger-inner:before {
  transition: top 0.1s ease 0.1s, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt .hamburger-inner:after {
  transition: bottom 0.1s ease 0.1s, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt.is-active .hamburger-inner:before {
  top: 0;
  transition: top 0.1s ease, transform 0.1s cubic-bezier(0.895, 0.03, 0.6850000000000001, 0.22) 0.1s;
  transform: translate3d(-8px, -10px, 0) rotate(-45deg) scaleX(0.7);
}
.hamburger--arrowalt.is-active .hamburger-inner:after {
  bottom: 0;
  transition: bottom 0.1s ease, transform 0.1s cubic-bezier(0.895, 0.03, 0.6850000000000001, 0.22) 0.1s;
  transform: translate3d(-8px, 10px, 0) rotate(45deg) scaleX(0.7);
}
.hamburger--arrowalt-r .hamburger-inner:before {
  transition: top 0.1s ease 0.1s, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt-r .hamburger-inner:after {
  transition: bottom 0.1s ease 0.1s, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt-r.is-active .hamburger-inner:before {
  top: 0;
  transition: top 0.1s ease, transform 0.1s cubic-bezier(0.895, 0.03, 0.6850000000000001, 0.22) 0.1s;
  transform: translate3d(8px, -10px, 0) rotate(45deg) scaleX(0.7);
}
.hamburger--arrowalt-r.is-active .hamburger-inner:after {
  bottom: 0;
  transition: bottom 0.1s ease, transform 0.1s cubic-bezier(0.895, 0.03, 0.6850000000000001, 0.22) 0.1s;
  transform: translate3d(8px, 10px, 0) rotate(-45deg) scaleX(0.7);
}
.hamburger--arrowturn.is-active .hamburger-inner {
  transform: rotate(-180deg);
}
.hamburger--arrowturn.is-active .hamburger-inner:before {
  transform: translate3d(8px, 0, 0) rotate(45deg) scaleX(0.7);
}
.hamburger--arrowturn.is-active .hamburger-inner:after {
  transform: translate3d(8px, 0, 0) rotate(-45deg) scaleX(0.7);
}
.hamburger--arrowturn-r.is-active .hamburger-inner {
  transform: rotate(-180deg);
}
.hamburger--arrowturn-r.is-active .hamburger-inner:before {
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scaleX(0.7);
}
.hamburger--arrowturn-r.is-active .hamburger-inner:after {
  transform: translate3d(-8px, 0, 0) rotate(45deg) scaleX(0.7);
}
.hamburger--boring .hamburger-inner,
.hamburger--boring .hamburger-inner:after,
.hamburger--boring .hamburger-inner:before {
  transition-property: none;
}
.hamburger--boring.is-active .hamburger-inner {
  transform: rotate(45deg);
}
.hamburger--boring.is-active .hamburger-inner:before {
  top: 0;
  opacity: 0;
}
.hamburger--boring.is-active .hamburger-inner:after {
  bottom: 0;
  transform: rotate(-90deg);
}
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-delay: .13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-duration: .13s;
}
.hamburger--collapse .hamburger-inner:after {
  top: -20px;
  transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, opacity 0.1s linear;
}
.hamburger--collapse .hamburger-inner:before {
  transition: top 0.12s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse.is-active .hamburger-inner {
  transition-delay: .22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}
.hamburger--collapse.is-active .hamburger-inner:after {
  top: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s linear 0.22s;
  opacity: 0;
}
.hamburger--collapse.is-active .hamburger-inner:before {
  top: 0;
  transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.16s, transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s;
  transform: rotate(-90deg);
}
.hamburger--collapse-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-delay: .13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-duration: .13s;
}
.hamburger--collapse-r .hamburger-inner:after {
  top: -20px;
  transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, opacity 0.1s linear;
}
.hamburger--collapse-r .hamburger-inner:before {
  transition: top 0.12s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse-r.is-active .hamburger-inner {
  transition-delay: .22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, -10px, 0) rotate(45deg);
}
.hamburger--collapse-r.is-active .hamburger-inner:after {
  top: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s linear 0.22s;
  opacity: 0;
}
.hamburger--collapse-r.is-active .hamburger-inner:before {
  top: 0;
  transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.16s, transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s;
  transform: rotate(90deg);
}
.hamburger--elastic .hamburger-inner {
  top: 2px;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition-duration: .275s;
}
.hamburger--elastic .hamburger-inner:before {
  top: 10px;
  transition: opacity 0.125s ease 0.275s;
}
.hamburger--elastic .hamburger-inner:after {
  top: 20px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic.is-active .hamburger-inner {
  transition-delay: 75ms;
  transform: translate3d(0, 10px, 0) rotate(135deg);
}
.hamburger--elastic.is-active .hamburger-inner:before {
  transition-delay: 0s;
  opacity: 0;
}
.hamburger--elastic.is-active .hamburger-inner:after {
  transition-delay: 75ms;
  transform: translate3d(0, -20px, 0) rotate(-270deg);
}
.hamburger--elastic-r .hamburger-inner {
  top: 2px;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition-duration: .275s;
}
.hamburger--elastic-r .hamburger-inner:before {
  top: 10px;
  transition: opacity 0.125s ease 0.275s;
}
.hamburger--elastic-r .hamburger-inner:after {
  top: 20px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic-r.is-active .hamburger-inner {
  transition-delay: 75ms;
  transform: translate3d(0, 10px, 0) rotate(-135deg);
}
.hamburger--elastic-r.is-active .hamburger-inner:before {
  transition-delay: 0s;
  opacity: 0;
}
.hamburger--elastic-r.is-active .hamburger-inner:after {
  transition-delay: 75ms;
  transform: translate3d(0, -20px, 0) rotate(270deg);
}
.hamburger--emphatic {
  overflow: hidden;
}
.hamburger--emphatic .hamburger-inner {
  transition: background-color 0.125s ease-in 0.175s;
}
.hamburger--emphatic .hamburger-inner:before {
  left: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s linear 0.125s, left 0.125s ease-in 0.175s;
}
.hamburger--emphatic .hamburger-inner:after {
  top: 10px;
  right: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s linear 0.125s, right 0.125s ease-in 0.175s;
}
.hamburger--emphatic.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent;
}
.hamburger--emphatic.is-active .hamburger-inner:before {
  top: -80px;
  left: -80px;
  transition: left 0.125s ease-out, top 0.05s linear 0.125s, transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s;
  transform: translate3d(80px, 80px, 0) rotate(45deg);
}
.hamburger--emphatic.is-active .hamburger-inner:after {
  top: -80px;
  right: -80px;
  transition: right 0.125s ease-out, top 0.05s linear 0.125s, transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s;
  transform: translate3d(-80px, 80px, 0) rotate(-45deg);
}
.hamburger--emphatic-r {
  overflow: hidden;
}
.hamburger--emphatic-r .hamburger-inner {
  transition: background-color 0.125s ease-in 0.175s;
}
.hamburger--emphatic-r .hamburger-inner:before {
  left: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s linear 0.125s, left 0.125s ease-in 0.175s;
}
.hamburger--emphatic-r .hamburger-inner:after {
  top: 10px;
  right: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s linear 0.125s, right 0.125s ease-in 0.175s;
}
.hamburger--emphatic-r.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent;
}
.hamburger--emphatic-r.is-active .hamburger-inner:before {
  top: 80px;
  left: -80px;
  transition: left 0.125s ease-out, top 0.05s linear 0.125s, transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s;
  transform: translate3d(80px, -80px, 0) rotate(-45deg);
}
.hamburger--emphatic-r.is-active .hamburger-inner:after {
  top: 80px;
  right: -80px;
  transition: right 0.125s ease-out, top 0.05s linear 0.125s, transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s;
  transform: translate3d(-80px, -80px, 0) rotate(45deg);
}
.hamburger--minus .hamburger-inner:after,
.hamburger--minus .hamburger-inner:before {
  transition: bottom 0.08s ease-out 0s, top 0.08s ease-out 0s, opacity 0s linear;
}
.hamburger--minus.is-active .hamburger-inner:after,
.hamburger--minus.is-active .hamburger-inner:before {
  transition: bottom 0.08s ease-out, top 0.08s ease-out, opacity 0s linear 0.08s;
  opacity: 0;
}
.hamburger--minus.is-active .hamburger-inner:before {
  top: 0;
}
.hamburger--minus.is-active .hamburger-inner:after {
  bottom: 0;
}
.hamburger--slider .hamburger-inner {
  top: 2px;
}
.hamburger--slider .hamburger-inner:before {
  top: 10px;
  transition-timing-function: ease;
  transition-duration: .15s;
  transition-property: transform,opacity;
}
.hamburger--slider .hamburger-inner:after {
  top: 20px;
}
.hamburger--slider.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--slider.is-active .hamburger-inner:before {
  transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
  opacity: 0;
}
.hamburger--slider.is-active .hamburger-inner:after {
  transform: translate3d(0, -20px, 0) rotate(-90deg);
}
.hamburger--slider-r .hamburger-inner {
  top: 2px;
}
.hamburger--slider-r .hamburger-inner:before {
  top: 10px;
  transition-timing-function: ease;
  transition-duration: .15s;
  transition-property: transform,opacity;
}
.hamburger--slider-r .hamburger-inner:after {
  top: 20px;
}
.hamburger--slider-r.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(-45deg);
}
.hamburger--slider-r.is-active .hamburger-inner:before {
  transform: rotate(45deg) translate3d(5.71429px, -6px, 0);
  opacity: 0;
}
.hamburger--slider-r.is-active .hamburger-inner:after {
  transform: translate3d(0, -20px, 0) rotate(90deg);
}
.hamburger--spin .hamburger-inner {
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-duration: .22s;
}
.hamburger--spin .hamburger-inner:before {
  transition: top 0.1s ease-in 0.25s, opacity 0.1s ease-in;
}
.hamburger--spin .hamburger-inner:after {
  transition: bottom 0.1s ease-in 0.25s, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin.is-active .hamburger-inner {
  transition-delay: .12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: rotate(225deg);
}
.hamburger--spin.is-active .hamburger-inner:before {
  top: 0;
  transition: top 0.1s ease-out, opacity 0.1s ease-out 0.12s;
  opacity: 0;
}
.hamburger--spin.is-active .hamburger-inner:after {
  bottom: 0;
  transition: bottom 0.1s ease-out, transform 0.22s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  transform: rotate(-90deg);
}
.hamburger--spin-r .hamburger-inner {
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-duration: .22s;
}
.hamburger--spin-r .hamburger-inner:before {
  transition: top 0.1s ease-in 0.25s, opacity 0.1s ease-in;
}
.hamburger--spin-r .hamburger-inner:after {
  transition: bottom 0.1s ease-in 0.25s, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin-r.is-active .hamburger-inner {
  transition-delay: .12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: rotate(-225deg);
}
.hamburger--spin-r.is-active .hamburger-inner:before {
  top: 0;
  transition: top 0.1s ease-out, opacity 0.1s ease-out 0.12s;
  opacity: 0;
}
.hamburger--spin-r.is-active .hamburger-inner:after {
  bottom: 0;
  transition: bottom 0.1s ease-out, transform 0.22s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  transform: rotate(90deg);
}
.hamburger--spring .hamburger-inner {
  top: 2px;
  transition: background-color 0s linear 0.13s;
}
.hamburger--spring .hamburger-inner:before {
  top: 10px;
  transition: top 0.1s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring .hamburger-inner:after {
  top: 20px;
  transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring.is-active .hamburger-inner {
  transition-delay: .22s;
  background-color: transparent;
}
.hamburger--spring.is-active .hamburger-inner:before {
  top: 0;
  transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.15s, transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--spring.is-active .hamburger-inner:after {
  top: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
  transform: translate3d(0, 10px, 0) rotate(-45deg);
}
.hamburger--spring-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-duration: .13s;
}
.hamburger--spring-r .hamburger-inner:after {
  top: -20px;
  transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, opacity 0s linear;
}
.hamburger--spring-r .hamburger-inner:before {
  transition: top 0.1s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring-r.is-active .hamburger-inner {
  transition-delay: .22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}
.hamburger--spring-r.is-active .hamburger-inner:after {
  top: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s linear 0.22s;
  opacity: 0;
}
.hamburger--spring-r.is-active .hamburger-inner:before {
  top: 0;
  transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.15s, transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
  transform: rotate(90deg);
}
.hamburger--stand .hamburger-inner {
  transition: transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.15s, background-color 0s linear 75ms;
}
.hamburger--stand .hamburger-inner:before {
  transition: top 75ms ease-in 75ms, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
}
.hamburger--stand .hamburger-inner:after {
  transition: bottom 75ms ease-in 75ms, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
}
.hamburger--stand.is-active .hamburger-inner {
  transition: transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s, background-color 0s linear 0.15s;
  transform: rotate(90deg);
  background-color: transparent;
}
.hamburger--stand.is-active .hamburger-inner:before {
  top: 0;
  transition: top 75ms ease-out 0.1s, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  transform: rotate(-45deg);
}
.hamburger--stand.is-active .hamburger-inner:after {
  bottom: 0;
  transition: bottom 75ms ease-out 0.1s, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  transform: rotate(45deg);
}
.hamburger--stand-r .hamburger-inner {
  transition: transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.15s, background-color 0s linear 75ms;
}
.hamburger--stand-r .hamburger-inner:before {
  transition: top 75ms ease-in 75ms, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
}
.hamburger--stand-r .hamburger-inner:after {
  transition: bottom 75ms ease-in 75ms, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
}
.hamburger--stand-r.is-active .hamburger-inner {
  transition: transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s, background-color 0s linear 0.15s;
  transform: rotate(-90deg);
  background-color: transparent;
}
.hamburger--stand-r.is-active .hamburger-inner:before {
  top: 0;
  transition: top 75ms ease-out 0.1s, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  transform: rotate(-45deg);
}
.hamburger--stand-r.is-active .hamburger-inner:after {
  bottom: 0;
  transition: bottom 75ms ease-out 0.1s, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  transform: rotate(45deg);
}
.hamburger--squeeze .hamburger-inner {
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-duration: 75ms;
}
.hamburger--squeeze .hamburger-inner:before {
  transition: top 75ms ease 0.12s, opacity 75ms ease;
}
.hamburger--squeeze .hamburger-inner:after {
  transition: bottom 75ms ease 0.12s, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze.is-active .hamburger-inner {
  transition-delay: .12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: rotate(45deg);
}
.hamburger--squeeze.is-active .hamburger-inner:before {
  top: 0;
  transition: top 75ms ease,opacity 75ms ease .12s;
  opacity: 0;
}
.hamburger--squeeze.is-active .hamburger-inner:after {
  bottom: 0;
  transition: bottom 75ms ease, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  transform: rotate(-90deg);
}
.hamburger--vortex .hamburger-inner {
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-duration: .2s;
}
.hamburger--vortex .hamburger-inner:after,
.hamburger--vortex .hamburger-inner:before {
  transition-delay: .1s;
  transition-timing-function: linear;
  transition-duration: 0s;
}
.hamburger--vortex .hamburger-inner:before {
  transition-property: top,opacity;
}
.hamburger--vortex .hamburger-inner:after {
  transition-property: bottom,transform;
}
.hamburger--vortex.is-active .hamburger-inner {
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transform: rotate(765deg);
}
.hamburger--vortex.is-active .hamburger-inner:after,
.hamburger--vortex.is-active .hamburger-inner:before {
  transition-delay: 0s;
}
.hamburger--vortex.is-active .hamburger-inner:before {
  top: 0;
  opacity: 0;
}
.hamburger--vortex.is-active .hamburger-inner:after {
  bottom: 0;
  transform: rotate(90deg);
}
.hamburger--vortex-r .hamburger-inner {
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-duration: .2s;
}
.hamburger--vortex-r .hamburger-inner:after,
.hamburger--vortex-r .hamburger-inner:before {
  transition-delay: .1s;
  transition-timing-function: linear;
  transition-duration: 0s;
}
.hamburger--vortex-r .hamburger-inner:before {
  transition-property: top,opacity;
}
.hamburger--vortex-r .hamburger-inner:after {
  transition-property: bottom,transform;
}
.hamburger--vortex-r.is-active .hamburger-inner {
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transform: rotate(-765deg);
}
.hamburger--vortex-r.is-active .hamburger-inner:after,
.hamburger--vortex-r.is-active .hamburger-inner:before {
  transition-delay: 0s;
}
.hamburger--vortex-r.is-active .hamburger-inner:before {
  top: 0;
  opacity: 0;
}
.hamburger--vortex-r.is-active .hamburger-inner:after {
  bottom: 0;
  transform: rotate(-90deg);
}
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: local('Material Icons'), local('MaterialIcons-Regular'), url('//www.cefim-immo.fr/plugins/cefim/fonts/MaterialIcons-Regular.ttf') format('truetype');
}
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: 'liga';
}
.page_resultats .page .actualites article {
  margin-left: 0;
}
.page_resultats ul.resultats {
  margin: 20px;
}
.page_resultats ul.resultats a {
  color: white;
}
#avantpremieres {
  margin: 40px auto;
  padding: 60px 0 0;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
}
#avantpremieres .intro {
  width: 100%;
  padding: 0;
}
body.page_rubrique.parrainage h1 {
  display: none;
}
body.page_rubrique.parrainage .diaporama:after {
  background: url('//www.cefim-immo.fr/plugins/cefim/img/parrainage.png') no-repeat;
  background-size: 100%;
  display: block;
  content: '';
  width: 140px;
  height: 140px;
  position: absolute;
  z-index: 100;
  top: 30px;
  right: 0;
}
@media screen and (min-width: 700px) {
  body.page_rubrique.parrainage .diaporama:after {
    width: 240px;
    height: 240px;
    top: 100px;
    right: 10%;
  }
}
body.page_rubrique.parrainage ol {
  list-style: none;
  counter-reset: item;
}
body.page_rubrique.parrainage ol li {
  counter-increment: item;
  margin-bottom: 20px;
  clear: both;
}
body.page_rubrique.parrainage ol li:before {
  content: counter(item);
  background: #a2c63b;
  border-radius: 100%;
  color: white;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-weight: bold;
  display: block;
  float: left;
  margin-right: 10px;
}
body.page_rubrique.parrainage ol li strong {
  font-weight: normal;
  color: #a2c63b;
}
body.page_rubrique.parrainage .introduction p {
  text-align: center;
  text-transform: uppercase;
  font-size: 28px;
  line-height: 38px;
}
body.page_rubrique.parrainage .introduction p strong {
  color: #a2c63b;
}
body.page_rubrique.parrainage .introduction p i {
  text-transform: none;
  font-size: 14px;
  line-height: 18px;
}
body.page_rubrique.parrainage .introduction a {
  background-color: #a2c63b;
  color: white;
  text-align: center;
  text-transform: uppercase;
  border-radius: 30px;
  margin: 0 auto;
  padding: 15px 20px;
  display: block;
  width: fit-content;
  font-size: 20px;
  line-height: 20px;
  font-weight: bold;
  transform: scale(0.95);
  transition: all 0.2s ease;
}
body.page_rubrique.parrainage .introduction a:hover {
  transform: scale(1);
}
body.page_rubrique.parrainage .articles article h2 {
  text-align: center;
  font-size: 23px;
  line-height: 33px;
  margin: 0 auto 20px;
}
body.page_rubrique.parrainage .articles article h2 strong {
  color: #a2c63b;
}
body.page_rubrique.parrainage .articles article p {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 15px;
}
body.page_rubrique.parrainage .articles article:nth-of-type(2) {
  margin-top: 100px;
}
body.page_rubrique.parrainage .articles article:nth-of-type(2) .texte div strong,
body.page_rubrique.parrainage .articles article:nth-of-type(2) .texte div ul {
  max-width: 450px;
  margin: auto auto 20px;
  display: block;
}
body.page_rubrique.parrainage .articles article:nth-of-type(2) .texte div li strong {
  display: inline;
  color: #a2c63b;
}
body.page_rubrique.parrainage .articles article:nth-of-type(2) .texte h3 {
  width: 100%;
  text-align: center;
  margin-top: 30px;
}
body.page_rubrique.parrainage .articles article:nth-of-type(2) .texte h3 strong {
  color: #a2c63b;
}
body.page_rubrique.parrainage .articles article:nth-of-type(2) .texte h3,
body.page_rubrique.parrainage .articles article:nth-of-type(2) .texte h3 + p {
  width: 100%;
}
@media screen and (min-width: 700px) {
  body.page_rubrique.parrainage .articles article:nth-of-type(2) .texte {
    display: flex;
    flex-wrap: wrap;
  }
  body.page_rubrique.parrainage .articles article:nth-of-type(2) .texte div {
    width: 50%;
  }
}
body.page_rubrique.parrainage .articles article:nth-of-type(3) {
  margin-top: 100px;
}
@media screen and (min-width: 700px) {
  body.page_rubrique.parrainage .articles article:nth-of-type(3) {
    display: flex;
  }
  body.page_rubrique.parrainage .articles article:nth-of-type(3) > * {
    flex: 1;
  }
  body.page_rubrique.parrainage .articles article:nth-of-type(3) h2 {
    text-align: left;
    margin: 0 0 20px 0;
    padding: 0;
  }
  body.page_rubrique.parrainage .articles article:nth-of-type(3) img {
    max-width: 50%;
    margin-right: 50px;
  }
}
body.page_rubrique.parrainage .articles article:nth-of-type(4) {
  margin: -100px auto 50px;
  padding-top: 200px;
}
body.page_rubrique.parrainage .articles article:nth-of-type(4) h2 {
  display: none;
}
body.page_rubrique.parrainage .articles article:last-of-type {
  margin: 100px auto 50px;
}
body.page_rubrique.parrainage .articles article:last-of-type h2 {
  margin: 0 auto;
}
body.page_rubrique.parrainage .articles article:last-of-type h2 + p {
  margin: 0 auto 40px;
}
@media screen and (min-width: 700px) {
  body.page_rubrique.parrainage .articles article:last-of-type .texte {
    columns: 2;
  }
}
body.page_rubrique.parrainage .articles article:last-of-type .texte h3 {
  margin-top: 15px;
}
body.page_rubrique.parrainage .articles article:last-of-type .texte p {
  font-size: 12px;
  line-height: 16px;
  text-align: justify;
  max-width: 100%;
}
body.page_rubrique.parrainage .articles form {
  margin: 20px auto;
}
@media screen and (min-width: 700px) {
  body.page_rubrique.parrainage .articles form > div > .editer-groupe {
    display: flex;
  }
  body.page_rubrique.parrainage .articles form > div > .editer-groupe .saisie_fieldset {
    flex: 1;
  }
}
body.page_rubrique.parrainage .articles form input,
body.page_rubrique.parrainage .articles form textarea {
  font-family: 'Open Sans', sans-serif;
  padding: 10px;
  font-size: 15px;
  line-height: 20px;
  border: 0;
  width: 90%;
  max-width: 500px;
  margin: 10px auto;
}
body.page_rubrique.parrainage .articles form fieldset:not(.saisie_radio) label {
  display: none;
}
body.page_rubrique.parrainage .articles form fieldset:not(.saisie_radio) > legend {
  text-transform: uppercase;
  color: #a2c63b;
  font-size: 23px;
  line-height: 33px;
  font-weight: bold;
}
body.page_rubrique.parrainage .articles form input[type='radio'] {
  width: auto;
  border: 1px solid white;
  display: inline-block;
  vertical-align: top;
  margin: 0 5px 0 0;
}
body.page_rubrique.parrainage .articles form input[type='radio']:checked {
  background-color: #a2c63b;
}
body.page_rubrique.parrainage .articles form input[type='submit'],
body.page_rubrique.parrainage .articles form button[type='submit'] {
  background: #a2c63b;
  border: 0;
  text-transform: uppercase;
  color: white;
  cursor: pointer;
  padding: 10px;
}
body.page_rubrique.parrainage .articles form input[type='submit']:hover,
body.page_rubrique.parrainage .articles form button[type='submit']:hover {
  background-color: white;
  color: #a2c63b;
}
/* Général */
html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  font-family: 'Open Sans', sans-serif;
  background-color: black;
  color: #fff;
}
*,
*:after,
*:before {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
* {
  margin: 0;
  padding: 0;
  outline: none;
}
img {
  max-width: 100%;
  height: auto;
}
fieldset,
button {
  border: 0;
}
a {
  text-decoration: none;
}
section {
  max-width: 1200px;
  width: 98%;
  padding: 0 1%;
  margin: 0 auto;
  padding-top: 40px;
  padding-bottom: 40px;
}
.animer {
  transition: all 0.2s ease;
}
input {
  -webkit-appearance: none;
}
/* Responsive */
@media screen and (max-width: 700px) {
  section {
    padding-top: 0;
  }
}
/* RGPD */
#banniere-cookie {
  box-shadow: none;
  border: 0;
  background-color: rgba(0, 0, 0, 0.9);
  text-align: center;
  padding: 40px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  /* Version tablette */
  /* Version smartphone */
}
#banniere-cookie .cicb_texte {
  float: none;
  vertical-align: middle;
  display: inline-block;
  font-size: 15px;
  line-height: 20px;
  color: #b2b2b2;
  max-width: 450px;
  margin: 0;
}
#banniere-cookie .cicb_boutons {
  float: none;
  vertical-align: middle;
  display: inline-block;
  margin: 0 30px;
}
#banniere-cookie .cicb_boutons a {
  text-transform: uppercase;
  background-color: white;
  font-size: 12px;
  border-radius: 0;
  padding: 7px 20px;
  border: 2px solid #a2c63b;
  color: black;
}
#banniere-cookie .cicb_boutons a:hover,
#banniere-cookie .cicb_boutons a.accepte {
  border-color: #a2c63b;
  background-color: #a2c63b;
  color: white;
}
@media screen and (max-width: 1024px) {
  #banniere-cookie .cicb_texte,
  #banniere-cookie .cicb_boutons {
    display: block;
    margin: 0 auto 10px;
    text-align: center;
    max-width: 100%;
  }
}
@media screen and (max-width: 700px) {
  #banniere-cookie .cicb_boutons a {
    display: block;
    margin: 0 auto 10px;
  }
}
/* Version tv */
.page_tv {
  overflow: hidden;
}
.page_tv #cookieChoiceInfo,
.page_tv #spip-admin {
  display: none;
}
.page_tv .page {
  display: flex;
}
.page_tv .page section {
  width: 1300px;
  height: 800px;
  max-width: none;
  padding: 0;
  margin: auto;
  position: relative;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
  border-right: 1px solid white;
  padding: 2px;
}
.page_tv .page section .programme_tv {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.page_tv .page section .programme_tv span,
.page_tv .page section .programme_tv p {
  font-size: 15px;
  line-height: 20px;
  display: block;
  font-size: 20px;
  position: relative;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
  font-weight: bold;
  z-index: 1;
  margin: 0;
  line-height: 24px;
}
.page_tv .page section .programme_tv span.avancement,
.page_tv .page section .programme_tv p.avancement {
  position: absolute;
  text-transform: uppercase;
  z-index: 3;
  padding: 10px;
  top: 0;
  left: 0;
  font-size: 26px;
  line-height: 28px;
}
.page_tv .page section .programme_tv span.avancement.travaux,
.page_tv .page section .programme_tv p.avancement.travaux {
  background-color: #0da2e2;
}
.page_tv .page section .programme_tv span.avancement.demarrage,
.page_tv .page section .programme_tv p.avancement.demarrage {
  background-color: red;
}
.page_tv .page section .programme_tv span.avancement.livraison,
.page_tv .page section .programme_tv p.avancement.livraison {
  background-color: #ac88ff;
}
.page_tv .page section .programme_tv span.avancement.lancement,
.page_tv .page section .programme_tv p.avancement.lancement {
  background-color: red;
}
.page_tv .page section .programme_tv span.avancement.realise,
.page_tv .page section .programme_tv p.avancement.realise {
  background-color: #a2c63b;
}
.page_tv .page section .programme_tv span.avancement.succes,
.page_tv .page section .programme_tv p.avancement.succes,
.page_tv .page section .programme_tv span.avancement.dernieres,
.page_tv .page section .programme_tv p.avancement.dernieres {
  background-color: #a2c63b;
}
.page_tv .page section .programme_tv span.avancement + .avancement,
.page_tv .page section .programme_tv p.avancement + .avancement {
  top: 44px;
}
.page_tv .page section .programme_tv span.localisation,
.page_tv .page section .programme_tv p.localisation {
  text-transform: uppercase;
  padding-top: 240px;
  font-size: 15px;
  line-height: 20px;
  font-weight: 600;
}
.page_tv .page section .programme_tv span.ensavoirplus,
.page_tv .page section .programme_tv p.ensavoirplus {
  text-transform: uppercase;
  border: 1px solid white;
  padding: 3px 5px;
  display: inline-block;
  vertical-align: top;
  margin-top: 10px;
}
.page_tv .page section .programme_tv aside {
  float: left;
  width: 69%;
  height: 100%;
  position: relative;
}
.page_tv .page section .programme_tv aside div {
  width: 100%;
  height: 100%;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.page_tv .page section .programme_tv aside div:first-child {
  opacity: 1;
}
.page_tv .page section .programme_tv article {
  float: left;
  width: 31%;
  padding: 0 2%;
}
.page_tv .page section .programme_tv article p {
  font-size: 14px;
  line-height: 18px;
  text-align: center;
}
.page_tv .page section .programme_tv article p br {
  display: none;
}
.page_tv .page section .programme_tv article .spip_logo {
  margin: 30px auto;
  display: block;
  max-width: 200px;
}
.page_tv .page section .programme_tv article .spip_logo + div p {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 20px;
}
.page_tv .page section .programme_tv article span.separateur {
  display: block;
  width: 20px;
  height: 2px;
  margin: 20px auto 20px auto;
}
.page_tv .page section .programme_tv article .typologie {
  display: block;
  font-size: 19px;
  line-height: 24px;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: center;
}
.page_tv .page section .programme_tv article .texte {
  margin-bottom: 40px;
}
.page_tv .page section .programme_tv article .texte p {
  font-size: 14px;
  line-height: 18px;
}
.page_tv .page section .programme_tv article .texte .manualbr {
  display: none;
}
.page_tv .page section .programme_tv article .temps {
  display: block;
  width: 60%;
  margin: 0 auto;
  padding: 0;
  font-weight: bold;
  padding-top: 70px;
  text-align: center;
}
.page_tv .page section .programme_tv article .temps p {
  display: inline-block;
  vertical-align: top;
}
.page_tv .page section .programme_tv article .temps.voiture {
  background: url('//www.cefim-immo.fr/plugins/cefim/img/voiture.png') no-repeat top center;
  background-size: contain;
}
.page_tv .page section .programme_tv article .temps.bus {
  background: url('//www.cefim-immo.fr/plugins/cefim/img/bus.png') no-repeat top center;
  background-size: contain;
}
.page_tv .page section .programme_tv article .temps.pied {
  background: url('//www.cefim-immo.fr/plugins/cefim/img/pied.png') no-repeat top center;
  background-size: contain;
  width: 50%;
}
.page_tv .page section .programme_tv article .temps.bateau {
  background: url('//www.cefim-immo.fr/plugins/cefim/img/bateau.png') no-repeat top center;
  background-size: contain;
}
.page_tv .page section .programme_tv article .temps.velo {
  background: url('//www.cefim-immo.fr/plugins/cefim/img/velo.png') no-repeat top center;
  background-size: contain;
}
.page_tv .page section .programme_tv article .temps + ul {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  margin: 10px 0 0;
  padding: 0;
}
.page_tv .page section .programme_tv article .temps + ul li {
  font-size: 12px;
  text-align: center;
  list-style: none;
}
.page_tv .page section .programme_tv article .time > ul > li {
  display: inline-block;
  vertical-align: top;
  list-style: none;
  width: 22%;
}
.page_tv .page section .programme_tv article .visuel img {
  margin-top: 50px;
  display: block;
}
/* Contenu */
.page {
  position: relative;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
  /* Téléphone */
  /* Responsive */
  /* En tête */
  /* Responsive */
  /* Citations */
  /* Diaporama */
  /* Responsive */
  /* Page */
  /* Cefim */
  /* Responsive */
  /* Programmes */
  /* Responsive */
  /* Vignettes */
  /* Vignettes */
  /* Responsive */
  /* Réalisations */
  /* Actualités */
  /* Responsive */
  /* Responsive */
  /* Responsive */
  /* CEFIM */
  /* Responsive */
  /* Rubriques d'actualités */
  /* Pied de page */
  /* Responsive */
}
.page .telephone,
.page .contacteznous {
  text-align: center;
  color: white;
  position: absolute;
  top: 0;
  left: 0;
  top: 49px;
  left: auto;
  right: 295px;
  display: block;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 20px;
  padding: 5px 10px 5px 30px;
  transition: all 0.2s ease;
  z-index: 20;
}
.page .telephone strong,
.page .contacteznous strong {
  display: block;
  font-weight: bold;
}
.page .telephone:hover,
.page .contacteznous:hover {
  background-color: #e5a631;
}
.page .contacteznous {
  background: url('//www.cefim-immo.fr/plugins/cefim/img/contacteznous.png') no-repeat 5px 8px #a2c63b;
}
.page .telephone {
  right: 481px;
  background: url('//www.cefim-immo.fr/plugins/cefim/img/telephone.png') no-repeat 5px 6px #a2c63b;
}
@media screen and (max-width: 800px) {
  .page .contacteznous {
    display: none;
  }
}
.page header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  margin: 0;
  background-color: rgba(0, 0, 0, 0.7);
}
.page header .hamburger {
  display: none;
}
.page header div {
  max-width: 1200px;
  width: 98%;
  padding: 0 1%;
  margin: 0 auto;
  position: relative;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
  padding-right: 0;
  /* Menu de navigation */
}
.page header div a span {
  display: none;
}
.page header div .logo_cefim {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 90;
}
.page header div nav {
  text-align: right;
  font-weight: 600;
}
.page header div nav ul:first-child li {
  display: inline-block;
  vertical-align: top;
  margin: 0 10px;
  padding: 10px 0;
}
.page header div nav ul:first-child li:last-child {
  margin-right: 0;
  background: url('//www.cefim-immo.fr/plugins/cefim/img/client.png') no-repeat 10px center #a2c63b;
  min-width: 50px;
  height: 49px;
  text-align: left;
  padding: 0;
  line-height: 15px;
}
.page header div nav ul:first-child li:last-child a {
  padding: 10px 10px 0 40px;
}
.page header div nav ul:first-child li:last-child a.on,
.page header div nav ul:first-child li:last-child a:hover {
  border-bottom: 0;
  padding: 10px 10px 0 40px;
  background: url('//www.cefim-immo.fr/plugins/cefim/img/client.png') no-repeat 10px center #e5a631;
}
.page header div nav ul:first-child li#recherche {
  padding: 0;
  width: 33px;
}
.page header div nav ul:first-child li a {
  display: block;
  color: white;
  text-transform: uppercase;
  font-size: 12px;
  padding: 5px 0 7px;
  width: 100%;
  height: 100%;
}
.page header div nav ul:first-child li a.on,
.page header div nav ul:first-child li a:hover {
  border-bottom: 2px solid #a2c63b;
  padding: 5px 0;
}
.page header div nav ul:first-child li a span {
  display: none;
}
.page header.reduit div img {
  width: 50px;
}
.page .appelaction {
  background-color: #a2c63b;
  text-align: center;
  color: white;
  display: inline-block;
  vertical-align: top;
  min-width: 200px;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 20px;
  padding: 10px;
  transition: all 0.2s ease;
  cursor: pointer;
}
.page .appelaction strong {
  display: block;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
}
.page .appelaction:hover {
  transform: scale(1.1);
}
@media screen and (max-width: 800px) {
  .page header {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
  }
  .page header div {
    text-align: center;
  }
  .page header div .logo_cefim {
    max-width: 100px;
    top: -60px;
    left: auto;
    right: 0;
  }
  .page header div img {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
  }
  .page header div nav {
    float: none;
    background-color: black;
    position: fixed;
    top: 0;
    z-index: 5;
    left: -100%;
    width: 100%;
    height: 100%;
    margin: 0;
    transition: all 0.2s ease;
  }
  .page header div nav.ouvert {
    left: 0;
  }
  .page header div nav ul:first-child {
    display: block;
    text-align: center;
    margin-top: 100px;
  }
  .page header div nav ul:first-child li {
    margin: 0;
    display: block;
    font-size: 26px;
    line-height: 28px;
    text-align: center;
  }
  .page header div nav ul:first-child li:last-child {
    text-align: center;
    line-height: 30px;
  }
  .page header div nav ul:first-child li:last-child a {
    padding: 10px 10px 0 10px;
  }
  .page header div nav ul:first-child li br {
    display: none;
  }
  .page header div nav ul:first-child li#recherche {
    margin: auto;
  }
  .page header div nav ul {
    text-align: center;
    width: 100%;
  }
  .page header div .hamburger {
    position: fixed;
    top: 18px;
    left: 20px;
    z-index: 20;
    display: block;
  }
  .page header div .hamburger-inner,
  .page header div .hamburger-inner::after,
  .page header div .hamburger-inner::before {
    background-color: white;
  }
  .page .telephone {
    display: none;
  }
}
.page blockquote {
  padding: 40px 20px;
}
.page blockquote:before {
  content: '';
  display: inline-block;
  vertical-align: top;
  width: 26px;
  height: 21px;
  background: url('//www.cefim-immo.fr/plugins/cefim/img/quote_in.png') no-repeat;
}
.page blockquote h3 {
  text-align: center;
  margin: -20px 0 10px;
}
.page blockquote h3 + p,
.page blockquote p:first-child {
  display: inline-block;
  vertical-align: top;
  font-style: italic;
}
.page blockquote h3 + p:after,
.page blockquote p:first-child:after {
  content: '';
  display: inline-block;
  vertical-align: top;
  vertical-align: bottom;
  width: 26px;
  height: 21px;
  background: url('//www.cefim-immo.fr/plugins/cefim/img/quote_out.png') no-repeat;
  margin-left: 5px;
}
.page blockquote p:last-child {
  text-align: right;
}
.page .diaporama {
  width: 100%;
  margin: 0;
  padding-bottom: 20px;
}
.page .diaporama li {
  width: 100%;
  margin: 0;
}
.page .diaporama .controles {
  max-width: 1200px;
  width: 98%;
  padding: 0 1%;
  margin: 0 auto;
  padding-left: 1%;
  margin-top: -60px;
  z-index: 10;
}
.page .diaporama .controles .precedent,
.page .diaporama .controles .suivant {
  display: inline-block;
  vertical-align: top;
}
.page .diaporama .controles .suivant {
  margin-left: -5px;
}
.page .diaporama .hermines {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 10;
}
@media screen and (max-width: 700px) {
  .page .diaporama {
    margin-top: 60px;
  }
  .page .diaporama .controles {
    display: none;
  }
}
.page h1,
.page h2,
.page h4 {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 26px;
  line-height: 28px;
  margin-bottom: 20px;
  background: url('//www.cefim-immo.fr/plugins/cefim/img/separateur.png') no-repeat bottom left;
  padding: 0 0 25px 1%;
  margin-left: -1%;
  color: white;
}
.page h1 i,
.page h2 i,
.page h4 i {
  color: #a2c63b;
}
.page p {
  font-size: 15px;
  line-height: 20px;
  margin: 0 0 35px;
  padding: 0;
}
.page p a {
  color: #a2c63b;
}
.page .cefim {
  margin-top: 40px;
  position: relative;
}
.page .cefim .spip_logo {
  float: right;
}
.page .cefim h1 {
  background: none;
  padding-bottom: 10px;
}
.page .cefim h1 + div {
  overflow: auto;
}
.page .cefim p {
  border-top: 1px solid #a2c63b;
  padding-top: 30px;
  max-width: 515px;
}
.page .cefim a .hermines {
  position: absolute;
  top: 120px;
  left: -35px;
  max-width: 147px;
}
@media screen and (max-width: 700px) {
  .page .cefim {
    margin-top: 0;
  }
  .page .cefim h1 {
    margin-top: 1em;
  }
  .page .cefim p {
    padding: 30px 0;
    margin: 0;
  }
  .page .cefim .spip_logo {
    float: none;
  }
}
.page .programmes {
  position: relative;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}
.page .programmes p {
  max-width: 850px;
}
.page .programmes aside {
  display: block;
  position: fixed;
  top: 100px;
  width: 235px;
  right: -250px;
  transition: all 0.2s ease;
  /* Carte */
  /* Bloc contact */
}
.page .programmes aside h4 {
  font-size: 19px;
  line-height: 24px;
  background: none;
  margin-bottom: 0;
}
.page .programmes aside h4 i {
  display: block;
}
.page .programmes aside span {
  display: block;
  margin-bottom: 5px;
}
.page .programmes aside .select {
  position: relative;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
  z-index: 2;
  width: 100%;
}
.page .programmes aside .select ul {
  width: 100%;
}
.page .programmes aside .select ul li {
  display: none;
  background-color: white;
  color: #000;
  font-size: 15px;
  line-height: 20px;
  line-height: 16px;
  padding: 7px 10px;
  border-bottom: 1px solid #b2b2b2;
  cursor: pointer;
}
.page .programmes aside .select ul li.on {
  display: block;
  border: none;
}
.page .programmes aside .select ul li:hover {
  background-color: #a2c63b;
  color: white;
}
.page .programmes aside .select ul.active li {
  display: block;
}
.page .programmes aside .select ul.active li.on {
  border-bottom: 1px solid #b2b2b2;
}
.page .programmes aside .select .selecteur {
  position: absolute;
  left: 0;
  top: 1000px;
  left: auto;
  top: 0;
  right: 0;
  z-index: 3;
  cursor: pointer;
}
.page .programmes aside.fixe {
  right: 1%;
}
.page .programmes aside.absolute {
  position: absolute;
  top: 0;
  left: 0;
  left: auto;
  top: 1000px;
  right: 0;
}
.page .programmes aside .carte_gis {
  position: absolute;
  top: 0;
  left: 0;
  left: auto;
  top: 1000px;
  right: 0;
  top: 150px;
  z-index: 1;
}
.page .programmes aside .telephone {
  width: 100%;
  top: 520px;
}
.page.page_programmes h2 {
  margin: 60px 0 20px;
  padding: 0;
  font-size: 26px;
  line-height: 28px;
}
.page.page_programmes article h2 {
  margin-top: 0;
}
.page.page_programmes p,
.page.page_programmes li {
  font-size: 13px;
}
@media screen and (max-width: 1400px) {
  .page .programmes aside {
    display: none;
  }
}
.page .vignettes ul.spip li {
  list-style: none;
  clear: both;
  background: none;
  padding: 0;
  margin-bottom: 20px;
}
.page .vignettes ul.spip li span.spip_documents {
  float: left;
  display: block;
  margin-right: 20px;
  margin-bottom: 20px;
  max-width: 200px;
}
.page .vignettes ul.spip li a {
  color: white;
}
.page .vignettes ul.spip li strong {
  color: #a2c63b;
  font-size: 26px;
  line-height: 28px;
  display: block;
}
.page .programmes article {
  transition: all 0.2s ease;
  display: inline-block;
  vertical-align: top;
  width: 337px;
  height: 323px;
  overflow: hidden;
  margin: 0 20px 30px 0;
  position: relative;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
  padding: 5px;
  background: url('//www.cefim-immo.fr/plugins/cefim/img/cadre.png') no-repeat;
}
.page .programmes article.opaque {
  opacity: 0.3;
}
.page .programmes article div {
  position: absolute;
  top: 0;
  left: 0;
  width: 327px;
  height: 125px;
  top: 193px;
  z-index: 0;
  left: 5px;
}
.page .programmes article:hover {
  transform: scale(1.05);
}
.page .programmes article picture {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  top: 5px;
  left: 5px;
  width: 100%;
  height: 100%;
}
.page .programmes article img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.page .programmes article img.hermines {
  top: 118px;
  max-width: 150px;
}
.page .programmes article img.pinelbreizh {
  top: 118px;
  max-width: 100px;
  right: 20px;
  left: auto;
}
.page .programmes article a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.page .programmes article a h3 {
  position: absolute;
  top: 0;
  left: 0;
  color: white;
  margin: 0;
  text-transform: uppercase;
  bottom: 54px;
  top: auto;
  left: 15px;
  padding: 0 0 8px 10px;
  background: url('//www.cefim-immo.fr/plugins/cefim/img/separateur.png') no-repeat bottom left;
  font-size: 19px;
  line-height: 24px;
  font-weight: 700;
}
.page .programmes article .etapes {
  position: absolute;
  top: 0;
  left: 0;
  top: 7px;
  left: 5px;
  z-index: 3;
  height: 1px;
}
.page .programmes article .etapes span {
  min-height: 21px;
}
.page .programmes article span,
.page .programmes article p {
  font-size: 12px;
  display: block;
  position: relative;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
  z-index: 1;
  margin: 0;
  line-height: 16px;
}
.page .programmes article span.avancement p,
.page .programmes article p.avancement p {
  display: inline;
  text-transform: uppercase;
  padding: 2px 5px;
}
.page .programmes article span.avancement.travaux p,
.page .programmes article p.avancement.travaux p {
  background-color: #0da2e2;
}
.page .programmes article span.avancement.demarrage p,
.page .programmes article p.avancement.demarrage p {
  background-color: red;
}
.page .programmes article span.avancement.livraison p,
.page .programmes article p.avancement.livraison p {
  background-color: #ac88ff;
}
.page .programmes article span.avancement.lancement p,
.page .programmes article p.avancement.lancement p,
.page .programmes article span.avancement.nouveau p,
.page .programmes article p.avancement.nouveau p,
.page .programmes article span.avancement.avantpremiere p,
.page .programmes article p.avancement.avantpremiere p {
  background-color: red;
}
.page .programmes article span.avancement.realise p,
.page .programmes article p.avancement.realise p {
  background-color: #a2c63b;
}
.page .programmes article span.avancement.succes p,
.page .programmes article p.avancement.succes p {
  background-color: #a2c63b;
}
.page .programmes article span.avancement.dernieres p,
.page .programmes article p.avancement.dernieres p {
  background-color: red;
}
.page .programmes article span.localisation,
.page .programmes article p.localisation {
  text-transform: uppercase;
  padding-top: 240px;
  font-size: 15px;
  line-height: 20px;
  font-weight: 600;
  position: absolute;
  bottom: 30px;
  left: 29px;
}
.page .programmes article span.typologie,
.page .programmes article p.typologie {
  margin: 2px 0 10px;
  position: absolute;
  bottom: 2px;
  left: 29px;
}
.page .programmes article span.ensavoirplus,
.page .programmes article p.ensavoirplus {
  text-transform: uppercase;
  border: 1px solid white;
  padding: 3px 5px;
  display: inline-block;
  vertical-align: top;
  margin-top: 10px;
}
.page .programmes article p {
  display: none;
}
.page .programmes article#prochainement a {
  background: url('//www.cefim-immo.fr/plugins/cefim/img/prochainement_vannes.jpg') no-repeat;
}
.page .programmes article#prochainement p {
  display: block;
  top: 55%;
}
.page .programmes article#prochainement h3 {
  bottom: 5%;
  padding: 0 50px 8px 10px;
}
@media screen and (max-width: 700px) {
  .page .programmes article {
    margin: 0 auto 30px;
    display: block;
  }
}
.page .carousel_wec {
  padding: 0 60px;
  margin: -20px 0 0 -60px;
  max-width: 1180px;
}
.page .carousel_wec > div .liste {
  padding: 20px 0;
}
.page .ville {
  display: inline-block;
  vertical-align: top;
}
.page .ville p {
  padding-right: 20px;
  min-height: 60px;
}
.page .ville#ville_92,
.page .ville#ville_93,
.page .ville#ville_87 {
  max-width: 337px;
  margin-right: 20px;
}
.page .actualites article {
  transition: all 0.2s ease;
  width: 65%;
  margin-left: 37%;
  position: relative;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
  min-height: 190px;
  margin-bottom: 5px;
  /* Article à la une */
}
.page .actualites article:hover {
  transform: scale(1.02);
}
.page .actualites article .spip_logo {
  float: left;
  margin-right: 20px;
}
.page .actualites article .rubrique {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 12px;
  text-transform: uppercase;
  background-color: #a2c63b;
  color: black;
  padding: 3px 6px;
  z-index: 2;
  /*a { color:white; }
				&:hover { background-color:@cefim;}*/
}
.page .actualites article > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-left: 270px;
  z-index: 1;
}
.page .actualites article h3 {
  font-size: 15px;
  line-height: 20px;
  text-transform: uppercase;
  color: white;
  font-weight: 800;
  padding: 15px 150px 5px 20px;
  line-height: 18px;
}
.page .actualites article p {
  color: white;
  font-size: 12px;
  padding: 10px 20px 0;
  line-height: 16px;
}
.page .actualites article small {
  display: block;
  color: white;
  font-size: 12px;
  padding-bottom: 15px;
  background: url('//www.cefim-immo.fr/plugins/cefim/img/separateur.png') no-repeat 280px bottom;
  padding-top: 55px;
}
@media screen and (min-width: 1000px) {
  .page .actualites article.alaune {
    width: 35%;
    float: left;
    margin: 0;
    min-height: 580px;
  }
  .page .actualites article.alaune .spip_logo {
    float: none;
  }
  .page .actualites article.alaune > a {
    padding-left: 0;
    padding-top: 300px;
  }
  .page .actualites article.alaune h3 {
    font-size: 19px;
    line-height: 24px;
    padding-right: 50px;
    line-height: 18px;
  }
  .page .actualites article.alaune p {
    font-size: 15px;
    line-height: 20px;
    line-height: 18px;
  }
  .page .actualites article.alaune small {
    background-position: 15px bottom;
    padding-left: 20px;
    padding-top: 50px;
  }
}
@media screen and (max-width: 1000px) {
  .page .actualites article h3 {
    padding: 5px 150px 5px 20px;
  }
}
@media screen and (max-width: 800px) {
  .page .actualites article {
    width: 100%;
    margin-left: 0;
    min-height: 190px;
    clear: both;
  }
  .page .actualites article > a {
    position: relative;
    padding-left: 0;
    padding-top: 20px;
  }
  .page .actualites article small {
    padding-top: 0;
    padding-left: 20px;
  }
}
@media screen and (max-width: 500px) {
  .page .actualites article p {
    padding: 10px 20px 20px;
  }
  .page .actualites article .spip_logo {
    float: none;
    margin: 0;
    width: 100%;
  }
}
.page .cefimbas h2 {
  text-align: center;
  margin: 0 100px 20px 373px;
  border-bottom: 3px solid #a2c63b;
  background: none;
  position: relative;
  z-index: 2;
}
.page .cefimbas p {
  border: 0;
  margin: 0 100px 0 0;
  padding: 10px 0;
  max-width: none;
  font-size: 15px;
  line-height: 20px;
}
.page .cefimbas .spip_logo {
  float: left;
  margin-right: 50px;
  margin-top: -40px;
  position: relative;
  z-index: 1;
}
.page .cefimbas .spip_logo + p {
  margin-top: 70px;
}
.page .cefimbas > a {
  text-transform: uppercase;
  border: 1px solid white;
  padding: 3px 5px;
  display: inline-block;
  vertical-align: top;
  margin-top: 10px;
  color: white;
  font-size: 12px;
}
.page .cefimbas > a:hover {
  background-color: #a2c63b;
  border-color: #a2c63b;
}
.page .articlesenplus {
  background: url('//www.cefim-immo.fr/plugins/cefim/img/decouvrez.jpg') no-repeat;
  background-size: contain;
  padding: 0;
  width: 100%;
}
.page .articlesenplus h2 {
  margin-left: 68px;
  background: none;
  border-bottom: 3px solid #a2c63b;
  max-width: 470px;
  padding-bottom: 15px;
  margin-bottom: 30px;
}
.page .articlesenplus h2 a {
  color: white;
}
.page .articlesenplus ul {
  margin: 0;
  padding: 0;
  text-align: center;
}
.page .articlesenplus ul a {
  color: black;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
}
.page .articlesenplus ul a li {
  display: inline-block;
  vertical-align: top;
  background-color: white;
  width: 200px;
  height: 150px;
  margin-right: 50px;
  margin-bottom: 50px;
  text-align: center;
  position: relative;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
  transition: all 0.2s ease;
  padding: 10px 20px;
}
.page .articlesenplus ul a li img {
  display: block;
  margin: 5px auto 8px;
}
.page .articlesenplus ul a li:hover {
  transform: scale(1.05);
}
.page .articlesenplus ul a li:first-child a {
  bottom: 40px;
}
.page .articlesenplus ul.spip {
  margin: -20px 90px 0;
}
.page .articlesenplus ul.spip li {
  text-align: left;
  font-size: 15px;
  line-height: 20px;
}
.page .articlesenplus p {
  margin: 30px 78px 35px;
}
@media screen and (max-width: 900px) {
  .page .cefimbas h2 {
    text-align: left;
    margin: 0 0 20px;
  }
  .page .cefimbas p {
    margin: 0;
  }
  .page .cefimbas .spip_logo {
    margin-top: 0;
    float: none;
  }
}
.page .menu_actualites {
  padding-top: 0;
}
.page .menu_actualites article {
  display: inline-block;
  vertical-align: top;
  width: 45%;
  margin: 0 4% 40px 0;
  padding: 0;
}
.page .menu_actualites article h2 {
  font-size: 19px;
  line-height: 24px;
  padding: 0;
  margin: 20px 0;
  padding: 0 0 21px;
  background: url('//www.cefim-immo.fr/plugins/cefim/img/separateur.png') no-repeat bottom left;
}
.page .menu_actualites article a {
  color: white;
}
.page .menu_actualites article a:hover h2 {
  color: #a2c63b;
}
.page .menu_actualites article p {
  max-width: 1000px;
}
.page .menu_actualites article#article_279 {
  display: block;
  width: 100%;
  margin-right: 0;
}
.page .menu_actualites article#article_279 p {
  font-size: 12px;
}
.page footer {
  background-color: #202020;
}
.page footer div {
  max-width: 1200px;
  width: 98%;
  padding: 0 1%;
  margin: 0 auto;
  position: relative;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}
.page footer div span {
  display: inline-block;
  vertical-align: top;
  margin-right: 20px;
  background-color: #a2c63b;
  color: white;
  text-transform: uppercase;
  padding: 10px;
  font-size: 15px;
  line-height: 20px;
  font-weight: normal;
  text-align: center;
}
.page footer div span a {
  color: white;
  font-weight: bold;
  font-size: 19px;
  line-height: 24px;
}
.page footer div p {
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
  margin: 10px 20px;
  line-height: 15px;
}
.page footer div strong {
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
  line-height: 15px;
  margin: 10px 20px;
  font-weight: 300;
  padding-right: 40px;
  border-right: 2px solid #a2c63b;
}
.page footer div ul {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  left: auto;
  bottom: 20px;
  right: 20px;
  top: auto;
}
.page footer div ul li {
  display: inline-block;
  vertical-align: top;
  border-right: 1px solid white;
  padding: 0 10px;
}
.page footer div ul li:last-child {
  border: 0;
}
.page footer div ul li a {
  font-style: italic;
  font-size: 12px;
  color: white;
}
.page footer div ul li a:hover {
  color: #a2c63b;
}
@media screen and (max-width: 700px) {
  .page footer div p {
    margin: 10px 0;
  }
  .page footer div span {
    width: 100%;
    display: block;
  }
  .page footer div strong {
    display: block;
    border-right: 0;
    border-bottom: 2px solid #a2c63b;
    padding: 10px 0 20px;
    margin: 10px 0;
  }
  .page footer div ul {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
  }
  .page footer div ul li {
    padding: 0 10px 0 0;
  }
  .page footer div ul li + li {
    padding-left: 10px;
  }
}
/* Articles */
.page_article section {
  padding-top: 0;
  /* Colonne */
  /* Responsive */
}
.page_article section article {
  overflow: auto;
  /* Fil d'ariane */
  /* Contenu */
  /* Citations */
  /* Liens */
  /* Programmes liés */
  /* Pièces jointes */
  /* Vignettes */
}
.page_article section article .arbo {
  font-size: 12px;
}
.page_article section article .arbo a {
  color: white;
}
.page_article section article .arbo a:hover {
  color: #a2c63b;
}
.page_article section article div,
.page_article section article p,
.page_article section article li {
  font-size: 15px;
  line-height: 20px;
  margin: 0 0 20px;
  text-align: left;
}
.page_article section article div.info-publi,
.page_article section article p.info-publi,
.page_article section article li.info-publi {
  font-size: 12px;
  margin-bottom: 10px;
}
.page_article section article div .spip_documents_left,
.page_article section article p .spip_documents_left,
.page_article section article li .spip_documents_left {
  margin: 0 15px 15px 0;
}
.page_article section article li {
  list-style: none;
  background: url('//www.cefim-immo.fr/plugins/cefim/img/bullet.png') no-repeat 20px 10px;
  padding: 0 40px;
}
.page_article section article h2.spip,
.page_article section article h2 {
  text-transform: uppercase;
  font-size: 19px;
  line-height: 24px;
  margin: 40px 0 20px;
  padding: 0;
  background: none;
  clear: left;
}
.page_article section article h3.spip {
  padding: 0;
  background: none;
  text-transform: none;
  font-weight: bold;
  color: #a2c63b;
  margin-bottom: 20px;
}
.page_article section article .spip_documents_right {
  margin-left: 20px;
  margin-top: 10px;
}
.page_article section article blockquote p {
  font-style: italic;
}
.page_article section article a {
  color: #a2c63b;
}
.page_article section article .programmes {
  margin-top: 40px;
}
.page_article section article #documents_joints {
  clear: both;
}
.page_article section article #documents_joints li {
  background: none;
  padding: 0;
  text-align: center;
  list-style: none;
  display: inline-block;
  vertical-align: top;
  width: 200px;
  transition: all 0.2s ease;
}
.page_article section article #documents_joints li:hover {
  transform: scale(1.05);
}
.page_article section article .vignettes ul.spip li h3 {
  clear: none;
  margin: 0;
  color: white;
}
.page_article section article .vignettes ul.spip li p strong {
  font-size: 15px;
  line-height: 20px;
}
.page_article section article .vignettes .manualbr,
.page_article section article .vignettes .autobr {
  display: none;
}
.page_article section aside {
  float: right;
  width: 370px;
  margin-left: 70px;
}
.page_article section aside.actualites strong {
  display: block;
  text-transform: uppercase;
  font-size: 19px;
  line-height: 24px;
  padding: 68px 0 20px;
}
.page_article section aside.actualites article {
  width: 100%;
  margin-left: 0;
  min-height: 100px;
}
.page_article section aside.actualites article a {
  color: black;
  padding-left: 170px;
}
.page_article section aside.actualites article h4 {
  padding: 15px 30px 5px 20px;
  font-size: 14px;
  line-height: 18px;
  margin: 0;
  background: none;
}
@media screen and (max-width: 700px) {
  .page_article section aside {
    display: none;
  }
}
.page_article.page_enplus {
  min-height: 800px;
}
.page_article.page_enplus section article h3.spip {
  font-weight: bold;
  padding-bottom: 20px;
  background: url('//www.cefim-immo.fr/plugins/cefim/img/separateur.png') no-repeat bottom left;
}
/* Rubriques */
.page_rubrique {
  /* Grandes rubriques */
  /* Responsive */
  /* Actualités */
  /* Programmes à venir */
}
.page_rubrique .toutvendu {
  width: 100%;
  text-align: center;
  margin-top: -1px;
  padding: 10px 50px;
  margin-top: -20px;
  margin-bottom: 20px;
  position: relative;
  z-index: 2;
}
.page_rubrique .toutvendu p {
  color: white;
  font-size: 15px;
  line-height: 20px;
  margin: 0;
}
.page_rubrique .toutvendu strong {
  display: block;
  font-size: 19px;
  line-height: 24px;
  text-transform: uppercase;
}
.page_rubrique .toutvendu a {
  color: white;
  text-decoration: underline;
}
.page_rubrique section {
  clear: both;
  /* Arbo */
  /* Titre des grandes rubriques */
  /* Responsive */
  /* Colonne sur fond coloré */
  /* Résumé */
  /* Intro */
  /* Responsive */
  /* Responsive */
  /* Articles */
  /* Responsive */
  /* La résidence, le quartier */
  /* Responsive */
  /* Les appartements */
  /* Responsive */
  /* Les autres résidences */
  /* Bloc complémentaire */
}
.page_rubrique section.arbo {
  margin: 0;
  padding-top: 0;
  max-width: 1200px;
  width: 98%;
  padding: 0 1%;
  margin: 0 auto;
}
.page_rubrique section.residence h1,
.page_rubrique section h2 {
  font-size: 38px;
  padding: 0 40px;
  margin-top: -17px;
  background: none;
  margin-left: 0;
}
@media screen and (max-width: 700px) {
  .page_rubrique section .residence h1,
  .page_rubrique section h2 {
    padding: 0 10px;
    line-height: 40px;
  }
}
.page_rubrique section img + article {
  width: 32%;
  min-height: 600px;
  padding: 0;
  margin-top: -100px;
  padding-bottom: 20px;
}
.page_rubrique section img + article h3,
.page_rubrique section img + article p {
  margin-left: 0;
  padding: 0 40px;
}
.page_rubrique section img + article h3 {
  /*.cacher; */
}
.page_rubrique section img + article span {
  display: none;
}
.page_rubrique section img + article .diaporama {
  padding: 0;
}
.page_rubrique section img + article .diaporama ul {
  margin: 0;
}
.page_rubrique section img + article.flottant_gauche h3 {
  display: none;
}
.page_rubrique section img + article h4 {
  font-size: 19px;
  line-height: 24px;
  padding: 0 40px;
  background: none;
}
.page_rubrique section .resume p {
  max-width: 100%;
}
.page_rubrique section.intro {
  padding-top: 0;
}
.page_rubrique section.intro .ancienh1,
.page_rubrique section.intro > div {
  width: 39%;
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  background: none;
}
.page_rubrique section.intro .ancienh1 h1 strong,
.page_rubrique section.intro > div h1 strong {
  color: white;
}
.page_rubrique section.intro .ancienh1 img,
.page_rubrique section.intro > div img {
  margin: 0 0 20px;
  display: block;
}
.page_rubrique section.intro .ancienh1 a,
.page_rubrique section.intro > div a {
  color: white;
  transition: all 0.2s ease;
  display: block;
  background: url('//www.cefim-immo.fr/plugins/cefim/img/telecharger.png') no-repeat;
  padding-left: 40px;
}
.page_rubrique section.intro .ancienh1 a span,
.page_rubrique section.intro > div a span {
  font-size: 15px;
  line-height: 20px;
  display: inline-block;
  vertical-align: top;
  vertical-align: bottom;
  padding: 3px 0;
}
.page_rubrique section.intro .ancienh1 a:hover span,
.page_rubrique section.intro > div a:hover span {
  color: white;
}
.page_rubrique section.intro > div {
  margin: 0 0 0 15%;
}
.page_rubrique section.intro > div p {
  font-size: 15px;
  line-height: 20px;
  margin-bottom: 30px;
}
.page_rubrique section.intro > div div:first-child p {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 26px;
  line-height: 28px;
  margin-bottom: 20px;
}
.page_rubrique section.intro > div span.separateur {
  display: block;
  width: 20px;
  height: 2px;
  margin: 20px 0 20px -10px;
}
.page_rubrique section.intro > div .typologie {
  display: block;
  font-size: 15px;
  line-height: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}
.page_rubrique section.intro .calltoaction strong {
  text-transform: uppercase;
  display: block;
  margin-bottom: 10px;
}
.page_rubrique section.intro .calltoaction label {
  display: none;
}
.page_rubrique section.intro .calltoaction .editer-groupe,
.page_rubrique section.intro .calltoaction .boutons {
  display: inline-block;
  vertical-align: top;
}
.page_rubrique section.intro .calltoaction .editer-groupe {
  width: 250px;
}
.page_rubrique section.intro .calltoaction input[type='text'] {
  padding: 10px;
  border: 0;
  font-size: 15px;
  line-height: 20px;
  width: 100%;
  margin-bottom: 5px;
}
.page_rubrique section.intro .calltoaction .editer_input_1 {
  width: 100%;
}
.page_rubrique section.intro .calltoaction input[type='submit'],
.page_rubrique section.intro .calltoaction button[type='submit'] {
  text-transform: uppercase;
  background-color: #e5a631;
  color: white;
  border: 0;
  font-size: 15px;
  line-height: 20px;
  padding: 10px;
  margin-top: 45px;
  margin-bottom: 0;
}
.page_rubrique section.intro .calltoaction .reponse_formulaire p {
  font-size: 15px;
  line-height: 20px;
  text-transform: none;
  font-weight: normal;
}
@media screen and (max-width: 900px) {
  .page_rubrique section.intro .ancienh1,
  .page_rubrique section.intro > div {
    width: 90%;
    margin-left: 2%;
  }
  .page_rubrique section.intro .ancienh1 {
    margin-bottom: 40px;
  }
  .page_rubrique section.intro > div {
    margin-left: 2%;
  }
  .page_rubrique section.intro .calltoaction input[type="submit"],
  .page_rubrique section.intro .calltoaction button[type='submit'] {
    margin-top: 10px;
  }
}
@media screen and (max-width: 700px) {
  .page_rubrique section.intro h1,
  .page_rubrique section.intro div {
    width: 90%;
    display: block;
    margin-bottom: 1em;
  }
}
.page_rubrique section article {
  padding: 0 40px;
}
.page_rubrique section article h3 {
  text-transform: uppercase;
  font-size: 19px;
  line-height: 24px;
  font-weight: bold;
  margin-top: 60px;
  margin-left: 0;
}
.page_rubrique section article h3 + span {
  display: block;
  width: 20px;
  height: 2px;
  margin: 20px 0 20px -10px;
}
.page_rubrique section article p {
  font-size: 15px;
  line-height: 20px;
  margin: 0 0 15px;
  max-width: 450px;
  line-height: 22px;
  text-align: justify;
}
.page_rubrique section article a {
  font-weight: bold;
}
.page_rubrique section article ul {
  margin: 20px 40px;
  max-width: 450px;
}
.page_rubrique section article ul li {
  font-size: 15px;
  line-height: 20px;
  line-height: 22px;
  text-align: left;
}
@media screen and (max-width: 700px) {
  .page_rubrique section article {
    padding: 0 10px;
  }
}
.page_rubrique section.residence .carte_gis,
.page_rubrique section.quartier .carte_gis {
  margin-bottom: 20px;
  z-index: 1;
}
.page_rubrique section.residence .carte_gis a,
.page_rubrique section.quartier .carte_gis a {
  color: gray;
  font-weight: normal;
}
.page_rubrique section.residence img + article,
.page_rubrique section.quartier img + article {
  margin-right: 10%;
}
.page_rubrique section.residence .flottant_droite,
.page_rubrique section.quartier .flottant_droite {
  margin-bottom: 40px;
  padding-bottom: 30px;
  background-color: #a2c63b;
}
.page_rubrique section.residence .flottant_droite .temps,
.page_rubrique section.quartier .flottant_droite .temps {
  display: inline-block;
  vertical-align: top;
  width: 40%;
  margin: 20px 0;
  padding: 0;
  font-weight: bold;
  padding-top: 100px;
  text-align: center;
}
.page_rubrique section.residence .flottant_droite .temps.voiture,
.page_rubrique section.quartier .flottant_droite .temps.voiture {
  background: url('//www.cefim-immo.fr/plugins/cefim/img/voiture.png') no-repeat top center;
}
.page_rubrique section.residence .flottant_droite .temps.bus,
.page_rubrique section.quartier .flottant_droite .temps.bus {
  background: url('//www.cefim-immo.fr/plugins/cefim/img/bus.png') no-repeat top center;
}
.page_rubrique section.residence .flottant_droite .temps.pied,
.page_rubrique section.quartier .flottant_droite .temps.pied {
  background: url('//www.cefim-immo.fr/plugins/cefim/img/pied.png') no-repeat top center;
}
.page_rubrique section.residence .flottant_droite .temps.bateau,
.page_rubrique section.quartier .flottant_droite .temps.bateau {
  background: url('//www.cefim-immo.fr/plugins/cefim/img/bateau.png') no-repeat top center;
}
.page_rubrique section.residence .flottant_droite .temps.velo,
.page_rubrique section.quartier .flottant_droite .temps.velo {
  background: url('//www.cefim-immo.fr/plugins/cefim/img/velo.png') no-repeat top center;
}
.page_rubrique section.residence .flottant_droite .temps + ul,
.page_rubrique section.quartier .flottant_droite .temps + ul {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  margin: 20px 3% 20px 0;
  padding: 0;
}
.page_rubrique section.residence .flottant_droite .temps + ul li,
.page_rubrique section.quartier .flottant_droite .temps + ul li {
  font-size: 12px;
}
.page_rubrique section.residence .flottant_droite a,
.page_rubrique section.quartier .flottant_droite a {
  color: white;
}
.page_rubrique section.residence .flottant_droite .carte_gis a,
.page_rubrique section.quartier .flottant_droite .carte_gis a {
  color: black;
}
.page_rubrique section.residence article a,
.page_rubrique section.quartier article a {
  color: #a2c63b;
}
.page_rubrique section.residence article .appelaction,
.page_rubrique section.quartier article .appelaction {
  margin-top: 30px;
}
@media screen and (max-width: 800px) {
  .page_rubrique section .flottant_droite {
    display: none;
  }
}
.page_rubrique section.appartements img + article {
  margin-left: 10%;
}
.page_rubrique section.appartements img + article p {
  margin-left: 0;
}
.page_rubrique section.appartements h2 {
  margin-left: 54.5%;
  padding: 0;
}
.page_rubrique section.appartements article h3,
.page_rubrique section.appartements article p {
  margin-left: 55%;
}
.page_rubrique section.appartements article span {
  margin-left: 54%;
}
.page_rubrique section.appartements article ul {
  max-width: 2000px;
}
.page_rubrique section.appartements article li {
  margin-left: 60%;
  text-align: left;
}
.page_rubrique section.appartements article.flottant_gauche {
  margin-bottom: 40px;
}
.page_rubrique section.appartements article.flottant_gauche li {
  margin-left: 0;
}
.page_rubrique section.appartements article .appelaction {
  margin-left: 55%;
  margin-top: -30px;
}
@media screen and (max-width: 800px) {
  .page_rubrique section.appartements img + article {
    margin-left: 0;
  }
  .page_rubrique section.appartements article {
    width: 100%;
    margin-top: 0;
  }
  .page_rubrique section.appartements article.flottant_gauche {
    float: none;
  }
  .page_rubrique section.appartements article h3,
  .page_rubrique section.appartements article p,
  .page_rubrique section.appartements article span {
    margin-left: 0;
  }
  .page_rubrique section.appartements h2 {
    margin-left: 0%;
    padding: 0 10px;
  }
}
.page_rubrique section.programmes h3 {
  font-size: 19px;
  line-height: 24px;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-weight: bold;
}
.page_rubrique section.programmes article a,
.page_rubrique section.programmes article .typologie {
  color: white;
}
.page_rubrique section.bloc {
  padding-top: 0;
}
.page_rubrique section.bloc article {
  padding: 0;
}
.page_rubrique section.bloc article h2 {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 26px;
  line-height: 28px;
  margin-bottom: 20px;
  background: url('//www.cefim-immo.fr/plugins/cefim/img/separateur.png') no-repeat bottom left;
  padding: 0 0 25px 1%;
  margin-left: -1%;
  margin-top: 40px;
}
.page_rubrique section.bloc article h2 i {
  color: #a2c63b;
}
.page_rubrique section.bloc article p,
.page_rubrique section.bloc article ul li {
  max-width: 890px;
  font-size: 12px;
}
.page_rubrique section + section + section h2 {
  margin-left: 0;
  padding: 0 40px;
}
.page_rubrique section + section + section article:last-child h3 {
  display: block;
}
@media screen and (max-width: 700px) {
  .page_rubrique section + section + section h2 {
    padding: 0 10px;
  }
}
.page_rubrique .actualites {
  padding-top: 0;
}
.page_rubrique .actualites article {
  margin-left: 0;
  width: auto;
  padding: 0;
}
.page_rubrique .actualites article p {
  max-width: none;
}
.page_rubrique .actualites article h3 {
  margin-top: 0;
}
.page_rubrique .actualites article small {
  padding-top: 40px;
}
.page_rubrique #rubrique_6 + .bloc a.spip_in {
  color: #a2c63b;
}
.page_rubrique.rubrique_105 section.bloc article div,
.page_rubrique.rubrique_105 section.bloc article p,
.page_rubrique.rubrique_105 section.bloc article li {
  font-size: 15px;
  max-width: 800px;
}
.page_rubrique.rubrique_105 section.bloc article div .spip_documents,
.page_rubrique.rubrique_105 section.bloc article p .spip_documents,
.page_rubrique.rubrique_105 section.bloc article li .spip_documents {
  margin: 0 20px 20px 0;
}
.page_rubrique.rubrique_105 section.bloc article div .spip_documents.spip_document_643,
.page_rubrique.rubrique_105 section.bloc article p .spip_documents.spip_document_643,
.page_rubrique.rubrique_105 section.bloc article li .spip_documents.spip_document_643,
.page_rubrique.rubrique_105 section.bloc article div .spip_documents.spip_document_642,
.page_rubrique.rubrique_105 section.bloc article p .spip_documents.spip_document_642,
.page_rubrique.rubrique_105 section.bloc article li .spip_documents.spip_document_642 {
  margin: 30px 0 0;
  display: block;
}
.page_rubrique.rubrique_105 section.bloc article h3 {
  margin-top: 30px;
}
.page_rubrique.rubrique_105 section.bloc article aside {
  float: right;
  width: 300px;
  margin-left: 50px;
}
.page_rubrique.rubrique_105 section.bloc article aside .appelaction {
  width: 285px;
}
.page_rubrique.rubrique_105 section.bloc article.colonne {
  display: inline-block;
  vertical-align: top;
  width: 45%;
  margin: 50px 4% 40px 0;
  padding: 0;
}
.page_rubrique.rubrique_105 section.bloc article.colonne h3 {
  margin-bottom: 20px;
  background: url('//www.cefim-immo.fr/plugins/cefim/img/separateur.png') no-repeat bottom left;
  padding: 0 0 25px 1%;
  margin-left: -1%;
}
.page_rubrique.rubrique_105 section.bloc article.colonne p a.spip_in {
  background: none;
  margin: 0;
  padding: 0;
  min-width: 1px;
  text-transform: none;
  font-size: 15px;
  line-height: 22px;
}
.page_rubrique.rubrique_105 section.bloc article.colonne p a.spip_in:hover {
  transform: none;
  color: #a2c63b;
}
.page_rubrique.rubrique_105 section.bloc article.colonne .appelaction a.spip_in {
  margin: 0;
  padding: 0 0 0 20px;
}
/* Plan du site */
.page_plan article ul {
  margin: 0 20px;
}
.page_plan article ul li a {
  color: white;
}
.page_plan article ul li a:hover {
  color: #a2c63b;
}
.page_plan article > ul > li {
  margin-top: 20px;
}
/* Espace client */
.application .diaporama .controles {
  display: none;
}
.application header div nav ul:last-child {
  display: none;
}
.application section {
  width: auto;
  min-height: 700px;
  margin-top: -70px;
  position: relative;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
  z-index: 10;
}
@media screen and (max-width: 700px) {
  .application section {
    margin-top: -30px;
    max-width: 96%;
  }
}
.application section h1 {
  color: #a2c63b;
  background: none;
}
.application section h2 {
  font-size: 26px;
  line-height: 28px;
  margin: 40px 0 20px -1%;
  background: url('//www.cefim-immo.fr/plugins/cefim/img/separateur.png') no-repeat bottom left;
  padding: 0 0 25px 1%;
}
.application section h2 + p {
  margin-bottom: 0;
}
.application section h2 strong {
  color: #a2c63b;
}
.application section p.pasdemarge {
  margin: 0;
}
.application section p.intro {
  margin-top: -30px;
}
.application section p.intro * {
  display: inline-block;
  vertical-align: top;
  vertical-align: middle;
}
.application section #formulaire_recherche {
  float: right;
}
.application section #formulaire_recherche form {
  margin: 0;
  position: relative;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}
.application section #formulaire_recherche form label {
  display: none;
}
.application section #formulaire_recherche form .search {
  margin: 0;
  width: 200px;
}
.application section #formulaire_recherche form input[type="submit"],
.application section #formulaire_recherche form button[type='submit'] {
  position: absolute;
  top: 0;
  left: 0;
  top: -7px;
  left: auto;
  right: 0;
  width: 36px;
  background: url('//www.cefim-immo.fr/plugins/cefim/img/search.png') no-repeat;
}
.application section .pagination_page {
  display: block;
  text-align: right;
  margin-top: -50px;
}
.application section .pagination_page li {
  list-style: none;
  display: inline-block;
  vertical-align: top;
}
.application section .pagination_page li a,
.application section .pagination_page li span {
  display: inline-block;
  vertical-align: top;
  border: 1px solid white;
  border-radius: 4px;
  padding: 10px;
  min-width: 50px;
  text-align: center;
  margin-left: 10px;
}
.application section .pagination_page li a:hover,
.application section .pagination_page li span:hover {
  background-color: #a2c63b;
  border-color: #a2c63b;
  color: white;
}
.application section .pagination_page li span.on {
  background-color: #a2c63b;
  border-color: #a2c63b;
  color: black;
}
.application section .tuile {
  display: inline-block;
  vertical-align: top;
  border: 1px solid white;
  padding: 20px;
  min-width: 150px;
  border-radius: 4px;
  text-align: center;
  margin: 0 20px 20px 0;
}
.application section .tuile * {
  display: block;
}
.application section .tuile i {
  font-size: 55px;
  margin-bottom: 10px;
}
.application section .tuile strong {
  color: #a2c63b;
  font-size: 30px;
  line-height: 40px;
}
.application section .tuile:hover {
  border-color: #a2c63b;
}
.application section .actu .spip_logo {
  margin-bottom: 40px;
}
.application section .commercial a {
  display: block;
  margin: 3px 0;
}
.application section .parrainage article {
  padding: 0;
}
.application section .parrainage article h3 {
  margin-top: 30px;
}
.application section .parrainage article p {
  max-width: 100%;
}
.application section form {
  margin: 0 auto 30px;
}
.application section form .editer_session,
.application section form #pass_securise {
  display: none !important;
}
.application section form label {
  display: block;
  margin-top: 20px;
}
.application section form input,
.application section form textarea,
.application section form select {
  font-family: 'Open Sans', sans-serif;
  padding: 10px;
  font-size: 15px;
  line-height: 20px;
  border: 0;
  width: 90%;
  max-width: 500px;
  margin: 10px auto;
}
.application section form input[type='checkbox'],
.application section form input[type='radio'] {
  width: auto;
  max-width: 40px;
}
.application section form input[type='submit'],
.application section form button[type='submit'] {
  background: #a2c63b;
  border: 0;
  text-transform: uppercase;
  color: white;
  cursor: pointer;
}
.application section form input[type='submit']:hover,
.application section form button[type='submit']:hover {
  background-color: white;
  color: #a2c63b;
}
.application section form .erreur_message {
  display: block;
  color: #a2c63b;
}
.application section form p {
  margin-bottom: 10px;
}
.application section form p.explication {
  margin: 0;
}
.application section form .boutons,
.application section form .editer_new_login {
  display: none;
}
.application section form button {
  background-color: #a2c63b;
  color: white;
  padding: 10px;
  font-size: 15px;
  line-height: 20px;
  cursor: pointer;
  margin-top: 20px;
}
.application section form button.reset_password:before {
  content: 'ou ';
}
.application section.modifier form button {
  display: none;
}
.application section.modifier form .boutons {
  display: inline-block;
  vertical-align: top;
  margin-top: 20px;
}
.application section.modifier form .boutons input[type="submit"],
.application section.modifier form .boutons button[type='submit'] {
  width: auto;
}
.application section .formulaire_editer_article form .editer_parent,
.application section .formulaire_editer_article form .champs_extras,
.application section .formulaire_editer_article form .aide {
  display: none;
}
.application section .formulaire_editer_article form input,
.application section .formulaire_editer_article form textarea,
.application section .formulaire_editer_article form select {
  max-width: 10000px;
  width: 100%;
}
.application section .formulaire_editer_article form .boutons {
  display: inline-block;
  vertical-align: top;
  margin-top: 20px;
}
.application section .formulaire_editer_article form .boutons input[type="submit"],
.application section .formulaire_editer_article form .boutons button[type='submit'] {
  width: auto;
}
.application section .formulaire_editer_logo h3,
.application section .formulaire_joindre h3 {
  display: none;
}
.application section .formulaire_editer_logo form label,
.application section .formulaire_joindre form label,
.application section .formulaire_editer_logo form .sourceup,
.application section .formulaire_joindre form .sourceup,
.application section .formulaire_editer_logo form .joindre_mode__new,
.application section .formulaire_joindre form .joindre_mode__new,
.application section .formulaire_editer_logo form .joindre_mode__new,
.application section .formulaire_joindre form .joindre_mode__new,
.application section .formulaire_editer_logo form #defaultsubmit__new,
.application section .formulaire_joindre form #defaultsubmit__new {
  display: none;
}
.application section .formulaire_editer_logo form input.file,
.application section .formulaire_joindre form input.file {
  border: 2px solid white;
}
.application section .formulaire_editer_logo form .editer-groupe,
.application section .formulaire_joindre form .editer-groupe {
  width: 400px;
}
.application section .formulaire_editer_logo form .editer-groupe,
.application section .formulaire_joindre form .editer-groupe,
.application section .formulaire_editer_logo form .boutons,
.application section .formulaire_joindre form .boutons,
.application section .formulaire_editer_logo form .apercu,
.application section .formulaire_joindre form .apercu {
  display: inline-block;
  vertical-align: top;
  margin-top: 20px;
}
.application section .formulaire_editer_logo form .editer-groupe input[type="submit"],
.application section .formulaire_joindre form .editer-groupe input[type="submit"],
.application section .formulaire_editer_logo form .boutons input[type="submit"],
.application section .formulaire_joindre form .boutons input[type="submit"],
.application section .formulaire_editer_logo form .apercu input[type="submit"],
.application section .formulaire_joindre form .apercu input[type="submit"],
.application section .formulaire_editer_logo form .editer-groupe button[type='submit'],
.application section .formulaire_joindre form .editer-groupe button[type='submit'],
.application section .formulaire_editer_logo form .boutons button[type='submit'],
.application section .formulaire_joindre form .boutons button[type='submit'],
.application section .formulaire_editer_logo form .apercu button[type='submit'],
.application section .formulaire_joindre form .apercu button[type='submit'],
.application section .formulaire_editer_logo form .editer-groupe .supprimer,
.application section .formulaire_joindre form .editer-groupe .supprimer,
.application section .formulaire_editer_logo form .boutons .supprimer,
.application section .formulaire_joindre form .boutons .supprimer,
.application section .formulaire_editer_logo form .apercu .supprimer,
.application section .formulaire_joindre form .apercu .supprimer {
  width: auto;
  border: 2px solid #a2c63b;
}
.application section .formulaire_login form .boutons {
  display: inline-block;
  vertical-align: top;
  margin-top: 20px;
}
.application section .formulaire_login form .boutons input[type="submit"],
.application section .formulaire_login form .boutons button[type='submit'] {
  width: auto;
}
.application section .formulaire_login form input {
  max-width: 350px;
}
.application section .formulaire_login form .material-icons {
  argin: 0 3px;
  vertical-align: middle;
  display: none;
  cursor: pointer;
}
.application section .formulaire_login form .material-icons.on {
  display: inline-block;
}
.application section #formulaire_notification_client textarea {
  min-height: 400px;
}
.application section #formulaire_notification_client .formulaire_ok + .bouton + input + .editer-groupe,
.application section #formulaire_notification_client .formulaire_ok + .bouton + input + .editer-groupe + input {
  display: none;
}
.application section a {
  color: white;
}
.application section a.bouton {
  background-color: black;
  min-width: 100px;
  text-align: center;
  border: 2px solid white;
  padding: 10px;
  display: inline-block;
  vertical-align: top;
  margin: 0 20px 20px 0;
  transition: all 0.2s ease;
  border-radius: 6px;
}
.application section a.bouton:hover {
  background-color: #a2c63b;
  color: white;
  border-color: #a2c63b;
}
.application section a.bouton * {
  display: inline-block;
  vertical-align: top;
  vertical-align: middle;
}
.application section a:hover {
  color: #a2c63b;
}
.application section .formulaire_editer_motdepasse_utilisateur fieldset > .editer-groupe:first-child {
  display: none;
}
.application section .formulaire_editer_motdepasse_utilisateur #new_pass,
.application section .formulaire_editer_motdepasse_utilisateur .editer_new_pass,
.application section .formulaire_editer_motdepasse_utilisateur #new_pass2,
.application section .formulaire_editer_motdepasse_utilisateur .editer_new_pass2 label,
.application section .formulaire_editer_motdepasse_utilisateur .editer_new_pass label {
  display: block;
}
.application section .formulaire_editer_motdepasse_utilisateur input,
.application section .formulaire_editer_motdepasse_utilisateur textarea,
.application section .formulaire_editer_motdepasse_utilisateur select {
  margin: 10px 0;
}
.application section .vignettes li {
  list-style: none;
  display: inline-block;
  vertical-align: top;
  position: relative;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}
.application section .vignettes li button {
  position: absolute;
  top: 0;
  left: 0;
  left: 50%;
  margin-left: -45px;
  display: none;
}
.application section .vignettes li:hover button {
  display: block;
}
.application section section.menu_actualites article + article + article {
  margin-right: 0;
}
.application section .docs ul li {
  list-style: none;
  margin-bottom: 5px;
}
.application section .docs ul li span,
.application section .docs ul li img {
  display: inline-block;
  vertical-align: top;
  vertical-align: middle;
  margin-right: 10px;
}
.application section .docs ul li a {
  color: white;
}
.application section .docs ul li a:hover {
  color: #a2c63b;
}
.application section table {
  margin-bottom: 80px;
  width: 100%;
}
.application section table thead td {
  color: white;
  background-color: #a2c63b;
  padding: 5px 30px;
}
.application section table thead td a:hover {
  color: white;
  text-decoration: underline;
}
.application section table tbody tr td {
  border-bottom: 1px solid #333;
  padding: 8px 30px;
}
.application section table tbody tr td form {
  margin: 0;
}
.application section table tbody tr td a.bouton {
  margin: 0;
}
.application section table tbody tr td button {
  background-color: black;
  min-width: 100px;
  text-align: center;
  border: 2px solid white;
  padding: 10px;
  display: inline-block;
  vertical-align: top;
  transition: all 0.2s ease;
  border-radius: 6px;
  margin: 0;
}
.application section table tbody tr td button:hover {
  background-color: #a2c63b;
  color: white;
  border-color: #a2c63b;
}
.application section table tbody tr td:first-child a {
  display: block;
  min-width: 52px;
}
.application section table tbody tr td a.spip_out,
.application section table tbody tr td a.vunonvu {
  color: #a2c63b;
}
.application section table tbody tr td a.spip_out.oui,
.application section table tbody tr td a.vunonvu.oui {
  color: white;
}
.application section table tbody tr:hover td {
  background-color: #222;
}
.application section.actualites {
  padding-top: 40px;
}
@media screen and (max-width: 700px) {
  .application header div nav {
    margin-top: 208px;
  }
  .application header div nav ul {
    padding: 0 10%;
  }
  .application header div nav ul:first-child {
    display: none;
  }
  .application header div nav ul:last-child {
    display: block;
  }
  .application header div nav ul li {
    display: block;
    text-align: left;
    padding: 10px 0;
    text-transform: uppercase;
  }
  .application header div nav ul li a {
    color: white;
  }
  .application header div nav ul li a span {
    display: inline-block;
    vertical-align: top;
  }
}
.application aside {
  background-color: #a2c63b;
  color: white;
  z-index: 4;
  padding: 100px 40px;
  width: 230px;
  float: left;
  min-height: 450px;
}
.application aside ul li {
  list-style: none;
  margin-bottom: 40px;
}
.application aside ul li a {
  color: white;
  text-transform: uppercase;
  font-weight: bold;
}
.application aside ul li a * {
  display: inline-block;
  vertical-align: top;
  vertical-align: middle;
}
.application aside ul li a span {
  border-bottom: 2px solid #a2c63b;
}
.application aside ul li a:hover,
.application aside ul li a.on {
  color: white;
}
.application aside ul li a:hover span,
.application aside ul li a.on span {
  border-bottom: 2px solid white;
}
.application aside + .content {
  margin-top: 40px;
  padding-left: 280px;
}
@media screen and (max-width: 700px) {
  .application aside {
    display: none;
  }
  .application aside + .content {
    padding-left: 20px;
  }
}
/* Contact */
.page_contact form {
  margin: 20px auto;
}
.page_contact form .saisie_input label,
.page_contact form .saisie_textarea label {
  display: none;
}
.page_contact form input,
.page_contact form textarea {
  font-family: 'Open Sans', sans-serif;
  padding: 10px;
  font-size: 15px;
  line-height: 20px;
  border: 0;
  width: 90%;
  max-width: 500px;
  margin: 10px auto;
}
.page_contact form input[type='checkbox'] {
  width: auto;
  max-width: 40px;
  border: 1px solid white;
  display: inline-block;
  vertical-align: top;
  margin: 0 5px 0 0 ;
}
.page_contact form input[type='checkbox']:checked {
  background-color: #a2c63b;
}
.page_contact form input[type='submit'],
.page_contact form button[type='submit'] {
  background: #a2c63b;
  border: 0;
  text-transform: uppercase;
  color: white;
  cursor: pointer;
  padding: 10px;
}
.page_contact form input[type='submit']:hover,
.page_contact form button[type='submit']:hover {
  background-color: white;
  color: #a2c63b;
}
.page_contact form .erreur_message {
  display: block;
  color: #a2c63b;
}
.page_contact section.menu_actualites article + article + article {
  width: 100%;
  margin-right: 0;
}
#contact {
  position: fixed;
  top: 0;
  left: 0;
  background-color: #a2c63b;
  width: 100%;
  height: 100%;
  z-index: 100;
  text-align: center;
  display: none;
}
#contact h2 {
  margin: 40px auto;
  font-weight: bold;
  text-transform: uppercase;
}
#contact form {
  margin: 20px auto;
}
#contact form label {
  display: none;
}
#contact form input,
#contact form textarea {
  font-family: 'Open Sans', sans-serif;
  padding: 10px;
  font-size: 15px;
  line-height: 20px;
  border: 0;
  width: 90%;
  max-width: 500px;
  margin: 10px auto;
}
#contact form input[type='submit'],
#contact form button[type='submit'] {
  background: none;
  border: 1px solid white;
  text-transform: uppercase;
  color: white;
}
#contact form input[type='submit']:hover,
#contact form button[type='submit']:hover {
  background-color: white;
  color: #a2c63b;
}
#contact .fermer {
  position: absolute;
  top: 0;
  left: 0;
  left: auto;
  right: 20px;
  top: 20px;
  cursor: pointer;
  max-width: 30px;
}
/* La Kanopée */
#rubrique_158 .flottant_droite {
  margin-top: 100px;
}
/* Programmes à venir */
.page_rubrique.rubrique_105 section.bloc article h2,
.page_rubrique.rubrique_105 section.bloc article h3.h3 {
  clear: both;
  margin: 30px 0 20px;
}
.page_rubrique.rubrique_105 section.bloc article div .spip_documents {
  margin-right: 20px;
  float: left;
}
.page_rubrique.rubrique_105 section.bloc article a.spip_in:not(.spip_doc_lien) {
  margin-top: 20px;
  background: url('//www.cefim-immo.fr/squelettes/img/contacteznous.png') no-repeat center left 10px #a2c63b;
  text-align: center;
  color: white;
  display: inline-block;
  vertical-align: top;
  min-width: 200px;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 20px;
  padding: 10px 10px 10px 20px;
  transition: all 0.2s ease;
  cursor: pointer;
}
.page_rubrique.rubrique_105 section.bloc article a.spip_in:not(.spip_doc_lien):hover {
  transform: scale(1.1);
}
/* Page de recherche */
body.page_recherche section {
  padding-bottom: 200px;
}
body.page_recherche section #formulaire_recherche form {
  margin: 0;
  position: relative;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}
body.page_recherche section #formulaire_recherche form label {
  display: none;
}
body.page_recherche section #formulaire_recherche form .search {
  margin: 0;
  width: 200px;
}
body.page_recherche section #formulaire_recherche form input {
  display: block;
}
body.page_recherche section #formulaire_recherche form input[type='search'] {
  padding: 10px;
  border: 0;
  font-size: 15px;
  line-height: 20px;
  width: 100%;
  max-width: 600px;
  margin-bottom: 5px;
}
body.page_recherche section #formulaire_recherche form .editer_input_1 {
  width: 100%;
}
body.page_recherche section #formulaire_recherche form input[type='submit'],
body.page_recherche section #formulaire_recherche form button[type='submit'] {
  text-transform: uppercase;
  background-color: #e5a631;
  color: white;
  border: 0;
  font-size: 15px;
  line-height: 20px;
  padding: 10px;
  margin-bottom: 0;
}
/* Vignette Metropolitan */
#programme_115:after {
  background: url('//www.cefim-immo.fr/plugins/cefim/img/menhir.png') no-repeat;
  width: 71px;
  height: 125px;
  display: block;
  content: '';
  position: absolute;
  bottom: 10px;
  right: 10px;
  z-index: 100;
}
.page_sommaire .diaporama {
  margin-top: 50px;
}
.page_sommaire article#programme_223 a h3,
.page_sommaire article#programme_223 .localisation,
.page_sommaire article#programme_223 .typologie {
  color: black !important;
}
#promo {
  background-color: #a2c63b;
  margin: 40px 0;
}
#promo section {
  padding: 0 1%;
}
#promo p {
  color: white;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0;
  padding: 0;
  font-size: 25px;
  line-height: 34px;
  text-align: center;
  position: relative;
  padding: 15px 0 15px 100px;
}
@media screen and (max-width: 900px) {
  #promo p {
    padding-left: 0;
  }
}
#promo p small {
  display: block;
  font-weight: 600;
}
#promo p strong {
  display: block;
  color: black;
  font-size: 35px;
  line-height: 45px;
}
#promo p:before {
  content: '';
  display: block;
  background: url('//www.cefim-immo.fr/plugins/cefim/img/promo.png') no-repeat;
  width: 214px;
  height: 164px;
  position: absolute;
  top: -30px;
  left: -30px;
}
@media screen and (max-width: 900px) {
  #promo p:before {
    position: relative;
    margin: auto;
    top: -80px;
    left: auto;
  }
}
.promo_kanopee {
  background-color: rgba(161, 198, 58, 0.8);
  display: flex;
  font-size: 25px;
  justify-content: center;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}
.promo_kanopee span,
.promo_kanopee em {
  padding: 10px 20px;
}
.promo_kanopee span {
  width: fit-content;
}
.promo_kanopee em {
  font-style: normal;
  font-size: 40px;
}
@media screen and (max-width: 900px) {
  .promo_kanopee {
    display: none;
  }
}
.promo_kanopee + a {
  background: #a2c63b;
}
#rubrique_176 .toutvendu {
  display: none;
}
#rubrique_176 .promo_kanopee {
  justify-content: center;
  margin-top: -20px;
}
@media screen and (max-width: 900px) {
  #rubrique_176 .promo_kanopee {
    display: block;
    text-align: center;
  }
  #rubrique_176 .promo_kanopee span {
    display: block;
    text-align: center;
    width: 100%;
  }
  #rubrique_176 .promo_kanopee span:first-of-type {
    margin-bottom: 30px;
  }
}
#diaporama_rubrique_176 + .toutvendu + .arbo {
  margin-top: 20px;
}
@media screen and (max-width: 900px) {
  #diaporama_rubrique_176.diaporama ul {
    height: auto !important;
  }
  #diaporama_rubrique_176.diaporama ul li {
    position: relative;
    top: auto;
    left: auto;
  }
  #diaporama_rubrique_176.diaporama ul li img {
    display: block;
  }
  #diaporama_rubrique_176.diaporama ul li .promo_kanopee {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    margin-top: 0;
  }
}
#google_avis {
  float: right;
  margin-top: -30px;
}
@media screen and (max-width: 900px) {
  #google_avis {
    display: none;
  }
}
.page_sommaire .programmes article#programme_236 h3 {
  bottom: 64px;
}
.page_sommaire .programmes article#programme_236 span.localisation {
  bottom: 43px;
}
.page_sommaire .programmes article#programme_236 > div:first-child {
  background-position: bottom 21px right!important;
  background-size: 220px !important;
}
