.float-left {
  float: left;
}
.float-right {
  float: right;
}
.float-row {
  overflow: auto;
}
.clear {
  clear: both;
}
.left {
  text-align: left;
}
.right {
  text-align: right;
}
.center {
  text-align: center;
}
.colonne3 {
  width: 24%;
  float: left;
  margin: 0 4%;
}
.colonne2 {
  width: 42%;
  float: left;
  margin: 0 4%;
}
.colonne1 {
  width: 80%;
  float: left;
  margin: 0 10%;
}
.fit {
  width: 100%;
  color: #fff;
}
.inline {
  display: inline-block;
}
.bold {
  font-weight: bold;
}
.justif {
  text-align: justify;
}
@font-face {
  font-family: Bariol;
  src: url("font/Bariol_Regular.otf") format("opentype");
}
@font-face {
  font-family: Bariol;
  font-style: italic;
  src: url("font/Bariol_Regular_Italic.otf") format("opentype");
}
.bariol {
  font-family: 'Bariol' !important;
  font-size: calc(118%);
}
.btn {
  height: 26px;
  line-height: 26px;
  padding: 8px 20px 6px 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  -khtml-border-radius: 4px;
  border-radius: 4px;
  background: #4998dc;
  color: #ffffff;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
}
.btn:hover {
  background-color: #236fb7;
  text-decoration: none;
  transition: background-color 200ms linear;
}
input[type="submit"].btn {
  padding: 0px 20px;
}
.btn-second {
  padding: 5px 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  -khtml-border-radius: 4px;
  border-radius: 4px;
  background: #efefef;
  border-bottom: 2px solid #dddddd;
  color: #2d3e51;
  text-decoration: none;
}
.btn-second:hover {
  background-color: #e0e0df;
  text-decoration: none;
  transition: background-color 200ms linear;
}
.btn-second i {
  font-size: 18px;
  position: relative;
  top: 2px;
  margin-right: 5px;
}
.btn-second-dis {
  background: #dddddd;
  color: #fff;
  font-weight: 600;
}
.btn-second-dis i {
  display: none;
}
.btnRef {
  float: right;
  margin: 20px 10px 0px 0px;
  padding: 6px 14px;
  background: #508ac9;
  color: #FFF;
  border-radius: 4px;
}
.btnDis {
  font-size: 14px;
  background: #f0f0f0;
  border: 1px solid #c8c8c8;
  color: #b4b4b4;
  border-radius: 3px;
}
.btn-pad {
  padding: 15px 20px;
}
.btn-blue {
  background: none repeat scroll 0 0 #4998dc;
  border-bottom: none!important;
  margin-top: 10px;
}
.btn-blueDark {
  background: none repeat scroll 0 0 #2d3e51;
  border-bottom: none!important;
  margin-top: 10px;
}
.btn-red {
  background: none repeat scroll 0 0 #e74c3c;
  border-bottom: none!important;
  margin-top: 10px;
}
.btn-red:hover {
  background-color: #e74c3c;
}
.divError {
  text-align: center;
  color: #e74c3c;
}
.divError i {
  position: relative;
  top: 2px;
}
.divSuccess {
  text-align: center;
  color: #1abc9c;
}
.divSuccess i {
  position: relative;
  top: 2px;
}
.divInfo {
  border-radius: 3px;
  padding: 5px 10px;
  background: #fcf8e3;
  color: #c09853;
  border: 1px solid #fbeed5;
  font-size: 13px;
}
.divSubmit {
  text-align: right;
  color: #646464;
  padding: 10px 20px;
}
.quote {
  font-size: 14px;
  color: #969696;
  font-weight: 300;
  font-style: italic;
  text-align: left;
}
.clearfix:after {
  content: " ";
  /* Older browser do not support empty content */
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}
body {
  margin: 0px;
  padding: 0px;
  font-family: 'Open sans', arial, sans-serif;
  font-size: 14px;
  color: #000000;
}
* {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#pubTshirt {
  position: fixed;
  bottom: 0px;
  z-index: 100;
  right: 30px;
  display: block;
  width: 300px;
  height: 160px;
}
a {
  color: #4998dc;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-touch-callout: none;
}
a:hover {
  text-decoration: underline;
}
a img {
  border: 0 none;
}
h1 {
  font-size: 27px;
}
h2 {
  font-size: 24px;
}
h3 {
  font-size: 18px;
  margin: 0px 0px 10px 0px;
}
p {
  font-size: 14px;
}
.second {
  font-size: 13px;
  color: #b4b4b4;
}
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: none;
  outline: none;
}
input[type="submit"]:hover {
  text-decoration: underline;
}
input[type="text"],
input[type="password"],
input[type="email"],
select[name="sujet"],
select[name="gender"],
select[name="enrol_reason"],
textarea {
  outline: none;
  -webkit-appearance: none;
  font-size: 13px;
  padding: 8px 30px 8px 10px;
  width: 200px;
  border: 2px solid #d5d5d5;
  background: #fff;
  border-radius: 6px;
  box-shadow: none;
}
select[name="sujet"],
select[name="gender"],
select[name="enrol_reason"] {
  width: auto;
}
select[name="gender"] {
  margin: 5px 0 5px 7%;
}
select[name="enrol_reason"] {
  margin: 5px 0 5px 0;
}
select {
  background: #f6f6f6;
  border: 1px solid #dcdcdc;
  padding: 4px;
  border-radius: 3px;
}
.inpRechGeo {
  width: 400px;
  text-align: left;
  border: 2px solid #d5d5d5;
  background: #fff;
  border-radius: 6px;
  position: relative;
}
.inpRechGeo #rechGeoloc {
  position: absolute;
  right: 0;
  top: 0;
}
.inpRechGeo input {
  min-width: 212px;
  padding: 8px 10px;
  width: 85%;
  border: 0 none;
  margin: 0px;
}
.inpRechGeo a {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: -2px;
  color: #D4D4D4;
}
.inpRechGeo a:hover {
  text-decoration: none;
  color: #4998dc;
}
input[type="submit"] {
  border: 0 none;
  text-decoration: none;
}
.input-circle {
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #000;
  font-size: 13px;
  line-height: 1em;
}
.input-circle span {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin: 3px;
  background: #000;
  font-size: 13px;
  line-height: 1em;
}
/* path google map */
.gm-style-cc {
  display: none !important;
}
/* ********************* Template ********************* */
.spriteTemoignage { background: url('../img/sprites/temoignages.png') no-repeat top left; width: 160px; height: 110px;  }
.spriteTemoignage.temoignage_lyon { background-position: 0 0; width: 144px; height: 108px; }
.spriteTemoignage.temoignage_malo { background-position: -154px 0; width: 144px; height: 108px; }
.spriteTemoignage.temoignage_paris { background-position: -308px 0; width: 144px; height: 108px; }
.spriteTemoignage.temoin1 { background-position: -462px 0; }
.spriteTemoignage.temoin2 { background-position: -632px 0; }
.spriteTemoignage.temoin3 { background-position: -802px 0; }
.spriteTemoignage.temoin4 { background-position: -972px 0; }

