/*
#@squelettes/sites_v3/css/style.less
*/
/* Imports */
/* Général */
#spip-admin {
  display: none !important;
}
html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
}
*,
*: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;
}
.animer {
  transition: all 0.2s ease;
}
/* Positionnement */
.inline {
  display: inline-block;
  vertical-align: top;
}
.inlineMiddle {
  display: inline-block;
  vertical-align: middle;
}
.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;
  max-width: 100%;
}
.largeurContenu {
  max-width: 1165px;
  width: 100%;
  padding: 0 10px;
  margin: 0 auto;
}
.flottant_droite {
  float: right;
}
.flottant_gauche {
  float: left;
}
.centrer {
  text-align: center;
}
/* Points de rupture */
/* Colonnage */
aside {
  display: inline-block;
  vertical-align: top;
}
aside + div {
  display: inline-block;
  vertical-align: top;
}
.moitie {
  width: 50%;
  display: inline-block;
  vertical-align: top;
}
.moitie + .moitie {
  width: 49%;
}
.tiers {
  width: 33%;
}
.deuxtiers {
  width: 66%;
}
/* Version tablette */
@media screen and (max-width: 1024px) {
  .tiers {
    width: 49%;
  }
}
/* Version smartphone */
@media screen and (max-width: 700px) {
  .tiers,
  .deuxtiers {
    width: 100%;
    display: block;
  }
}
/* Typos */
.uppercase {
  text-transform: uppercase;
}
.minuscule {
  font-size: 12px;
  line-height: 16px;
}
.petit {
  font-size: 13px;
  line-height: 18px;
}
.normal {
  font-size: 16px;
  line-height: 24px;
}
.moyen {
  font-size: 19px;
  line-height: 28px;
}
.grand {
  font-size: 26px;
  line-height: 36px;
}
.enorme {
  font-size: 38px;
}
.majuscules {
  text-transform: uppercase;
}
.italique {
  font-style: italic;
}
.justifie {
  text-align: justify;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
/* Effets */
.ombre {
  box-shadow: 0 0 5px #aaa;
}
.radius {
  border-radius: 6px;
}
.zoom {
  transition: all 0.2s ease;
}
.zoom:hover {
  transform: scale(1.05);
}
/* Formulaires */
form * {
  -webkit-appearance: none;
}
form input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px white inset;
}
form input:focus,
form textarea:focus,
form select:focus {
  outline: 0 !important;
}
/* Cookie Choice */
#cookieChoiceInfo {
  font-size: 13px;
  line-height: 18px;
  padding: 3px 0!important;
  bottom: 0 !important;
  top: auto !important;
  line-height: 20px;
  background-color: #474747 !important;
}
#cookieChoiceInfo a {
  background-color: gray;
  color: white;
  padding: 0 5px;
  margin: 0 8px!important;
  border-radius: 3px;
  display: inline-block;
  vertical-align: top;
}
/* Haut de page */
header {
  background-color: white;
  width: 100%;
  height: 82px;
}
header .wrapper {
  max-width: 1165px;
  width: 100%;
  padding: 0 10px;
  margin: 0 auto;
  text-align: right;
  position: relative;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
  margin: 10px auto;
  min-height: 87px;
  /* Menu hamburger */
  /* Logo du site */
  /* Menu de navigation */
  /* Bouton contact */
}
header .wrapper .hamburger {
  display: none;
}
header .wrapper .spip_logo_site {
  position: absolute;
  top: 0;
  top: -10px;
  left: 0;
  z-index: 2;
}
header .wrapper .spip_logo_site span {
  display: none;
}
header .wrapper .spip_logo_site img {
  max-width: 80px;
}
header .wrapper .spip_logo_site img.reduit {
  max-width: 80px;
}
header .wrapper nav {
  display: inline-block;
  vertical-align: top;
  margin: 11px 0 0;
}
header .wrapper nav ul li {
  display: inline-block;
  vertical-align: top;
  list-style: none;
  margin: 0 20px;
  /* Version intermediaire */
}
header .wrapper nav ul li:first-child {
  display: none;
}
header .wrapper nav ul li a {
  text-transform: uppercase;
  color: #4b3e48;
  font-size: 19px;
  line-height: 28px;
  font-size: 16px;
  padding: 5px 0;
}
header .wrapper nav ul li a:hover {
  color: #e10f21;
  border-bottom: 3px solid #4b3e48;
}
header .wrapper nav ul li span {
  display: block;
  width: 8px;
  height: 8px;
  background-color: #fff;
  border-radius: 4px;
  margin: 0 auto 5px;
}
header .wrapper nav ul li:hover span {
  background-color: #e10f21;
}
header .wrapper nav ul li.on span {
  background-color: #e10f21;
}
header .wrapper nav ul li.on a {
  color: #e10f21;
  border-bottom: 3px solid #4b3e48;
}
@media screen and (max-width: 1124px) {
  header .wrapper nav ul li {
    margin: 0 10px;
  }
}
header .wrapper > a {
  display: inline-block;
  vertical-align: top;
  margin: 3px 10px 0 50px;
  /* Version intermediaire */
}
@media screen and (max-width: 1124px) {
  header .wrapper > a {
    margin-left: 20px;
  }
}
/* Version ordinateur */
@media screen and (min-width: 1024px) {
  header {
    position: fixed;
    top: 0;
    left: 0;
    transition: all 0.2s ease;
    z-index: 15;
    box-shadow: 0 25px 72px 0 rgba(0, 0, 0, 0.15);
  }
  header + .main {
    margin-top: 82px;
  }
}
/* Version tablette */
@media screen and (max-width: 1024px) {
  header {
    height: 82px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 12;
    background-color: white;
    /* Main */
  }
  header .wrapper {
    /* Widget */
    /* Logo du site */
    /* Menu de navigation */
    /* Menu hamburger */
    /* Bouton contact */
  }
  header .wrapper iframe {
    display: none;
  }
  header .wrapper .spip_logo_site {
    left: auto;
    right: 30px;
  }
  header .wrapper nav {
    width: 100%;
    height: 100%;
    transition: all 0.2s ease;
    background-color: #e10f21;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    margin: 0;
    z-index: 100;
    left: -100%;
  }
  header .wrapper nav.ouvert {
    left: 0;
  }
  header .wrapper nav ul {
    margin: auto;
    text-align: center;
  }
  header .wrapper nav ul li,
  header .wrapper nav ul li:first-child {
    display: block;
    margin: 40px 10px;
  }
  header .wrapper nav ul li a,
  header .wrapper nav ul li:first-child a {
    color: white;
  }
  header .wrapper nav ul li a:hover,
  header .wrapper nav ul li:first-child a:hover,
  header .wrapper nav ul li a:active,
  header .wrapper nav ul li:first-child a:active,
  header .wrapper nav ul li a:focus,
  header .wrapper nav ul li:first-child a:focus {
    color: #4b3e48;
  }
  header .wrapper nav ul li.on a,
  header .wrapper nav ul li:first-child.on a {
    color: white;
  }
  header .wrapper .hamburger {
    display: block;
    position: fixed;
    top: 0;
    top: 20px;
    left: 0;
    z-index: 101;
  }
  header .wrapper .hamburger .hamburger-inner,
  header .wrapper .hamburger .hamburger-inner::after,
  header .wrapper .hamburger .hamburger-inner::before {
    background-color: #4b3e48;
  }
  header .wrapper .hamburger.is-active .hamburger-inner,
  header .wrapper .hamburger.is-active .hamburger-inner::after,
  header .wrapper .hamburger.is-active .hamburger-inner::before {
    background-color: #fff;
  }
  header .wrapper > a {
    display: none;
  }
  header + .main {
    margin-top: 81px;
  }
}
@media screen and (max-width: 1024px) {
  #imdw-rating {
    display: none;
  }
}
.ctas {
  display: inline-block;
  vertical-align: middle;
  margin-top: 7px;
}
@media screen and (min-width: 700px) {
  .ctas {
    margin-left: 30px;
    margin-top: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .ctas {
    float: right;
    margin-left: auto;
  }
}
.ctas li {
  list-style: none;
  vertical-align: middle;
  display: inline-block;
  text-align: center;
  position: relative;
  z-index: 1;
  margin-right: 20px;
  transition: all 0.2s ease;
}
.ctas li a {
  color: white;
  text-transform: uppercase;
  padding: 20px 15px 10px;
  border-bottom-left-radius: 7px;
  border-top-right-radius: 7px;
  position: relative;
  z-index: 1;
  display: block;
}
.ctas li:after {
  content: '';
  display: block;
  background-color: white;
  border-bottom-left-radius: 7px;
  position: absolute;
  z-index: 0;
  top: 5px;
  left: -5px;
  width: 95%;
  height: 100%;
}
.ctas li:before {
  content: '';
  display: block;
  width: 36px;
  height: 36px;
  position: absolute;
  top: -18px;
  left: 50%;
  z-index: 2;
  transform: translateX(-50%);
}
.ctas li:last-child {
  margin-right: 0;
}
.ctas li:hover {
  margin-top: -5px;
}
.ctas li:hover:after {
  top: 3px;
  left: -3px;
}
@media screen and (max-width: 700px) {
  .ctas li {
    margin-right: 5px;
  }
  .ctas li a {
    padding: 20px 5px 10px;
    font-size: 12px;
  }
}
.ctas li a {
  background-color: #e10f21;
}
.ctas li:first-child:before {
  background: url('//carre-beauvoir-bouguenais.fr/squelettes/sites_v3/images/cta_adi_telephone.svg') no-repeat top center;
  background-size: 36px;
}
.ctas li:nth-child(2):before {
  background: url('//carre-beauvoir-bouguenais.fr/squelettes/sites_v3/images/cta_adi_rdv.svg') no-repeat top center;
  background-size: 36px;
}
/* Mise à jour du header */
header .wrapper {
  text-align: left;
}
header .wrapper nav {
  margin: 11px 0 0 140px;
}
header .wrapper nav ul li {
  margin: 0 15px;
}
@media screen and (max-width: 700px) {
  header .wrapper .spip_logo_site {
    right: 5px;
  }
  header .wrapper .spip_logo_site img {
    max-width: 60px;
  }
}
@media screen and (max-width: 1080px) {
  header .wrapper nav {
    margin: 11px 0 0 130px;
  }
  header .wrapper nav ul li {
    margin: 0 10px;
  }
}
@media screen and (max-width: 1024px) {
  header .wrapper .hamburger,
  header .wrapper nav {
    display: none;
  }
}
/* Bloc contact en bas de page */
#blocontact {
  max-width: 1165px;
  width: 100%;
  padding: 0 10px;
  margin: 0 auto;
  padding: 100px 0 80px;
  margin-top: -80px;
  text-align: left;
  /* Widget */
  /* Colonne de gauche */
  /* Formulaire */
  /* Parrainage */
  /* Version tablette */
  /* Version smartphone */
  /* Masquer l'iframe qui a une largeur fixe en dessous de 420 pixels de large (l'iframe dépasse) */
}
#blocontact .widget {
  display: inline-block;
  vertical-align: top;
  width: 400px;
}
#blocontact .deuxtiers {
  display: inline-block;
  vertical-align: top;
  width: 60%;
  margin-left: 2%;
  text-align: left !important;
}
#blocontact aside h3 {
  text-transform: uppercase;
  color: #4b3e48;
  font-size: 34px;
}
#blocontact aside h3 em {
  font-size: 20px;
  display: block;
  color: #e10f21;
  text-transform: none;
  font-style: normal;
}
#blocontact aside p {
  margin: 20px 0;
  color: #4b3e48;
  max-width: 340px;
  font-family: "Lato Light";
}
#blocontact aside p a {
  color: #4b3e48;
  transition: all 0.2s ease;
}
#blocontact aside p a:hover {
  color: #e10f21;
}
#blocontact aside p.email {
  background: url('//carre-beauvoir-bouguenais.fr/squelettes/sites_v3/img/mail.png') no-repeat;
}
#blocontact aside p.adresse {
  background: url('//carre-beauvoir-bouguenais.fr/squelettes/sites_v3/img/lieu.png') no-repeat;
  height: 40px;
  line-height: 20px;
  display: inline-block;
  margin-right: 20px;
}
#blocontact aside p.email,
#blocontact aside p.adresse {
  padding-left: 40px;
}
#blocontact #formulaire_contact {
  text-align: left;
  margin-top: 50px;
}
#blocontact #formulaire_contact form {
  width: 88%;
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
#blocontact #formulaire_contact form div.editer label {
  font-size: 13px;
  line-height: 18px;
  color: #4b3e48;
}
#blocontact #formulaire_contact form div.editer div.choix input:checked + label {
  background-color: #e10f21;
}
#blocontact #formulaire_contact form div.editer div.choix span {
  font-size: 13px;
  line-height: 18px;
  color: #4b3e48;
}
#blocontact #formulaire_contact form div.editer input,
#blocontact #formulaire_contact form div.editer textarea {
  border: 1px solid #dadada;
  font-family: 'Lato', sans-serif;
  font-size: 13px;
  line-height: 18px;
  color: #4b3e48;
}
#blocontact #formulaire_contact form div.editer input:focus,
#blocontact #formulaire_contact form div.editer textarea:focus {
  border: 1px solid #e10f21;
}
#blocontact #formulaire_contact form div.editer textarea {
  border-bottom-left-radius: 10px;
  border-top-right-radius: 10px;
  height: 100px;
}
#blocontact #formulaire_contact form div.editer.editer_input_1,
#blocontact #formulaire_contact form div.editer.editer_input_2 {
  width: 35%;
  display: inline-block;
  vertical-align: top;
  margin: 10px 0;
}
#blocontact #formulaire_contact form div.editer.editer_input_1 input {
  border-bottom-left-radius: 10px;
}
#blocontact #formulaire_contact form div.editer.editer_input_3 {
  width: 28%;
  display: inline-block;
  vertical-align: top;
  margin: 10px 0;
}
#blocontact #formulaire_contact form div.editer.editer_input_3 input {
  border-top-right-radius: 10px;
}
#blocontact #formulaire_contact form div.editer.editer_date_1 {
  width: 30%;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 10px;
}
#blocontact #formulaire_contact form div.editer.editer_date_1 input {
  border-top-right-radius: 10px;
}
#blocontact #formulaire_contact form div.editer.editer_checkbox_1 {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 10px;
}
#blocontact #formulaire_contact form input[type="submit"] {
  float: right;
  background: none;
  border: 2px solid #e10f21;
  text-transform: uppercase;
  border-bottom-right-radius: 10px;
  border-top-left-radius: 10px;
  padding: 7px 60px;
  font-size: 13px;
  line-height: 18px;
  color: #4b3e48;
  transition: all 0.2s ease;
  cursor: pointer;
}
#blocontact #formulaire_contact form input[type="submit"]:hover {
  background-color: #e10f21;
  color: white;
}
#blocontact #formulaire_contact .formulaire_ok + input + input + .editer-groupe,
#blocontact #formulaire_contact .formulaire_ok + input + input + .editer-groupe + input {
  display: none;
}
#blocontact #parrainage {
  margin-top: 40px;
  width: 614px;
  height: 196px;
  background: url('//carre-beauvoir-bouguenais.fr/squelettes/sites_v3/img/banniere_pub_parrainage.jpg') no-repeat;
  background-size: contain;
  position: relative;
  max-width: 100%;
}
@media screen and (min-width: 700px) {
  #blocontact #parrainage .bouton {
    background: none;
    border: 2px solid white;
    position: absolute;
    bottom: 30px;
    left: 20px;
  }
  #blocontact #parrainage .bouton:hover {
    background-color: white;
    color: #4b3e48;
  }
}
@media screen and (max-width: 700px) {
  #blocontact #parrainage .bouton {
    margin: 130px auto 0;
  }
}
@media screen and (max-width: 1024px) {
  #blocontact .widget,
  #blocontact .deuxtiers {
    display: block;
    margin: auto;
  }
  #blocontact aside {
    margin-top: 30px;
  }
}
@media screen and (max-width: 700px) {
  #blocontact {
    margin-bottom: 40px;
    /* Widget */
  }
  #blocontact .widget {
    text-align: center;
  }
  #blocontact .deuxtiers {
    width: 100%;
    margin: 50px 0 0;
    padding: 0 20px;
    text-align: center;
  }
  #blocontact aside p.email,
  #blocontact aside p.adresse {
    background: none;
  }
  #blocontact aside + div {
    width: 100%;
  }
  #blocontact #formulaire_contact form {
    width: 100%;
    display: block;
    margin: 60px 0;
  }
  #blocontact #formulaire_contact form div.editer.editer_input_1,
  #blocontact #formulaire_contact form div.editer.editer_input_2,
  #blocontact #formulaire_contact form div.editer.editer_input_3,
  #blocontact #formulaire_contact form div.editer.editer_date_1 {
    width: 100%;
    display: block;
  }
}
@media (max-width: 420px) {
  #blocontact .widget {
    display: none;
  }
}
/* Pied de page */
footer {
  background-color: #4b3e48;
  width: 100%;
  min-height: 270px;
  margin-bottom: 0;
  text-align: left;
  position: relative;
  /* Bloc logo ADI */
  /* Version smartphone */
}
footer h4 {
  font-size: 26px;
  line-height: 36px;
  position: absolute;
  top: 0;
  left: 0;
  top: 20px;
  left: 50%;
  margin-left: -200px;
  color: #e10f21;
}
footer h4 + ul {
  position: absolute;
  top: 0;
  left: 0;
  top: 80px;
  left: 50%;
  margin-left: -200px;
}
footer h4 + ul li {
  list-style: none;
  color: white;
  font-size: 16px;
  margin: 13px 0;
}
footer h4 + ul li a {
  font-weight: bold;
  text-decoration: none;
  color: #e10f21;
}
footer span,
footer img {
  display: inline-block;
  vertical-align: top;
  vertical-align: middle;
}
footer img {
  margin-left: 10px;
  margin-top: 8px;
}
footer .adi {
  position: absolute;
  top: 0;
  left: 0;
  top: -25px;
  left: 50%;
  margin-left: -570px;
  text-align: center;
  /* Réseaux sociaux */
}
footer .adi img {
  margin-bottom: 10px;
}
footer .adi p {
  color: white;
  font-size: 16px;
  line-height: 24px;
  margin: 0 0;
}
footer .adi p a {
  text-decoration: none;
  color: white;
}
footer .adi ul.social {
  margin-top: 10px;
}
footer .adi ul.social li {
  display: inline-block;
  margin: 2px;
  list-style: none;
}
@media screen and (max-width: 700px) {
  footer {
    padding-bottom: 20px;
  }
  footer h4 {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    margin: 10px;
    text-align: center;
    padding-top: 20px;
  }
  footer h4 + ul {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    margin: 10px 30px;
  }
}
.legal {
  padding: 20px;
  font-size: 12px;
  margin: auto;
  display: block;
  color: white;
  background-color: #e10f21;
}
/* Copyright */
.copyright {
  width: 100%;
  min-height: 20px;
  margin: 0;
  text-align: center;
  padding: 10px 0;
  background-color: #e10f21;
}
.copyright p {
  margin: 0 auto;
  color: white;
  font-size: 12px;
  width: 100%;
  line-height: 22px;
}
.copyright a {
  color: white;
  text-decoration: none;
}
/* Actualites */
.actus {
  position: relative;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
  z-index: 1;
  text-align: center;
  margin-bottom: 80px;
}
.actus .diagonale {
  position: absolute;
  top: 0;
  left: 0;
  top: 470px;
}
.actus .diagonale.inv {
  top: auto;
  bottom: 20px;
}
.actus .inner {
  overflow: hidden;
  transition: all 1s ease;
}
.actus .inner .blocs {
  background-color: #f6f6f6;
}
.actus .actualites {
  max-width: 1165px;
  width: 100%;
  padding: 0 10px;
  margin: 0 auto;
  max-width: 1225px;
  text-align: center;
  position: relative;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
  z-index: 2;
  margin-top: 150px;
  /* Version tablette */
}
.actus .actualites article {
  display: inline-block;
  vertical-align: top;
  padding: 0 30px 30px;
  text-align: left;
  min-height: 470px;
  position: relative;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
  transition: opacity 0.5s ease;
  margin: -150px 0 180px;
  overflow: hidden;
  /* Actu à la une */
  /* Apparition progressive */
}
.actus .actualites article span.date {
  display: block;
  font-size: 16px;
  line-height: 24px;
  color: #e10f21;
  margin: 0;
}
.actus .actualites article span.rubrique {
  display: block;
  color: white;
  background-color: #e10f21;
  border-top-right-radius: 10px;
  min-width: 50px;
  max-width: 70px;
  text-transform: uppercase;
  text-align: center;
  padding: 15px 4px 5px;
  font-size: 16px;
  line-height: 24px;
  margin: -55px 0 0 -7px;
  line-height: 4px;
  position: relative;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
  z-index: 2;
}
.actus .actualites article span.rubrique strong {
  font-size: 26px;
  line-height: 36px;
  font-weight: normal;
}
.actus .actualites article span.rubrique.rubrique_751 {
  background-color: #4b3e48;
  line-height: 20px;
  padding: 10px 4px;
}
.actus .actualites article span.rubrique.rubrique_752 {
  background-color: #8e1b90;
}
.actus .actualites article span.tag {
  display: inline-block;
  vertical-align: top;
  background-color: #e10f21;
  color: white;
  padding: 4px 10px;
  border-bottom-left-radius: 10px;
  border-top-right-radius: 10px;
  font-size: 13px;
  line-height: 18px;
  text-transform: uppercase;
}
.actus .actualites article h3 {
  color: #4b3e48;
  text-transform: uppercase;
  font-size: 19px;
  line-height: 28px;
}
.actus .actualites article p {
  font-size: 13px;
  line-height: 18px;
  margin: 15px 0;
  text-align: justify;
  min-height: 100px;
  color: #4b3e48;
}
.actus .actualites article p a.spip_out,
.actus .actualites article p a.spip_in {
  background-color: #4b3e48;
  color: white;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 18px;
  border-bottom-left-radius: 10px;
  border-top-right-radius: 10px;
  padding: 7px 20px;
  display: inline-block;
  vertical-align: top;
  transition: all 0.2s ease;
}
.actus .actualites article p a.spip_out:hover,
.actus .actualites article p a.spip_in:hover {
  background-color: #e10f21;
}
.actus .actualites article p.ps {
  margin-top: 50px;
}
.actus .actualites article.full {
  display: block;
  margin: -70px 0 50px;
  min-height: 300px;
  width: 100%;
}
.actus .actualites article.full .visuel {
  float: right;
  max-width: 45%;
  height: auto;
  position: relative;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}
.actus .actualites article.full .visuel img {
  display: block;
}
.actus .actualites article.full span.date {
  font-size: 19px;
  line-height: 28px;
}
.actus .actualites article.full h3 {
  font-size: 26px;
  line-height: 36px;
  max-width: 40%;
}
.actus .actualites article.full p {
  font-size: 16px;
  line-height: 24px;
  max-width: 50%;
}
.actus .actualites article.full .bouton {
  position: relative;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}
.actus .actualites article .bouton {
  background: none;
  margin: 0;
  border: 2px solid #e10f21;
  color: #4b3e48;
}
.actus .actualites article .bouton:hover {
  background-color: #e10f21;
  color: white;
}
.actus .actualites article:nth-child(7),
.actus .actualites article:nth-child(8),
.actus .actualites article:nth-child(9) {
  margin-bottom: 0;
}
.actus .actualites article.article_9632 .rubrique {
  display: none;
}
@media screen and (max-width: 1024px) {
  .actus .actualites article .bouton {
    left: 4%;
  }
  .actus .actualites article:nth-child(4) {
    display: none;
  }
}
.actus .bouton {
  margin: 30px auto 0 ;
  position: relative;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
  z-index: 2;
}
.page_sommaire .actus .inner {
  max-height: 500px;
}
.page_sommaire .actus.actus_3 .inner {
  max-height: 980px;
}
.page_sommaire .actus.actus_6 .inner {
  max-height: 1560px;
}
/* Version tablette */
@media screen and (max-width: 1024px) {
  .page_sommaire .actus .actualites {
    width: 96%;
  }
}
/* Version smartphone */
@media screen and (max-width: 700px) {
  .page_sommaire .actus {
    padding-top: 40px;
  }
  .page_sommaire .actus .diagonale {
    display: none;
  }
  .page_sommaire .actus .inner {
    max-height: 10000px;
  }
  .actus .actualites {
    margin-top: 0;
  }
  .actus .actualites article,
  .actus .actualites article:first-child,
  .actus .actualites article.full {
    min-height: 1px;
    margin: 0 0 40px;
    display: block;
  }
  .actus .actualites article#actualite_5,
  .actus .actualites article:first-child#actualite_5,
  .actus .actualites article.full#actualite_5,
  .actus .actualites article#actualite_6,
  .actus .actualites article:first-child#actualite_6,
  .actus .actualites article.full#actualite_6,
  .actus .actualites article#actualite_7,
  .actus .actualites article:first-child#actualite_7,
  .actus .actualites article.full#actualite_7,
  .actus .actualites article#actualite_8,
  .actus .actualites article:first-child#actualite_8,
  .actus .actualites article.full#actualite_8,
  .actus .actualites article#actualite_9,
  .actus .actualites article:first-child#actualite_9,
  .actus .actualites article.full#actualite_9,
  .actus .actualites article#actualite_10,
  .actus .actualites article:first-child#actualite_10,
  .actus .actualites article.full#actualite_10 {
    display: none;
  }
  .actus .actualites article .bouton,
  .actus .actualites article:first-child .bouton,
  .actus .actualites article.full .bouton {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
  }
  .actus .actualites article .visuel,
  .actus .actualites article:first-child .visuel,
  .actus .actualites article.full .visuel {
    float: none;
    max-width: 100%;
  }
  .actus .actualites article h3,
  .actus .actualites article:first-child h3,
  .actus .actualites article.full h3,
  .actus .actualites article p,
  .actus .actualites article:first-child p,
  .actus .actualites article.full p {
    max-width: 100%;
    min-height: 1px;
  }
  .actus .actualites .bouton {
    margin: 0;
  }
}
/* Diaporama */
.screens {
  width: 100%;
  overflow: hidden;
  position: relative;
  border-bottom: 2px solid #e10f21;
}
#slideshow {
  width: 100%;
  position: relative;
  z-index: 1;
  margin-bottom: -3px;
  overflow: hidden;
}
#slideshow img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  transition-property: opacity, transform;
  transition-duration: 3s, 10s;
  transform-origin: bottom left;
}
@media screen and (max-width: 1024px) {
  #slideshow img {
    width: auto;
    height: 100%;
    object-fit: cover;
  }
}
#slideshow :nth-child(2n+1) {
  transform-origin: top right;
}
#slideshow :nth-child(3n+1) {
  transform-origin: top left;
}
#slideshow :nth-child(4n+1) {
  transform-origin: bottom right;
}
#slideshow .fx:first-child + img ~ img {
  z-index: -1;
}
#slideshow .fx {
  opacity: 1;
  transform: scale(1.1);
}
.encart {
  background: url('//carre-beauvoir-bouguenais.fr/squelettes/sites_v3/img/encart.png') no-repeat bottom right;
  background-size: contain;
  height: 514px;
  width: 1424px;
  position: absolute;
  bottom: 0;
  left: 55%;
  z-index: 10;
  margin-left: -1480px;
  background-opacity: 0.8;
}
.adi_logements .encart {
  bottom: -40px;
}
.encart .texte {
  position: absolute;
  bottom: 20px;
  left: 838px;
  padding-top: 20px;
  margin-top: 20px;
}
.adi_logements .encart .texte {
  bottom: 150px;
}
.adi_logements .encart span,
.encart p {
  text-transform: uppercase;
  color: white;
  font-size: 32px;
  text-align: left;
  font-weight: bold;
  line-height: 40px;
  max-width: 450px;
  padding-right: 10px;
  margin: 0;
}
.encart img + p {
  border-top: 1px solid white;
  padding-top: 20px;
}
.adi_logements .encart p,
.encart .texte p.localisation {
  font-weight: 300;
  font-size: 18px;
  margin-top: 10px;
}
.adi_logements .encart p {
  border-bottom: 1px solid white;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.adi_logements .encart span {
  display: none;
  opacity: 0;
  transition: all 0.3s ease;
}
.adi_logements .encart span.on {
  display: block;
  opacity: 1;
}
/* Version smartphone */
@media screen and (max-width: 700px) {
  :not(.adi_logements) .encart {
    bottom: -120px;
    width: 150%;
    left: -45%;
    background-size: cover;
    margin-left: 0;
  }
  :not(.adi_logements) .encart .texte {
    bottom: 140px;
    left: 35%;
  }
}
/* Version écran moyen */
@media screen and (max-width: 1170px) {
  .adi_logements .encart {
    width: 100%;
    left: 50%;
    margin-left: -100%;
  }
  .adi_logements .encart .texte {
    bottom: 100px;
    left: 60%;
  }
}
/* Version tablette */
@media screen and (max-width: 940px) {
  .adi_logements .encart {
    width: 110%;
  }
  .adi_logements .encart .texte {
    bottom: 100px;
    left: 55%;
  }
  .adi_logements .encart .texte p {
    line-height: 30px;
    padding-bottom: 5px;
    margin-bottom: 5px;
  }
}
/* Version smartphone */
@media screen and (max-width: 700px) {
  .adi_logements .encart {
    bottom: 0;
    width: 120%;
    left: 50%;
  }
  .adi_logements .encart .texte {
    bottom: 20px;
  }
}
/* Version petit écran */
@media screen and (max-width: 500px) {
  .adi_logements .encart {
    bottom: -15px;
    background: none;
  }
  .adi_logements .encart span {
    font-size: 20px;
    line-height: 24px;
  }
  .adi_logements .encart .texte {
    bottom: 22px;
    left: 45%;
  }
  .adi_logements .encart .texte p {
    display: none;
  }
}
#bandeau {
  position: relative;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
  z-index: 10;
}
#bandeau .wrapper {
  position: relative;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
  max-width: 1145px;
  margin: auto;
}
#bandeau .wrapper div {
  position: relative;
  z-index: 5;
  margin: 20px auto;
  display: block;
}
#bandeau .wrapper a.ancre {
  color: #e10f21;
}
#bandeau .wrapper a:not(.ancre) {
  background: url('//carre-beauvoir-bouguenais.fr/squelettes/sites_v3/images/pinel_cta.png') no-repeat center left 10px #e10f21;
  background-size: 40px;
  z-index: 6;
  position: absolute;
  bottom: 60px;
  right: 50px;
  transition: all .3s ease;
  color: white;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 26px;
  font-weight: bold;
  padding: 10px 10px 10px 60px;
  border-radius: 6px;
}
#bandeau .wrapper a:not(.ancre):hover {
  transform: scale(1.05);
}
#bandeau .wrapper .smartphone {
  display: none;
}
#bandeau .wrapper .smartphone a:not(.ancre) {
  right: 50%;
  bottom: 10px;
  transform: translateX(50%);
  font-size: 14px;
  line-height: 16px;
}
@media screen and (max-width: 950px) {
  #bandeau .wrapper {
    margin: 0 50px!important;
  }
  #bandeau .wrapper .desktop {
    display: none;
  }
  #bandeau .wrapper .smartphone {
    display: block;
  }
}
/* Rubriques */
.page_programmes #moteur {
  background-color: #4b3e48;
  padding: 40px 10px 0;
}
.page_programmes #moteur #recherche {
  max-width: 1165px;
  width: 100%;
  padding: 0 10px;
  margin: 0 auto;
}
.page_programmes #moteur #recherche #filtres {
  display: block;
  width: 90%;
  margin-left: 10%;
  min-height: 1px;
  padding: 10px 0;
  background-color: #4b3e48;
}
.page_programmes #moteur #recherche #filtres .selection {
  background-color: #4b3e48;
  max-width: 233px;
}
.page_programmes #moteur #recherche #filtres .selection select {
  -webkit-appearance: none;
  background: white;
}
.page_programmes #moteur #recherche #filtres .selection + strong {
  display: none;
}
.page_programmes #moteur #recherche #filtres #ptz {
  margin-left: 40px;
}
.page_programmes #moteur #recherche #filtres .years {
  display: inline-block;
  vertical-align: top;
  width: 400px;
  margin-left: 50px;
}
.page_programmes #moteur #recherche #filtres > strong:first-child {
  color: white;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: top;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  margin: 15px 10px 0;
}
.page_programmes h1 {
  display: none;
}
.page_programmes .programmes {
  max-width: 1165px;
  width: 100%;
  padding: 0 10px;
  margin: 0 auto;
}
.page_programmes .programmes article {
  margin: 30px 55px 30px 0;
}
.page_programmes .programmes article#article_9466 span a:first-child,
.page_programmes .programmes article#article_9696 span a:first-child {
  display: none;
}
.page_programmes .programmes article#article_9466 span a:first-child + a,
.page_programmes .programmes article#article_9696 span a:first-child + a {
  background: none;
  padding-left: 0;
}
.page_programmes .programmes article#article_9696 span a:last-child:after {
  content: 'en nue-propriété';
}
.programmes article .pinel {
  padding: 10px 45px 10px 46px;
  display: block;
  background-color: #4b3e48;
  color: white;
  position: relative;
  text-align: center;
  min-height: 40px;
}
.programmes article .pinel:hover {
  opacity: 0.8;
}
.programmes article .pinel:before {
  content: '';
  display: block;
  background: url(//carre-beauvoir-bouguenais.fr/squelettes/sites_v3/img/arrow.png) no-repeat center left;
  width: 24px;
  height: 24px;
  border-radius: 24px;
  position: absolute;
  top: 50%;
  left: 65px;
  transform: translateY(-50%);
}
.programmes article .pinel_vide {
  padding: 10px 45px 10px 46px;
  display: block;
  background-color: #4b3e48;
  color: white;
  position: relative;
  text-align: center;
  min-height: 40px;
}
.programmes article#article_9696 span a:last-child:after {
  content: 'en nue-propriété';
}
/* Articles */
.page_article {
  /* Version smartphone */
}
.page_article .actus .inner {
  max-height: 530px;
}
.page_article .actus .inner .actualites article {
  margin: -150px 0 0;
}
.page_article .actus .actualites article p {
  min-height: 1px;
}
.page_article .actus .actualites article p.share {
  color: #e10f21;
  font-weight: bold;
  margin-bottom: -20px;
}
.page_article .actus .actualites article.full {
  margin-bottom: 0;
}
.page_article .actus .actualites .socialtags {
  padding: 0 30px;
  text-align: left;
  margin-bottom: 50px;
}
.page_article .actus .actualites .socialtags img {
  height: 30px;
}
.page_article .actus .diagonale {
  top: 100px;
}
.page_article .actus .diagonale.inv {
  display: none;
}
.page_article .actus .bouton {
  margin: 0 0 20px;
}
.page_article h2 {
  max-width: 1165px;
  width: 100%;
  padding: 0 10px;
  margin: 0 auto;
  text-align: left;
  text-transform: uppercase;
  font-size: 19px;
  line-height: 28px;
  margin-bottom: -100px;
}
@media screen and (max-width: 700px) {
  .page_article .actus .inner {
    max-height: none;
  }
  .page_article .actus .inner .actualites article {
    margin: 40px 0 0;
  }
}
/* Formulaires WEB & Cie */
/* Développement : Arthur Verneret */
/* Nécessite LESS et jQuery */
form {
  width: 100%;
}
form div.editer,
form li.editer {
  /* Cas particulier des checkboxes */
}
form div.editer input,
form li.editer input,
form div.editer textarea,
form li.editer textarea {
  padding: 10px;
  margin: 0 0 10px;
  font-size: 16px;
  line-height: 24px;
  width: 100%;
  border: 1px solid #cfcfcf;
}
form div.editer div.choix,
form li.editer div.choix {
  position: relative;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
  display: inline-block;
  vertical-align: top;
}
form div.editer div.choix input[type=checkbox],
form li.editer div.choix input[type=checkbox] {
  display: none;
}
form div.editer div.choix input[type=checkbox]:checked + label:after,
form li.editer div.choix input[type=checkbox]:checked + label:after {
  border: 3px solid #fff;
  border-top: none;
  border-right: none;
  opacity: 1;
}
form div.editer div.choix span,
form li.editer div.choix span {
  display: inline-block;
  vertical-align: top;
  margin: 0 20px 0 5px;
}
form div.editer div.choix label,
form li.editer div.choix label {
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  position: relative;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
  width: 20px;
  height: 20px;
  background: #cfcfcf;
  margin: 0 0 10px;
  border-radius: 4px;
}
form div.editer div.choix label:after,
form li.editer div.choix label:after {
  opacity: 0;
  content: '';
  position: absolute;
  width: 12px;
  height: 8px;
  background: transparent;
  top: 4px;
  left: 4px;
  transform: rotate(-45deg);
}
form div.editer div.choix label:hover::after,
form li.editer div.choix label:hover::after {
  opacity: 1;
}
form p.boutons {
  text-align: right;
}
form p.boutons input {
  text-transform: uppercase;
  padding: 5px 10px;
  font-size: 16px;
  line-height: 24px;
  border: 0;
  cursor: pointer;
  transition: all 0.2s ease;
}
/* Carousel WEB & Cie */
.carousel_wec {
  overflow-x: hidden;
  position: relative;
  /* Conteneur */
  /* Flèches de navigation */
}
.carousel_wec .grand_conteneur {
  overflow: hidden;
}
.carousel_wec .grand_conteneur .liste {
  transition: all 0.5s ease;
  width: 30000px;
  text-align: left;
}
.carousel_wec .grand_conteneur .liste article {
  position: relative;
  transition: all ease 0.3s;
  overflow: hidden;
}
.carousel_wec .grand_conteneur .liste article.on {
  display: inline-block;
}
.carousel_wec #precedent,
.carousel_wec #suivant {
  position: absolute;
  top: 45%;
  cursor: pointer;
  transform: scale(0.8);
  transition: all 0.2s ease;
  left: 0;
}
.carousel_wec #precedent:hover,
.carousel_wec #suivant:hover {
  transform: scale(1);
}
.carousel_wec #suivant {
  left: auto;
  right: -0;
}
.carousel_wec #precedent {
  display: none;
}
/* Barre de chargement de la page WEB & Cie */
/* Développement : Arthur Verneret */
/* Nécessite LESS et jQuery */
body.chargement {
  overflow: hidden;
}
body.chargement .page {
  opacity: 0;
}
.page {
  transition: opacity 1s ease;
}
#chargement {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -30px 0 0 -30px;
}
#popup {
  display: none;
  width: 100%;
  background: url('//carre-beauvoir-bouguenais.fr/squelettes/sites_v3/img/background_popup.png') no-repeat rgba(222, 7, 29, 0.9);
  background-size: cover;
  position: fixed;
  z-index: 100;
  top: 200px;
  left: 0;
}
#popup .wrapper {
  margin: 0 auto;
  max-width: 1200px;
  padding: 60px 0 40px;
}
#popup .wrapper h2,
#popup .wrapper p {
  color: white;
  font-family: 'Lato Light';
}
#popup .wrapper h2 {
  text-transform: uppercase;
  padding-bottom: 30px;
  font-size: 32px;
  line-height: 40px;
  max-width: 680px;
}
#popup .wrapper h2 strong {
  display: block;
  font-family: 'Lato';
}
#popup .wrapper p {
  max-width: 700px;
}
#popup .wrapper p strong {
  font-family: 'Lato';
  font-size: 20px;
}
#popup .wrapper div {
  display: inline-block;
  width: 30%;
  vertical-align: top;
  margin-right: 3%;
  margin-bottom: -90px;
}
#popup .wrapper div + div {
  width: 63%;
  margin-bottom: 0;
}
#popup .wrapper div + div a {
  color: white;
  border: 1px solid white;
  display: inline-block;
  margin-top: 40px;
  padding: 10px 15px;
  text-transform: uppercase;
  border-top-left-radius: 15px;
  border-bottom-right-radius: 15px;
  transition: all 0.2s ease;
}
#popup .wrapper div + div a:hover {
  background-color: white;
  color: #de071d;
}
#popup.on {
  display: block;
}
#popup.on + .masque {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 99;
  overflow: hidden;
}
#popup .close {
  width: 16px;
  height: 17px;
  background: url('//carre-beauvoir-bouguenais.fr/squelettes/sites_v3/img/close.png') no-repeat;
  position: absolute;
  top: -30px;
  right: 30px;
  cursor: pointer;
  transition: all 0.2s ease;
}
#popup .close:hover {
  transform: scale(1.1);
}
@media screen and (max-width: 700px) {
  #popup {
    top: 0;
    height: 100%;
  }
  #popup .wrapper div {
    display: block;
    margin: -30px auto -20px;
    width: 40%;
  }
  #popup .wrapper div + div {
    width: 90%;
  }
  #popup .wrapper div + div a {
    margin-top: 20px;
  }
  #popup .wrapper h2 {
    font-size: 18px;
    line-height: 24px;
    padding-bottom: 10px;
  }
  #popup .wrapper p strong {
    font-family: 'Lato';
    font-size: 16px;
  }
  #popup .close {
    top: 10px;
    right: 10px;
  }
}
.bouton2 {
  display: inline-block;
  padding: 10px 40px;
  background: white;
  border: 2px solid #ee7203;
  color: #4b3e48;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  text-transform: uppercase;
  font-family: 'Lato Heavy';
  font-size: 13px;
  transition: all 0.2s ease;
  cursor: pointer;
}
.bouton2:hover {
  background: #ee7203;
  color: white;
}
.bouton2Filaire {
  display: inline-block;
  padding: 10px 40px;
  background: white;
  border: 2px solid #ee7203;
  color: #4b3e48;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  text-transform: uppercase;
  font-family: 'Lato Heavy';
  font-size: 13px;
  transition: all 0.2s ease;
  cursor: pointer;
  background: transparent;
  border: 2px solid white;
  color: white;
}
.bouton2Filaire:hover {
  background: #ee7203;
  color: white;
}
.bouton2Filaire:hover {
  background: white;
  border: 2px solid #ee7203;
  color: #4b3e48;
}
.parrainage {
  color: #4b3e48;
  /* Composant petit tracé rouge */
  /* Diaporama */
  /* Autres sections de page  */
}
.parrainage .page {
  overflow: hidden;
}
.parrainage .conteneur_trait_rouge {
  position: relative;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}