.spriteBadges { background: url('../img/sprites/spriteBadges.png') no-repeat top left; width: 64px; height: 64px;  }
.spriteBadges.badge_france { background-position: 0 0; width: 120px; height: 110px; }
.spriteBadges.badge_pub { background-position: 0 -120px; width: 120px; height: 110px; }
.spriteBadges.badge_secure { background-position: 0 -240px; width: 120px; height: 110px; }
.spriteBadges.valeur_gratuit { background-position: 0 -360px; }
.spriteBadges.valeur_secure { background-position: 0 -434px; }
.spriteBadges.valeur_solidaire { background-position: 0 -508px; }

.spritePresseLogo { background: url('../img/sprites/spritePresseLogo.png') no-repeat top left; width: 150px; height: 50px;  }
.spritePresseLogo.bfm_logo { background-position: 0 0; }
.spritePresseLogo.footer_cotuesday { background-position: -160px 0; width: 92px; height: 28px; }
.spritePresseLogo.logo_happycity { background-position: -262px 0; width: 245px; height: 167px; }
.spritePresseLogo.logo_digital { background-position: -517px 0; width: 70px; height: 70px; }
.spritePresseLogo.logo_home { background-position: -597px 0; width: 468px; height: 116px;  margin: auto;}
.spritePresseLogo.logo_zebre { background-position: -1075px 0; width: 70px; height: 70px; }
.spritePresseLogo.presse_20minutes { background-position: -1155px 0; }
.spritePresseLogo.presse_100mag { background-position: -1315px 0; }
.spritePresseLogo.presse_francebleu { background-position: -1475px 0; }
.spritePresseLogo.presse_lepetitbleu { background-position: -1635px 0; }
.spritePresseLogo.presse_ouestfrance { background-position: -1795px 0; }
.spritePresseLogo.presse_rtl { background-position: -1955px 0; }
.spritePresseLogo.presse_telegramme { background-position: -2115px 0; }
.spritePresseLogo.presse_tribune { background-position: -2275px 0; }
.spritePresseLogo.footer_logo { background-position: -2435px 0; width: 108px; height: 18px; }