.parrainage .conteneur_trait_rouge::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  top: auto;
  left: 50%;
  transform: translateX(-50%);
  width: 47px;
  height: 3px;
  margin: auto;
  background: #e10f21;
}
.parrainage h2 {
  margin-bottom: 20px;
  font-size: 1.5625rem;
  text-transform: uppercase;
}
.parrainage strong {
  font-family: 'Lato Bold';
  font-weight: 400;
}
.parrainage .screens {
  border: none;
}
.parrainage .screens #slideshow {
  border-bottom: 3px solid #e10f21;
}
.parrainage .screens .encart {
  position: static;
  width: initial;
  height: initial;
  padding: 30px;
  left: 0;
  margin-left: 0;
  background: url('//carre-beauvoir-bouguenais.fr/squelettes/images/encart.svg') no-repeat bottom left;
  background-size: 200%;
}
.parrainage .screens .encart .texte {
  position: static;
  margin: 0;
}
.parrainage .screens .encart .texte p {
  font-size: 2.5rem;
}
.parrainage .screens .encart .texte p strong,
.parrainage .screens .encart .texte p i {
  display: block;
  font-size: 3.3125rem;
  line-height: 3.8125rem;
}
.parrainage .screens .encart .texte p strong {
  color: #e51848;
  text-transform: initial;
  margin-bottom: 10px;
}
.parrainage .screens .encart .texte p i {
  color: #ee7203;
  font-family: 'Lato Black';
  font-weight: 400;
  font-style: normal;
  text-align: right;
}
@media (min-width: 700px) {
  .parrainage .screens .encart {
    position: absolute;
    width: 600px;
    height: 514px;
    padding: 0;
    background-size: contain;
  }
  .parrainage .screens .encart .texte {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translateX(-70%);
  }
  .parrainage .screens .encart .texte p strong,
  .parrainage .screens .encart .texte p i {
    font-size: 3.8125rem;
    line-height: 3.8125rem;
  }
}
@media (min-width: 1124px) {
  .parrainage .screens .encart {
    width: 800px;
  }
  .parrainage .screens .encart .texte {
    transform: translateX(-50%);
    top: 40%;
  }
}
.parrainage .screens .bulles {
  padding: 30px 0;
  text-align: center;
}
@media (min-width: 700px) {
  .parrainage .screens .bulles {
    position: absolute;
    bottom: 10px;
    right: 20px;
    z-index: 10;
    padding: 0;
    text-align: left;
  }
}
@media (min-width: 1300px) {
  .parrainage .screens .bulles {
    transform: scale(1.5);
    bottom: 60px;
    right: 140px;
  }
}
@media (min-width: 700px) {
  .parrainage .screens {
    border-bottom: 3px solid #e10f21;
  }
}
.parrainage section {
  position: relative;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
  padding: 50px 15px 0;
  text-align: center;
  /* Commun à tous les wrapper de section */
  /* Parrainez vos parents etc. */
  /* Section Formulaire */
  /* Section Comment ça marche */
}
.parrainage section.copyright {
  padding: 10px 0;
}
.parrainage section .wrapper {
  margin: 0 auto;
  max-width: 1140px;
}
.parrainage section:first-of-type {
  background: #f6f6f6;
  overflow: hidden;
  /* La bande blanche en dessous de la section */
}
.parrainage section:first-of-type .wrapper article .colonne {
  width: 100%;
  position: relative;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
  z-index: 1;
}
.parrainage section:first-of-type .wrapper article .texte {
  margin-bottom: 20px;
}
.parrainage section:first-of-type .wrapper article .texte h2 strong {
  color: #e10f21;
}
.parrainage section:first-of-type .wrapper article .texte p {
  margin-bottom: 20px;
  font-size: 0.9375rem;
  line-height: 1.4rem;
}
.parrainage section:first-of-type .wrapper article .texte p strong {
  position: relative;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
  display: block;
  padding-bottom: 20px;
  font-size: 1.125rem;
  line-height: 1.625rem;
}
.parrainage section:first-of-type .wrapper article .texte p strong::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  top: auto;
  left: 50%;
  transform: translateX(-50%);
  width: 47px;
  height: 3px;
  margin: auto;
  background: #e10f21;
}
.parrainage section:first-of-type::after {
  content: '';
  display: block;
  width: 100%;
  height: 80px;
  background-color: #f6f6f6;
  transform: rotate(-2deg);
  position: relative;
  z-index: 0;
  transform: scale(1.7) rotate(-2deg);
  margin-left: -15px;
  background: white;
}
.parrainage section:first-of-type::after.inv {
  transform: rotate(2deg);
}
@media (min-width: 700px) {
  .parrainage section:first-of-type .wrapper article {
    display: flex;
  }
  .parrainage section:first-of-type .wrapper article .texte {
    display: flex;
    padding-right: 20px;
    text-align: left;
  }
  .parrainage section:first-of-type .wrapper article .texte .texte_conteneur {
    max-width: 380px;
    margin: auto;
  }
  .parrainage section:first-of-type .wrapper article .texte .texte_conteneur h2 {
    margin-bottom: 6px;
  }
  .parrainage section:first-of-type .wrapper article .texte .texte_conteneur h2 {
    max-width: 340px;
  }
  .parrainage section:first-of-type .wrapper article .texte .texte_conteneur p strong::after {
    left: 0;
    transform: translateX(0);
  }
}
@media (min-width: 1024px) {
  .parrainage section:first-of-type .wrapper article .texte {
    padding-top: 40px;
  }
  .parrainage section:first-of-type .wrapper article .texte .texte_conteneur {
    margin-top: 20px;
  }
}
.parrainage section:nth-of-type(2) {
  padding-top: 0;
}
.parrainage section:nth-of-type(2) .wrapper .inscription {
  /* Création de la forme qui vient après le H2 */
  /* L'encart récompense pour le parrain et filleul */
  /* Le formulaire */
}
.parrainage section:nth-of-type(2) .wrapper .inscription h2 {
  position: relative;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
  padding-bottom: 50px;
}
.parrainage section:nth-of-type(2) .wrapper .inscription h2::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  top: auto;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  margin: auto;
  height: 44px;
  background: #4b3e48;
}
.parrainage section:nth-of-type(2) .wrapper .inscription .texte {
  max-width: 530px;
  margin: auto;
  background: url(//carre-beauvoir-bouguenais.fr/squelettes/sites_v3/images/esperluette.png) no-repeat;
}
.parrainage section:nth-of-type(2) .wrapper .inscription .texte p {
  font-size: 2.8125rem;
  font-family: 'Lato Heavy';
  margin-bottom: 30px;
  /* Le 1er paragraphe */
}
.parrainage section:nth-of-type(2) .wrapper .inscription .texte p big {
  display: block;
  width: 144px;
  height: 67px;
  padding-top: 10px;
  margin: auto;
  color: white;
  font-family: 'Lato Bold';
  font-size: 2.375rem;
}
.parrainage section:nth-of-type(2) .wrapper .inscription .texte p small {
  font-family: 'Lato';
}
.parrainage section:nth-of-type(2) .wrapper .inscription .texte p:first-child {
  color: #e51848;
}
.parrainage section:nth-of-type(2) .wrapper .inscription .texte p:first-child big {
  background: #e51848;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
}
.parrainage section:nth-of-type(2) .wrapper .inscription .texte p:last-child {
  color: #ee7203;
}
.parrainage section:nth-of-type(2) .wrapper .inscription .texte p:last-child big {
  background: #ee7203;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
.parrainage section:nth-of-type(2) .wrapper .inscription form {
  /* Le bouton "Envoyer" */
}
.parrainage section:nth-of-type(2) .wrapper .inscription form .fieldset {
  padding: 40px 20px 60px;
  max-width: 640px;
  color: white;
  /* Pour les fieldsets impairs : on leur applique une margin-left pour les décaler légèrement vers la gauche */
  /* Pour les pairs, même chose mais sur la droite */
  /* Le titre des formulaires (parrain / filleul) */
  /* Le label des formulaires (on les masque pour ne pas faire doublons avec les placeholders) */
  /* Commun à tous les types de champs */
  /* Pour les select */
  /* Le texte Champs obligatoire */
  /* Le bouton "Ajouter un filleul" */
  /* Pour les checkbox */
}
.parrainage section:nth-of-type(2) .wrapper .inscription form .fieldset.parrain {
  background-color: #e51848;
}
.parrainage section:nth-of-type(2) .wrapper .inscription form .fieldset.parrain:after {
  content: 'Passer au formulaire du Filleul';
  display: none;
  margin: 30px auto 0;
  padding-right: 30px;
  font-family: 'Lato';
  font-size: 0.875rem;
  text-align: right;
  background: url(//carre-beauvoir-bouguenais.fr/squelettes/sites_v3/images/formulaire_fleche_suite.svg) no-repeat;
  background-position: top 50% right 0;
}
.parrainage section:nth-of-type(2) .wrapper .inscription form .fieldset.filleul {
  background-color: #ee7203;
  margin-top: -40px;
}
.parrainage section:nth-of-type(2) .wrapper .inscription form .fieldset:nth-child(odd) {
  margin-left: 5%;
  box-shadow: 2px 4px 6px rgba(0, 0, 0, 0.16);
}
.parrainage section:nth-of-type(2) .wrapper .inscription form .fieldset:nth-child(even) {
  margin-right: 5%;
  margin-left: auto;
}
.parrainage section:nth-of-type(2) .wrapper .inscription form .fieldset legend {
  text-transform: uppercase;
  text-align: center;
  margin: 0 auto 20px;
  font-size: 24px;
  font-weight: bold;
  font-family: 'Lato Black';
  font-weight: 400;
}
.parrainage section:nth-of-type(2) .wrapper .inscription form .fieldset > legend {
  position: absolute;
  top: 20px;
  left: 50px;
}
.parrainage section:nth-of-type(2) .wrapper .inscription form .fieldset .saisie_selection label,
.parrainage section:nth-of-type(2) .wrapper .inscription form .fieldset .saisie_case > label {
  display: none;
}
.parrainage section:nth-of-type(2) .wrapper .inscription form .fieldset .editer {
  display: block;
  margin: auto;
  width: initial;
}
.parrainage section:nth-of-type(2) .wrapper .inscription form .fieldset .editer select,
.parrainage section:nth-of-type(2) .wrapper .inscription form .fieldset .editer input,
.parrainage section:nth-of-type(2) .wrapper .inscription form .fieldset .editer textarea {
  width: 100%;
  min-height: 35px;
  margin: 0 auto 10px;
  padding: 5px 8px;
  border: 0;
  color: #838383;
  font-family: 'Lato Light';
  font-size: 14px;
}
.parrainage section:nth-of-type(2) .wrapper .inscription form .fieldset .saisie_selection {
  margin-bottom: 10px;
}
.parrainage section:nth-of-type(2) .wrapper .inscription form .fieldset .saisie_selection select {
  display: block;
  background: url(//carre-beauvoir-bouguenais.fr/squelettes/sites_v3/images/fleche_select_formulaire.svg) #ffffff no-repeat;
  background-size: 20px;
  background-position: top 50% right 10px;
  cursor: pointer;
  color: #838383;
}
.parrainage section:nth-of-type(2) .wrapper .inscription form .fieldset .saisie_selection select::before {
  content: "Civilité";
}
.parrainage section:nth-of-type(2) .wrapper .inscription form .fieldset .explication {
  margin-bottom: 15px;
  text-align: left;
}
.parrainage section:nth-of-type(2) .wrapper .inscription form .fieldset .ajouter_filleul_bouton .explication {
  text-align: right;
}
.parrainage section:nth-of-type(2) .wrapper .inscription form .fieldset .ajouter_filleul_bouton .explication p {
  display: inline-block;
  padding: 10px 40px;
  background: white;
  border: 2px solid #ee7203;
  color: #4b3e48;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  text-transform: uppercase;
  font-family: 'Lato Heavy';
  font-size: 13px;
  transition: all 0.2s ease;
  cursor: pointer;
  background: transparent;
  border: 2px solid white;
  color: white;
}
.parrainage section:nth-of-type(2) .wrapper .inscription form .fieldset .ajouter_filleul_bouton .explication p:hover {
  background: #ee7203;
  color: white;
}
.parrainage section:nth-of-type(2) .wrapper .inscription form .fieldset .ajouter_filleul_bouton .explication p:hover {
  background: white;
  border: 2px solid #ee7203;
  color: #4b3e48;
}
.parrainage section:nth-of-type(2) .wrapper .inscription form .fieldset .saisie_case {
  margin-bottom: 10px;
  text-align: left;
}
.parrainage section:nth-of-type(2) .wrapper .inscription form .fieldset .saisie_case .choix {
  display: block;
  /* Quand choix a la class cacher */
}
.parrainage section:nth-of-type(2) .wrapper .inscription form .fieldset .saisie_case .choix.cacher {
  display: none !important;
}
.parrainage section:nth-of-type(2) .wrapper .inscription form .fieldset .saisie_case .choix span {
  width: 78%;
  max-width: 440px;
  font-size: 0.875rem;
  font-family: 'Lato Heavy';
}
.parrainage section:nth-of-type(2) .wrapper .inscription form .fieldset .saisie_case .choix label {
  background: white;
}
.parrainage section:nth-of-type(2) .wrapper .inscription form .fieldset .saisie_case .choix label::after {
  border: 3px solid #838383;
  border-top: none;
  border-right: none;
}
.parrainage section:nth-of-type(2) .wrapper .inscription form .fieldset .saisie_case:first-of-type {
  margin-top: 10px;
}
.parrainage section:nth-of-type(2) .wrapper .inscription form .fieldset .saisie_case:last-of-type {
  display: none;
}
.parrainage section:nth-of-type(2) .wrapper .inscription form .boutons {
  margin-top: 20px;
  text-align: center;
}
.parrainage section:nth-of-type(2) .wrapper .inscription form .boutons .submit {
  display: inline-block;
  padding: 10px 40px;
  background: white;
  border: 2px solid #ee7203;
  color: #4b3e48;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  text-transform: uppercase;
  font-family: 'Lato Heavy';
  font-size: 13px;
  transition: all 0.2s ease;
  cursor: pointer;
}
.parrainage section:nth-of-type(2) .wrapper .inscription form .boutons .submit:hover {
  background: #ee7203;
  color: white;
}
@media (min-width: 700px) {
  .parrainage section:nth-of-type(2) .wrapper .inscription form .fieldset {
    padding: 40px 40px 60px;
  }
}
@media (min-width: 1024px) {
  .parrainage section:nth-of-type(2) .wrapper .inscription {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    /* L'encart récompense pour le parrain et filleul */
    /* Le formulaire */
  }
  .parrainage section:nth-of-type(2) .wrapper .inscription .texte {
    position: absolute;
    top: 0;
    left: 0;
    top: initial;
    left: 75%;
    transform: translateX(-50%);
    max-width: initial;
    width: 504px;
    padding: 20px;
    background-position: 70px 47px;
  }
  .parrainage section:nth-of-type(2) .wrapper .inscription .texte p {
    text-align: left;
    /* On réaligne tout sur la gauche sauf les balises big contenant les montants de récompenses de parrainage */
    /* "Pour" */
    /* "Pour" + "le filleul" / "le parrain" */
    /* Sur le 1er paragraphe (parrain), on remonte légèrement le texte "le parrain" vers le texte "Pour" */
    /* Sur le 2 paragraphe (filleul), on envoie le big du prix à droite */
  }
  .parrainage section:nth-of-type(2) .wrapper .inscription .texte p big {
    margin: 0;
    text-align: center;
  }
  .parrainage section:nth-of-type(2) .wrapper .inscription .texte p small {
    display: block;
    margin-top: -35px;
    padding-left: 46px;
  }
  .parrainage section:nth-of-type(2) .wrapper .inscription .texte p small,
  .parrainage section:nth-of-type(2) .wrapper .inscription .texte p span {
    margin-left: 110px;
  }
  .parrainage section:nth-of-type(2) .wrapper .inscription .texte p:first-child span {
    display: block;
    margin-top: -10px;
  }
  .parrainage section:nth-of-type(2) .wrapper .inscription .texte p:last-child {
    margin-top: -70px;
    /* "Pour" + "le filleul" / "le parrain" */
  }
  .parrainage section:nth-of-type(2) .wrapper .inscription .texte p:last-child big {
    margin: -30px 0 0 auto;
  }
  .parrainage section:nth-of-type(2) .wrapper .inscription .texte p:last-child small,
  .parrainage section:nth-of-type(2) .wrapper .inscription .texte p:last-child span {
    margin-left: 180px;
  }
  .parrainage section:nth-of-type(2) .wrapper .inscription form .fieldset {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    width: 50%;
    padding: 70px 20px 40px;
    text-align: left;
    /* Le fieldset du parrain */
    /* A tous les fieldsets sauf celui du parrain */
    /* Pour les fieldsets impairs : on leur applique une margin-left pour les décaler légèrement vers la gauche */
    /* En version desktop, les fieldsets pairs passent légèrement par dessus les fieldset impairs, on crée donc une "extension à nos fieldset impairs pour les rendre plus grand et donner l'espace qui fera qu'ils seront mangés par le fieldset pairs" */
    /* Après avoir créé cet espace, on attribue un z-index plus fort au fieldset pair pour qu'il passe dessus l'impair et non l'inverse */
  }
  .parrainage section:nth-of-type(2) .wrapper .inscription form .fieldset .editer-groupe {
    width: 467px;
    margin: auto;
  }
  .parrainage section:nth-of-type(2) .wrapper .inscription form .fieldset .editer {
    /* Les champs ayant la class "colonne" se mettent à côté */
    /* Les champs prennent une taille fixe */
  }
  .parrainage section:nth-of-type(2) .wrapper .inscription form .fieldset .editer.colonne {
    display: inline-block;
    vertical-align: top;
  }
  .parrainage section:nth-of-type(2) .wrapper .inscription form .fieldset .editer select,
  .parrainage section:nth-of-type(2) .wrapper .inscription form .fieldset .editer input {
    width: 222px;
    margin: 0 0 10px;
  }
  .parrainage section:nth-of-type(2) .wrapper .inscription form .fieldset .editer textarea {
    width: 100%;
  }
  .parrainage section:nth-of-type(2) .wrapper .inscription form .fieldset:first-of-type {
    /* Modification des styles du champs */
    /* Passer au formulaire du Filleul */
  }
  .parrainage section:nth-of-type(2) .wrapper .inscription form .fieldset:first-of-type .editer {
    /* Application du border-radius des champs */
    /* Pour la taille du champ email */
    /* Pour aligner les champs colonnes */
  }
  .parrainage section:nth-of-type(2) .wrapper .inscription form .fieldset:first-of-type .editer:first-child select,
  .parrainage section:nth-of-type(2) .wrapper .inscription form .fieldset:first-of-type .editer:nth-child(2) select,
  .parrainage section:nth-of-type(2) .wrapper .inscription form .fieldset:first-of-type .editer:nth-child(4) select,
  .parrainage section:nth-of-type(2) .wrapper .inscription form .fieldset:first-of-type .editer:nth-child(5) select,
  .parrainage section:nth-of-type(2) .wrapper .inscription form .fieldset:first-of-type .editer:nth-child(7) select,
  .parrainage section:nth-of-type(2) .wrapper .inscription form .fieldset:first-of-type .editer:last-child select,
  .parrainage section:nth-of-type(2) .wrapper .inscription form .fieldset:first-of-type .editer:first-child input,
  .parrainage section:nth-of-type(2) .wrapper .inscription form .fieldset:first-of-type .editer:nth-child(2) input,
  .parrainage section:nth-of-type(2) .wrapper .inscription form .fieldset:first-of-type .editer:nth-child(4) input,
  .parrainage section:nth-of-type(2) .wrapper .inscription form .fieldset:first-of-type .editer:nth-child(5) input,
  .parrainage section:nth-of-type(2) .wrapper .inscription form .fieldset:first-of-type .editer:nth-child(7) input,
  .parrainage section:nth-of-type(2) .wrapper .inscription form .fieldset:first-of-type .editer:last-child input {
    border-bottom-left-radius: 7px;
  }
  .parrainage section:nth-of-type(2) .wrapper .inscription form .fieldset:first-of-type .editer:nth-child(3) select,
  .parrainage section:nth-of-type(2) .wrapper .inscription form .fieldset:first-of-type .editer:nth-child(4) select,
  .parrainage section:nth-of-type(2) .wrapper .inscription form .fieldset:first-of-type .editer:nth-child(6) select,
  .parrainage section:nth-of-type(2) .wrapper .inscription form .fieldset:first-of-type .editer:nth-child(8) select,
  .parrainage section:nth-of-type(2) .wrapper .inscription form .fieldset:first-of-type .editer:nth-child(3) input,
  .parrainage section:nth-of-type(2) .wrapper .inscription form .fieldset:first-of-type .editer:nth-child(4) input,
  .parrainage section:nth-of-type(2) .wrapper .inscription form .fieldset:first-of-type .editer:nth-child(6) input,
  .parrainage section:nth-of-type(2) .wrapper .inscription form .fieldset:first-of-type .editer:nth-child(8) input {
    border-top-right-radius: 7px;
  }
  .parrainage section:nth-of-type(2) .wrapper .inscription form .fieldset:first-of-type .editer.saisie_email input {
    width: 100%;
  }
  .parrainage section:nth-of-type(2) .wrapper .inscription form .fieldset:first-of-type .editer:nth-child(2),
  .parrainage section:nth-of-type(2) .wrapper .inscription form .fieldset:first-of-type .editer:nth-child(5),
  .parrainage section:nth-of-type(2) .wrapper .inscription form .fieldset:first-of-type .editer:nth-child(7),
  .parrainage section:nth-of-type(2) .wrapper .inscription form .fieldset:first-of-type .editer:nth-child(9) {
    margin-right: 18px;
  }
  .parrainage section:nth-of-type(2) .wrapper .inscription form .fieldset:first-of-type::after {
    display: block;
    width: 465px;
  }
  .parrainage section:nth-of-type(2) .wrapper .inscription form .fieldset:not(:first-child) {
    margin-top: -152px;
    /* Application du border-radius des champs */
  }
  .parrainage section:nth-of-type(2) .wrapper .inscription form .fieldset:not(:first-child) legend {
    left: 41px;
  }
  .parrainage section:nth-of-type(2) .wrapper .inscription form .fieldset:not(:first-child) .editer {
    /* Pour la taille du champ email */
    /* Pour aligner les champs colonnes */
  }
  .parrainage section:nth-of-type(2) .wrapper .inscription form .fieldset:not(:first-child) .editer:first-child select,
  .parrainage section:nth-of-type(2) .wrapper .inscription form .fieldset:not(:first-child) .editer:nth-child(2) select,
  .parrainage section:nth-of-type(2) .wrapper .inscription form .fieldset:not(:first-child) .editer:nth-child(4) select,
  .parrainage section:nth-of-type(2) .wrapper .inscription form .fieldset:not(:first-child) .editer:nth-child(5) select,
  .parrainage section:nth-of-type(2) .wrapper .inscription form .fieldset:not(:first-child) .editer:nth-child(7) select,
  .parrainage section:nth-of-type(2) .wrapper .inscription form .fieldset:not(:first-child) .editer:nth-child(9) select,
  .parrainage section:nth-of-type(2) .wrapper .inscription form .fieldset:not(:first-child) .editer:first-child input,
  .parrainage section:nth-of-type(2) .wrapper .inscription form .fieldset:not(:first-child) .editer:nth-child(2) input,
  .parrainage section:nth-of-type(2) .wrapper .inscription form .fieldset:not(:first-child) .editer:nth-child(4) input,
  .parrainage section:nth-of-type(2) .wrapper .inscription form .fieldset:not(:first-child) .editer:nth-child(5) input,
  .parrainage section:nth-of-type(2) .wrapper .inscription form .fieldset:not(:first-child) .editer:nth-child(7) input,
  .parrainage section:nth-of-type(2) .wrapper .inscription form .fieldset:not(:first-child) .editer:nth-child(9) input,
  .parrainage section:nth-of-type(2) .wrapper .inscription form .fieldset:not(:first-child) .editer:first-child textarea,
  .parrainage section:nth-of-type(2) .wrapper .inscription form .fieldset:not(:first-child) .editer:nth-child(2) textarea,
  .parrainage section:nth-of-type(2) .wrapper .inscription form .fieldset:not(:first-child) .editer:nth-child(4) textarea,
  .parrainage section:nth-of-type(2) .wrapper .inscription form .fieldset:not(:first-child) .editer:nth-child(5) textarea,
  .parrainage section:nth-of-type(2) .wrapper .inscription form .fieldset:not(:first-child) .editer:nth-child(7) textarea,
  .parrainage section:nth-of-type(2) .wrapper .inscription form .fieldset:not(:first-child) .editer:nth-child(9) textarea {
    border-bottom-left-radius: 7px;
  }
  .parrainage section:nth-of-type(2) .wrapper .inscription form .fieldset:not(:first-child) .editer:nth-child(3) select,
  .parrainage section:nth-of-type(2) .wrapper .inscription form .fieldset:not(:first-child) .editer:nth-child(4) select,
  .parrainage section:nth-of-type(2) .wrapper .inscription form .fieldset:not(:first-child) .editer:nth-child(6) select,
  .parrainage section:nth-of-type(2) .wrapper .inscription form .fieldset:not(:first-child) .editer:nth-child(8) select,
  .parrainage section:nth-of-type(2) .wrapper .inscription form .fieldset:not(:first-child) .editer:nth-child(9) select,
  .parrainage section:nth-of-type(2) .wrapper .inscription form .fieldset:not(:first-child) .editer:nth-child(3) input,
  .parrainage section:nth-of-type(2) .wrapper .inscription form .fieldset:not(:first-child) .editer:nth-child(4) input,
  .parrainage section:nth-of-type(2) .wrapper .inscription form .fieldset:not(:first-child) .editer:nth-child(6) input,
  .parrainage section:nth-of-type(2) .wrapper .inscription form .fieldset:not(:first-child) .editer:nth-child(8) input,
  .parrainage section:nth-of-type(2) .wrapper .inscription form .fieldset:not(:first-child) .editer:nth-child(9) input,
  .parrainage section:nth-of-type(2) .wrapper .inscription form .fieldset:not(:first-child) .editer:nth-child(3) textarea,
  .parrainage section:nth-of-type(2) .wrapper .inscription form .fieldset:not(:first-child) .editer:nth-child(4) textarea,
  .parrainage section:nth-of-type(2) .wrapper .inscription form .fieldset:not(:first-child) .editer:nth-child(6) textarea,
  .parrainage section:nth-of-type(2) .wrapper .inscription form .fieldset:not(:first-child) .editer:nth-child(8) textarea,
  .parrainage section:nth-of-type(2) .wrapper .inscription form .fieldset:not(:first-child) .editer:nth-child(9) textarea {
    border-top-right-radius: 7px;
  }
  .parrainage section:nth-of-type(2) .wrapper .inscription form .fieldset:not(:first-child) .editer.saisie_email input {
    width: 100%;
  }
  .parrainage section:nth-of-type(2) .wrapper .inscription form .fieldset:not(:first-child) .editer:nth-child(2),
  .parrainage section:nth-of-type(2) .wrapper .inscription form .fieldset:not(:first-child) .editer:nth-child(5),
  .parrainage section:nth-of-type(2) .wrapper .inscription form .fieldset:not(:first-child) .editer:nth-child(7) {
    margin-right: 18px;
  }
  .parrainage section:nth-of-type(2) .wrapper .inscription form .fieldset:nth-child(odd),
  .parrainage section:nth-of-type(2) .wrapper .inscription form .fieldset:nth-child(even) {
    margin-left: 0%;
    margin-right: 0;
  }
  .parrainage section:nth-of-type(2) .wrapper .inscription form .fieldset:nth-child(even) {
    margin-left: auto;
    padding: 80px 20px 40px 0;
  }
  .parrainage section:nth-of-type(2) .wrapper .inscription form .fieldset:nth-child(even)::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    left: -20px;
    width: 20px;
    height: 100%;
    background: #ee7203;
  }
  .parrainage section:nth-of-type(2) .wrapper .inscription form .fieldset:nth-child(odd) {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    z-index: 1;
  }
  .parrainage section:nth-of-type(2) .wrapper .inscription form .fieldset .confirmation legend {
    display: none;
  }
}
.parrainage section:nth-of-type(3) {
  padding-top: 80px;
}
.parrainage section:nth-of-type(3) .wrapper {
  position: relative;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
  z-index: 1;
  /* Les astérisques après les tuiles */
}
.parrainage section:nth-of-type(3) .wrapper article .texte {
  /* Le texte "Offre de parrainage valable jusqu'au..." */
  /* Les tuiles */
}
.parrainage section:nth-of-type(3) .wrapper article .texte .chapo {
  margin-bottom: 50px;
  text-transform: uppercase;
  font-size: 0.9375rem;
  line-height: 1.25rem;
}
.parrainage section:nth-of-type(3) .wrapper article .texte .chapo i {
  display: block;
  font-style: normal;
  color: #e10f21;
}
.parrainage section:nth-of-type(3) .wrapper article .texte ol {
  list-style: none;
  margin-bottom: 40px;
}
.parrainage section:nth-of-type(3) .wrapper article .texte ol li {
  position: relative;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
  width: 251px;
  margin: 0 auto 50px;
  padding: 95px 8px 30px;
  box-shadow: 0 6px 6px rgba(0, 0, 0, 0.16);
  border-bottom-left-radius: 10px;
  background: white;
  font-size: 0.8125rem;
  line-height: 1.0625rem;
  /* Les pictos des tuiles */
  /* Le trait rouge */
}
.parrainage section:nth-of-type(3) .wrapper article .texte ol li::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  top: auto;
  left: 50%;
  transform: translateX(-50%);
  width: 47px;
  height: 3px;
  margin: auto;
  background: #e10f21;
}
.parrainage section:nth-of-type(3) .wrapper article .texte ol li strong,
.parrainage section:nth-of-type(3) .wrapper article .texte ol li span,
.parrainage section:nth-of-type(3) .wrapper article .texte ol li span a {
  color: #e10f21;
}
.parrainage section:nth-of-type(3) .wrapper article .texte ol li span {
  position: relative;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
  top: -8px;
  font-size: 0.563rem;
}
.parrainage section:nth-of-type(3) .wrapper article .texte ol li::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 90px;
  height: 90px;
  left: 50%;
  transform: translateX(-50%);
}
.parrainage section:nth-of-type(3) .wrapper article .texte ol li::after {
  display: none;
  bottom: auto;
  margin-top: 30px;
}
.parrainage section:nth-of-type(3) .wrapper article .texte ol li:first-child {
  /* Le picto de la tuile */
  /* Le trait rouge */
}
.parrainage section:nth-of-type(3) .wrapper article .texte ol li:first-child::before {
  background: url(//carre-beauvoir-bouguenais.fr/squelettes/sites_v3/images/ccm_parrain.svg) no-repeat;
  background-size: contain;
}
.parrainage section:nth-of-type(3) .wrapper article .texte ol li:nth-child(2)::before {
  background: url(//carre-beauvoir-bouguenais.fr/squelettes/sites_v3/images/ccm_conseiller.svg) no-repeat;
  background-size: contain;
}
.parrainage section:nth-of-type(3) .wrapper article .texte ol li:nth-child(3)::before {
  background: url(//carre-beauvoir-bouguenais.fr/squelettes/sites_v3/images/ccm_recompense.svg) no-repeat;
  background-size: contain;
}
.parrainage section:nth-of-type(3) .wrapper article .texte ol li:last-child::before {
  background: url(//carre-beauvoir-bouguenais.fr/squelettes/sites_v3/images/ccm_plusieurs_filleuls.svg) no-repeat;
  background-size: contain;
}
.parrainage section:nth-of-type(3) .wrapper .notes {
  margin-top: 40px;
  max-width: 900px;
  margin: auto;
  font-size: 0.75rem;
  line-height: 1.125rem;
}
.parrainage section:nth-of-type(3) .wrapper .notes > div {
  margin-bottom: 20px;
}
.parrainage section:nth-of-type(3) .wrapper .notes > div p span,
.parrainage section:nth-of-type(3) .wrapper .notes > div p span a {
  color: #e10f21;
  font-family: 'Lato Heavy';
}
@media (min-width: 700px) {
  .parrainage section:nth-of-type(3) {
    /* La bande blanche en dessous de la section */
  }
  .parrainage section:nth-of-type(3) .wrapper article .texte {
    /* Les tuiles */
  }
  .parrainage section:nth-of-type(3) .wrapper article .texte ol {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .parrainage section:nth-of-type(3) .wrapper article .texte ol li {
    height: 289px;
    margin: 0 10px 50px;
    padding: 95px 12px 0;
    /* Les traits rouges sous le texte, on les affiche */
  }
  .parrainage section:nth-of-type(3) .wrapper article .texte ol li::after {
    display: block;
  }
  .parrainage section:nth-of-type(3)::before,
  .parrainage section:nth-of-type(3)::after {
    content: '';
    display: block;
    width: 100%;
    height: 80px;
    background-color: #f6f6f6;
    transform: rotate(-2deg);
    position: relative;
    z-index: 0;
    position: absolute;
    top: 0;
    left: 0;
    top: 50%;
    transform: scale(6) rotate(-2deg);
    margin-left: -15px;
    background: #f6f6f6;
  }
  .parrainage section:nth-of-type(3)::before.inv,
  .parrainage section:nth-of-type(3)::after.inv {
    transform: rotate(2deg);
  }
  .parrainage section:nth-of-type(3)::before {
    transform: scale(8.4) rotate(2deg);
    margin-top: 190px;
  }
}
@media (min-width: 1024px) {
  .parrainage section:nth-of-type(3) {
    /* Les astérisques après les tuiles */
    /* La bande blanche en dessous de la section */
  }
  .parrainage section:nth-of-type(3) .wrapper article .texte .notes {
    text-align: left;
  }
  .parrainage section:nth-of-type(3)::before,
  .parrainage section:nth-of-type(3)::after {
    transform: scale(2) rotate(-2deg);
  }
  .parrainage section:nth-of-type(3)::before {
    transform: scale(4.4) rotate(2deg);
    margin-top: 190px;
  }
}
.parrainage section:nth-of-type(5) {
  padding: 0;
}
.parrainage section#blocontact {
  max-width: 1140px;
}
@media (min-width: 1024px) {
  .parrainage section#blocontact {
    display: flex;
    justify-content: space-between;
    padding-top: 250px;
  }
  .parrainage section#blocontact .widget {
    width: 400px;
  }
  .parrainage section#blocontact .deuxtiers {
    margin-left: 0;
  }
}
/* Couleurs */
@font-face {
  font-family: 'Lato Light';
  src: url('//carre-beauvoir-bouguenais.fr/squelettes/sites_v3/fonts/lato-light.eot');
  src: url('//carre-beauvoir-bouguenais.fr/squelettes/sites_v3/fonts/lato-light.eot?#iefix') format('embedded-opentype'), url('//carre-beauvoir-bouguenais.fr/squelettes/sites_v3/fonts/lato-light.woff2') format('woff2'), url('//carre-beauvoir-bouguenais.fr/squelettes/sites_v3/fonts/lato-light.woff') format('woff'), url('//carre-beauvoir-bouguenais.fr/squelettes/sites_v3/fonts/lato-light.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: 'Lato';
  src: url('//carre-beauvoir-bouguenais.fr/squelettes/sites_v3/fonts/lato-regular.eot');
  src: url('//carre-beauvoir-bouguenais.fr/squelettes/sites_v3/fonts/lato-regular.eot?#iefix') format('embedded-opentype'), url('//carre-beauvoir-bouguenais.fr/squelettes/sites_v3/fonts/lato-regular.woff2') format('woff2'), url('//carre-beauvoir-bouguenais.fr/squelettes/sites_v3/fonts/lato-regular.woff') format('woff'), url('//carre-beauvoir-bouguenais.fr/squelettes/sites_v3/fonts/lato-regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Lato Bold';
  src: url('//carre-beauvoir-bouguenais.fr/squelettes/sites_v3/fonts/lato-bold.eot');
  src: url('//carre-beauvoir-bouguenais.fr/squelettes/sites_v3/fonts/lato-bold.eot?#iefix') format('embedded-opentype'), url('//carre-beauvoir-bouguenais.fr/squelettes/sites_v3/fonts/lato-bold.woff2') format('woff2'), url('//carre-beauvoir-bouguenais.fr/squelettes/sites_v3/fonts/lato-bold.woff') format('woff'), url('//carre-beauvoir-bouguenais.fr/squelettes/sites_v3/fonts/lato-bold.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Lato Heavy';
  src: url('//carre-beauvoir-bouguenais.fr/squelettes/sites_v3/fonts/lato-heavy.eot');
  src: url('//carre-beauvoir-bouguenais.fr/squelettes/sites_v3/fonts/lato-heavy.eot?#iefix') format('embedded-opentype'), url('//carre-beauvoir-bouguenais.fr/squelettes/sites_v3/fonts/lato-heavy.woff2') format('woff2'), url('//carre-beauvoir-bouguenais.fr/squelettes/sites_v3/fonts/lato-heavy.woff') format('woff'), url('//carre-beauvoir-bouguenais.fr/squelettes/sites_v3/fonts/lato-heavy.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Lato Black';
  src: url('//carre-beauvoir-bouguenais.fr/squelettes/sites_v3/fonts/lato-black.eot');
  src: url('//carre-beauvoir-bouguenais.fr/squelettes/sites_v3/fonts/lato-black.eot?#iefix') format('embedded-opentype'), url('//carre-beauvoir-bouguenais.fr/squelettes/sites_v3/fonts/lato-black.woff2') format('woff2'), url('//carre-beauvoir-bouguenais.fr/squelettes/sites_v3/fonts/lato-black.woff') format('woff'), url('//carre-beauvoir-bouguenais.fr/squelettes/sites_v3/fonts/lato-black.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
/* Général */
html,
body {
  scroll-behavior: smooth;
}
body {
  font-family: 'Lato', sans-serif;
}
.main {
  margin-top: -25px;
}
/* RGPD */
#banniere-cookie {
  width: 100%;
  margin: 0;
  max-width: 100%;
  box-shadow: none;
  border: 0;
  background-color: rgba(255, 255, 255, 0.95);
  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;
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  line-height: 24px;
  color: #4b3e48;
  max-width: 450px;
  margin: 0;
}
#banniere-cookie .cicb_boutons {
  float: none;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 50px;
}
#banniere-cookie .cicb_boutons a {
  text-transform: uppercase;
  background-color: white;
  font-size: 13px;
  line-height: 18px;
  border-radius: 0;
  border-bottom-left-radius: 10px;
  border-top-right-radius: 10px;
  padding: 7px 20px;
  border: 2px solid #e10f21;
  color: #4b3e48;
}
#banniere-cookie .cicb_boutons a:hover,
#banniere-cookie .cicb_boutons a.accepte {
  border-color: #4b3e48;
  background-color: #4b3e48;
  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;
  }
}
#rgpd h1 {
  max-width: 1165px;
  width: 100%;
  margin: 60px auto 40px;
  padding: 0 10px;
}
#rgpd section.articles {
  max-width: 1165px;
  width: 100%;
  padding: 0 10px;
  margin: 0 auto;
  position: relative;
  text-align: center;
}
#rgpd section.articles article {
  position: relative;
  margin: 40px auto;
  text-align: left;
}
#rgpd section.articles article h2 {
  color: #e10f21;
  text-transform: uppercase;
  padding: 20px 0;
}
#rgpd section.articles article p,
#rgpd section.articles article ul.spip {
  font-size: 16px;
  line-height: 24px;
  color: #4b3e48;
  margin: 10px 0;
}
#rgpd section.articles article h3 {
  font-weight: bold;
  margin-top: 40px;
}
#rgpd section.articles article ul.spip {
  margin: 20px;
}
#rgpd section.articles article .galerie {
  position: relative;
  width: 570px;
  height: 420px;
  float: left;
  margin-right: 80px;
}
#rgpd section.articles article .galerie li {
  position: absolute;
  list-style: none;
  opacity: 0;
  margin: 0;
  transition: all .2s ease;
}
#rgpd section.articles article .galerie li.on {
  opacity: 1;
}
#rgpd section.articles article .vignettes {
  position: absolute;
  top: auto;
  bottom: 5px;
  width: 570px;
  text-align: center;
  background-color: #4b3e48;
}
#rgpd section.articles article .vignettes li {
  width: 6px;
  height: 6px;
  border-radius: 4px;
  border: 1px solid white;
  display: inline-block;
  margin: 15px 5px;
  cursor: pointer;
}
#rgpd section.articles article .vignettes li:hover,
#rgpd section.articles article .vignettes li.on {
  background-color: white;
}
#rgpd section.articles article .vignettes li span {
  display: none;
}
#rgpd section.articles article .prix p {
  color: #e10f21;
}
/* Boutons */
.bouton {
  background-color: #4b3e48;
  color: white;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 18px;
  border-bottom-left-radius: 10px;
  border-top-right-radius: 10px;
  padding: 7px 20px;
  display: inline-block;
  transition: all .2s ease;
}
.bouton:hover {
  background-color: #e10f21;
}
/* Décorations */
.trait {
  background-color: #4b3e48;
  display: block;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.trait.v {
  width: 2px;
  height: 50px;
  margin-bottom: 20px;
}
.diagonale {
  width: 100%;
  height: 80px;
  background-color: #f6f6f6;
  transform: rotate(-2deg);
  position: relative;
  z-index: 0;
}
.diagonale.inv {
  transform: rotate(2deg);
}
.fond {
  width: 100%;
  min-height: 100px;
  background-color: #f6f6f6;
  margin-top: -40px;
  position: relative;
  z-index: 0;
}
.fond + .diagonale {
  transform: rotate(2deg);
  margin-top: -40px;
}
/* Version smartphone */
@media screen and (max-width: 700px) {
  .diagonale.inv {
    height: 30px;
  }
}
/* Programmes */
#programmes {
  text-align: center;
  margin-bottom: 100px;
}
#programmes h2 {
  color: #e10f21;
  text-align: right;
  width: 50%;
}
#programmes h2 strong {
  color: #4b3e48;
  text-transform: uppercase;
  display: block;
  margin: 10px 0;
}
#programmes > p {
  text-align: justify;
  width: 35%;
  margin: 0 auto 20px;
  padding-left: 10%;
  font-size: 16px;
  line-height: 24px;
}
.erreur {
  text-align: center;
  margin: 100px auto 50px;
}
/* Moteur de recherche */
#recherche {
  width: 100%;
  text-align: left;
  margin-top: -25px;
  position: relative;
  z-index: 1;
}
#recherche #partie_gauche {
  display: inline-block;
}
#recherche #filtres,
#recherche #carte,
#recherche #legende {
  display: inline-block;
  vertical-align: middle;
  min-height: 400px;
  margin-left: -5px;
}
#recherche #filtres,
#recherche #carte {
  width: 50%;
}
#recherche #legende {
  width: 19%;
  min-width: 350px;
  text-align: center;
  padding: 50px 20px;
  font-size: 16px;
  line-height: 24px;
  color: #4b3e48;
}
#recherche #legende img {
  display: block;
  margin: 0 auto 10px;
}
#recherche #legende strong {
  display: block;
  color: #e10f21;
}
#recherche .in {
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
}
#recherche #filtres {
  padding: 30px 20px;
  background-color: #e10f21;
}
#recherche #filtres #selections {
  max-width: 485px;
  margin: 0 auto;
  text-align: left;
}
#recherche #filtres #selections strong {
  color: white;
  text-transform: uppercase;
  display: inline-block;
  width: 44%;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  margin: 15px 10px 0;
}
#recherche #filtres label {
  display: none;
}
#recherche #filtres .selection {
  border: 1px solid white;
  display: inline-block;
  width: 44%;
  overflow: hidden;
  background-color: #eb4953;
  border-bottom-left-radius: 10px;
  border-top-right-radius: 10px;
  margin: 10px;
}
#recherche #filtres .selection select {
  background: transparent;
  color: #4b3e48;
  border: 0;
  font-size: 16px;
  line-height: 24px;
  width: 125%;
  padding: 4px 10px;
}
#recherche #filtres .selection select:active {
  color: #4b3e48;
}
#recherche #filtres #dispositif {
  text-align: left;
  max-width: 485px;
  margin: 0 auto;
}
#recherche #filtres #dispositif > strong {
  color: white;
  text-transform: uppercase;
  display: block;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  margin: 15px 4% 0;
}
#recherche #filtres span {
  max-width: 14%;
  display: inline-block;
  transition: all .2s ease;
  width: 65px;
  height: 65px;
  vertical-align: middle;
  opacity: 0.5;
  cursor: pointer;
  margin: 10px 0 10px 5px;
}
#recherche #filtres span:hover,
#recherche #filtres span.on {
  opacity: 1;
}
#recherche #filtres span#ptz {
  background: url('//carre-beauvoir-bouguenais.fr/squelettes/sites_v3/img/picto_ptz.png') no-repeat;
  background-size: contain;
  margin-left: 3%;
}
#recherche #filtres span#pinel {
  background: url('//carre-beauvoir-bouguenais.fr/squelettes/sites_v3/img/picto_pinel.png') no-repeat;
  background-size: contain;
}
#recherche #filtres span#nueprop {
  background: url('//carre-beauvoir-bouguenais.fr/squelettes/sites_v3/img/picto_nue_prop.png') no-repeat;
  background-size: contain;
}
#recherche #filtres span#tvareduite {
  background: url('//carre-beauvoir-bouguenais.fr/squelettes/sites_v3/img/picto_tvz_5_5.png') no-repeat;
  background-size: contain;
}
#recherche #filtres span#psla {
  background: url('//carre-beauvoir-bouguenais.fr/squelettes/sites_v3/img/picto_psla.png') no-repeat;
  background-size: contain;
}
#recherche #filtres span#meublee {
  background: url('//carre-beauvoir-bouguenais.fr/squelettes/sites_v3/img/picto_lmp.png') no-repeat;
  background-size: contain;
}
#recherche #filtres span em {
  display: none;
}
#recherche #filtres .years {
  margin: 20px auto 0;
  max-width: 650px;
}
#recherche #filtres .years span {
  height: auto;
  background: url('//carre-beauvoir-bouguenais.fr/squelettes/sites_v3/img/livraison.png') no-repeat center top;
  opacity: 1;
  text-align: center;
  padding-top: 30px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 -5px;
  width: 20%;
  font-size: 16px;
  line-height: 24px;
  max-width: 20%;
}
#recherche #filtres .years span strong {
  display: block;
  font-size: 26px;
  line-height: 36px;
  font-weight: normal;
  margin-top: -5px;
}
#recherche #filtres .years span:first-child {
  background: url('//carre-beauvoir-bouguenais.fr/squelettes/sites_v3/img/livraison_first.png') no-repeat center top;
}
#recherche #filtres .years span:last-child {
  background: url('//carre-beauvoir-bouguenais.fr/squelettes/sites_v3/img/livraison_last.png') no-repeat center top;
}
#recherche #filtres .years span:hover:first-child,
#recherche #filtres .years span.on:first-child {
  background: url('//carre-beauvoir-bouguenais.fr/squelettes/sites_v3/img/livraison_on_first.png') no-repeat center top;
}
#recherche #filtres .years span:hover:last-child,
#recherche #filtres .years span.on:last-child {
  background: url('//carre-beauvoir-bouguenais.fr/squelettes/sites_v3/img/livraison_on_last.png') no-repeat center top;
}
#recherche #filtres .years span p {
  opacity: 0.5;
  font-style: normal;
  font-size: 1em;
  color: white;
  margin: 0;
  padding: 0;
  line-height: 16px;
}
#recherche #filtres .years span p:hover,
#recherche #filtres .years span.on p {
  opacity: 1;
}
#recherche #filtres .years span:hover,
#recherche #filtres .years span.on {
  background: url('//carre-beauvoir-bouguenais.fr/squelettes/sites_v3/img/livraison_on.png') no-repeat center top;
}
#recherche #carte {
  background-color: #dadada;
}
#recherche #carte .leaflet-marker-icon {
  width: 30px !important;
  height: 41px !important;
}
#recherche #carte .leaflet-container a {
  color: #e10f21;
}
#recherche #carte .leaflet-popup-content p {
  margin: 8px 0;
}
#recherche #carte .leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
  display: none;
}
#recherche #explication.cache {
  display: none;
}
#recherche .points {
  display: none;
}
#recherche .points object {
  max-width: 100%;
}
#recherche .points.on {
  display: block;
}
#recherche .points strong {
  display: block;
  text-transform: uppercase;
  font-size: 19px;
  line-height: 28px;
}
#recherche .points span {
  display: block;
}
#recherche .points a {
  display: inline-block;
  margin: 10px auto;
}
/* Version smartphone */
@media screen and (max-width: 700px) {
  #recherche {
    display: none;
  }
}
/* Version tablette */
@media screen and (max-width: 1024px) {
  #recherche #filtres,
  #recherche #carte {
    display: block;
    width: 100%;
  }
}
/* Version écran moyen */
@media screen and (max-width: 1170px) {
  #recherche #legende {
    position: absolute;
    top: -330px;
    right: 50px;
    left: auto;
  }
  #recherche #legende #explication {
    margin-top: 30%;
  }
  #programmes h2 {
    width: 30%;
  }
  #programmes p {
    margin: 0 auto 20px 12%;
  }
  #programmes .trait {
    left: -20%;
  }
  #programmes .programmes + .trait {
    left: auto;
  }
}
/* Version smartphone */
@media screen and (max-width: 700px) {
  #programmes h2 {
    width: 100%;
    text-align: center;
  }
  #programmes .trait {
    display: none;
  }
}
.grand_conteneur {
  margin: 0 auto;
  max-width: 1135px;
}
.programmes {
  max-width: 1165px;
  width: 100%;
  padding: 0 10px;
  margin: 0 auto;
  max-width: 1195px;
  margin: 50px auto;
  display: flex;
  flex-wrap: wrap;
}
.programmes article {
  display: none;
  list-style: none;
  margin-right: 55px;
  position: relative;
}
.programmes article.on {
  display: inline-block;
}
.programmes article h2 {
  display: none;
}
.programmes article img {
  display: block;
}
.programmes article .offre_speciale {
  background-color: #e10f21;
  color: white;
  position: absolute;
  right: 0;
  top: 15px;
  text-transform: uppercase;
  padding: 4px;
}
.programmes article .offre_speciale + .offre_speciale {
  top: 45px;
}
.programmes article span:not(.offre_speciale) {
  display: block;
  padding: 0 45px;
  font-size: 16px;
  line-height: 24px;
  transition: all .2s ease;
  text-align: center;
}
.programmes article span:not(.offre_speciale) a {
  padding: 10px 0 8px;
  display: inline-block;
}
.programmes article.logement_malin span:not(.offre_speciale) {
  color: white;
  background: #f29a15;
  position: relative;
}
.programmes article.logement_malin span:not(.offre_speciale) a {
  color: white;
  margin-right: 20px;
}
.programmes article.logement_malin span:not(.offre_speciale):before {
  content: '';
  display: block;
  background: url(//carre-beauvoir-bouguenais.fr/squelettes/sites_v3/img/arrow.png) no-repeat center left;
  width: 24px;
  height: 24px;
  border-radius: 24px;
  position: absolute;
  top: 50%;
  left: 100px;
  transform: translateY(-50%);
}
.programmes article.logement_malin a span:not(.offre_speciale) {
  padding: 10px 45px 8px;
}
.programmes article.bien_dexception span:not(.offre_speciale) {
  color: white;
  background: #6a5238;
  position: relative;
}
.programmes article.bien_dexception span:not(.offre_speciale) a {
  color: white;
  margin-right: 20px;
}
.programmes article.bien_dexception span:not(.offre_speciale) a:hover {
  color: #ddd;
}
.programmes article.bien_dexception span:not(.offre_speciale):before {
  content: '';
  display: block;
  background: url(//carre-beauvoir-bouguenais.fr/squelettes/sites_v3/img/arrow.png) no-repeat center left;
  width: 24px;
  height: 24px;
  border-radius: 24px;
  position: absolute;
  top: 50%;
  left: 100px;
  transform: translateY(-50%);
}
.programmes article.bien_dexception a span:not(.offre_speciale) {
  padding: 10px 45px 8px;
}
.programmes article.programme_eko span:not(.offre_speciale) {
  color: white;
  background: #782269;
  position: relative;
}
.programmes article.programme_eko span:not(.offre_speciale) a {
  color: white;
  margin-right: 20px;
}
.programmes article.programme_eko span:not(.offre_speciale) a:hover {
  color: #c4be3e;
}
.programmes article.programme_eko span:not(.offre_speciale):before {
  content: '';
  display: block;
  background: url(//carre-beauvoir-bouguenais.fr/squelettes/sites_v3/img/arrow.png) no-repeat center left;
  width: 24px;
  height: 24px;
  border-radius: 24px;
  position: absolute;
  top: 50%;
  left: 100px;
  transform: translateY(-50%);
}
.programmes article.programme_eko a span:not(.offre_speciale) {
  padding: 10px 45px 8px;
}
.programmes article#article_7105 span:not(.offre_speciale) a + a {
  background: none;
  padding-left: 0;
}
.programmes article#article_7734 span:before {
  left: 90px;
}
.programmes article#article_9696 a.pinel:before {
  left: 25px;
}
.programmes + .trait {
  background-color: #e10f21;
}
p#noprogrammes {
  display: none;
  margin: 50px auto;
  width: 100%;
  padding: 0;
  text-align: center;
}
p#noprogrammes.on {
  display: block;
}
.page_sommaire p#noprogrammes {
  margin-bottom: -50px;
}
/* Version grand écran */
@media screen and (min-width: 1550px) {
  .programmes {
    max-width: 1540px;
  }
  .programmes .grand_conteneur {
    max-width: 1510px;
  }
}
/* Pagination */
.pagination {
  text-align: right;
  margin-bottom: 100px;
  background-color: #f6f6f6;
}
.pagination ul {
  max-width: 1165px;
  width: 100%;
  padding: 0 10px;
  margin: 0 auto;
  padding: 30px 0;
}
.pagination ul li {
  border-bottom-left-radius: 10px;
  border-top-right-radius: 10px;
  border: 1px solid #4b3e48;
  color: #4b3e48;
  display: inline-block;
  margin: 0 5px;
}
.pagination ul li a {
  color: #4b3e48;
  display: block;
  padding: 10px 20px;
}
.pagination ul li span {
  display: block;
  padding: 10px 20px;
}
.pagination ul li.on,
.pagination ul li:hover {
  background-color: #4b3e48;
  color: white;
  display: inline-block;
  margin: 0 5px;
  border-bottom-left-radius: 10px;
  border-top-right-radius: 10px;
}
.pagination ul li.on a,
.pagination ul li:hover a {
  color: white;
}
/* Arbo */
div.arbo {
  background: #4b3e48;
}
div.arbo p {
  max-width: 1165px;
  width: 100%;
  padding: 0 10px;
  margin: 0 auto;
  padding: 10px 10% 10px 10px;
  color: white;
}
div.arbo p a,
div.arbo p strong {
  color: white;
}
/* Tout savoir sur ADI */
#adi {
  z-index: 2;
  margin-top: -40px;
  background-color: #f6f6f6;
  padding: 50px 0 0;
}
#adi section {
  max-width: 1205px;
  width: 100%;
  padding: 0 10px;
  margin: 0 auto;
  position: relative;
}
#adi section .articles {
  display: inline-block;
  width: 40%;
  max-height: 680px;
  overflow: auto;
  direction: rtl;
}
#adi section .articles article {
  display: none;
  direction: ltr;
  padding-left: 20px;
}
#adi section .articles article h2 {
  font-size: 26px;
  line-height: 36px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