.spriteServ { background: url('../img/sprites/spriteServ.png') no-repeat top left; width: 200px; height: 192px;  }
.spriteServ.serv_alerte { background-position: 0 0; }
.spriteServ.serv_bonplan { background-position: -210px 0; }
.spriteServ.serv_covoit { background-position: -420px 0; }
.spriteServ.serv_entraide { background-position: -630px 0; }
.spriteServ.serv_event { background-position: -840px 0; }
.spriteServ.serv_perduTrouve { background-position: -1050px 0; }
.spriteServ.serv_troc { background-position: -1260px 0; }
.spriteServ.fleche_droite { background-position: -1470px 0; width: 40px; height: 40px; }
.spriteServ.fleche_gauche { background-position: -1520px 0; width: 40px; height: 40px; }
header {
  height: 440px;
}
header #headTop {
  height: 50px;
  text-align: center;
  background: #4998dc;
}
header #headImg {
  height: 390px;
  background-size: cover;
  background-position: center center;
}
#content {
  background: #f0f0f0;
}
#content #main {
  position: relative;
  top: -100px;
  width: 100%;
  max-width: 960px;
  background: #fff;
  margin: auto;
  border: 1px solid #dadada;
}
#connectHead {
  border-radius: 0px 0px 0px 18px;
  -moz-border-radius: 0px 0px 0px 18px;
  -webkit-border-radius: 0px 0px 0px 18px;
  padding: 11px 15px 10px 27px;
  background-color: white;
  position: fixed;
  right: 0;
  top: 0;
  border-color: #4998dc;
  border-style: none none solid solid;
  float: right;
  z-index: 1;
}
#connectHead.stayTop {
  position: fixed;
  top: 0;
}
#headTop > a {
  display: inline-block;
  margin-top: 7px;
}
#headTop > a img {
  height: 36px;
}
.btnConnex2 {
  display: none;
}
.btnConnex {
  font-weight: bold;
  color: #4998dc;
  background: none repeat scroll 0 0 #ffffff;
  padding: 6px 20px 4px;
  border: 2px solid #4998dc;
}
.btn.btnConnex:hover {
  color: white;
}
.btnInscr {
  font-weight: bold;
}
#aide {
  margin-right: 15px;
}
/* Fin du template */
/* ========= Footer ========= */
footer {
  width: 100%;
  background: url('../img/footer_texture.png') #2b2b2b;
}
footer .main #footerCont {
  max-width: 1300px;
  margin: auto;
}
footer .main .tabFooter {
  margin-left: 80px;
}
footer .main .tabFooter tr th {
  width: 250px;
  height: 50px;
  text-align: left;
  font-size: 14px;
  color: #58595b;
}
footer .main .tabFooter tr td {
  height: 25px;
  font-size: 13px;
  color: #cccccc;
}
footer .main .tabFooter a {
  color: #cccccc;
}
footer .main .tabFooter .part a {
  font-weight: bold;
  color: #4998dc;
}
footer .main .tabFooter tr .part {
  width: 550px;
}
footer .main .tabFooter .part img {
  margin-right: 15px;
}
footer .main .soon {
  float: right;
  margin: 40px 40px 0px 0px;
  line-height: 40px;
}
footer .main .cdt {
  display: block;
  min-height: 40px;
  line-height: 40px;
  margin-left: 80px;
  color: #58595b;
}
@media screen and (max-device-width: 769px) {
  footer .main .cdt {
    text-align: center;
  }
  .spritePresseLogo.footer_logo {
    margin: 0 auto;
  }
}
footer .main .cdt span.footinfo {
  margin-right: 15px;
  margin-left: 15px;
}
footer .main .cdt a {
  color: #58595b;
}
footer #footerPress {
  width: 100%;
  min-height: 70px;
  text-align: center;
  border-bottom: 1px solid #58595b;
  margin-bottom: 30px;
  overflow: hidden;
}
footer #footerPress a {
  display: inline-block;
  margin: 0px auto;
  margin-top: 10px;
  text-align: center;
}
#map2 {
  width: 470px;
}
#mapModMarker img {
  float: left;
  margin: 2px 8px 10px 0;
}
#mapModMarker {
  font-size: 12px;
  margin-top: 3px;
  margin-right: 15px;
  width: 350px;
  float: left;
}
#mapHelp img {
  float: left;
  margin-right: 8px;
  margin-top: 2px;
}
#mapHelp {
  font-size: 12px;
  margin-top: 3px;
  width: 170px;
  float: left;
}
.zoneValid {
  background: #f9f9f9;
  border-top: 1px solid #e6e6e6;
  color: #646464;
  padding: 10px 5px;
}
.btnB {
  display: inline-block;
  height: 26px;
  line-height: 26px;
  padding: 0px 20px;
  background: #dcdcdc;
  border-radius: 3px;
  border: 0 none;
  cursor: pointer;
  color: #646464;
}
.btnGreen {
  background-image: linear-gradient(#68c580, #488f4c);
  padding: 3px 20px;
  border-radius: 5px;
  color: #ffffff;
  font-size: 13px;
}
.btnGreen:hover {
  background: #488f4c;
  text-decoration: none;
}
.round {
  border-radius: 50%;
}
.round3px {
  border-radius: 3px;
}
.round5px {
  border-radius: 5px;
}
.round8px {
  border-radius: 8px;
}
/* inscription: carte postale */
.cartePostal {
  position: relative;
  display: inline-block;
  min-width: 275px;
  height: 170px;
  box-shadow: 0px 0px 5px #c8c8c8;
  margin: 0px auto 20px auto;
  background: #ffffff;
  transform-origin: 50% 50%;
  transform: rotate(-3deg);
  padding: 5px;
}
.cartePostal td {
  border-bottom: 1px solid #e6e6e6;
  height: 20px;
  padding-bottom: 1px;
  text-align: right;
  vertical-align: bottom;
  font-family: "comic sans ms";
  white-space: nowrap;
  font-size: 10px;
}
/* ==== connexion ==== */
.connexFB {
  display: block;
  width: 260px;
  margin: 10px auto;
  background: #4365ac;
  border-bottom: 2px solid #1C459C;
  border-radius: 3px;
  color: #ffffff;
  text-align: left;
  font-weight: bold;
  padding: 6px 10px;
}
.connexFB i {
  margin-top: 3px;
  font-size: 20px;
  margin-right: 6px;
}
.connexFB:hover {
  text-decoration: none;
}
.connexGoogle {
  display: block;
  width: 260px;
  margin: 10px auto;
  background: #dd402d;
  border-bottom: 2px solid #a92b1c;
  border-radius: 3px;
  color: #ffffff;
  text-align: left;
  font-weight: bold;
  padding: 6px 10px;
}
.connexGoogle i {
  margin-top: 3px;
  font-size: 20px;
  margin-right: 6px;
}
.connexGoogle:hover {
  text-decoration: none;
}
/* =======================================================================================================================================
================================================ Responsive Tablette Horizontal ======================================================= */
@media screen and (min-device-width: 461px) and (max-device-width: 1024px) {
  body {
    background: #fff;
  }
  #headImg {
    height: 180px !important;
  }
  header {
    height: 300px !important;
  }
  .tabFooter {
    margin-left: 15px !important;
  }
  .cdt {
    margin-left: 15px !important;
    font-size: 12px !important;
  }
  #connectHead {
    top: 50px;
    position: absolute;
  }
}
/* =======================================================================================================================================
================================================== Responsive Mobile Vertical ========================================================= */
@media screen and (max-device-width: 540px) {
  body {
    background: #fff;
  }
  header {
    height: 200px !important;
  }
  header #headImg {
    height: 180px;
  }
  #content #main {
    top: 0;
  }
  footer #footerPress {
    display: none !important;
  }
  footer .soon {
    display: none !important;
  }
  footer .part {
    display: none !important;
  }
  footer .tabFooter {
    margin-left: 15px !important;
  }
  footer .cdt {
    margin-left: 15px !important;
  }
  footer .cdt span.footinfo {
    display: none !important;
  }
  #logoCotuesday {
    display: none !important;
  }
  #footSecure {
    padding: 10px !important;
  }
  #sect1 {
    padding-bottom: 0!important;
  }
  #sect2 {
    padding: 0;
  }
  #map2 {
    width: 100% !important;
    height: 260px !important;
  }
  #cont {
    margin: 0px !important;
  }
  .tabSecond {
    margin: 0px !important;
  }
  .tabSecond tr td:last-child {
    display: none !important;
  }
  #btnRecom {
    margin-bottom: 5px;
  }
  #insInfoVoisi {
    display: none;
  }
  #connexion {
    width: 100% !important;
    padding: 10px;
  }
  #connexion #connexBloc1 {
    float: none !important;
    border: 0 none !important;
    width: 360px !important;
  }
  #connexion #connexBloc2 {
    width: 100% !important;
    float: none !important;
    margin-top: 0px !important;
  }
  .connexFB {
    width: 80% !important;
  }
  .connexGoogle {
    width: 80% !important;
  }
  #connectHead {
    top: 50px;
  }
  #aide {
    display: none;
  }
  #share {
    display: none;
  }
  #pubTshirt {
    display: none;
  }
  .soon {
    display: none;
  }
}
/* ========= Barre de cookies ========= */
#com-message {
  background: #fff none repeat scroll 0 0;
  height: 50px;
  line-height: 50px;
  position: fixed;
  top: 0;
  z-index: 13;
  padding-left: 10px;
}
#com-message span {
  color: #58595b;
}
#com-message #message {
  float: left;
}
#com-message #cookies_accept {
  padding: 4px 10px;
  margin-left: 20px;
}
@media screen and (max-device-width: 1250px) {
  #com-message {
    top: 50px;
    width: 100%;
    margin-top: 5px;
    height: auto;
    min-height: 50px;
  }
  #com-message #message {
    width: 65%;
    margin-top: 4px;
    line-height: initial;
  }
  #com-message #cookies_accept {
    float: right;
    line-height: 15px;
    margin: 12px 17px!important;
  }
}
/* ========= Barre de connexion ========= */
#bandHead {
  position: fixed;
  top: 0px;
  width: 100%;
  height: 50px;
  line-height: 50px;
  z-index: 12;
  background: #FFF;
  color: #000;
  box-shadow: 0px 0px 10px #bebebe;
}
#bandHead .main {
  margin: 0px auto;
  padding: 0px 40px;
}
#bandHead .co {
  float: right;
}
#bandHead a {
  line-height: normal;
}
/* ========= Encart nos valeurs ========== */
#nosvaleurs {
  width: 120px;
  position: fixed;
  top: 110px;
  z-index: 1;
}
#nosvaleurs img {
  left: -120px;
  position: relative;
}
#nosvaleurs #closevaleurs {
  color: #d5d5d5;
  z-index: 2;
  font-size: 20px;
  margin-left: 93px;
  margin-top: -16px;
  display: none;
  position: fixed;
}
/* ========= Slide 1 ========= */
#sect1 {
  width: 100%;
  background-color: #f5f5f5;
}
#sect1 .main {
  position: relative;
}
#sect1 .main .para {
  padding-top: 100px;
  width: 900px;
  margin: 0px -450px;
  text-align: center;
  color: #FFF;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 50%;
}
#sect1 .main .center {
  position: relative;
}
#sect1 .main .para #typed {
  font-size: 30px;
  margin-top: 30px;
}
.typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  font-size: 26px;
}
.btn-trans {
  border: solid 1px #fff;
  background: transparent;
  padding: 10px 30px;
  color: #fff;
  font-size: 26px;
  margin-top: 10px;
  border-radius: 4px;
  display: inline-block;
  font-weight: 700;
}
.btn-trans:hover {
  background-color: #fff;
  text-decoration: none;
  color: #4998dc;
}
#sect1 .main #adresse {
  background-color: rgba(73, 152, 220, 0.7);
  height: 100px;
  position: absolute;
  bottom: 5px;
  width: 100%;
  margin-top: 0px;
  text-align: center;
}
#sect1 .main #adresse > div {
  margin: 30px auto 0;
  width: 80%;
}
#sect1 #adresse #textaide {
  color: #fff;
  font-family: 'Architects Daughter', arial, sans-serif;
  margin: 0;
  margin-right: 2%;
  width: 23%;
  float: left;
  text-align: right;
  max-height: 45px;
  overflow-y: hidden;
  max-width: 250px;
  line-height: 13px;
}
#sect1 .main #adresse .inpRechGeo {
  display: block;
  width: 60%;
  height: 40px;
  margin: auto;
  font-size: 16px;
  float: left;
}
#sect1 .main #adresse a.btn {
  float: left;
  margin-left: 2%;
  height: 40px;
  padding: 8px 2%;
  line-height: 25px;
  border-bottom: none!important;
  width: 13%;
  font-size: 16px;
}
#sect1 .main div {
  margin-top: 30px;
}
#sect1 .main div p a {
  font-family: 'Open sans', arial, sans-serif;
  font-weight: bold;
  font-size: 14px;
  color: #2d3e51;
}
#sect1 .btnM {
  display: inline-block;
  width: 154px;
  height: 35px;
  line-height: 35px;
  margin-top: 10px;
  text-align: center;
  font-size: 13px;
  font-weight: bold;
  background: #ffffff;
  color: #2d3e51;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}