#adi section .articles article h3 {
  margin: 20px 0 5px;
}
#adi section .articles article.on {
  display: block;
}
#adi section .articles article p,
#adi section .articles article li {
  font-size: 16px;
  line-height: 24px;
  color: #4b3e48;
  margin: 0 0 20px 0;
  text-align: justify;
}
#adi section .articles article p.chapo,
#adi section .articles article li.chapo {
  font-size: 19px;
  line-height: 28px;
  color: #e10f21;
  text-align: left;
}
#adi section .articles article p strong,
#adi section .articles article li strong {
  color: #e10f21;
}
#adi section > img {
  position: absolute;
  top: auto;
  bottom: -100px;
  left: 30px;
}
#adi section .droite {
  display: inline-block;
  width: 50%;
  text-align: center;
  vertical-align: top;
  margin-left: 5%;
}
#adi section .droite > img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
}
#adi section #menu_adi {
  max-width: 400px;
  margin: 0 auto 50px;
}
#adi section #menu_adi li {
  list-style: none;
  width: 145px;
  min-height: 145px;
  display: inline-flex;
  vertical-align: top;
  text-align: center;
  text-transform: uppercase;
  border-bottom-left-radius: 10px;
  border-top-right-radius: 10px;
  border: 1px solid #f6f6f6;
  margin-bottom: 20px;
}
#adi section #menu_adi li:nth-child(1),
#adi section #menu_adi li:nth-child(3) {
  margin-right: 20px;
}
#adi section #menu_adi li a {
  color: #4b3e48;
  display: block;
  margin: auto;
  padding: 0 20px;
  font-size: 13px;
  line-height: 18px;
}
#adi section #menu_adi li img {
  display: block;
  margin: auto auto 20px;
}
#adi section #menu_adi li img + img {
  display: none;
}
#adi section #menu_adi li:hover,
#adi section #menu_adi li.on {
  border-color: #e10f21;
}
#adi section #menu_adi li:hover a,
#adi section #menu_adi li.on a {
  color: #e10f21;
}
#adi section #menu_adi li:hover img,
#adi section #menu_adi li.on img {
  display: none;
}
#adi section #menu_adi li:hover img + img,
#adi section #menu_adi li.on img + img {
  display: block;
}
#voirreferences {
  max-width: 1165px;
  width: 100%;
  padding: 0 10px;
  margin: 0 auto;
  margin-bottom: 110px;
}
#voirreferences .droite {
  display: inline-block;
  width: 50%;
  margin-left: 45%;
  text-align: center;
}
#voirreferences .droite .trait {
  background-color: #e10f21;
  margin-top: -20px;
}
/* Version smartphone */
@media screen and (max-width: 700px) {
  #adi,
  #voirreferences {
    display: none;
  }
}
/* Références */
.references h1 {
  max-width: 1165px;
  width: 100%;
  margin: 60px auto 40px;
  padding: 0 10px;
}
.references section {
  max-width: 1165px;
  width: 100%;
  padding: 0 10px;
  margin: 0 auto;
  position: relative;
  text-align: center;
}
.references section article {
  position: relative;
  margin: 40px auto;
  text-align: left;
}
.references section article h2 {
  color: #e10f21;
  text-transform: uppercase;
  padding: 20px;
}
.references section article p,
.references section article ul.spip {
  font-size: 16px;
  line-height: 24px;
  color: #4b3e48;
}
.references section article ul.spip {
  margin: 20px;
}
.references section article .galerie {
  position: relative;
  width: 570px;
  height: 420px;
  float: left;
  margin-right: 80px;
}
.references section article .galerie li {
  position: absolute;
  list-style: none;
  opacity: 0;
  margin: 0;
  transition: all .2s ease;
}
.references section article .galerie li.on {
  opacity: 1;
}
.references section article .vignettes {
  position: absolute;
  top: auto;
  bottom: 5px;
  width: 570px;
  text-align: center;
  background-color: #4b3e48;
}
.references section article .vignettes li {
  width: 6px;
  height: 6px;
  border-radius: 4px;
  border: 1px solid white;
  display: inline-block;
  margin: 15px 5px;
  cursor: pointer;
}
.references section article .vignettes li:hover,
.references section article .vignettes li.on {
  background-color: white;
}
.references section article .vignettes li span {
  display: none;
}
.references section article .prix p {
  color: #e10f21;
}