#sect1 input[type="text"] {
  padding: 10px 0 10px 10px;
}
#sect1 #logo_small {
  display: none;
}
#homepage_video {
  width: 100%;
  height: auto;
  margin-top: -10%;
}
.bloc13 .info {
  display: inline-block;
  width: 230px;
  vertical-align: top;
  text-align: center;
}
.bloc13 .info h3 {
  margin: 0px;
  color: #2d3e51;
}
.bloc13 .info p {
  color: #fff;
  font-size: 14px;
  margin: 0px;
}
.bloc13 .mid {
  margin-left: 120px;
  margin-right: 120px;
}
.bloc13 .second {
  margin: 0px auto;
  color: #FFF;
}
#adresse #loader {
  margin-top: -20px;
  position: absolute;
  width: 80%;
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* ========= Barre de partage ========= */
#valeurs {
  width: 100%;
  text-align: center;
  background: #f5f5f5;
  border-bottom: 1px solid #e1e1e1;
}
#valeurs .main > div {
  display: inline-block;
  width: 27%;
  margin: 0px 3%;
  text-align: left;
  font-weight: 700;
}
#valeurs p {
  color: #58595b;
  width: 70%;
  margin: 0 0 0 2%;
  line-height: 13px;
  font-size: 13px;
}
#valeurs p:first-of-type {
  margin: 2% 0 0 2%;
  color: #4998dc;
  line-height: 17px;
  font-size: 12px;
}
#valeurs img {
  margin: 5px 0 0 0;
}
/* ========= Slide 2 ========= */
#sect2 {
  width: 100%;
  padding-bottom: 30px;
  display: inline-block;
}
#sect2 .main {
  max-width: 1120px;
  margin: auto;
  border: 1px solid #fff;
}
#sect2 .tem-col {
  width: 59%;
  margin: 0 5%;
}
#sect2 .sign {
  font-weight: 700;
  font-size: 16px;
}
/* ========= Slide 3 ========= */
#sect3 {
  width: 100%;
  padding-bottom: 30px;
}
#sect3 .main {
  max-width: 1100px;
  margin: auto;
}
#sect3 .btnM {
  display: inline-block;
  top: 0px;
  left: 125px;
  width: 154px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  font-size: 13px;
  font-weight: bold;
  background: #4998dc;
  color: #FFF;
  border: none;
  cursor: pointer;
  border-radius: 4px;
}
#sect3 .main .title {
  float: right;
  display: block;
  width: 650px;
  margin: 0px;
  padding: 0px;
  text-align: right;
  font-size: 18px;
  color: #2d3e51;
  font-weight: bold;
}
#sect3 .main .info {
  display: block;
  width: 360px;
  height: 400px;
  float: left;
  margin-left: 10px;
}
#sect3 .main .info .fslider {
  position: relative;
  display: block;
  width: 360px;
  height: 320px;
}
#sect3 .main .info .fslider > div {
  position: absolute;
  z-index: 8;
  text-align: justify;
}
#sect3 .main .map {
  float: right;
  position: relative;
  display: inline-block;
  width: 575px;
  height: 300px;
}
#sect3 .main .map .ptmap {
  position: absolute;
}
#sect3 .fslider .s3btnPrec {
  position: absolute;
  top: 90px;
  left: 0px;
  z-index: 11;
}
#sect3 .fslider .s3btnSuiv {
  position: absolute;
  top: 90px;
  right: 0px;
  z-index: 11;
}
.videoWrapper {
  position: relative;
  /*padding-bottom: 56.25%; /* 16:9 */
  padding-bottom: 50%;
  padding-top: 25px;
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=99)";
  filter: alpha(opacity=99);
  -moz-opacity: 0.99;
  -khtml-opacity: 0.99;
  opacity: 0.99;
  border: 5px #4998dc dashed;
}
.f1,
.f2,
.f3,
.f4,
.f5,
.f6,
.f7 {
  background: #fff;
  min-height: 322px;
}
.f1 .spriteServ,
.f2 .spriteServ,
.f3 .spriteServ,
.f4 .spriteServ,
.f5 .spriteServ,
.f6 .spriteServ,
.f7 .spriteServ {
  display: block;
  margin: 0px auto 10px auto;
}
.ptmap1:hover,
.ptmap2:hover,
.ptmap3:hover,
.ptmap4:hover,
.ptmap5:hover,
.ptmap6:hover,
.ptmap7:hover {
  cursor: pointer;
}
.ptmap0 {
  position: absolute;
  top: 60px;
}
.ptmap1 {
  top: 50px;
  left: 120px;
}
.ptmap2 {
  top: 30px;
  left: 310px;
}
.ptmap3 {
  top: 40px;
  left: 460px;
}
.ptmap4 {
  top: 130px;
  left: 380px;
}
.ptmap5 {
  top: 80px;
  left: 220px;
}
.ptmap6 {
  top: 180px;
  left: 250px;
}
.ptmap7 {
  top: 120px;
  left: 50px;
}
.btnJeParticip {
  margin: 20px 0px;
}
/* ======== temoins ======== */
#temoins {
  position: relative;
  width: 100%;
  margin: 0px;
  padding: 0px;
  overflow: hidden;
  background: #f6f6f6;
}
#temoins .main {
  max-width: 1100px;
  margin: auto;
  height: 150px;
}
#temoins .slide {
  display: inline-block;
  vertical-align: top;
  padding: 10px;
  color: #303030;
}
#temoins .slide .spriteTemoignage {
  margin-right: 20px;
}
#temoins .slide p {
  margin: 0px;
  padding: 0px;
  font-size: 13px;
  text-align: justify;
}
#temoins .slide p i {
  font-size: 16px;
}
#temoins .slide span {
  display: inline-block;
  font-size: 11px;
  margin-top: 10px;
}
/* ========= Slide 4 ========= */
#sect4 {
  padding-bottom: 70px;
}
#sect4 .main {
  max-width: 1100px;
  margin: auto;
  padding: 0 2%;
}
#sect4 .bandeau {
  float: left;
  width: 670px;
  margin-right: 40px;
}
#sect4 .text {
  float: left;
  width: 300px;
}
#sect4 .title {
  font-size: 18px;
  color: #2d3e51;
  font-weight: bold;
}
/* ========= Slide 5 ========= */
#sect5 {
  padding-bottom: 60px;
  overflow: hidden;
}
#sect5 .main {
  max-width: 1100px;
  margin: auto;
}
#sect5 p {
  min-height: 80px;
}
/* ========= Slide 6 ========= */
#sect6 .main {
  max-width: 1100px;
  margin: auto;
}
/* ========= Happy city ========= */
#sect7 {
  overflow: hidden;
  background-color: #4998DC;
}
#sect7 .fit {
  max-width: 245px;
}
#sect7 .main {
  max-width: 1100px;
  margin: auto;
  color: #F1F1F1;
}
#sect7 .main p {
  margin-top: 4px;
}
#sect7 .main h2 {
  font-weight: 700;
  font-size: 22pt;
  margin-bottom: 0px;
}
#sect7 .main .links {
  color: #2d3e51;
  font-weight: 700;
}
#sect7 .main .colonne2-1 {
  width: 26%;
}
#sect7 .main .colonne2-1 .logo_happycity {
  margin-top: 33px;
}
#sect7 .main .colonne2-2 {
  width: 58%;
  margin-bottom: 30px;
}
#sect7 .main .btnlinks {
  background-color: #2d3e51;
  border-radius: 3px;
  height: 26px;
  padding: 8px 20px 6px;
  color: #F1F1F1;
}
#sect7 .main .btnplus {
  background-color: #F1F1F1;
  border-radius: 3px;
  height: 26px;
  padding: 8px 20px 6px;
  color: #2d3e51;
}
@media screen and (max-device-width: 760px) {
  #sect7 .main .colonne2-1 {
    text-align: center;
  }
  #sect7 .main .colonne2-1,
  #sect7 .main .colonne2-2 {
    width: 96%;
  }
}
#partInfo {
  max-width: 1600px;
  margin: auto;
}
#partInfo div {
  display: table-cell;
  vertical-align: top;
  width: 33.33%;
  padding: 35px 25px;
  color: #404040;
  background-size: cover;
}
#partInfo div h3 {
  margin: 0px;
  padding: 0px;
  font-size: 22px;
}
#partInfo div h4 {
  margin: 0px;
  padding: 0px;
  font-size: 16px;
}
#partInfo div a {
  margin-top: 10px;
  padding: 5px 15px;
  color: #fff;
  border-radius: 3px;
  font-weight: bold;
}
#partInfo .partCollec {
  background-image: url(../img/part_consocollab.png);
}
#partInfo .partCollec h3 {
  color: #4998dc;
}
#partInfo .partCollec a {
  background: #4998dc;
}
#partInfo .partCommer {
  background-image: url(../img/part_commerce.png);
}
#partInfo .partCommer h3 {
  color: #2d3e51;
}
#partInfo .partCommer a {
  background: #2d3e51;
}
#partInfo .partAsso {
  background-image: url(../img/part_association.png);
}
#partInfo .partAsso h3 {
  color: #e74c3c;
}
#partInfo .partAsso a {
  background: #e74c3c;
}
#partInfo div:hover {
  background: #fff;
}
#partSharing {
  text-align: left;
  margin-bottom: 20px;
}
#partSharing img {
  max-width: 500px;
}
#partSharing .colonne2 {
  vertical-align: middle;
  display: inline-block;
  float: none;
  margin: 0 3%;
}
.sepa {
  width: 100%;
  height: 60px;
  border-top: 1px solid #f0f0f0;
}
#acteursBandeau {
  background-image: url('../img/bandeau.png');
  padding-top: 15px;
  padding-bottom: 15px;
  width: 100%;
  margin: 0px;
  padding: 0px;
  overflow: hidden;
  margin: 20px 0 35px;
}
.acteurs {
  text-align: center;
  font-size: 30px;
  color: #2D3E51;
}
.subtitle {
  font-size: 20px;
  font-weight: 300;
  margin-top: 0px;
  line-height: 25px;
  font-weight: bold;
}
.image:hover {
  cursor: pointer;
}
/* =======================================================================================================================================
================================================ Responsive Tablette Horizontal ======================================================= */
@media screen and (min-device-width: 1024px) and (max-device-width: 1200px) {
  #sect1 .main .para {
    padding-top: 50px;
  }
}
@media screen and (min-device-width: 461px) and (max-device-width: 800px) {
  #sect3 .colonne2 {
    width: 90%;
    float: left;
    margin: 0 5%;
  }
  #sect3 .main .info {
    margin-top: 20px;
  }
}
@media screen and (max-device-width: 810px) {
  #sect1 #adresse #textaide {
    display: none;
  }
  #sect1 .main #adresse .inpRechGeo {
    width: 75%;
  }
  #sect1 .main #adresse a.btn {
    width: 23%;
  }
}
@media screen and (min-device-width: 461px) and (max-device-width: 1024px) {
  body {
    background: #fff;
  }
  #sect1 .btn-trans {
    display: none;
  }
  #sect1 .main div {
    margin-top: 0;
  }
  #sect1 .main .para #typed {
    margin-top: 0px;
    font-size: 25px;
  }
  #sect1 .main .para #typedcont {
    width: 90%;
    margin-left: 5%;
  }
  #sect1 .main .para {
    padding-top: 20px;
    width: 100%;
    margin: 5% 0 0 2%;
    left: 0;
  }
  #valeurs .main > div {
    width: 90%;
  }
  #sect2 #verifAdress {
    width: 320px;
    margin-right: 10px;
  }
  #sect2 .colonne2 {
    width: 92%;
    float: left;
    margin: 0 4%;
  }
  #sect2 #map_france {
    display: none;
  }
  #sect3 .main {
    padding: 0px 16px;
  }
  #sect3 .main .info .fslider {
    width: 300px;
    margin-left: 10px;
  }
  #sect4 .main {
    width: 100%;
    padding-top: 20px;
  }
  #sect4 .bandeau {
    float: none !important;
    width: 90%;
    margin-left: 6%;
    margin-top: 10px;
    margin-right: 0px !important;
  }
  #sect4 .text {
    width: 100%;
    padding: 15px;
  }
  .tabFooter {
    margin-left: 15px !important;
  }
  .cdt {
    margin-left: 15px !important;
    font-size: 12px !important;
  }
}
@media screen and (min-device-width: 541px) and (max-device-width: 660px) {
  #sect1 #typedcont {
    display: none;
  }
}
@media screen and (min-device-width: 461px) and (max-device-width: 700px) {
  #sect1 .main .para #typed {
    font-size: 18px;
  }
}
/* =======================================================================================================================================
================================================== Responsive Mobile Vertical ========================================================= */
@media screen and (max-device-width: 540px) {
  body {
    background: #fff;
  }
  #bandHead .main {
    padding: 0px 5px;
  }
  #bandHead #btnDemo {
    display: none;
  }
  #aide {
    display: none;
  }
  .btnConnex {
    display: none !important;
  }
  .btnConnex2 {
    display: inline!important;
  }
  #sect1 {
    padding-bottom: 40px;
  }
  #sect1 #logo_small {
    display: inline-block;
    width: 80%;
  }
  #sect1 #logo {
    display: none;
  }
  #sect1 .bullets {
    display: none !important;
  }
  #sect1 .bloc13 .info {
    width: 90%;
    font-size: 13px !important;
    text-align: left;
  }
  #sect1 .bloc13 .info img {
    float: left;
    height: 70px;
    margin-right: 10px;
  }
  #sect1 .bloc13 .mid {
    margin: 30px 0px 0px 0px;
  }
  #valeurs .main > div {
    width: 90%;
  }
  #sect1 .main div {
    margin-top: 0;
  }
  #sect1 .btn-trans {
    display: none;
  }
  #sect1 .main #adresse {
    height: 70px;
  }
  #sect1 .main #adresse #loader img {
    margin-top: 10px;
    width: 60px;
  }
  #sect1 .main #adresse > div {
    width: 90%;
    margin: 15px auto 0;
  }
  #homepage_video {
    margin-top: 0;
  }
  #sect1 .main .para #typed {
    margin-top: 0px;
  }
  #sect1 .main .para #typedcont {
    width: 60%;
    margin-left: 5%;
  }
  #sect1 .main .para {
    padding-top: 60px;
    width: 100%;
    margin: 0;
    margin-left: 2%;
    left: 0;
    text-align: left;
  }
  #sect1 .main .center {
    float: left;
  }
  #sect1 #typedcont {
    display: none;
  }
  #sect1 #textaide {
    display: none;
  }
  .icon-domicile {
    display: none;
  }
  #sect2 {
    min-height: 100px !important;
  }
  #sect2 #map_france {
    display: none!important;
  }
  #sect2 .main {
    width: 100% !important;
    padding: 0px 16px;
  }
  #sect2 .colonne2 {
    width: 92%;
    float: left;
    margin: 0 4%;
  }
  #sect2 #mobBtnAdress {
    display: block !important;
    width: 80%;
    margin: 0px auto 20px auto !important;
    font-size: 20px;
  }
  #sect3 {
    width: 100%;
    padding-bottom: 0;
  }
  #sect3 .main {
    width: 100% !important;
    padding: 0px 16px;
    height: auto;
  }
  #sect3 .map {
    display: none !important;
  }
  #sect3 .title {
    float: none !important;
    color: #2d3e51 !important;
    width: auto !important;
    text-align: center !important;
    margin: 10px 10px 0px 10px !important;
    font-weight: normal !important;
  }
  #sect3 .info {
    width: 90% !important;
  }
  #sect3 .info .fslider {
    width: auto !important;
  }
  #sect3 .colonne2 {
    width: 90%;
    float: left;
    margin: 0 5%;
  }
  #sect3 .main .info {
    margin-top: 20px;
  }
  #sect4 .main {
    width: 100%;
    padding-top: 20px;
  }
  #sect4 .bandeau {
    float: none !important;
    width: 90%;
    margin-left: 6%;
    margin-top: 10px;
    margin-right: 0px !important;
  }
  #sect4 .text {
    width: 100%;
    padding: 15px;
  }
  #sect6 #partInfo {
    display: none !important;
  }
  #sect6 #partSharing .colonne2 {
    vertical-align: middle;
    display: inline-block;
    float: none;
    margin: 0 5%;
    width: 90%;
  }
  footer #footerPress {
    display: none !important;
  }
  footer .soon {
    display: none !important;
  }
  footer .part {
    display: none !important;
  }
  footer .tabFooter {
    margin-left: 15px !important;
  }
  footer .cdt {
    margin-left: 15px !important;
  }
  footer .cdt span {
    display: none !important;
  }
  #logoCotuesday {
    display: none !important;
  }
  #footSecure {
    padding: 10px !important;
  }
  #map2 {
    width: 100% !important;
    height: 260px !important;
  }
  #cont {
    margin: 0px !important;
  }
  .tabSecond {
    margin: 0px !important;
  }
  .tabSecond tr td:last-child {
    display: none !important;
  }
  #btnRecom {
    margin-bottom: 5px;
  }
  #insInfoVoisi {
    display: none;
  }
  #connexion {
    width: 100% !important;
    padding: 10px;
  }
  #connexion #connexBloc1 {
    float: none !important;
    border: 0 none !important;
    width: 360px !important;
  }
  #connexion #connexBloc2 {
    width: 100% !important;
    float: none !important;
    margin-top: 0px !important;
  }
  .connexFB {
    width: 80% !important;
  }
  .connexGoogle {
    width: 80% !important;
  }
  #share {
    display: none;
  }
  #temoins {
    display: none;
  }
  #sect5 {
    padding: 10px;
  }
  #sect5 .colonne2 {
    width: 92%;
    margin-bottom: 30px;
  }
  #pubTshirt {
    display: none;
  }
}
.blue {
  color: #4998dc;
}
.blueDark {
  color: #2d3e51;
}
.blueLight {
  color: #edf0fc;
}
.grey {
  color: #58595b;
}
.lightGrey {
  color: #cccccc;
}
.ultraLightGrey {
  color: #f5f5f5;
}
.red {
  color: #e74c3c;
}
.green {
  color: #27ae60;
}
#bandHead2 {
  position: fixed;
  top: 0px;
  width: 100%;
  height: 50px;
  line-height: 50px;
  z-index: 12;
  text-align: center;
  background: #4998dc;
  color: #fff;
}
#bandHead2 a {
  line-height: normal;
}
.divError2 {
  background: #fadbd8;
  border: 2px solid #e38c83;
  padding: 5px 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
}
/* Fil d'arianne */
#filArianne {
  position: relative;
  height: 50px;
}
#filArianne .FAfond {
  position: absolute;
  top: 10px;
  width: 100%;
  height: 7px;
  background: #f0f0f0;
  border-radius: 5px;
}
#filArianne .FAfond2 {
  position: absolute;
  top: 10px;
  width: 0%;
  height: 7px;
  background: #4998dc;
  border-radius: 5px;
}
#filArianne .FApast {
  position: absolute;
  top: 3px;
  width: 20px;
  height: 20px;
  background: #f0f0f0;
  border-radius: 50%;
}
#filArianne .FApara {
  position: absolute;
  top: 22px;
  margin-left: 24px;
  color: #CFCFCF;
}
#filArianne #FApast1 {
  left: 0%;
}
#filArianne #FApara1 {
  left: 0%;
}
#filArianne #FApast2 {
  left: 33%;
}
#filArianne #FApara2 {
  left: 33%;
}
#filArianne #FApast3 {
  left: 66%;
}
#filArianne #FApara3 {
  left: 66%;
}
#filArianne #FApast4 {
  right: 0;
}
.main2 {
  max-width: 980px;
  margin: 0px auto;
  padding: 60px 10px 0px 10px;
  background: #ffffff;
}
.mapCadre {
  padding: 5px;
  color: #505050;
}
#formInsc {
  width: 100%;
}
.insh3 {
  height: 100%;
  font-weight: bold;
  font-size: 15px;
  padding: 0 15px 7px;
  border-bottom: 2px solid #4998dc;
  color: #2d3e51;
}
.inputOK {
  border-color: #1abc9c !important;
  color: #1abc9c !important;
}
.inputNo {
  border-color: #e74c3c !important;
  color: #e74c3c;
}
.inputVerify {
  border-color: #EB7836 !important;
  color: #EB7836;
}
span.inputIcon {
  position: absolute;
}
#insInfoVoisi {
  float: right;
  color: #2d3e51;
  width: 40%;
}
.map {
  width: 350px;
  height: 220px;
  margin-top: 30px;
}
.mapInsc2 {
  width: 100%;
  height: 100%;
  margin-top: 30px;
}
#formInsc .inputIcon {
  position: absolute;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 10px 0px 0px -34px;
  line-height: 20px;
  text-align: center;
  opacity: 0;
}
#formInsc .icon-ok-circled,
#formInsc .icon-cancel-circled {
  font-size: 20px;
}
#formInsc .btnsValidAddress {
  width: 500px;
  padding: 10px;
}
#formInsc .btnsValidAddress a {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 230px;
  height: 60px;
  border-radius: 5px;
  color: #2d3e51;
  margin-top: 10px;
  padding: 5px 10px;
  background: #f0f0f0;
  border-bottom: 3px solid #DCDCDC;
}
#formInsc .btnsValidAddress a:hover {
  text-decoration: none;
  top: 3px;
  border-bottom-width: 0px;
  color: #1abc9c;
}
#formInsc .btnsValidAddress a i {
  float: left;
  font-size: 34px;
  margin: 0px 10px 0px 0px;
}
#formInsc .btnsValidAddress a p {
  margin: 0px;
}
#formInsc .validTypeSelect {
  background: #1abc9c !important;
  color: #fff !important;
  border-bottom-width: 0px !important;
  top: 3px !important;
}
#footSecure {
  max-width: 840px;
  margin: auto;
  color: #b5b5b5;
  padding: 10px 100px 0px 100px;
}
#insForm {
  width: 55%;
  float: left;
}
#insForm .input50 {
  margin: 5px 0% 5px 7%;
  width: 40%;
}
#insForm .input100 {
  margin: 5px 0% 10px 7%;
  width: 87.6%;
}
#insEnrol {
  margin-top: 25px;
  width: 40%;
  float: right;
}
#insEnrol input[type="text"] {
  width: 86.6%;
}
#map2 {
  width: 470px;
}
#mapHelp img {
  float: left;
  margin-right: 8px;
  margin-top: 2px;
}
#mapHelp {
  font-size: 12px;
  margin-top: 3px;
  width: 170px;
  float: left;
}
#chooseZone {
  margin: 10px 0px 0px 10px;
}
#chooseZone td {
  padding-right: 30px;
}
@media screen and (max-width: 670px) {
  #insInfoVoisi {
    display: none;
  }
  #insForm .input50 {
    margin: 5px 0% 10px 7% !important;
    width: 87.6% !important;
  }
  #insForm #divAdress .tab1 {
    margin: 20px 0px 0px 20px;
  }
  #insForm .tab2 {
    width: 100% !important;
    padding-left: 0px !important;
  }
}
#page-info {
  padding: 0px 2%;
  margin: auto;
  color: #2d3e51;
  text-align: center;
}
#page-info .head {
  height: auto;
}
#page-info * {
  font-family: "open sans";
}
#page-info p {
  line-height: 16px;
}
#page-info .title {
  font-size: 30px;
  margin-bottom: 0px;
}
#page-info .subtitle {
  font-size: 20px;
  font-weight: 300;
  margin-top: 0px;
  line-height: 25px;
}
#page-info .description,
#page-info .description2 {
  margin: 40px 0 60px 0;
  overflow: hidden;
}
#page-info .illustr {
  display: block;
  margin: 10px auto;
}
#page-info .description .colonne3 {
  width: 31%;
  float: left;
  margin: 0 1%;
}
#page-info .description2 .colonne3 {
  width: 24%;
  float: left;
  margin: 0 4%;
}
#page-info .description2 .colonne2 {
  width: 42%;
  float: left;
  margin: 0 4%;
}
#page-info .description2 .colonne1 {
  width: 80%;
  float: left;
  margin: 0 10%;
}
#page-info .margin {
  margin-left: 5%;
  margin-right: 5%;
  overflow: hidden;
}
#page-info .row {
  min-height: 100px;
  margin-top: 10px;
}
#page-info .source {
  text-align: initial;
  font-weight: 700;
}
#page-info .listing > a,
#page-info .listing > span {
  width: 100%;
  display: inline-block;
  padding: 5px 0;
  border-bottom: 1px solid #969696;
  text-align: left;
  text-transform: uppercase;
}
#page-info .listing > span a {
  float: left;
  margin: 17px 0 0 40px;
}
#page-info .listing > a:last-child {
  border-bottom: none;
}
#page-info .listing > a span {
  margin: 17px 0 0 40px;
  position: absolute;
}
#page-info .img-press {
  width: 150px;
  float: left;
  text-align: center;
}
#page-info .download a {
  background: url('../img/iconeMpv.png') no-repeat;
  float: left;
  margin: 5px 0 0;
  padding: 10px 0 0 50px;
  width: 100%;
}
#page-info .download a span {
  height: 40px;
}
#page-info .temoignages {
  margin: 50px 20px;
  overflow: hidden;
}
#page-info .role {
  color: #2d3e51;
  font-weight: 700;
}
#page-info #page-info h3 {
  font-size: 21px;
  margin-top: 15px;
}
#page-info .infos {
  width: 90%;
  margin: 30px 5%;
  padding: 10px;
  background-color: #edf0fc;
  overflow: hidden;
  border: 2px solid #4998dc;
  border-radius: 4px;
  display: table;
}
#page-info .infos img {
  display: table-cell;
  vertical-align: middle;
}
#page-info .infos p {
  width: auto;
  display: table-cell;
  vertical-align: middle;
  padding: 0 10px;
  text-align: left;
}
#page-info .slide {
  height: 200px;
  padding: 10px;
}
#page-info .slide p {
  color: #fff;
  text-align: left;
}
#page-info .slide p:first-child {
  margin: 30px auto 2px auto;
  text-transform: uppercase;
  font-size: 16px;
}
#page-info .slide p:nth-child(2) {
  margin: 5px auto 2px auto;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: -1px;
}
#page-info #bx-pager {
  text-align: center;
}
#page-info #bx-pager a img {
  border: 1px solid #ccc;
  padding: 3px;
}
#page-info #img_equipe {
  width: 900px;
  display: inline-block;
}
#page-info #img_equipe div {
  width: 20%;
}

#partage {
  background: none repeat scroll 0 0 #dcdcdc;
  margin: auto;
  max-width: 960px;
  position: relative;
  width: 100%;
  min-height: 42px;
  top: -100px;
  padding: 0 20px;
  overflow: hidden;
}
#partage img {
  margin: 6px 10px 0;
}
#partage .item {
  margin: 10px 15px 0 0;
  color: #58595b;
}
@media screen and (min-device-width: 461px) and (max-device-width: 1024px) {
  #page-info .bx-wrapper {
    margin: 0 40px 60px 40px!important;
  }
  #page-info header {
    height: auto;
  }
  #page-info #stickers .colonne2 {
    width: 92%;
  }
  #page-info #stickers .bx-wrapper {
    margin: 20px auto !important;
  }
}
@media screen and (max-device-width: 540px) {
  #page-info .colonne3 {
    width: 90%;
    margin: 10px 5%;
  }
  #page-info #main {
    top: auto!important;
  }
  #page-info .subtitle {
    width: 80%;
    margin: 0 10%;
  }
  #page-info .bx-wrapper {
    margin: 0 40px 60px 40px!important;
  }
  #page-info .description .colonne3 {
    width: 98%;
    float: left;
    margin: 5px 1%;
    display: table;
  }
  #page-info .description .colonne3 p {
    margin: 30px 5%;
    float: left;
    width: 60%;
    display: table-cell;
    vertical-align: middle;
  }
  #page-info .temoignages .colonne3 .illustr {
    width: 100%;
  }
  #page-info .illustr {
    float: left;
    margin: 0 5%;
    width: 20%;
  }
  #page-info .description2 .colonne2 {
    width: 98%;
    float: left;
    margin: 5px 1%;
  }
  #page-info header {
    height: auto;
  }

  #page-info .slide {
    padding: 3px 10px;
  }
  #page-info .slide p:first-child {
    margin: 0px auto 2px auto;
  }
  #page-info .slide p:nth-child(3) {
    margin: 0px auto;
  }
  #page-info #stickers .colonne2 {
    width: 92%;
  }
  #page-info #stickers .bx-wrapper {
    margin: 20px auto !important;
  }
  #partage {
    top: 0px;
    padding: 0px 20px 10px;
  }
}
#page-info .subject {
  color: #58595b;
}
#page-info .subject span {
  margin-bottom: 4px;
}
#page-info .section {
  margin-bottom: 40px;
  overflow: hidden;
}
.fit {
  max-width: 100%!important;
}
#voisi-list {
  overflow-x: hidden!important;
  border: #D0D0D3 1px solid;
  height: 200px;
}
#voisi-list hr {
  width: 85%;
  color: #D0D0D3;
  opacity: 0.3;
  display: inline-block;
}
.voisidetail {
  min-height: 60px;
  text-align: left;
  padding: 5px 20px;
  cursor: pointer;
  color:#2d3e51;
}
.voisidetail .title {
  font-size: 16px!important;
  margin-left: 7px;
}
.voisidetail .infosplus {
  color: #D0D0D3;
  font-size: 13px!important;
  margin-left: 5px;
}
.voisidetail .infosplus .colonne2 {
  margin: 0 4% 0 0;
  width: 46%;
}
.voisidetail a {color: #2d3e51;}
.voisidetail .mapLink {color: #4998dc;}
#rejoindre {
  opacity: 0;
  margin-bottom: 25px;
}
.orange-ico {
  color: #ED7510;
  font-size: 18px;
}
#infos1 {
  float: left;
  position: relative;
  left: 50%;
}
#infos2 {
  float: left;
  position: relative;
  left: -50%;
}
.infobox {
  width: 200px;
  float: left;
}
#sharing-label {
  position: absolute;
  top: 0;
  left: O;
}
@media screen and (max-device-width: 540px) {
  .colonne2 {
    width: 98%;
    float: left;
    margin: 5px 1%;
  }
}
#connexion #formCon {
  padding-left: 20px;
}
@media screen and (max-device-width: 769px) {
  #pageAccueil .inpRechGeo a {
    top: 0;
  }
  #pageAccueil .spritePresseLogo.logo_happycity {
    background-position: -262px 0;
    width: 245px;
    height: 167px;
    margin: 0 auto;
  }
  #pageAccueil #sect4 {
    padding-bottom: 20px;
    text-align: center;
  }
  #pageAccueil #sect5 {
    text-align: center;
  }
  #pageAccueil #sect7 {
    text-align: center;
  }
  #pageAccueil .sepa {
    height: 20px;
  }
  #pageAccueil #sect2 {
    text-align: center;
  }
  #pageAccueil #sect3 .main .info {
    display: none;
  }
  #pageAccueil ul.temoignages .spriteTemoignage {

  }
  #pageAccueil ul.temoignages li {
    text-align: center;
  }
  #connexion #connexBloc1 {
    width: 100% !important;
  }
  #connexion #formCon {
    padding-left: 0;
  }
}