/*
 Theme Name:   Uniparent - Buddyboss child
 Description:  Uniparent - Buddyboss child
 Author:       Agence Kali
 Author URI:   http://www.agencekali.fr
 Template:     buddyboss
 Version:      1.0.0
*/

@font-face {
    font-family: 'Squiggly-asta';
    src: url('fonts/SquigglyAsta-webfont.eot');
    src: url('fonts/SquigglyAsta-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/SquigglyAsta-webfont.woff2') format('woff2'),
         url('fonts/SquigglyAsta-webfont.woff') format('woff'),
         url('fonts/SquigglyAsta-webfont.ttf') format('truetype'),
         url('fonts/SquigglyAsta-webfont.svg#squiggly_astaregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
	background: #dcd7c7 url(images/structure/body-bg.jpg);
	position: relative;
}

body.forum-archive,
body.bbpress,
body.compte.en-direct,
body.forum-soutien,
body.messagerie,
body.page-template-templatestemplate-poster-soutien-php,
body.compte {
	background: #dcd7c7 url(images/structure/body-forum-bg.jpg);
}

body.pub{
	background-image: none;
	background-color: #dcd7c7;
}

.pub-bg {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
}

.container {
	position: relative;
	z-index: 100;
	width: 962px;
	margin: 0 auto;
}

.align_center { text-align: center; }
.clear { clear: both; margin: 0 !important; padding: 0 !important; float: none !important; width: 100% !important; }

.ta_left { text-align: left; }
.ta_center { text-align: center; }
.ta_right { text-align: right; }

/* ========== Header ========== */

header {
	display: inline-block;
	position: relative;
	z-index: 100;
	width: 940px;
	padding: 8px 0;
	margin: 15px 0 7px;
	background-color: #f6f6f6;
	-webkit-border-radius: 10px 0;
	border-radius: 10px 0;
}

.home.pub header {
	margin-top: 160px;
}

.header-reseaux {
	position: absolute;
	top: 65px;
	right: -42px;
	width: 36px;
	padding: 10px 0 0;
	text-align: center;
}

.header-reseaux img {
	margin-bottom: 10px;
}

.header-reseaux img:hover {
	opacity: .7;
}

.menu-evitement {
	display: inline-block;
	width: 623px;
	padding-left: 33px;
	margin: 0px 15px 0 0;
}

.menu-evitement li {
	display: inline-block;
	padding: 0 10px;
	font-weight: 500;
	color: #818181;
	text-transform: uppercase;
	line-height: .7em;
	border-right: 1px solid #818181;
	font-size: 11px;
	letter-spacing: 1px;
}

.menu-evitement li:last-child {
	border-right: 0;
}

.bloc-connexion {
	display: inline-block;
	margin-bottom: 10px;
	text-align: center;
}

.bloc-connexion a {
	display: inline-block;
	width: 138px;
	height: 24px;
	padding-top: 2px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.connexion-button-inscrit {
	background: url(images/structure/button-inscrit-bg.png) repeat-x;
}

.connexion-button-creation {
	background: url(images/structure/button-creation-bg.png) repeat-x;
}

.connexion-button {
	display: inline-block;
	width: 140px;
	font-weight: bold;
	text-transform: uppercase;
}

.header-titres {
	display: inline-block;
	width: 250px;
	padding-left: 25px;
}

.header-titres h2,
.home .header-titres h2 {
	font-family: "Dosis", arial, verdana, sans-serif;
	font-size: 1em;
	font-weight: 500;
	color: #d11459;
}

.header-titres h2 {
	visibility: hidden;
}

.home .header-titres h2 {
	visibility: visible;
}

.header-bg {
	display: inline-block;
	vertical-align: top;
	width: 663px;
	text-align: right;
}

/* -- Menu principal -- */

.header-nav-principal-outils {
	background: #f6f6f6;
	border-radius: 0 10px;
	margin-bottom: 30px;
	max-width: 940px;
}

.menu-principal {
	display: inline-block;
	position: relative;
	width: 797px;
}

.header-nav-principal-outils li {
	display: inline-block;
	font-size: 1.29em;
	font-weight: 500;
	text-transform: uppercase;
	line-height: .8em;
}

.header-nav-principal-outils li:nth-child(2),
.header-nav-principal-outils li:last-child  {
	border-right: 0;
}

.header-nav-principal-outils li:last-child  {
	padding: 0 1px 0 0;
}

.header-nav-principal-outils li a {
	color: #3a2e4e;
	font-size: 15px;
	padding: 10px 20px;
	position: relative;
	display: block;
}

.header-nav-principal-outils li.current-menu-item a,
.header-nav-principal-outils li.current-post-ancestor a,
.forum-archive .header-nav-principal-outils li#menu-item-57 a {
	background: #d11459;
	color: #FFFFFF;
	text-decoration: none !important;
}

.header-nav-principal-outils li.current-menu-item a:after,
.header-nav-principal-outils li.current-post-ancestor a:after,
.forum-archive .header-nav-principal-outils li#menu-item-57 a:after {
    display: block;
    content: '';
    background: url('images/menu_bg.png') top left no-repeat;
    position: absolute;
    top: 34px;
    width: 100%;
    left: 0;
    right: 0;
    height: 13px;
}

.header-nav-principal-outils li a:hover { text-decoration: none !important;}

.header-nav-principal-outils li a:hover:after {
	display: block;
	content: '';
	background: #d11459;
	position: absolute;
	top: -4px;
	width: 100%;
	left: 0;
	right: 0;
	height: 6px;
}

/* -- Menu outils -- */
.menu-outils {
	display: inline-block;
	vertical-align: top;
	width: 140px;
	line-height: 1em;
	background: #FFFFFF;
	border-radius: 0 10px 0 0;
}

.menu-outils li {
}

.menu-outils li:last-child {
	border-right: 0;
}

.menu-outils li.configurateur {
	display: block;
	padding: 0;
}

.menu-outils li.comparateur {
}

.menu-outils li a {
	color: #d11459;
}


.header-nav-principal-outils .menu-item-836 ul li {display:none !important; }
.header-nav-principal-outils .menu-item-836:hover ul {display:block !important; position:absolute !important; top:30px !important; z-index:999 !important; background: #f6f6f6 !important;}
.header-nav-principal-outils .menu-item-836:hover ul li {display:block !important; z-index:999 !important;}

.header-nav-principal-outils .menu-item-2302 ul li {display:none !important; }
.header-nav-principal-outils .menu-item-2302:hover ul {display:block !important; position:absolute !important; top:30px !important; z-index:999 !important; background: #f6f6f6 !important;}
.header-nav-principal-outils .menu-item-2302:hover ul li {display:block !important; z-index:999 !important;}


.menu-principal-footer .menu-item-882 ul li {display:none !important; float:none !important;}
.menu-principal-footer .menu-item-882:hover ul {display:block !important; position:absolute !important; bottom:240px !important; z-index:999 !important; background: #ebe8f1 !important;}
.menu-principal-footer .menu-item-882:hover ul li {display:block !important; z-index:999 !important;}

.menu-principal-footer .menu-item-2479 ul li {display:none !important; float:none !important;}
.menu-principal-footer .menu-item-2479:hover ul {display:block !important; position:absolute !important; bottom:240px !important; z-index:999 !important; background: #ebe8f1 !important;}
.menu-principal-footer .menu-item-2479:hover ul li {display:block !important; z-index:999 !important;}
/* ========== Contenu ========== */


/* == Bloc connexion popup == */
.bloc-connexion-popup {
	position: absolute;
	z-index: 9900;
	width: 940px;
	text-align: center;
	background: rgb(236, 235, 238);
	background: rgba(236, 235, 238, .9);
	border-radius: 10px 0;
}

.home .bloc-connexion-popup h2 {
	width: 266px;
	margin: 15px auto;
	min-height: 155px;
	padding-top: 35px;
	font-family: "Dosis", arial, verdana, sans-serif;
	font-weight: 500;
	color: #ecebee;
	text-transform: none;
	background: url("images/structure/connexion-popup-bg.png") no-repeat;
}

.home .bloc-connexion-popup p {
	font-size: 1.6em;
	font-weight: 500;
	line-height: 1.2em;
}

.home .bloc-connexion-popup p a {
	color: #3a2e4e;
	text-decoration: underline;
}

.bloc-connexion-popup.lost_password .titre-page-template {
	padding: 19px 0px;
}

.bloc-connexion-popup.lost_password form#wp_pass_reset {
	width: 485px;
	padding: 12px 20px 20px;
	margin: 20px auto;
	background: #fff;
}

.bloc-connexion-popup.lost_password form input[type="text"] {
    width: 270px;
    margin-bottom: 9px;
}

.bloc-connexion-popup.lost_password .try_again {
    margin: 10px auto;
    display: inline-block;
    background-color: #D11459;
    padding: 5px 10px;
    color: #FFFFFF;
}

.bloc-connexion-popup form p {
	margin-bottom: 10px;
}

.bloc-connexion-popup input {
	font-family: "Dosis", arial, verdana, sans-serif;
}

.bloc-connexion-popup input[type="text"],
.bloc-connexion-popup input[type="email"],
.bloc-connexion-popup input[type="password"]{
	width: 450px;
	padding: 7px 10px 5px;
	font-size: 0.65em;
	color: #3a2e4e;
	border: 0;
	background-color: #ecebee;
	-webkit-box-shadow: -1px 4px 8px 0 rgba(0,0,0,0.3) inset;
	box-shadow: -1px 4px 8px 0 rgba(0,0,0,0.3) inset;
}


.bloc-connexion-popup input[type="submit"]{
	min-height: 24px;
	padding: 1px 40px;
	color: #fff;
	font-weight: 800;
	text-transform: uppercase;
	background: url("images/structure/messagerie-repondre-bg.png") repeat-x;
	border-radius: 4px;
}

/* == Bloc bandeau == */
.home h2 {
	font-family: 'Squiggly-asta', "Dosis", arial, verdana, sans-serif !important;
	font-weight: bold;
}

.bloc-bandeau-inscription {
	display: inline-block;
	width: 940px;
	margin-bottom: 15px;
	background-color: #cbc7d0;
	-webkit-border-radius: 10px 0;
	border-radius: 10px 0;
	background: url('images/accueil_inscription_bg.png') no-repeat top center;
	position: relative;
	text-align: right;
	min-height: 340px;
}

.bloc-bandeau-inscription .premiers-pas-img {
	left: -58px;
	position: absolute;
	bottom: -8px;
}

.bandeau-inscription-photo a {
	color: #fff;
	text-decoration: none;
}

.bandeau-inscription-photo .premiers-pas,
.bloc-aide .premiers-pas {
	position: absolute;
	bottom: 4px;
	left: -47px;
	width: 170px;
	min-height: 138px;
	padding: 6px 25px 0 22px;
	font-weight: 500;
	background: url("images/structure/premiers-pas-bg.png") no-repeat;
}

.bandeau-inscription-photo .accroche,
.bloc-aide .accroche {
	position: absolute;
	top: 40px;
	left: 323px;
	min-width: 340px;
	min-height: 180px;
	padding: 27px 0 0 50px;
	background: url("images/structure/accroche-bg.png") no-repeat;
}

.bandeau-inscription-photo .premiers-pas p,
.bandeau-inscription-photo .accroche p {
	line-height: 1em;
}

.bandeau-inscription-photo .premiers-pas p {
	margin-bottom: 8px;
}

.bandeau-inscription-formulaire {
	display: inline-block;
	vertical-align: top;
	width: 300px;
	padding: 0 20px 10px 20px;
	margin: 98px 20px 0 0 !important;
	text-align: center;
}

.bandeau-inscription-formulaire  p {
	margin: 5px 0 0 0;
	line-height: 1.1;
	color: #584f78;
}

.bandeau-inscription-formulaire label {
	display: none;
}

.bandeau-inscription-formulaire a { padding: 7px !important; }
.bandeau-inscription-formulaire a:hover { opacity: 0.7; }

.bandeau-inscription-formulaire input,
.bandeau-inscription-formulaire select {
	padding: 2px 10px;
	color: #686868;
	border: 0;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	font-size: 14px;
	font-family: Dosis, arial, verdana, sans-serif;
}

.bandeau-inscription-formulaire input::-webkit-input-placeholder { color: #686868; opacity: 1; }
.bandeau-inscription-formulaire input::-moz-placeholder { color: #686868; opacity: 1; }
.bandeau-inscription-formulaire input:-ms-input-placeholder { color: #686868; opacity: 1; }
.bandeau-inscription-formulaire input:-moz-placeholder { color: #686868; opacity: 1; }

.bandeau-inscription-formulaire  input[type="submit"] {
	padding: 0 20px 0 10px !important;
	margin-left: 70px;
	font-family: 'Squiggly-asta', "Dosis", arial, verdana, sans-serif !important;
	font-size: 14px;
	color: #fff;
	border-radius: 0;
	height: auto !important;
}


/* -- Bloc actus -- */
.bloc-actu {
	display: block;
	float: left;
	width: 298px;
	color: #fff;
	background: #fff;
	-webkit-border-radius: 10px 0;
	border-radius: 10px 0;
}

.bloc-actu .titre {
	letter-spacing: 1px;
}

.bloc-actu  h2 {
	font-size: 3.1em;
}

.actu-item {
	padding-bottom: 1px;
	margin-bottom: 15px;
	background: url("images/structure/actu-bas-bg.png") center bottom no-repeat;
}

.bloc-actu .actu-item:last-child {
	margin-bottom: 0;
	background: none;
}

.actu-contenu h3 {
	font-size: 1em;
	font-weight: 700;
	text-transform: uppercase;
	color: #FFFFFF;
}

.actu-photo-infos img {
	float: left;
	margin-right: 10px;
}

.bloc-actu .auteur {
	margin-bottom: 10px;
	font-weight: 700;
	line-height: 1.3em;
}


/* -- Bloc maxi soutien -- */
.bloc-maxi-soutien {
	display: block;
	float: left;
	vertical-align: top;
	width: 617px;
	padding: 10px 0 0;
	margin: 0 -0.25em 15px 20px;
	background-color: #f4f4f4;
  background-image:url("images/contenu/rencontre_entraide.png");
  background-position: right top;
  background-repeat: no-repeat;
	-webkit-border-radius: 10px 0;
	border-radius: 10px 0;
}

.bloc-maxi-soutien h2 {
	position: relative;
}

.bloc-maxi-soutien h3 {
	font-family: 'Squiggly-asta', "Dosis", arial, verdana, sans-serif !important;
	font-size: 22px;
	font-weight: bold;
	letter-spacing: -1px;
	color: #523d6d;
}

.bloc-maxi-soutien .en-valeur {
	background-color: #ebe8f1;
	min-height: 110px;
}

.bloc-maxi-soutien h4 {
	font-size: 1.1em;
	font-weight: bold;
	color: #523d6d;
	text-transform: uppercase;
	line-height: 1.2em;
	letter-spacing: -0.5px;
}

.titre-mono-parents {
	display: inline-block;
	vertical-align: top;
	position: relative;
	z-index: 40;
	width: 180px;
	min-height: 48px;
	font-family: "Dosis", arial, verdana, sans-serif;
	font-size: 0.62em;
	font-weight: 600;
	color: #e1e1e1;
	text-align: center;
	background: url("images/structure/titre-mono-parents-bg.png") no-repeat;
}

.titre-maxi-soutien {
	display: inline-block;
	vertical-align: top;
	position: relative;
	width: 215px;
	min-height: 81px;
	margin-left: -122px;
	padding-top: 38px;
  padding-right: 20px;
	font-family: 'Squiggly-asta', "Dosis", arial, verdana, sans-serif !important;
	font-weight: normal;
	color: #fff;
	text-align: center;
	background: url("images/structure/rectangle_rouge.png") no-repeat;
}

.bloc-maxi-soutien h2 {
	padding: 8px 20px 10px;
}

.bloc-soutien-accroche {
	display: inline-block;
	vertical-align: top;
	padding-top:115px;
  padding-left:180px;
}

.soutien-participation {
	display: inline-block;
	vertical-align: top;
	position: relative;
  top:-120px;
  left:420px;
}

.lien-plus.soutien-participation a {
	padding: 0 20px 0 10px;
	-webkit-box-shadow: 2px 4px 8px 2px rgba(0,0,0,0.25);
	box-shadow: 2px 4px 8px 2px rgba(0,0,0,0.25);
}

.bloc-soutien-accroche p {
	font-size: 1.1em;
	line-height: 1em;
	color: #523d6d;
  margin-bottom: 1.2em !important;
  margin-right:125px;
  margin-left: 10px !important;
  font-weight: 600;
}

.bloc-soutien-accroche h4 p { color: #d11459; font-size:22px !important; font-family: 'Squiggly-asta', "Dosis", arial, verdana, sans-serif !important; margin-bottom: -15px !important; margin-left: 0px !important;}

.bloc-message-highlight {
	padding: 10px 20px 5px;
	font-size: 1.14em;
	font-weight: 600;
	color: #523d6d;
	text-transform: uppercase;
	background-color: #ebe8f1;
  margin-top: -18px;
}

.bloc-message-highlight p {
	margin: 0;
}

.bloc-demande,
.bloc-reponse {
	display: inline-block;
	vertical-align: top;
	width: 50%;
	margin-right: -0.25em;
  background-color: #f4f4f4;
}

.bloc-maxi-soutien .bloc-demande h3,
.bloc-maxi-soutien .bloc-reponse h3 {
	font-family: "Dosis", arial, verdana, sans-serif !important;
	font-size: 1.5em;
	font-weight: 300;
	text-align: center;
}

.bloc-maxi-soutien .bloc-demande h3:first-child {
	color: #00c3ca;
}

.demande-item {
	padding: 12px 0 12px 20px;
}

.reponse-item  {
	padding: 10px 20px 10px 4px;
	margin-left: -0.25em;
}

.demande-item p,
.reponse-item p {
	margin: 0;
}

.demande-photo,
.reponse-photo {
	display: inline-block;
	width: 68px;
	margin-right: 7px;
}

.demande-contenu,
.reponse-contenu {
	display: inline-block;
	vertical-align: top;
	width: 210px;
	padding-right: 20px;
}

.demande-nom {
	margin-bottom: 5px;
	font-weight: 700;
	color: #00c3ca;
	text-transform: uppercase;
	line-height: 1;
}

.reponse-nom {
	margin-bottom: 5px;
	font-weight: 700;
	color: #d11459;
	text-transform: uppercase;
	line-height: 1;
}

.demande-annonce,
.reponse-annonce {
	margin-bottom: 10px;
	font-weight: 600;
	color: #686868;
	line-height: 1.2;
}

.demande-date,
.reponse-date {
	font-weight: 300;
	color: #00c3ca;
	text-transform: uppercase;
}

.reponse-date { color: #d11459; }

.bloc-demande .toutes_les_demandes { margin: 0 0 0 90px; }


/* -- Bloc geoloc -- */
.bloc-geoloc {
	display: inline-block;
	width: 940px;
	padding: 10px 20px 15px;
	margin-bottom: 15px;
	background: #d11459;
	-webkit-border-radius: 10px 0;
	border-radius: 10px 0;
  text-align: center;
  position:relative;
}

.bloc-geoloc h2 {
	margin: 0 auto;
	color: #3a2e4e;
	line-height: 1em;
  text-align: center;
}

.bloc-geoloc h3 {
    display: inline-block;
    vertical-align: middle;
	width: 720px;
	margin: 20px 0px 20px;
    font-size: 14px;
    color: #FFFFFF;
    text-transform: initial;
    letter-spacing: 0.5px;
}

.bloc-geoloc h3 .titre_2 {
	font-size: 31px;
	color: #b9b2cb;
	font-weight: 500;
  text-transform: uppercase;
  text-align: center;
}

.bloc-geoloc h3 .intro{
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
}

.bloc-geoloc .bx-wrapper {
  -webkit-box-shadow: inherit !important;
 box-shadow: inherit !important;
}

#slider-prev {

  width:25px !important;
  height:25px !important;
  position: absolute;
    margin-top: -100px;
}

#slider-next {

  width:25px !important;
  height:25px !important;
  position: absolute;
    margin-top: -100px;
    margin-left: 400px;
}

.bx-prev {
  color:#ffffff !important;
  font-size: 34px !important;
  font-weight: bold !important;
  left:-40px !important;
}

.bx-next {
  color:#ffffff !important;
  font-size: 34px !important;
  font-weight: bold !important;
  right:-40px !important;
}

.bx-wrapper .bx-controls-direction a {
  text-indent: inherit !important;
  top: 40% !important;
}

.bx-wrapper .bx-controls-direction a.disabled {


}


#members-dir-list {padding-left: 40px; height: 160px;}


/* -- Bloc conseils & astuces -- */
.bloc-conseils-astuces {
	display: inline-block;
	width: 940px;
	padding: 10px 20px 15px;
	margin-bottom: 15px;
	background: #584f78;
	-webkit-border-radius: 10px 0;
	border-radius: 10px 0;
}

.bloc-conseils-astuces h2 {
	margin: 0 auto;
	color: #3a2e4e;
	line-height: 1em;
  text-align: center;
}

.bloc-conseils-astuces h3 {
    display: inline-block;
    vertical-align: middle;
	width: 720px;
	margin: 20px 0px 20px;
    font-size: 14px;
    color: #FFFFFF;
    text-transform: initial;
    letter-spacing: 0.5px;
}

.bloc-conseils-astuces h3 .titre_2 {
	font-size: 28px;
	color: #ffffff;
	font-weight: 300;
}

.bloc-conseils-astuces h3 .intro{
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
}

.astuces-item {
	display: inline-block;
	position: relative;
	width: 204px;
	margin: 0 9px;
}

.astuce-overlay {
	position: absolute;
	width: 100%;
	background: rgba(82, 61, 109, .7);
	/*height: 100%;*/
	height:60px;
	bottom:0;
}

.astuce-contenu {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 10px;
    font-weight: 400;
    color: #fff;
    line-height: 1.3em;
    letter-spacing: 0.5px;
}

.astuce-contenu p { margin-bottom: 0; }

.bloc-pub-inter  {
	display: block;
	width: 940px;
	margin: 0 0 15px 0;
}

.fil-ariane {
	padding: 8px 25px 4px;
	background-color: #D11459;
	background-color: #E4E3E6;
	border-radius: 10px 0 0 0;
}

.fil-ariane-forum {
	padding: 10px 15px 5px 75px;
	width: 600px;
}

.fil-ariane li,
.fil-ariane-forum li {
	display: inline-block;
	text-transform: uppercase;
}

.fil-ariane-forum li,
.fil-ariane-forum li a {
	color: #8f80a6;
}

.fil-ariane li a {
	padding: 0 5px;
	font-weight: 600;
	color: #686868;
}

.fil-ariane li.active {
	font-weight: 600;
	color: #d11459;
}

.fil-ariane-forum li.active{
	font-weight: 600;
	color: #523d6d;
}

.bloc-article {
	display: inline-block;
	width: 620px;
	padding: 0;
	margin: 0 -0.25em 15px 0;
	color: #636363;
	background: #f4f4f4;
	-webkit-border-radius: 10px 0;
	border-radius: 10px 0;
}

.bloc-article .chapeau {
	font-size: 1.7em;
	font-weight: 500;
	color: #3a2e4e;
}

.bloc-article-contenu {
	padding: 50px 25px 30px;
}

article header,
article footer {
	width: 100%;
	margin: 0;
	padding: 0;
	background: none;
}

.article-left {
	display: inline-block;
	width: 115px;
}

.article-right {
	display: inline-block;
	vertical-align: top;
	width: 450px;
}

.article-right p {
	font-size: 1.28em;
}

.article-right .coordonnees p,
.article-right .article-infos p {
	font-size: 1.15em;
}

#content .article-right a { color: #d11459; }

.bloc-article h2 {
	margin: 5px 0;
	font-size: 1.5em;
	font-weight: 500;
	color: #3a2e4e;
}

.bloc-article h3 {
	font-size: 1.1em;
	font-weight: 700;
}

.article-infos {
	display: inline-block;
	vertical-align: top;
	width: 50%;
}

.article-reseaux {
	display: inline-block;
	vertical-align: top;
	text-align: right;
	width: 49%;
}

.article-reseaux  ul{
	margin-left: 10px;
}

.coordonnees p {
	margin-bottom: 0;
	line-height: 1.25em;
}

.coordonnees h3 {
	color: #523d6d;
}


/* -- Blocs widgets -- */

.widget-area-home { position: relative; }

.widget-area {
	display: inline-block;
	vertical-align: top;
	width: 300px;
	margin: 0 -0.25em 15px 20px;
}

.widget {
	display: block;
	width: 300px;
	min-height: 250px;
	padding: 15px 15px 15px 20px;
	margin-bottom: 15px;
	color: #fff;
	line-height: 1.2em;
	-webkit-border-radius: 10px 0;
	border-radius: 10px 0;
}

.widget-area .widget {
	padding: 0;
}
.page-template-template-protection .widget-area .widget, .page-template-template-protection-souscrire .widget-area .widget {
	padding: 15px 15px 15px 20px;
}

.widget-home {
	display: inline-block;
	vertical-align: top;
	margin-right: -0.25em;
	background-repeat: no-repeat;
	min-height: 250px;
	background-size: cover;
}

.widget h3 {
	padding: 10px 20px;
	font-weight: 500;
	line-height: 1.1em;
}

.widget h4 {
	font-size: 1em;
	font-weight: 600;
	text-transform: uppercase;
}

.widget p {
	margin-bottom: 0;
}

.widget.widget-pub {
	padding: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}

.cri-coeur {
	background: #3a2e4e;
}

.cri-coeur h3 {
	width: 188px;
	min-height: 67px;
	font-family: 'Squiggly-asta', "Dosis", arial, verdana, sans-serif !important;
	font-size: 2em;
	font-weight: bold;
	background: url("images/structure/cri-coeur-titre-bg.png") no-repeat;
}

.cri-coeur-photo {
	display: inline-block;
	vertical-align: bottom;
	width: 80px;
	padding-right: 10px;
}

.cri-coeur-contenu {
	display: inline-block;
	vertical-align: bottom;
	width: 170px;
}

.cri-coeur .auteur {
	margin-top: 12px;
	font-weight: 700;
}

.astuces-budget h3 {
	width: 116px;
	min-height: 89px;
	margin-bottom: 7px;
	background: url("images/structure/astuces-budget-titre-bg.png") no-repeat;
}

.quizz-als {
	background: #b5aec0 url("images/structure/widget-quizz-als-bg.png") 222px 150px no-repeat;
}

.quizz-als h3 {
	width: 97px;
	min-height: 86px;
	background: url("images/structure/quizz-als-titre-bg.png") no-repeat;
}

p.quizz-accroche1 {
	margin : -50px 0 8px 120px;
	font-size: 1.4em;
	font-weight: 700;
	text-transform: uppercase;
}

p.quizz-accroche2  {
	margin : 0 0 8px 120px;
	font-size: 1.3em;
	font-weight: 600;
	color: #3a2e4e;
	text-transform: uppercase;
}

/* == Code couleurs  == */

/*
color1 > violet clair / 3 nuances
color2 > violet foncé / 3 nuances
color3 > rose / 1 nuance
color4 > gris  / 2 nuances
color5 > blanc
*/


.color1-light {
	color: #d2ced8;
}

.color1-light-bg {
	background-color: #d2ced8;
}

.color1-mid {
	color: #cbc7d0;
}

.color1-mid-bg {
	background-color: #cbc7d0;
}

.color1-dark {
	color: #b5aec0;
}

.color1-dark-bg {
	background-color: #b5aec0;
}

.color2-light {
	color: #786a8f;
}

.color2-light-bg {
	background-color: #786a8f;
}

.color2-mid {
	color: #523d6d;
}

.color2-mid-bg {
	background-color: #523d6d;
}

.color2-dark {
	color: #3a2e4e;
}

.color2-dark-bg {
	background-color: #3a2e4e;
}

.color3 {
	color: #d11459;
}

.color3-bg {
	background-color: #d11459;
}

.color4-light {
	color: #ebe8f1;
}

.color4-light-bg {
	background-color: #ebe8f1;
}

.color4-mid {
	color: #a2a1a1;
}

.color4-mid-bg {
	background-color: #a2a1a1;
}

.color4-dark {
	color: #686868;
}

.color4-dark-bg {
	background-color: #686868;
}

.color5 {
	color: #fff;
}

.color5-bg {
	background-color: #fff;
}

.color5-dark {
	color: #f6f6f6;
}

.color5-dark-bg {
	background-color: #f6f6f6;
}

.color_blue { color: #00c3ca; }
.color_purple { color: #3a2e4e; }
.color_pink { color: #d11459; }

.bg_blue {background-color: #00c3ca !important; background:-webkit-linear-gradient(top,  #00c3ca 0%,#00c3ca 100%)!important; background: linear-gradient(to bottom, #00c3ca 0%,#00c3ca 100%)!important;}


/* ========== Footer ========== */

footer {
	padding-bottom: 50px;
	background: #f4f4f4;
}

.footer-container {
	width: 940px;
	margin: 0 auto;
	background: #f4f4f4;
}

.menu-principal-footer {
	display: inline-block;
	width: 100%;
	text-align: center;
	background-color :#ebe8f1;
}

.menu-principal-footer  li {
	float: left;
	font-size: 11.5px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.3px;
}

.menu-principal-footer li a{
	color: #3a2e4e;
	display: block;
	padding: 10px 30.6px;
	font-size: 12px;
	border-bottom: 4px solid;
}

.menu-principal-footer li.border_purple a { border-color: #92007b; }
.menu-principal-footer li.border_blue a { border-color: #00aabd; }
.menu-principal-footer li.border_green a { border-color: #b4d800; }
.menu-principal-footer li.border_pink a { border-color: #e20078; }
.menu-principal-footer li.border_light_purple a { border-color: #9a91b7; }

.menu-infos-footer  {
	text-align: right;
}

.menu-infos-footer  li {
	display: inline-block;
	padding: 0 5px;
	font-size: 12px;
	color: #818181;
	text-transform: uppercase;
	line-height: .7em;
	border-right: 1px solid;
	font-weight: 600;
}

.menu-infos-footer  li:last-child {
	border-right: 0;
}

.menu-infos-footer li a {
	color: #818181;
	font-size: 11px;
	letter-spacing: 2px;
}

.titres-footer {
	display: inline-block;
	width: 235px;
	margin-top: -1.4em;
	text-align: center;
}

.titres-footer h1 {
	display: inline-block;
	width: 236px;
	margin-left: 13px;
}

.titres-footer h2,
.home .titres-footer h2 {
	font-family: "Dosis", arial, verdana, sans-serif;
	font-size: 1em;
	font-weight: 500;
	color: #d11459;
}

/* -- Bloc remerciements / soutiens -- */
.remerciements {
	display: inline-block;
	vertical-align: top;
	width: 700px;
	padding-left: 65px;
	background: #f4f4f4;
}

.remerciements .copy { text-align: right; color: #948cad; font-size: 14px; margin-top: 50px; }
.remerciements .copy a { font-weight: bold; }

p.remerciements-texte {
	display: inline-block;
	vertical-align: baseline;
	width: 97px;
	margin: 15px 0 0;
	font-weight: 600;
	color: #786a8f;
	text-transform: uppercase;
	line-height: 1.3;
}

.remerciements-photos {
	display: inline-block;
	vertical-align: bottom;
	width: 534px;
}

.remerciements-photos img {
	margin: 0 0 0 21px;
}




/* == Connexion top forum == */

.bloc-compte-infos-top {
	margin : 15px 0 5px 0;
	width: 940px;
	text-align: right;
}

.bloc-compte-infos-top-content {
	width: auto;
	background: rgb(229, 227, 232);
	background: rgba(229, 227, 232, .8);
	background: url("images/structure/compte-infos-bg.png") repeat-x;
}

.bloc-compte-infos-top div {
	display: inline-block;
	vertical-align: top;
	text-align: left;
}

.bloc-compte-infos-top li {
	display: inline-block;
	vertical-align: top;
	min-height: 18px;
	padding: 1px 9px 0 30px;
	margin-top: 7px;
	border-right: 1px solid #847597;
	line-height: 1em;
}

.bloc-compte-infos-top li:last-child {
	border-right: 0;
}

.compte-direct {
	min-width: 140px;
	min-height: 28px;
	padding-top: 2px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	background: url("images/structure/compte-direct-bg.png") repeat-x;
	border-radius: 4px;
}

.compte-direct a  span {
	color: #fff;
}

.compte-direct img {
	padding-right: 12px;
	margin: 0 13px 0 12px;
	border-right: 1px solid #e37ca5;
}

.compte-direct span {
	display: inline-block;
	vertical-align: top;
	margin-top: 2px;
    padding-right: 12px;
}

.compte-suni {
	padding: 0 4px 0 2px;
	font-size: 1.05em;
	font-weight: 600;
	color: #3a2e4e;
}

.compte-suni a {
	color: #3a2e4e;
}

.nombre-suni {
	margin-left: 10px;
	background: url("images/pictos/compte-soleil-bg.png") 0 no-repeat;
}

.texte-suni {
	font-family: 'Squiggly-asta', "Dosis", arial, verdana, sans-serif !important;
	margin-right: 20px;
	font-size: 0.9em;
	text-transform: none;
	letter-spacing: .1em;
}

.nombre-messages {
	margin-left: 10px;
	background: url("images/pictos/compte-enveloppe-bg.png") 0 no-repeat;
}

.nombre-notifications {
	margin-left: 10px;
	background: url("images/pictos/compte-haut-parleur-bg.png") 0 no-repeat;
}

.compte-profil {
	position: relative;
	min-width: 155px;
	min-height: 29px;
	border: 1px solid #beb8c7;
	font-size: 1.05em;
	font-weight: 600;
	color: #3a2e4e;
	background: rgb(249, 249, 249);
	background: rgba(249, 249, 249, .9);
	border-radius: 4px;
	cursor: pointer;
}

.compte-profil a {
	color: #3a2e4e;
}

.compte-profil img {
	padding: 1px 9px;
}

.compte-profil img.compte-fleche {
	padding: 1px 7px 2px 0;
}

.compte-prenom {
	display: inline-block;
	vertical-align: top;
	width: 90px;
	margin-top: 7px;
	line-height: 1em;
}

.compte-profil-contenu-click {
	display: none;
	position: absolute;
	z-index: 9000;
	left: -1px;
	top: 24px;
	width: 162px;
	border-left: 1px solid #beb8c7;
	border-right: 1px solid #beb8c7;
	border-bottom: 1px solid #beb8c7;
	background: rgb(249, 249, 249);
}

.compte-profil-contenu-click li {
	display: block;
	padding: 6px 10px;
	margin-top: 2px;
	border: 0;
	border-top: 1px solid #cbc7d0;
}


/* ========== Forum ========== */

.bloc-forum {
	padding-bottom: 30px;
	margin-bottom: 40px;
	-webkit-border-radius: 10px 0;
	border-radius: 10px 0;
}

.bg_radiant {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f4f4f5+0,d5d0e0+99 */
	background: #f4f4f5; /* Old browsers */
	background: -moz-radial-gradient(center, ellipse cover,  #f4f4f5 0%, #d5d0e0 99%); /* FF3.6-15 */
	background: -webkit-radial-gradient(center, ellipse cover,  #f4f4f5 0%,#d5d0e0 99%); /* Chrome10-25,Safari5.1-6 */
	background: radial-gradient(ellipse at center,  #f4f4f5 0%,#d5d0e0 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f5', endColorstr='#d5d0e0',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.bloc-forum .frise {
	position: absolute;
	bottom: 3px;
	left: 0;
	right: 0;
}


.bloc-forum .forum-accroche .frise { bottom: 0; }

.bloc-forum .frise img { width: 100%; }

.forum-accroche {
	display: block;
	position: relative;
	z-index: 100;
	padding: 20px 20px 3px 20px;
	border-bottom: 5px solid #b5aec0;
	-webkit-box-shadow: 0 5px 8px -2px rgba(0, 0, 0, .3);
	box-shadow: 0 5px 8px -2px rgba(0, 0, 0, .3);
}

.forum-listing .bbp-topics {
	margin: 0 !important;
}

.forum-accroche-titres {
	display: inline-block;
	vertical-align: top;
	width: 530px;
	min-height: 125px;
	margin-left: 125px;
}

.forum-accroche-titres p {
	color: #523d6d;
	text-transform: uppercase;
}

.forum-accroche h1 {
	position: absolute;
	top: 20px;
	left: -47px;
	width: 172px;
	min-height: 120px;
	padding: 50px 0 0 62px;
	font-size: 2.5em;
	font-weight: 600;
	color: #fff;
	background: url("images/structure/forum-h1-bg.png") no-repeat;
}

.forum-accroche h2 {
	margin-bottom: 10px;
	font-family: 'Squiggly-asta', "Dosis", arial, verdana, sans-serif !important;
	font-size: 1.7em;
	font-weight: 600;
	color: #523d6d;
	line-height: 1.2em;
}

.forum-accroche-recherche-categorie {
	display: inline-block;
	vertical-align: top;
	width: 230px;
	margin-top: -25px;
}

.forum-accroche-search {
	margin-bottom: 35px;
	background: #cbc7d0;
}

.forum-accroche-search input[type="search"]{
	width: 200px;
	min-height: 28px;
	padding: 6px 14px;
	margin: 0 -.25em 0 0;
	border: 0;
	font-family: "Dosis", arial, verdana, sans-serif;
	font-weight: 700;
	color: #523d6d;
	text-transform: uppercase;
	background: #cbc7d0;
}

.forum-accroche-search input[placeholder] {
	font-weight: 700;
	color: #523d6d;
}

.forum-accroche-search input[type="submit"]{
	width: 26px;
	min-height: 28px;
	padding: 7px 10px 2px 0;
	margin: 0;
	border: 0;
	background: #cbc7d0 url("images/pictos/forum-search-loupe.png") 0 7px no-repeat;
}

.forum-accroche-categorie {
	position: relative;
}

.forum-accroche-categorie .titre-categorie {
	padding: 0 25px 0 0;
	margin-bottom: 0;
	font-weight: 600;
	color: #686868;
	text-transform: uppercase;
	text-align: right;
}

.forum-accroche-categorie  .categorie-contenu {
	display: none;
	position: absolute;
	top: 56px;
	z-index: 100;
	width: 100%;
	text-align: right;
	background: #d11459;
}

.forum-accroche-categorie  .categorie-contenu li {
	padding: 4px 23px;
	border-top: 1px solid #fff;
	text-transform: uppercase;
}

.forum-accroche-categorie  .categorie-contenu a {
	font-weight: 600;
	color: #fff;
}

.bbp-forum-description .avatar {
	margin: -6px 5px 0;
	width: 30px;
	height: auto;
}

/* Forum accroche menu */
.menu-forum li {
	display: inline-block;
	vertical-align: top;
	width: 178px;
	min-height: 83px;
	padding-top: 5px;
	font-family: 'Squiggly-asta', "Dosis", arial, verdana, sans-serif !important;
	font-size: 1.45em;
	font-weight: 600;
	text-transform: uppercase;
	text-align: center;
	background-size: 100% !important;
	margin-top: 30px !important;
}

.menu-forum li:nth-child(odd) {
	background: url("images/structure/forum-menu-impaire-bg.png") no-repeat;
}

.menu-forum li:nth-child(even) {
	background: url("images/structure/forum-menu-paire-bg.png") no-repeat;
}

.menu-forum li:nth-child(odd) a,
.menu-forum li:nth-child(even) a {
	color: #fff;
}

.menu-forum li.active {
	background: url("images/structure/forum-menu-active-bg.png") no-repeat;
}

.menu-forum li.active a {
	color: #3a2e4e;
}

.menu-complet-item {
	display: inline-block;
	vertical-align: top;
	position: relative;
	width: 161px;
	margin: 0 8px 25px 9px;
}

.menu-complet-item img {
	margin-bottom: 25px;
	height: auto;
}

.menu-complet-item  h2 {
	position: absolute;
	top: 111px;
	padding-bottom: 30px;
	padding-top: 12px;
	font-size: 16px !important;
	color: #fff;
	letter-spacing: .1em;
	text-align: center;
	background: url("images/structure/forum-menu-titre1-bg.png") no-repeat bottom center;
	right: 0;
	left: 0;
}

.forum-menu-complet .menu-complet-item:nth-child(even)  h2 {
	background-image: url("images/structure/forum-menu-titre2-bg.png");
}

.menu-complet-item  p {
	padding: 7px 15px;
	margin-bottom: 5px;
	font-weight: 600;
	line-height: 1.2em;
}

.menu-complet-item  p:first-child {
	font-weight: 400;
	font-size: .94em;
}

.menu-complet-item  p:nth-child(even) {
	background: #f1f0f2;
}


/* == Forum accroche maxi soutien == */

.forum-accroche.forum-accroche-soutien  {
	min-height: 300px;
	padding-top: 0;
}

.forum-soutien .bloc-forum .bg_image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position-y: -250px !important;
}

.forum-accroche.forum-accroche-soutien  h1 {
	position: absolute;
	top: 10px;
	left: -72px;
	background: none;
}

.forum-accroche.forum-accroche-soutien  h2 {
	margin-bottom: 0;
	color: #d11459;
}

.forum-accroche.forum-accroche-soutien  p {
	margin-bottom: 0;
	line-height: 1.2em;
}

.forum-accroche-soutien .titre-mono-parents {
	display: inline-block;
	vertical-align: top;
	position: relative;
	z-index: 40;
}

.forum-accroche-soutien .titre-maxi-soutien {
	position: absolute;
	top: 10px;
	left: 95px;
	margin-left: 0;
}

.forum-accroche-soutien h1 {
	padding: 8px 20px 10px;
}

.forum-accroche.forum-accroche-soutien .forum-accroche-titres {
	width: 385px;
	min-height: 30px;
	margin-left: 270px;
	text-transform: uppercase;
	font-size: 13px;
  margin-top: 50px;
}

.forum-accroche.forum-accroche-soutien .forum-accroche-titres strong {
	display: block;
	color: #00c3ca;
}

.forum-accroche.forum-accroche-soutien .frise { bottom: 55px; }

.forum-accroche-soutien .recherche-soutien  label,
.forum-accroche-soutien .recherche-soutien  input,
.forum-accroche-soutien .recherche-soutien  select,
.forum-accroche-soutien .recherche-soutien  p {
	display: inline-block;
	vertical-align: top;
	min-height: 30px;
	border: 0;
}

.forum-accroche-soutien .recherche-soutien  label {
	margin: 5px 10px 0 0;
	font-size: .9em;
	font-weight: 600;
	color: #686868;
	text-transform: uppercase;
}

.forum-accroche.forum-accroche-soutien .recherche-soutien  input,
.forum-accroche.forum-accroche-soutien .recherche-soutien  select {
	min-height: 28px;
	padding: 0 10px;
	font-weight: 600;
	color: #523d6d;
	text-transform: uppercase;
	background: transparent;
	-webkit-box-shadow: -1px 4px 8px 0 rgba(0,0,0,0.3) inset;
	box-shadow: -1px 4px 8px 0 rgba(0,0,0,0.3) inset;
}

.forum-accroche.forum-accroche-soutien .recherche-soutien  input{
	width: 100px;
	margin-right: 15px;
	background-color: #e5e4e7;
}

.forum-accroche.forum-accroche-soutien .recherche-soutien  input[type="search"]{
	width: 230px;
	/*padding-right: 35px;*/
	margin-right: 30px;
	/*background: url("images/pictos/forum-search-loupe.png") 202px 8px no-repeat;*/
	background-color: #e5e4e7;
}

.forum-accroche.forum-accroche-soutien .recherche-soutien  select {
	width: 215px;
	padding-top: 5px;
	margin-right: 30px;
	background-color: #e5e4e7;
	height: 28px;
}

.forum-accroche.forum-accroche-soutien .recherche-soutien  input[type="submit"]{
	width: 40px;
	margin-right: 0;
	font-weight: 600;
	color: #fff;
	background: #9e023b url("images/structure/forum-soutien-bouton-bg.png") repeat-x;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.forum-titre-statut-soutien h3 {
	padding: 15px 90px 20px 0;
	margin-left: 120px;
	font-family: "Dosis", arial, verdana, sans-serif;
	font-size: 1.1em;
	font-weight: 700;
	color: #d11459;
}

.listing-contenu p.type-demande-urgente,
.listing-contenu p.type-demande,
.listing-contenu p.type-offre {
	display: inline-block;
	margin-bottom: 0;
	margin-left: 350px;
	font-weight: 600;
	text-transform: uppercase;
}

.listing-contenu p.type-demande-urgente {
	color: #d11459;
}

.listing-contenu p.type-demande {
	color: #1f1b27;
}

.listing-contenu p.type-offre {
	color: #523d6d;
}


/* == Forum listing == */

.forum-titre-statut h3 {
	padding: 25px 90px 0 0;
	font-family: 'Squiggly-asta', "Dosis", arial, verdana, sans-serif !important;
	font-size: 1.9em;
	font-weight: 600;
	color: #d11459;
	text-align: right;
}

.forum-listing {
	background: #f6f6f6;
}

.forum-listing .listing-pagination { background: #ecebee; }

.listing-item {
	min-height: 105px;
	padding: 15px 30px 5px 30px;
}

.forum-listing .listing-item:nth-child(odd) {
	background-color: #ecebee;
}

.forum-listing .listing-item:nth-child(even) {
	background-color: #f6f6f6;
}

.forum-listing .listing-item:first-child {
	background-color: #ffffff;
}

.forum-listing .listing-item.annonce-urgente {
	background-color: #ffffff;
}

.listing-photo {
	display: inline-block;
	vertical-align: top;
	width: 90px;
	padding-right: 15px;
	margin-right: -0.25em;
}

.listing-photo img {
	padding: 3px;
	border: 1px solid #b5aec0;
}

.listing-item:first-child img{
	border: 3px solid #b5aec0;
}

.listing-item:first-child .listing-infos img{
	border: 0;
}

.listing-infos {
	display: inline-block;
	vertical-align: top;
	position: relative;
	width: 145px;
	padding-right: 15px;
	margin-right: -0.25em;
}

.listing-infos p.auteur {
	position: absolute;
	bottom: -60px;
	padding-right: 13px;
	margin-bottom: 0;
	font-weight: 700;
}

.listing-infos .date {
	font-size: 0.9em;
	font-weight: 400;
	color: #8f80a6;
}

.forum-soutien .listing-infos p.image-urgence {
	position: absolute;
}

.listing-contenu {
	display: inline-block;
	vertical-align: top;
	width: 640px;
	margin-right: -0.25em;
}

.listing-contenu {
	display: inline-block;
	vertical-align: top;
	width: 640px;
	margin-right: -0.25em;
	font-weight: 600;
}

.listing-contenu p {
	font-size: 1.08em;
	color: #3a2e4e;
}

.listing-item p.localisation {
	display: inline-block;
	vertical-align: top;
	min-height: 20px;
	padding: 0 20px;
	margin: 0;
	font-size: .9em;
	font-weight: 600;
	color: #8f80a6;
	background: url("images/pictos/forum-localisation.png") no-repeat;
}


/* == Forum listing complet == */

.listing-item-complet {
	padding-top: 35px;
	padding-bottom: 4px;
	margin-bottom: 10px;
}

.forum-listing  .listing-item-complet:first-child {
	background-color: #f6f6f6;
}

.listing-item-complet p.forum-chapeau {
	font-size: 1.1em;
	font-weight: 600;
	color: #d11459;
}

.listing-item-complet .listing-infos p.auteur {
	position: relative;
	top: 0;
	margin-bottom: 0;
}

.listing-item-complet .listing-infos p.listing-suni {
	min-height: 17px;
	padding: 0 20px 0 22px;
	margin: 2px 0 6px;
	font-weight: 600;
	color: #3a2e4e;
	line-height: 1em;
	background: url("images/pictos/listing-soleil-bg.png") no-repeat;
}

.listing-item-complet .listing-infos p.localisation {
	padding-left: 22px;
	background: url("images/pictos/forum-localisation.png") 2px 0 no-repeat;
}

.listing-item-complet .urgent-b {
	margin : 25px 0 0 -40px;
	font-weight: 700;
	color: #d11459;
	text-transform: uppercase;
}

.listing-item-complet .listing-complet-partage {
	margin : 40px 0 0 -90px;
	color: #818181;
	text-transform: uppercase;
}

.listing-item-complet .listing-complet-partage img {
	margin-left: 10px;
}

.listing-item-complet .urgent-b img{
	margin: 0 0 5px 30px;
}

.listing-item-complet-reponse {
	background: #ecebee;
	padding: 2px 20px 10px;
	margin: 0 -30px;
	border-bottom: 5px solid #b5aec0;
}

.listing-item:first-child .listing-item-complet-reponse img{
	padding: 3px;
	margin : 100px 0 20px 100px;
	border: 1px solid #b5aec0;
}

.listing-item .listing-item-complet-reponse a {
	color: #d11459;
}

.listing-reponse-personne {
	display: inline-block;
	vertical-align: top;
	width: 222px;
	margin-right: 15px;
}

.listing-reponse-formulaire {
	display: inline-block;
	vertical-align: top;
	width: 640px;
}

.listing-reponse-formulaire  textarea {
	width: 100%;
	height: 200px;
	padding: 15px;
	margin-bottom: 15px;
	border: 0;
	font-size: 0.95em;
	background-color: #fff;
	border-radius: 10px 0;
	-webkit-box-shadow: -1px 4px 8px 0 rgba(0,0,0,0.3) inset;
	box-shadow: -1px 4px 8px 0 rgba(0,0,0,0.3) inset;
}

.listing-reponse-formulaire  input[type="submit"]{
	display: block;
	min-height: 24px;
	padding: 1px 40px;
	margin: 0 0 10px 245px;
	font-family: "Dosis",arial,verdana,sans-serif;
	font-weight: 800;
	color: #fff;
	text-transform: uppercase;
	background: url("images/structure/messagerie-repondre-bg.png") repeat-x;
	border-radius: 4px;
}

.titre-form {
	padding-right: 150px;
	margin-bottom: 5px;
	font-family: 'Squiggly-asta', "Dosis", arial, verdana, sans-serif !important;
	font-size: 1.5em;
	font-weight: 600;
	color: #d11459;
	text-align: right;
}


.titre-form.soutien-complet {
	margin-top: 4px;
	margin-left: 25px;
	text-align: left;
}

.listing-reponse-formulaire input.soutien-complet-repondre[type="submit"] {
	display: inline-block;
	min-width: 140px;
	margin-left: 162px;
}


/*  Forum listing pagination */
.listing-pagination {
	display: block;
	padding: 40px 0 0;
	text-align: center;
}

.listing-pagination a {
	color: #8f80a6;
}

.listing-pagination ul {
	display: inline-block;
	vertical-align: middle;
	margin: 0 10px;
}

.listing-pagination li {
	display: inline-block;
	padding: 0 15px;
	font-weight: 600;
}

.listing-pagination li.active {
	background: #ecebee;
}

.pagination-space {
	display: inline-block;
	vertical-align: middle;
	margin : 0 35px;
	font-size: 0.85em;
	font-weight: 500;
	text-transform: uppercase;
}


/* ========== Messagerie ========== */

.bloc-messagerie {
	display: block;
	width: 940px;
	margin-bottom: 60px;
	background-color: #ecebee;
	border-radius: 10px 0;
}

.bloc-messagerie-liste {
	display: inline-block;
	vertical-align: top;
	width: 326px;
	margin: 105px -0.25em 20px 20px;
}

.bloc-messagerie-complet h1 {
	display: inline-block;
	vertical-align: top;
	letter-spacing: .1em;
}

.bloc-messagerie-liste h2,
.bloc-messagerie-complet h2 {
	margin-bottom: 5px;
	font-size: 1.15em;
}

.bloc-messagerie-liste h2 {
	font-weight: 700;
	color: #d11459;
}

.bloc-messagerie-complet h2 {
	display: inline-block;
	vertical-align: top;
	margin-left: 85px;
	font-weight: 500;
}

.messagerie-liste-item {
	padding: 10px 15px 15px;
	color: #1f1b27;
}

.messagerie-liste-item a {
	color: #1f1b27;
	text-decoration: none;
}

.messagerie-liste-item p {
	margin-bottom: 0;
	font-size: 0.94em;
	line-height: 1em;
}

.messagerie-item-photo {
	display: inline-block;
	vertical-align: top;
	width: 60px;
	padding: 10px 15px 0 0;
}

.messagerie-liste-item .messagerie-item-contenu {
	display: inline-block;
	vertical-align: top;
	width: 230px;
	margin-right: -0.25em;
}

.message-prenom {
	font-weight: 700;
	color: #3a2e4e;
	text-transform: uppercase;
}

.message-date {
	float: right;
	color: #686868;
}

.bloc-messagerie-complet {
	display: inline-block;
	vertical-align: top;
	width: 546px;
	margin: 20px -0.25em 50px 20px;
}

.bloc-messagerie-complet .h1-ligne {
	height: 85px;
}

.bloc-messagerie-complet .h1-ligne a {
	display: inline-block;
	vertical-align: top;
	float: right;
	padding: 7px 40px 7px 14px;
	margin: 3px 5px 0 0;
	color: #d2ced8;
	text-transform: uppercase;
	background: #4c3866 url("images/pictos/nouveau-message-enveloppe-bg.png") right 10px no-repeat;
}

.bloc-messagerie-complet .h2-ligne a {
	display: inline-block;
	vertical-align: top;
	float: right;
	padding-right: 5px;
}


.messagerie-complet-item {
	padding: 10px 15px 15px;
	margin-bottom: 3px;
}

.messagerie-complet-item .messagerie-item-photo {
	width: 68px;
}

.messagerie-complet-item .messagerie-item-contenu {
	display: inline-block;
	vertical-align: top;
	width: 435px;
	padding-top: 5px;
	margin-right: -0.25em;
}

.messagerie-complet-item .messagerie-item-contenu-infos {
	margin-bottom: 5px;
}

.messagerie-liste-item:nth-child(odd),
.messagerie-complet-item:nth-child(odd) {
	background-color: #e3e2e6;
}

.messagerie-liste-item:nth-child(even),
.messagerie-complet-item:nth-child(even) {
	background-color: #d2d0d7;
}

.messagerie-liste-item.message-active {
	background-color: #fff;
}

.bloc-messagerie-complet form {
	position: relative;
}

.messagerie-complet-item  textarea {
	width: 464px;
	height: 146px;
	margin-left: 50px;
	padding: 15px 15px 40px 15px;
	border: 0;
	font-size: 0.95em;
	background-color: #fff;
	-webkit-box-shadow: -1px 4px 8px 0 rgba(0,0,0,0.3) inset;
	box-shadow: -1px 4px 8px 0 rgba(0,0,0,0.3) inset;
}

.messagerie-complet-item  textarea[placeholder] {
	color: #d11459;
}

.messagerie-complet-item  input[type="submit"] {
	position: absolute;
	left: 210px;
	bottom: 7px;
	z-index: 100;
	min-height: 24px;
	padding: 1px 40px;
	font-family: "Dosis",arial,verdana,sans-serif;
	font-weight: 800;
	color: #fff;
	text-transform: uppercase;
	background: url("images/structure/messagerie-repondre-bg.png") repeat-x;
	border-radius: 4px;
}


/* ========== Notifications ========== */

.bloc-compte-perso {
	display: block;
	width: 940px;
	margin-bottom: 60px;
	background-color: #ecebee;
	border-radius: 10px 0;
}

.compte-perso-menu {
	display: inline-block;
	vertical-align: top;
	position: relative;
	z-index: 100;
	width: 222px;
	margin: 25px -0.25em 0 0;
}

.compte-perso-menu li a {
	display: block;
	width: 222px;
	min-height: 45px;
	padding: 15px 0 15px 80px;
	margin-bottom: 15px;
	font-size: 1.1em;
	font-weight: 500;
	color: #3a2e4e;
	text-transform: uppercase;
	text-decoration: none;
	background-color: #d2ced8;
	background-position: 30px center;
	background-repeat: no-repeat;
}

.compte-perso-menu li.active a,
.compte-perso-menu li:last-child.active a {
	background-color: #d11459;
	background-position: 30px center;
	background-repeat: no-repeat;
	-webkit-box-shadow: 2px 3px 7px 1px rgba(0,0,0, .2);
	box-shadow: 2px 3px 7px 1px rgba(0,0,0, .2);
}

.compte-perso-menu li:hover a,
.compte-perso-menu li:last-child:hover a {
	background-color: #d11459;
}

.compte-perso-menu li.active a,
.compte-perso-menu li:hover a {
	color: #fff;
}

.compte-perso-menu li:last-child a {
	margin-top: 130px;
	color: #fff;
	background-color: #523d6d;
}

.compte-perso-menu li.compte-menu-direct a {
	background-image: url("images/pictos/menu-direct-bg-off.png");
}

.compte-perso-menu li.compte-menu-notifications a {
	background-image: url("images/pictos/menu-notifications-bg-off.png");
}

.compte-perso-menu li.compte-menu-contacts  a {
	background-image: url("images/pictos/menu-contacts-bg-off.png");
}

.compte-perso-menu li.compte-menu-compte a,
.compte-perso-menu li.compte-menu-profil a {
	background-image: url("images/pictos/menu-compte-bg-off.png");
}

.compte-perso-menu li.compte-menu-suni a {
	background-image: url("images/pictos/menu-suni-bg-off.png");
}

.compte-perso-menu li.compte-menu-protections a {
	background-image: url("images/pictos/menu-protections-bg-off.png");
}

.compte-perso-menu li.compte-menu-tableau-bord a {
	background-image: url("images/pictos/menu-tableau-bord-bg-off.png");
}


.compte-perso-menu li.compte-menu-direct.active a,
.compte-perso-menu li.compte-menu-direct:hover a {
	background-image: url("images/pictos/menu-direct-bg-on.png");
}

.compte-perso-menu li.compte-menu-notifications.active a,
.compte-perso-menu li.compte-menu-notifications:hover a {
	background-image: url("images/pictos/menu-notifications-bg-on.png");
}

.compte-perso-menu li.compte-menu-contacts.active a,
.compte-perso-menu li.compte-menu-contacts:hover a {
	background-image: url("images/pictos/menu-contacts-bg-on.png");
}

.compte-perso-menu li.compte-menu-compte.active a,
.compte-perso-menu li.compte-menu-compte:hover a,
.compte-perso-menu li.compte-menu-profil.active a,
.compte-perso-menu li.compte-menu-profil:hover a  {
	background-image: url("images/pictos/menu-compte-bg-on.png");
}

.compte-perso-menu li.compte-menu-suni.active a,
.compte-perso-menu li.compte-menu-suni:hover a {
	background-image: url("images/pictos/menu-suni-bg-on.png");
}

.compte-perso-menu li.compte-menu-protections.active a,
.compte-perso-menu li.compte-menu-protections:hover a  {
	background-image: url("images/pictos/menu-protections-bg-on.png");
}

.compte-perso-menu li.compte-menu-tableau-bord.active a,
.compte-perso-menu li.compte-menu-tableau-bord:hover a  {
	background-image: url("images/pictos/menu-tableau-bord-bg-on.png");
}

.compte-perso-menu p {
	width: 100px;
	margin: 0 0 30px 78px;
	font-weight: 500;
}

#change-cover-image-personal-li {
	display: none !important;
}

.notifications-contenu {
	display: inline-block;
	vertical-align: top;
	position: relative;
	z-index: 1;
	width: 753px;
	min-height: 560px;
	padding: 0 0 0 75px;
	margin: 0 -0.25em 20px -35px;
	background: #fff;
}

.notifications-contenu h2 {
	margin: 25px 0 70px 120px;
	font-family: 'Squiggly-asta', "Dosis", arial, verdana, sans-serif !important;
	font-size: 2.15em;
	font-weight: 600;
	color: #d11459;
	line-height: 1em;
}

.notification-item {
	width: 655px;
	padding: 12px 0;
	margin-bottom: 2px;
	font-size: 1.1em;
	font-weight: 500;
}

.notification-item:hover,
.notification-item.non-lue {
	background: #ecebee;
}

.notification-item p {
	margin-bottom: 0;
}

.notification-item-contenu {
	display: inline-block;
	vertical-align: top;
	width: 420px;
	padding: 0 15px;
}

.notification-item-contenu a {
	padding: 10px 0;
	color: #3a2e4e;
	text-decoration: none;
}

.notification-item-date {
	display: inline-block;
	vertical-align: top;
	width: 180px;
	padding: 0 15px;
}

.notification-item-suppression {
	display: none;
}

.notification-item:hover .notification-item-suppression,
.notification-item.non-lue .notification-item-suppression {
	display: inline-block;
	vertical-align: top;
}

.notification-item:hover .notification-item-suppression a,
.notification-item.non-lue .notification-item-suppression a{
	display: inline-block;
	vertical-align: top;
	width: 45px;
	padding: 0 15px;
}


/* ========== Contacts ========== */

.compte.contacts .bloc-compte-perso {
	margin-bottom: 30px;
	background: #f6f6f6 url("images/structure/compte-v2-bg.png") repeat-y;
}

.contacts-contenu,
.en-direct-contenu {
	display: inline-block;
	vertical-align: top;
	position: relative;
	z-index: 1;
	width: 753px;
	min-height: 560px;
	padding: 0 0 0 75px;
	margin: 0 -0.25em 20px -35px;
}

.contacts-contenu h2,
.en-direct-contenu h2 {
	margin: 25px 0 20px 120px;
	font-family: 'Squiggly-asta', "Dosis", arial, verdana, sans-serif !important;
	font-size: 2.15em;
	font-weight: 600;
	color: #d11459;
	line-height: 1em;
}

.compte-sous-menu {
	margin: 0 0 50px 80px;
}

.compte-sous-menu li {
	display: inline-block;
	vertical-align: top;
	width: 184px;
	min-height: 107px;
	padding-top: 17px;
	font-size: 1.3em;
	font-weight: 500;
	text-transform: uppercase;
	text-align: center;
	background: url("images/structure/contacts-sousmenu1-bg.png") no-repeat;
}

.compte-sous-menu li + li{
	width: 184px;
	min-height: 107px;
	padding-top: 32px;
	background: url("images/structure/contacts-sousmenu2-bg.png") no-repeat;
}

.compte-sous-menu li a {
	color: #ecebee;
}

.compte-sous-menu li + li a {
	color: #fff;
}

.contact-nouvelle-demande {
	display: inline-block;
	margin: 5px 0;
}

.contact-nouvelle-demande img {
	display: inline-block;
	vertical-align: top;
	margin: 0 15px;
}

.contact-nouvelle-demande p {
	display: inline-block;
	vertical-align: top;
	width: 403px;
	padding-top: 20px;
	color: #686868;
}

.contact-nouvelle-demande p.contact-top {
	width: 95px;
	padding-top: 12px;
}

.contacts-search {
	width: 615px;
	margin : 15px 0 50px 0;
	padding: 30px 30px 30px 25px;
	border-top: 1px solid #bdbac3;
	border-bottom: 1px solid #bdbac3;
	font-family: "Dosis", arial, verdana, sans-serif;
	background: #e5e3e7;
}

.contacts-search input:first-child {
	width: 395px;
	min-height: 24px;
	padding: 6px 15px 4px;
	margin-right: 60px;
	border: 0;
	color: #4a3663;
	background-color: #fff;
	-webkit-box-shadow: -1px 4px 8px 0 rgba(0,0,0,0.3) inset;
	box-shadow: -1px 4px 8px 0 rgba(0,0,0,0.3) inset;
}

.contacts-search input[type="submit"] {
	width: 95px;
	min-height: 24px;
	padding-left: 20px;
	font-weight: 600;
	color: #fff;
	text-transform: uppercase;
	background: #4a3663 url("images/structure/plus-bg.png") 10px center no-repeat;
}

.contact-listing-items {
	margin-left: 17px;
}

.contact-item-complet {
	display: inline-block;
	vertical-align: top;
	width: 162px;
	min-height: 282px;
	margin: 0 15px;
	text-align: center;
}

.contact-item-complet img {
	padding: 14px;
	margin-bottom: 12px;
	border: 1px solid #cdc7d6;
	background: #e5e3e7;
	border-radius: 2px;
}

.contact-item-complet p {
	margin-bottom: 5px;
}

.contact-item-complet p a {
	color: #8f80a6;
}


/* ========== En direct ========== */

.compte.en-direct .bloc-compte-perso {
	margin-bottom: 30px;
	background: #f6f6f6 url("images/structure/compte-v2-bg.png") repeat-y;
}

.compte.en-direct .compte-sous-menu {
	margin-bottom: 15px;
}

.compte.en-direct .compte-sous-menu li {
	padding-top: 32px;
}

.en-direct-neuf {
	position: relative;
	width: 618px;
	padding: 15px;
	margin-bottom: 20px;
	border: 1px solid #d5d2db;
	background: #fbfbfb;
}

.neuf-submit-up {
	position: relative;
	z-index: 1000;
	width: 570px;
	height: 32px;
	padding: 4px 0;
	margin: -35px 5px 0 6px;
	background: #f2f1f3;
}

.en-direct-neuf textarea {
	width: 585px;
	height: 115px;
	padding: 15px 15px 40px 15px;
	border: 0;
	font-family: "Dosis", arial, verdana, sans-serif;
	font-size: 0.95em;
	background-color: #fff;
	-webkit-box-shadow: -1px 4px 8px 0 rgba(0,0,0,0.3) inset;
	box-shadow: -1px 4px 8px 0 rgba(0,0,0,0.3) inset;
}

.en-direct-neuf input[type="submit"]{
	display: block;
	min-height: 24px;
	padding: 1px 40px;
	margin: 0 0 10px 245px;
	font-family: "Dosis",arial,verdana,sans-serif;
	font-weight: 800;
	color: #fff;
	text-transform: uppercase;
	background: url("images/structure/messagerie-repondre-bg.png") repeat-x;
	border-radius: 4px;
}

.en-direct-contenu .en-direct-item {
	width: 620px;
	padding: 20px;
	border-bottom: 1px solid #bdbac3;
	font-weight: 500;
	color: #686868;
}

.en-direct-contenu .en-direct-item:nth-child(odd) {
	background-color: #edecee;
}

.en-direct-contenu .en-direct-item p {
	line-height: 1.3em;
}

.en-direct-item  .en-direct-item-photo {
	display: inline-block;
	vertical-align: top;
	width: 46px;
	margin-right: 15px;
}

.en-direct-item  .en-direct-item-contenu {
	width: 505px;
	display: inline-block;
	vertical-align: top;
}

.en-direct-item  .en-direct-item-contenu p {
	margin-bottom: 0;
}

.en-direct-item  .en-direct-item-contenu a {
	font-weight: 600;
	color: #d11459;
}

.en-direct-item  .en-direct-item-contenu a.direct-nom {
	font-weight: 700;
	color: #3a2e4e;
}

.en-direct-item  .en-direct-item-contenu a.direct-commentaires {
	color: #523d6d;
}

.en-direct-item .en-direct-item-contenu img {
	margin: 5px 0 2px;
}

.en-direct-item-commentaire {
	display: inline-block;
	margin: 13px 0 10px 46px;
	width: 540px;
}

.en-direct-item-commentaire img,
.en-direct-item-reponses img {
	display: inline-block;
	vertical-align: top;
	margin-right: 12px;
}

.en-direct-item-commentaire form {
	display: inline-block;
	vertical-align: top;
	width: 475px;
}

.en-direct-item-commentaire  textarea {
	width: 475px;
	height: 40px;
	padding: 12px 8px 3px;
	border: 0;
	font-family: "Dosis", arial, verdana, sans-serif;
	font-size: 0.95em;
	background-color: #fff;
	-webkit-box-shadow: -1px 4px 8px 0 rgba(0,0,0,0.3) inset;
	box-shadow: -1px 4px 8px 0 rgba(0,0,0,0.3) inset;
}

.en-direct-item-reponses {
	display: inline-block;
	margin: 13px 0 10px 33px;
	width: 565px;
	background: #e5e3e7;
}

.en-direct-item-reponses .reponse-item {
	padding-left: 17px;
	margin-left: 0;
	border-bottom: 1px solid #b1acb9;
}

.en-direct-item-reponses .reponse-item:last-child {
	border-bottom: 0;
}

.en-direct-item-reponses .reponse-item-contenu {
	display: inline-block;
	vertical-align: top;
	width: 450px;
	color: #523d6d;
}


/* ========== Budget listing ========== */

.bloc-budget-section {
	display: inline-block;
	width: 620px;
	padding: 0 0 30px;
	margin: 0 -0.25em 25px 0;
	color: #636363;
	background: #f6f6f6;
	-webkit-border-radius: 10px 0;
	border-radius: 10px 0;
}

.budget-titre-statut h3 {
	padding: 5px 0 0;
	margin-left: 210px;
	font-family: "Dosis", arial, verdana, sans-serif;
	font-size: 1.15em;
	font-weight: 600;
	color: #d11459;
}

.bloc-budget-section .messagerie-liste-item {
	padding: 20px 20px 20px 25px;
	color: #1f1b27;
}

.bloc-budget-section .messagerie-liste-item:nth-child(odd) {
	background: #e4e3e6;
}

.bloc-budget-section .messagerie-liste-item:nth-child(even) {
	background: #f6f6f6;
}

.bloc-budget-section .messagerie-liste-item p {
	margin-bottom: 10px;
	font-size: 1.1em;
	line-height: 1.2em;
}

.bloc-budget-section .messagerie-item-photo {
	width: 171px;
	padding: 0;
	margin-right: 12px;
}

.bloc-budget-section .messagerie-liste-item .messagerie-item-contenu {
	width: 390px;
}


/* ========== Budget page Article ========== */

.bloc-budget-article {
	padding: 30px 25px;
}

.bloc-budget-article h1 {
	margin-bottom: 15px;
	line-height: 1.3em;
}

.bloc-budget-article .article-infos p {
	margin-bottom: 2px;
}

.bloc-budget-article .article-left p {
	min-height: 103px;
	padding: 8px 0 10px 24px;
	margin: 0 -0.25em 0 -24px;
	background: #e4e3e6;
}

.bloc-budget-article .article-right header {
	width: 477px;
	min-height: 103px;
	padding-top: 5px;
	margin-bottom: 20px;
	font-size: 1em;
	background: #e4e3e6;
	border-radius: 0;
}

.bloc-budget-article .article-right header p {
	line-height: 1em;
}

.bloc-budget-article .article-right p.listing-suni {
	min-height: 17px;
	padding: 3px 0 0 22px;
	margin: 15px 0 0;
	font-size: .95em;
	font-weight: 700;
	color: #3a2e4e;
	background: url("images/pictos/listing-soleil-bg.png") no-repeat;
}

.bloc-budget-article .article-right p.localisation {
	padding-top: 3px;
	margin: 5px 0 0 2px;
	font-size: .95em;
	font-weight: 700;
}

.bloc-budget-article .article-right p {
	font-size: 1.15em;
	line-height: 1.3em;
}

.bloc-budget-article .article-right p.chapeau {
	font-size: 1.6em;
	font-weight: 500;
	color: #3a2e4e;
}

.bloc-budget-contenu .titre-form {
	margin-left: 30px;
	text-align: left;
}

.bloc-budget-contenu .listing-reponse-formulaire {
	width: 620px;
	padding: 10px 0 0 140px;
	margin-left: -25px;
	background: #e4e3e6;
}

.bloc-budget-contenu .listing-reponse-formulaire textarea {
	width: 450px;
}

.bloc-budget-contenu .listing-reponse-formulaire  input[type="submit"]{
	margin-left: 150px;
}

.budget-titre-statut.statut-article {
	display: inline-block;
	vertical-align: top;
	width: 48.5%;
}

.budget-titre-statut.statut-article h3 {
	padding: 5px 0 0;
	margin-left: 110px;
}

.article-reseaux.reseaux-listing {
	display: inline-block;
	vertical-align: baseline;
	width: 48.5%;
	padding-right: 15px;
	text-align: right;
}

.budget-listing-bloc {
	margin-top: 10px;
}

.budget-article-listing-item {
	padding: 15px 30px 0;
}

.budget-listing-bloc .budget-article-listing-item:nth-child(odd) {
	background: #e4e3e6;
}

.budget-article-listing-item .listing-photo {
	display: inline-block;
	vertical-align: top;
	width: 80px;
}

.budget-listing-bloc .budget-article-listing-item:first-child .listing-photo img {
	border: 3px solid #b5aec0;
}

.budget-article-listing-item .listing-contenu {
	display: inline-block;
	vertical-align: top;
	width: 465px;
}

.budget-article-listing-item .listing-contenu p {
	margin-bottom: 4px;
}

.budget-article-listing-item .listing-contenu  p.auteur,
.budget-article-listing-item p.lien-plus-forum-listing {
	position: relative;
	top: 0;
	bottom: 0;
}

.budget-article-listing-item p.lien-plus-forum-listing,
.budget-article-listing-item .localisation {
	display: inline-block;
	vertical-align: top;
	margin: 0 16px 0 0;
}

.budget-article-listing-item .localisation,
.maxi-soutien-widget-item .soutien-widget-contenu .localisation,
.bloc-budget-article .localisation {
	min-height: 20px;
	padding: 0px 20px;
	margin: 8px 0 0;
	font-size: 0.9em;
	font-weight: 600;
	color: #8F80A6;
	background: url("images/pictos/forum-localisation.png") no-repeat scroll 0% 0% transparent;
}


/* ========== Budget widgets ========== */

.maxi-soutien-widget {
	color: #3a2e4e;
	background: #fff;
}

.maxi-soutien-widget .titre-mono-parents {
	width: 130px;
	min-height: 35px;
	padding-top: 3px;
	font-size: 0.75em;
	font-weight: 500;
	color: #e1e1e1;
	text-align: center;
	background: url("images/structure/titre-mono-parents-widget-bg.png") no-repeat;
}

.maxi-soutien-widget .titre-maxi-soutien {
	width: 156px;
	min-height: 58px;
	margin: 3px 0 0 -82px;
	padding-top: 29px;
	font-size: 1.05em;
	font-weight: normal;
	color: #fff;
	text-align: center;
	background: url("images/structure/titre-maxi-soutien-widget-bg.png") no-repeat;
}

.maxi-soutien-widget h3 {
	padding-left: 10px;
	margin-bottom: 7px;
}

.maxi-soutien-widget-item {
	padding: 7px 15px 5px;
	margin: 0 -15px 3px -20px;
	font-weight: 600;
	background: #f5f5f6;
}

.maxi-soutien-widget-item .soutien-widget-photo {
	display: inline-block;
	vertical-align: top;
	width: 75px;
	margin-right: 5px;
}

.maxi-soutien-widget-item .soutien-widget-photo img {
	padding: 3px;
	margin-bottom: 9px;
	border: 1px solid #b5aec0;
}

.maxi-soutien-widget-item .soutien-widget-photo p {
	font-size: .85em;
	color: #d11459;
	text-align: center;
}

.maxi-soutien-widget-item .soutien-widget-contenu {
	display: inline-block;
	vertical-align: top;
	width: 185px;
	padding-top: 3px;
	font-size: 1.07em;
}

.maxi-soutien-widget-item .soutien-widget-contenu a {
	color: #3a2e4e;
	text-decoration: none;
}

.maxi-soutien-widget-item .soutien-widget-contenu .localisation,
.maxi-soutien-widget-item .soutien-widget-contenu .localisation + p {
	display: inline-block;
	vertical-align: middle;
}

.maxi-soutien-widget-item .soutien-widget-contenu .localisation {
	width: 155px;
	padding: 0 0 0 20px;
}

.nouveaux-membres-widget {
	text-align: center;
	background: #523d6d;
}

.nouveaux-membres-widget  h3 {
	margin-bottom: 2px;
	font-family: "Squiggly-asta", "Dosis", arial, verdana, sans-serif;
	font-size: 1.9em;
	color: #d2ced8;
	letter-spacing: .05em;
}

.nouveaux-membres-widget  img {
	margin: 0 1px 4px 0;
}

.saviez-vous-widget {
	font-weight: 600;
	color: #1f1b27;
	text-transform: uppercase;
	background: #b5aec0;
}

.saviez-vous-widget  h3 {
	width: 130px;
	min-height: 90px;
	padding: 15px 10px 10px 15px;
	margin-bottom: 15px;
	color: #2c2833;
	background: url("images/structure/saviez-vous-widget-bg.png") no-repeat;
}

.saviez-vous-widget p {
	margin-bottom: 8px;
	line-height: 1.15em;
}

.saviez-vous-widget form {
	margin-top: 5px;
	font-size: 1.2em;
	font-weight: 600;
}

.saviez-vous-widget form p {
	margin-bottom: 0;
}


.comparateur-widget {
	background: #d11459;
}

.comparateur-widget h3 {
	width: 210px;
	min-height: 90px;
	padding-left: 15px;
	margin-bottom: 13px;
	background: url("images/structure/comparateur-widget-bg.png") no-repeat;
}

.comparateur-widget p {
	text-align: center;
}

.comparateur-widget img{
	margin-bottom: 10px;
}

.actus-widget {
	color: #3a2e4e;
	text-transform: uppercase;
	background: #d2ced8;
}

.actus-widget h3{
	width: 130px;
	min-height: 90px;
	margin-bottom: 15px;
	padding: 25px 0 0 30px;
	color: #fff;
	background: url("images/structure/actus-widget-bg.png") no-repeat;
}

.actus-widget h4 {
	margin-bottom: 3px;
	font-weight: 700;
}

.actus-widget p {
	font-size: 1.3em;
}

.actus-widget p.actu-widget-auteur {
	font-size: 1em;
	font-weight: 500;
	text-transform: none;
}

.actus-widget img {
	margin: 10px 0 7px;
}

.actus-widget a {
	color: #3a2e4e;
	text-decoration: none;
}

/* == Actus widget slider == */

#slider li, #slider2 li {
	width: 260px;
	height: 210px;
	overflow: hidden;
}

#prevBtn, #nextBtn,
#slider1next, #slider1prev{
	display: block;
	width: 30px;
	height: 77px;
	position: absolute;
	left: -30px;
	top: 71px;
	z-index: 1000;
}

#nextBtn,
#slider1next {
	left: 190px;
}

#prevBtn a,
#nextBtn a,
#slider1next a,
#slider1prev a {
	display: block;
	position: relative;
	width: 30px;
	height: 77px;
	background: url(images/btn_prev.gif) no-repeat 0 0;
}

#nextBtn a,
#slider1next a {
	background: url(images/btn_next.gif) no-repeat 0 0;
}

ol#controls {
	margin: 10px 0 0;
	padding: 0;
	height: 20px;
	text-align: center;
}

ol#controls li {
	display: inline-block;
	margin: 0 10px 0 0;
	padding: 0;
}

ol#controls li a {
	float: left;
	width: 14px;
	height: 14px;
	border: 1px solid #fffffe;
	background: #fff;
	color: transparent;
	padding: 0;
	text-decoration: none;
	border-radius: 50%;
}

ol#controls li.current a {
	border: 1px solid #3a2e4f;
	background: #3a2e4e;
	color: transparent;
}

ol#controls li a:focus,
#prevBtn a:focus,
#nextBtn a:focus {
	outline: none;
}



/* ========== Aide ========== */

.bloc-aide {
	display: block;
	width: 940px;
	padding: 25px 0;
	margin-bottom: 20px;
	background-color: #ecebee;
	border-radius: 10px 0;
}

.aide-item {
	display: block;
	position: relative;
	width: 940px;
	padding: 30px 175px;
}

.bloc-aide .aide-item h2 {
	margin: 10px 0 20px;
	font-family: "Squiggly-asta", "Dosis", arial, verdana, sans-serif;
	font-size: 2.15em;
	color: #d11459;
	line-height: 1.1em;
}

.bloc-aide .aide-item > p {
	margin-bottom: 1.2em;
	font-size: 1.16em;
	line-height: 1.3em;
}

.bloc-aide p.aide-chapeau {
	font-size: 1.5em;
}

.bloc-aide p.accroche-bas {
	margin: 50px 0 10px;
	font-family: "Squiggly-asta", "Dosis", arial, verdana, sans-serif;
	font-size: 2.15em;
	color: #d11459;
	text-align: center;
}

.bloc-aide .premiers-pas,
.bloc-aide .premiers-pas-img {
	top: -54px;
}

.bloc-aide .accroche {
	top: 0;
	left: 612px;
	min-width: 290px;
	padding-left: 25px;
	color: #fff;
	text-align: center;
}

.bloc-aide .premiers-pas p,
.bloc-aide .accroche p {
	line-height: 1em;
}

.bloc-aide  .premiers-pas p {
	margin-bottom: 8px;
}

.bloc-aide .premiers-pas a,
.bloc-aide .accroche a {
	color: #fff;
	text-decoration: none;
}

.bloc-aide .aide-item p.prepar-texte {
	font-size: 1.12em;
	text-transform: uppercase;
}

.prepar-logo {
	margin: -10px -120px 0 0;
}


/* ========== Bloc quizz thème ========== */

.bloc-quizz {
	display: inline-block;
	width: 620px;
	padding: 0;
	margin: 0 -0.25em 25px 0;
	color: #636363;
	background: #f4f4f4;
	-webkit-border-radius: 10px 0;
	border-radius: 10px 0;
}

.bloc-quizz-contenu {
	padding: 25px;
}

.bloc-quizz-contenu .quizz-chapeau {
	margin-top: 22px;
	font-size: 1.1em;
	font-weight: 500;
	color: #523d6d;
	line-height: 1.2;
	text-transform: uppercase;
}

.bloc-quizz-contenu h2 {
	position: relative;
	z-index: 1000;
	width: 185px;
	min-height: 106px;
	padding-top: 32px;
	margin: -55px 0 0 75px;
	font-size: 1.3em;
	font-weight: 500;
	color: #fff;
	text-align: center;
	background: url("images/structure/quizz-saviez-vous-bg.png") no-repeat;
}

.bloc-quizz-contenu h3 {
	margin-bottom: 22px;
	font-family: "Squiggly-asta", "Dosis", arial, verdana, sans-serif;
	font-size: 2em;
	font-weight: 700;
	color: #d11459;
	letter-spacing: .05em;
	text-align: center;
}

.quizz-themes {
	padding: 16px 0 5px;
	margin-bottom: 35px;
	background: #ecebee;
}

.quizz-themes li {
	display: inline-block;
	vertical-align: top;
	margin: 0 0 12px 14px;
	background: #dcdae1;
}

.quizz-themes li a {
	display: inline-block;
	vertical-align: top;
	padding-top: 8px;
	width: 170px;
	min-height: 35px;
	font-weight: 700;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
}

.quizz-themes li a.quizz-uniparent {
	padding-top: 5px;
	font-size: 1.28em;
	font-weight: 600;
	text-transform: none;
}

.quizz-themes li a:hover {
	opacity: .7;
}

/* ========== Bloc quizz test ========== */

.quizz-titre-theme {
	display: block;
	margin-top: 5px;
	font-family: "Dosis", arial, verdana, sans-serif;
	font-size: .82em;
	font-weight: 500;
	color: #523d6d;
	line-height: 1.1;
	text-transform: uppercase;
}

.bloc-quizz-contenu.quizz-test .quizz-chapeau {
	margin-top: 0px;
}

.bloc-quizz-contenu.quizz-test h2 {
	padding: 10px 0 0 30px;
	margin: -55px 0 0 360px;
	text-align: left;
	background: url("images/structure/quizz-choisissez-reponse-bg.png") no-repeat;
}

.bloc-quizz-contenu.quizz-test h3 {
	margin-bottom: 5px;
}

.quizz-question {
	padding: 0 10px;
	font-size: 1.15em;
	font-weight: 500;
	color: #523d6d;
	line-height: 1.2;
	text-align: center;
}

.quizz-reponses .quizz-reponse-item {
	padding: 15px;
	margin-bottom: 12px;
	font-size: 1.15em;
	font-weight: 500;
	color: #523d6d;
	line-height: 1.2;
	background: #e2e0e6;
}

.quizz-reponses .quizz-reponse-item:nth-child(even){
	background: #ecebee;
}

.quizz-reponses h4 {
	margin-bottom: 5px;
	font-size: .9em;
	color: #d11459;
	text-transform: uppercase;
}

.quizz-reponses p{
	margin-bottom: 0;
}

.bloc-quizz  .listing-pagination {
	padding-top: 30px;
}


/* ========== Bloc Inscription ========== */

.home.inscription .bandeau-inscription-photo {
	min-height: 340px;
	background: #f6f6f6;
	border-radius: 10px 0;
}

.home.inscription .bandeau-inscription-photo .premiers-pas {
	z-index: 5000;
	bottom: 0;
	top: 195px;
}

.home.inscription .bandeau-inscription-photo p.inscription-rejoindre,
.home.inscription .bandeau-inscription-photo p.inscription-facebook {
	display: inline-block;
	vertical-align: top;
	position: relative;
	width: 320px;
	min-height: 340px;
	margin-bottom: 0;
	font-size: 1.65em;
	color: #3a2e4e;
	line-height: 1.25em;
	border-radius: 0 0 10px 0;
}

.home.inscription .bandeau-inscription-photo p.inscription-rejoindre {
	z-index: 2000;
	padding: 42px 0 0 52px;
	margin-right: -.2em;
	font-family: 'Squiggly-asta', "Dosis", arial, verdana, sans-serif !important;
	font-weight: 600;
	color: #d11459;
	letter-spacing: .05em;
	background: #fff;
}

.home.inscription .bandeau-inscription-photo p.inscription-facebook {
	padding: 48px 0 0 72px;
	width: 321px;
	font-weight: 500;
}

.home.inscription .bandeau-inscription-photo p.inscription-facebook  img{
	margin-top: 26px;
}



/* ========== Page Inscription ========== */

#content.inscription .bloc-forum {
	padding: 30px;
	background: #f4f4f5;
	background: -moz-radial-gradient(center, ellipse cover, #f4f4f5 0%, #d5d0e0 99%);
	background: -webkit-radial-gradient(center, ellipse cover, #f4f4f5 0%,#d5d0e0 99%);
	background: radial-gradient(ellipse at center, #f4f4f5 0%,#d5d0e0 99%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f5', endColorstr='#d5d0e0',GradientType=1 );
}

#content.inscription .bloc-forum p.error {
	color: #CC0000;
	font-weight: bold;
	text-align: center;
}

#content.inscription .bloc-forum p.error select,
#content.inscription .bloc-forum input.error { border: 1px solid #CC0000; }

#content.inscription .bloc-forum label {
	float: left;
	width: 100px;
	margin-right: 15px;
	text-align: right;
}

#content.inscription .bloc-forum .dis_label label {
	display: inline;

}

#content.inscription .bloc-forum .w-49-25 { width: 49%; }

#content.inscription .fbLoginButton,
#content.inscription #form-inscription { text-align: center; }


#content.inscription #form-inscription input[type="text"],
#content.inscription #form-inscription input[type="email"],
#content.inscription #form-inscription input[type="password"],
#content.inscription #form-inscription input[type="email"],
#content.inscription #form-inscription input[type="number"] {
	width: 340px;
	background: #FFFFFF;
	padding: 3px 5px;
	float: left;
}

#content.inscription #form-inscription input#sexe_femme,
#content.inscription #form-inscription input#sexe_homme {
	width: auto;
	float: none;
}

.inscription .one_half h3 {
	margin-bottom: 60px;
	color: #3a2e4e;
	text-transform: initial;
	font-weight: 500;
}

.inscription .input_checkbox {
	margin-left: 115px;
}

.inscription .ml_115 { margin-left: 115px; }

#connexion .formulaire {
	float: left;
	width: 640px;
	padding: 20px 0;
}

#connexion .pasinscrit {
	float: left;
	width: 300px;
	padding: 100px 45px 0 0;
}

#connexion .pasinscrit p {
	margin-bottom: 0;
	line-height: 1.2;
	margin: 10px 0;
}

#connexion .pasinscrit .ta_left { margin-left: 20px; }

#connexion label {
	float: left;
	width: 100px;
	margin-right: 15px;
	text-align: right;
}

#connexion input[type="text"],
#connexion input[type="email"],
#connexion input[type="password"],
#connexion input[type="email"],
#connexion input[type="number"] {
	width: 440px;
	background: #FFFFFF;
	padding: 3px 5px;
	float: left;
}

#connexion .mdp_oublie {
	color: #413a5f;
	padding: 30px 0 10px;
	display: inline-block;
}

#connexion .inscrivezvous { text-decoration: underline; }


/* ========== Bloc Profil public ========== */

.compte.profil-public .bloc-compte-perso {
	margin-bottom: 30px;
	background: #f6f6f6 url("images/structure/compte-v2-bg.png") repeat-y;
}

.compte.profil-public .photo-profil-public {
	margin: 5px 0 30px 29px;
}

.compte.profil-public .appareil-photo-profil-public {
	position: absolute;
	padding: 10px;
	top: 128px;
	left: 140px;
}

.compte.profil-public .appareil-photo-profil-public:hover {
	opacity: .8;
}

.compte.profil-public .compte-perso-menu .menu-profil-envoyer {
	margin-bottom: 60px;
}

.compte.profil-public .compte-perso-menu .menu-profil-envoyer li a,
.compte.profil-public .compte-perso-menu .menu-profil-envoyer li:last-child a,
.compte.profil-public .compte-perso-menu .menu-profil-envoyer li:last-child:hover a {
	width : 185px;
	padding: 55px 0 0;
	margin : 15px 0;
	font-size: 1em;
	color: #523d6d;
	text-transform: none;
	text-align: center;
	background-color: transparent;
	background-position: center;
}

.compte.profil-public .compte-perso-menu .menu-profil-envoyer li.envoi-message a {
	background-image: url("images/pictos/menu-envoi-message-bg-off.png");
}

.compte.profil-public .compte-perso-menu .menu-profil-envoyer li.envoi-message:hover a {
	background-image: url("images/pictos/menu-envoi-message-bg-on.png");
}

.compte.profil-public .compte-perso-menu .menu-profil-envoyer li.envoi-compliment a {
	background-image: url("images/pictos/menu-envoi-compliment-bg-off.png");
}

.compte.profil-public .compte-perso-menu .menu-profil-envoyer li.envoi-compliment:hover a {
	background-image: url("images/pictos/menu-envoi-compliment-bg-on.png");
}

.compte.profil-public .compte-perso-menu .menu-profil-envoyer li.envoi-suni a {
	background-image: url("images/pictos/menu-envoi-suni-bg-on.png");
}

.compte.profil-public .compte-perso-menu li:last-child a {
	margin-top: 0;
	color: #3a2e4e;
	background-color: #d2ced8;
}

.compte.profil-public .compte-perso-menu li:last-child:hover a {
	color: #fff;
	background-color: #d11459;
}

.profil-public-contenu {
	display: inline-block;
	vertical-align: top;
	position: relative;
	z-index: 1;
	width: 753px;
	min-height: 560px;
	padding: 0 0 0 50px;
	margin: 30px -0.25em 0 -35px;
}

.profil-public-contenu  .profil-entete {
	margin-bottom: 95px;
}

.profil-public-contenu  .profil-presentation {
	display: inline-block;
	vertical-align: top;
	width: 475px;
	margin-right: 30px;
}

.profil-public-contenu  .profil-presentation-accroche {
	width: 475px;
	padding: 25px 20px 10px 30px;
	margin-bottom: 15px;
	font-size: .97em;
	font-weight: 500;
	color: #3a2e4e;
	line-height: 1.2em;
	background: #edecee;
}

.profil-public-contenu  .profil-presentation-accroche p {
	margin-bottom: 10px;
}

.profil-public-contenu  .profil-presentation  .localisation,
.profil-public-contenu  .profil-presentation  .adresse-mail {
	display: inline-block;
	vertical-align: top;
	min-width: 210px;
	min-height: 23px;
	padding: 0 25px;
	margin: 0;
	font-size: .95em;
	font-weight: 600;
	color: #3a2e4e;
}

.profil-public-contenu  .profil-presentation  .adresse-mail  {
	background: url("images/pictos/profil-adresse-mail.png") no-repeat;
	padding: 0 37px;
	margin-left: 25px;
}

.profil-public-contenu  .profil-presentation  .localisation {
	background: url("images/pictos/forum-localisation.png") no-repeat;
}

.profil-public-contenu  .profil-album-photo {
	display: inline-block;
	vertical-align: top;
	width: 160px;
}

.profil-public-contenu  .profil-album-photo h3 {
	margin-bottom: 5px;
	font-size: 1.3em;
	font-weight: 500;
	color: #9f99aa;
	text-transform: none;
}

.profil-public-contenu .profil-liste {
	position: relative;
	padding-bottom: 60px;
	margin: 10px 0 0 -47px;
	padding-top: 110px;
	background: #ecebee;
	border-radius: 0 0 10px 0;
}

.profil-public-contenu .profil-liste form {
	padding-bottom: 5px;
	margin: 0 0 30px 45px;
	width: 665px;
	font-size: 1.1em;
	background: #f6f5f7;
}

.profil-public-contenu .profil-liste form textarea {
	width: 632px;
	height: 95px;
	padding-bottom: 15px;
	color: #7c7788;
}

.profil-public-contenu .profil-liste h3 {
	position: absolute;
	top: -30px;
	left: 280px;
	width: 183px;
	padding: 8px 0 0;
	font-size: 1.3em;
	font-weight: 500;
	color: #fff;
	text-align: center;
	line-height: 1.7em;
	background: url("images/structure/profil-sousmenu1-bg.png") no-repeat #D11459;
}

.profil-public-contenu .profil-liste h3:after {
	background: url("images/structure/profil-sousmenu1-bg.png") no-repeat center bottom;
	display: block;
	content: '';
	position: absolute;
	width: 100%;
	height: 25px;
}



.profil-public-contenu .neuf-submit-up {
	margin-top: 0;
	background: none;
}

.profil-liste .messagerie-liste-item {
	padding: 40px 40px 40px 50px;
}

.profil-liste .messagerie-liste-item:nth-child(odd) {
	background: #fff;
}

.profil-liste .messagerie-liste-item:nth-child(even) {
	background: transparent;
}

.profil-liste .messagerie-item-contenu {
	width: 600px;
}

.profil-liste .messagerie-item-contenu-infos {
	margin: 5px 0 10px;
	font-weight: 500;
}

.profil-liste .messagerie-item-contenu-infos .message-date {
	float: none;
}

.profil-liste .messagerie-liste-item p {
	font-size: 1em;
	color: #3a2e4e;
	line-height: 1.2em;
}

.profil-liste a.profil-commenter {
	display: inline-block;
	padding: 7px 20px;
	margin: 30px 0 0;
	color: #fff;
	line-height: 1;
	background: #b5aec0;
	border-radius: 4px;
}

.profil-liste a.profil-commenter:hover {
	text-decoration: underline;
}


/* ========== Classes récurrentes et liens +  ========== */
.shadow {
	-webkit-box-shadow: 3px 4px 8px 2px rgba(0,0,0,0.25);
	box-shadow: 3px 4px 8px 2px rgba(0,0,0,0.25);
}

.lien-plus {
	margin-bottom: 0;
	text-align: right;
}

.lien-plus-simple  {
	font-size: 1.1em;
	line-height: 1em;
	text-align: right;
	smargin-top: 19px;
}

.lien-plus-simple a {
	font-weight: 600;
	color: #d11459;
}

.lien-repondre {
	margin-top: 20px;
	text-align: left;
}

p.lien-plus-forum-listing {
	position: absolute;
	top: 60px;
	left: 0;
	margin-bottom: 0;
	font-size: .87em;
}

.listing-item-complet p.lien-plus-forum-listing {
	position: relative;
	top: 0;
	margin-bottom: 0;
}

.lien-plus-categorie {
	padding: 4px 23px 4px 8px;
	margin-top: 5px;
	font-size: 1.1em;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	text-align: right;
	background-image: url("images/structure/plus-bg.png");
	background-repeat: no-repeat;
	background-position: right center;
	cursor: pointer;
}

p.lien-plus-contact a {
	display: inline-block;
	width: 100%;
	padding: 5px 20px 5px 20px;
	margin-top: 5px;
	font-weight: 600;
	color: #fff;
	text-transform: uppercase;
	background-image: url("images/structure/plus-bg.png");
	background-repeat: no-repeat;
	background-position: 35px center;
}

p.lien-plus-contact.contact-top a {
	width: 95px;
	padding: 2px 20px 2px 25px;
	background-position: 10px center;
}

p.lien-plus-contact.plus-activites {
	width: 620px;
	margin-top: 5px;
	text-align: center;
}

p.lien-plus-contact.plus-activites a {
	width: auto;
	background-image: none;
}

.lien-plus a,
.lien-repondre a,
.lien-plus-forum-listing a,
.lien-plus-submit {
    display: inline-block;
    padding: 5px 20px 5px 8px !important;
    margin-top: 5px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#c60048+0,e2007a+100 */
	background: #c60048; /* Old browsers */
	background: -moz-linear-gradient(top,  #c60048 0%, #e2007a 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #c60048 0%,#e2007a 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #c60048 0%,#e2007a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c60048', endColorstr='#e2007a',GradientType=0 ); /* IE6-9 */
    background-repeat: no-repeat;
    background-position: right center;
    line-height: 1;
    position: relative;
}

.lien-plus a .plus,
.lien-repondre a .plus,
.lien-plus-forum-listing a .plus,
.lien-plus-submit .plus {
	position: absolute;
	right: 10px;
	top: 0;
}

.lien-plus a { padding: 5px 20px 5px 8px !important; }

p.lien-plus-forum-listing a {
	width: 132px;
	padding: 4px 20px 4px 20px;
}

p.lien-plus.deposer-demande {
	display: block;
	margin: 16px 0 30px;
	font-size: 1.1em;
	text-align: left;
}

.lien-plus.deposer-demande a {
	font-weight: 600;
  margin-left: 80px;
	text-align: center;
	padding: 5px 40px 10px !important;
}

p.lien-plus.repondre-prive {
	display: inline-block;
	min-width: 206px;
	padding: 0;
	font-family: "Dosis",arial,verdana,sans-serif;
	text-align: center;
	line-height: 1em;
	background: #523d6d url("images/structure/repondre-prive-bg.png") repeat-x;
	border-radius: 4px;
}

p.lien-plus.repondre-prive a {
	min-width: 206px;
	padding: 0 22px 5px 0;
	color: #fff;
	text-decoration: none;
	background: url("images/pictos/prive-enveloppe-bg.png") 175px 0 no-repeat;
}

.cri-coeur p.lien-plus {
	margin: -35px 0 10px 0;
}

.bloc-conseils-astuces p.lien-plus {
	display: inline-block;
	width: 150px;
	padding-right: 9px;
}

.bloc-conseils-astuces p.lien-plus a {
	font-size: 14px;
	text-align: right;
	width: 105px;
}

p.lien-plus.widget-droite  {
	margin-top: 10px;
	text-align: center;
}

p.lien-plus.widget-droite a {
	padding: 5px 15px;
	background-image: none;
	border-radius: 3px;
}

p.lien-plus.widget-droite.btn-bg a {
	background: #e2007a url("images/structure/messagerie-repondre-bg.png") repeat-x;
}

p.lien-plus-btn-bg2 {
	display: inline-block;
	margin: 0 0 0 175px;
	font-weight: 500;
	background: #68597e url("images/structure/quizz-theme-bg.png") repeat-x;
	border-radius: 3px;
}

p.lien-plus-btn-bg2  a {
	display: inline-block;
	padding: 5px 30px 5px 60px;
	color: #fff;
	text-decoration: none;
	background: url("images/pictos/quizz-theme-bulles-bg.png") 15px center no-repeat;
}

p.lien-plus-btn-bg2.profil-com {
	margin: 15px 0 0 0;
}

p.lien-plus-btn-bg3 {
	display: inline-block;
	float: right;
	margin: 15px 0 0;
	font-weight: 500;
	background: #bd0522 url("images/structure/profil-public-compliment-bg.png") repeat-x;
	border-radius: 3px;
}

p.lien-plus-btn-bg3 a {
	display: inline-block;
	padding: 5px 30px 5px 60px;
	color: #fff;
	text-decoration: none;
	background: url("images/pictos/profil-public-compliment-coeur-bg.png") 15px center no-repeat;
}


/* ========== Page les offres protection ========== */

.page-template-template-protection, .page-template-template-protection-souscrire { background-image: url('images/structure/body-configurateur.jpg'); }

.page-template-template-protection #panier, .page-template-template-protection-souscrire #panier {
    max-height: 640px;
	overflow-y: auto;
}
.bloc-protection .button {
    color: #fff;
    text-transform: uppercase;
}
.bloc-protection .top { background: #FFFFFF; }
.bloc-protection .top .titre {
    float: left;
    width: 225px;
}
.bloc-protection .top .titre h1 {
    font-size: 21px;
    width: 171px;
    line-height: 1em;
    margin: 55px 0 0 40px;
    font-weight: normal;
    text-transform: none;
}
.bloc-protection .top .titre h3 {
    font-size: 21px;
    width: 191px;
    line-height: 1em;
    margin: 10px 0 0 40px;
    font-weight: normal;
    text-transform: none;
    color: #3a2e4e;
}
.bloc-protection .top .titre h2 {
    font-size: 15px;
    font-weight: bold;
    line-height: 1.3em;
    width: 146px;
    position: relative;
    color: #523d6d;
    background-color: #CE0057;
    padding: 10px 0 8px 55px;
}
.bloc-protection .top .titre .bg_bottom_grey {
    background: url("images/structure/bg-bottom_configurer.png") no-repeat left 75px;
    margin: 90px 0 0 40px;
    padding-bottom: 21px;
}
.bloc-protection .top .titre h2 span.number {
    position: absolute;
    top: 27px;
    left: 21px;
    font-size: 55px;
    font-weight: normal;
}
.bloc-protection .top .titre h2 em {
    font-weight: normal;
    font-size: 20px;
    display: block;
    color: #fff;
}
.bloc-protection .top .image {
    float: left;
    width: 373px;
}


.bloc-protection .bloc-purple {
    /*background: #ce0057 url(images/structure/offres-rose-top.jpg) no-repeat 187px 0;*/
    background: #584f78;
    color: #fff;
    margin-top: -95px;
}
.bloc-protection .bloc-purple p {
    padding: 15px 10px 15px 205px;
    font-size: 14px;
    line-height: 1.2em;
    margin: 0;
}

.bloc-protection .onglets {
    margin-top: 3px;
}
.bloc-protection .onglets .onglet {
	width: 154px;
	float: left;
	text-align: center;
	border-bottom: 1px solid #9c99a0;
	margin: 0;
	cursor: pointer;
	line-height: 1;
	background-color: #d2ced8;
	padding-top: 53px;
	position: relative;
	z-index: 30;
	text-transform: uppercase;
	color: #3a2e4e;
	font-size: 15px;
	background-repeat: no-repeat;
	background-position: 54px 15px;
	height: 103px;
	margin: 0 0.5px;
}

.bloc-protection .onglets .onglet strong { color: #00aabd; }

.bloc-protection .onglets .onglet.actif,
.bloc-protection .onglets .onglet:hover {
    background-color: #CCC1E0;
    color: #fff;
}

.bloc-protection .onglets .onglet.actif strong { color: #FFFFFF; }

.bloc-protection .onglets .onglet#onglet_protection1 { background-image: url('images/config_picto_etudes.png'); }
.bloc-protection .onglets .onglet#onglet_protection2 { background-image: url('images/config_picto_protection.png'); }
.bloc-protection .onglets .onglet#onglet_protection3 { background-image: url('images/config_picto_hospi.png'); }
.bloc-protection .onglets .onglet#onglet_protection4 { background-image: url('images/config_picto_impaye.png'); }

.bloc-protection .onglets .onglet .titre {
    text-transform: uppercase;
    font-size: 11px;
    margin-bottom: 2px;
}
.bloc-protection .onglets .onglet .soustitre {
    text-transform: uppercase;
    font-size: 14px;
}

.bloc-protection .onglets.onglets_footer .onglet {
	text-align: left;
	padding: 10px 15px 0;
	background-position: 58px 55px;
	height: 142px;
}

.bloc-protection .onglets .onglet small {
	font-size: 9px;
	text-transform: uppercase;
	font-weight: 900;
	width: 40px;
	display: block;
}

.bloc-protection .onglets .onglet .price {
	font-size: 19px;
	text-align: center;
	margin-bottom: 40px;
}

.bloc-protection .onglets .onglet p { text-align: center; }

.bloc-protection .protection {
    line-height: 1.4em;
    display: none;
    margin-top: -10px;
}
.bloc-protection .protection .top {
    position: relative;
    background: #ded9e8;
}
.bloc-protection .protection .top .titre {
	position: absolute;
	bottom: -70px;
	left: 210px;
	z-index: 90;
	float: none;
	width: auto;
}
.bloc-protection .protection .top .titre h3 {
    background-color: #3a2e4e;
    color: #fff;
    float: left;
    font-weight: normal;
	padding: 22px 7px 18px 25px;
    font-size: 20px;
    text-transform: uppercase;
    width: 200px;
    margin-left: 0;
}
.bloc-protection .protection .top .titre .bottom-titre {
    background: url("images/structure/offres-bottom-titre.png") no-repeat center top;
    width: 72px;
    height: 20px;
    position: absolute;
    bottom: -20px;
    left: 0;
}
.bloc-protection .protection .top .image {
    float: left;
    width: 310px;
}
.bloc-protection .protection .top .details {
	float: left;
	width: 310px;
	padding: 30px 25px 10px 21px;
	color: #e20068;
	font-size: 20px;
	font-weight: 100;
	text-transform: uppercase;
}

.bloc-protection .protection .top small {
	font-size: 9px;
	text-transform: uppercase;
	font-weight: 900;
	display: block;
	color: #3a2e4e;
	margin: 10px 0 0 40px;
}

.bloc-protection .protection .top .price {
	font-size: 19px;
	margin-left: 40px;
	color: #523d6d;
}

.bloc-protection .protection .top .details .a_partir {
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 5px;
}
.bloc-protection .protection .top .details .tarif {
    margin-bottom: 10px;
}
.bloc-protection .protection .top .details .tarif .prix {
    font-size: 30px;
}
.bloc-protection .protection .top .details .tarif .note {
    margin-top: 5px;
}
.bloc-protection .protection .top .details .description {
    color: #ce0057;
    font-size: 18px;
    line-height: 1.2em;
}
.bloc-protection .protection .top .details .description p {
    margin-bottom: 10px;
}
.bloc-protection .protection .top .details .description .note {
    text-transform: none;
    color: #ce0057;
}
.bloc-protection .protection .intro {
    padding: 70px 40px 25px;
    font-size: 16px;
    color: #3a2e4e;
}

.bloc-protection .protection .intro .intro_illu {
	width: 88px;
	text-align: center;
	font-weight: 600;
	color: #ada0c7;
	font-size: 12px;
	text-transform: uppercase;
}

.bloc-protection .protection .intro .intro_text {
	width: 420px;
	margin-left: 30px;
}

.bloc-protection .protection .intro .intro_text p { margin-bottom: 0; }

.bloc-protection .protection .intro .titre {
    text-transform: uppercase;
    margin-bottom: 15px;
    color: #cb0069;
}

.bloc-protection .protection .long_texte {
	background: #FFFFFF;
	padding: 110px 60px 30px 70px;
	color: #3a2e4e;
}

.bloc-protection .protection .long_texte .titre {
    text-transform: uppercase;
    margin-bottom: 15px;
    color: #cb0069;
}

.btn.btn_purple {
	background: #3a2e4e; /* Old browsers */
	background: -moz-linear-gradient(top,  #3a2e4e 0%, #523d6d 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #3a2e4e 0%,#523d6d 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #3a2e4e 0%,#523d6d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3a2e4e', endColorstr='#523d6d',GradientType=0 );
	font-weight: 900;
	font-size: 13px;
	color: #FFFFFF;
	padding: 10px;
	display: inline-block;
	text-transform: uppercase;
	padding: 3px 6px;
	border-radius: 3px;
}

.bloc-protection .protection .lesaviezvous {
	background: #d11459;
	color: #FFFFFF;
	text-transform: uppercase;
	padding: 30px 80px 5px 80px;
	text-align: justify;
	margin-bottom: 20px;
}

.bloc-protection .protection .lesaviezvous .title {
	text-transform: uppercase;
	font-size: 25px;
	color: #FFFFFF;
	font-family: 'Squiggly-asta', "Dosis", arial, verdana, sans-serif !important;
	margin: 0 0 20px -40px;
}

.bloc-protection .protection .tabs {
    width: 590px;
    margin: 0 auto 15px;
}
.bloc-protection .protection .tabs .tab {
    margin-bottom: 8px;
}
.bloc-protection .protection .tabs .tab .open {
    height: 61px;
    line-height: 61px;
    font-family: 'Squiggly-asta', "Dosis", arial, verdana, sans-serif !important;
    font-size: 28px;
    position: relative;
    color: #d11459;
    text-transform: uppercase;
    padding: 0 15px;
    cursor: pointer;
	border-bottom: 2px solid #FFFFFF;
}
.bloc-protection .protection .tabs .tab.tab_1 { background: #ded9e8; }
.bloc-protection .protection .tabs .tab.tab_2 { background: #c5bcd7; }
.bloc-protection .protection .tabs .tab.tab_3 { background: #ada0c7; }
.bloc-protection .protection .tabs .tab.tab_4 { background: #ada0c7; }
.bloc-protection .protection .tabs .tab .open span {
    display: block;
    position: absolute;
    right: 15px;
    top: 0;
    font-size: 100px;
}
.bloc-protection .protection .tabs .tab .description {
    display: none;
    padding: 20px 20px 2px 90px;
    color: #3a2e4e;
}
.bloc-protection .protection .tabs .tab .description.montant {
    padding-left: 20px;
    background: #ada0c7;
    padding-bottom: 5px;
}
.bloc-protection .protection .tabs .tab .description h3 {
    color: #d11459;
    font-weight: normal;
    margin-bottom: 30px;
}
.bloc-protection .protection .tabs .tab .description h3 span {
    color: #3a2e4e;
    display: block;
}

.bloc-protection .protection .tabs .tab .description .montant-annuel h3 {
    color: #fff;
    padding: 10px;
    line-height: 1.2em;
    font-size: 22px;
    margin-bottom: 10px;
}
.bloc-protection .protection .tabs .tab .description .montant-annuel h3 span {
    color: #fff;
}
.bloc-protection .protection .tabs .tab .description .sub {
    color: #d11459;
    margin-bottom: 30px;
}
.bloc-protection .protection .tabs .tab .description ul {
    margin-bottom: 30px;
}
.bloc-protection .protection ul li {
    background: url("images/pictos/fleche.png") no-repeat left center;
    padding-left: 40px;
    margin-bottom: 10px;
}
.bloc-protection .protection .tabs .tab .description ul li span {
    color: #d11459;
}
.bloc-protection .protection .tabs .tab .description .desc {
    margin-bottom: 30px;
}
.bloc-protection .protection .tabs .tab .description .desc strong {
    color: #d11459;
}
.bloc-protection .protection .tabs .tab .description .desc span {
    color: #877b9b;
}
.bloc-protection .protection .tabs .tab .description .desc .up {
    text-transform: uppercase;
    text-decoration: underline;
    text-align: center;
}
.bloc-protection .protection .tabs .tab .description .titre_montant {
    color: #fff;
    font-size: 16px;
    background: url("images/pictos/titre_montant.png") no-repeat 15px center;
    padding: 0 70px;
    margin-bottom: 30px;
}
.bloc-protection .protection .tabs .tab .description table {
    width: 100%;
    color: #fff;
    margin-bottom: 30px;
}
.bloc-protection .protection .tabs .tab .description table th {
	font-weight: bold;
	color: #FFFFFF;
}
.bloc-protection .protection .tabs .tab .description table td {
    padding: 5px;
    color: #2a2239;
}

.bloc-protection .protection .tabs .tab .description table tr.even { background: #c3bad5; }

.bloc-protection .protection .tabs .tab .description table th:first-child { color: #2a2239; }
.bloc-protection .protection .tabs .tab .description table td:first-child { color: #FFFFFF; }

.bloc-protection .protection .conditions {
	text-decoration: underline;
}

.bloc-protection .protection .tabs .tab .description .definition {
    text-align: center;
    color: #3a2e4e;
}
.bloc-protection .protection .tabs .tab .description .desc a {
    text-align: center;
    color: #fff;
    text-decoration: underline;
    display: block;
    padding-bottom: 20px;
}

.bloc-protection .protection {
    display: none;
}
.bloc-protection .protection .en-savoir-plus {
    /*background: #f0eef4;*/
    padding: 0 20px;
}
.bloc-protection .protection .en-savoir-plus .titre_savoir {
    font-family: 'Squiggly-asta', "Dosis", arial, verdana, sans-serif;
    font-size: 40px;
    text-align: center;
    background: url("images/structure/offres-titre-savoir-plus.png") no-repeat center 18px;
    padding: 55px 0 66px;
    font-weight: bold;
}
.bloc-protection .protection .en-savoir-plus .intro {
    margin-top: 0;
    padding: 15px 0 0 0;
    text-transform: uppercase;
    line-height: 1.4em;
}
.bloc-protection .protection .en-savoir-plus .details {
    padding-top: 25px;
}
.bloc-protection .protection .en-savoir-plus .details .image {
    width: 80px;
    float: left;
    text-align: center;
}
.bloc-protection .protection .en-savoir-plus .details .contenu {
    float: left;
    width: 335px;
    margin-left: 17px;
}
.bloc-protection .protection .en-savoir-plus .details .contenu .titre {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 10px;
}
.bloc-protection .protection .en-savoir-plus .details .contenu .titre span {
    font-size: 22px;
    display: block;
}

.bloc-protection .protection .montant-annuel {
    background: #d11459;
    color: #fff;
    margin: 20px 0;
}
.bloc-protection .protection .montant-annuel .titre {

}
.bloc-protection .protection .montant-annuel .titre h3 {
    color: #fff;
    padding: 20px 0 15px 200px;
    font-weight: normal;
}
.bloc-protection .protection .montant-annuel table {
    width: 100%;
}

.bloc-protection .protection .montant-annuel table tr td {
    font-size: 16px;
    padding: 5px 0;
    text-align: center;
}
.bloc-protection .protection .montant-annuel table tr td:first-child {
    padding-left: 30px;
    text-align: left;
}
.bloc-protection .protection .montant-annuel table tr.even td {
    background: #dc5888;
}

.bloc-protection .protection .qui-peut-souscrire {
    background: #f0eef4;
}
.bloc-protection .protection .qui-peut-souscrire h3 {
    text-align: center;
    font-size: 24px;
    font-weight: normal;
    padding: 20px 0;
}
.bloc-protection .protection .qui-peut-souscrire p {
    padding: 0 40px 20px;
    color: #3a2e4e;
    font-size: 16px;  }

.bloc-protection .protection .montant {

}
.bloc-protection .protection .montant h3 {
    text-align: center;
    font-size: 24px;
    font-weight: normal;
    padding: 20px 0;
}
.bloc-protection .protection .montant .contenu {
    padding: 0 40px;
}
.bloc-protection .protection .montant .contenu ul {
    margin-bottom: 20px;
}
.bloc-protection .protection .montant .contenu ul li {
    background: url("images/pictos/puce_liste.png") no-repeat 0 4px;
    padding-left: 30px;
    font-weight: bold;
}
.bloc-protection .protection .montant .contenu ul li span {
    color: #d11459;
}
.bloc-protection .protection .montant .contenu p.note {
    font-size: 9px;
    text-transform: uppercase;
    color: #ce0057;
}


.bloc-protection .protection h5 {
    color: #ce0057;
    font-weight: bold;
    display: block;
    margin: 5px 0;
}
.bloc-protection .protection label {
    color: #523d6d;
    display: block;
    margin-bottom: 4px;
}
.bloc-protection .protection label.label_nb_enfants {
    display: inline;
    margin-right: 10px;
}
.bloc-protection .protection .hidden_form,
.bloc-protection .protection .hidden_form2,
.bloc-protection .protection .hidden_form3,
.bloc-protection .protection .hidden_form4 {
    background: #f0eef4;
    padding: 10px 15px;
    margin-bottom: 10px;
}
.bloc-protection .protection .hidden_form h3,
.bloc-protection .protection .hidden_form2 h3,
.bloc-protection .protection .hidden_form3 h3,
.bloc-protection .protection .hidden_form4 h3 {
    text-align: center;
    font-weight: normal;
    margin: 10px 0;
}
.bloc-protection .protection .hidden_form h3 sup,
.bloc-protection .protection .hidden_form2 h3 sup,
.bloc-protection .protection .hidden_form3 h3 sup,
.bloc-protection .protection .hidden_form4 h3 sup {
    text-transform: none;
}
.bloc-protection .protection form .container_labels {
	padding: 0 10px;
}
.bloc-protection .protection form .niveau_garantie {
    position: relative;
}
.bloc-protection .protection form .niveau_garantie a {
    position: absolute;
    top: 2px;
    right: 0;
    color: #ce0057;
    text-decoration: underline;
}
.bloc-protection .protection form .ligne {
    margin-bottom: 10px;
}
.bloc-protection .protection form .ligne div {
    width: 33%;
    float: left;
    margin: 5px 0;
}
.bloc-protection .protection input[type=text], .bloc-protection .protection input[type=email] {
    background: #fff;
    border: 1px solid #ECECEC;
}
.bloc-protection .protection textarea {
    width: 100%;
    background: #fff;
    border: 1px solid #ECECEC;
}
.bloc-protection .protection select {
    padding: 0 5px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #ECECEC;
}
.bloc-protection .protection select.list_nb_enfants {
    width: 100px;
    margin-bottom: 20px;
}


.bloc-protection .protection .titre-configurer {
    position: relative;
    margin: 0 0 50px;
}
.bloc-protection .protection .titre-configurer h3 {
    background: #ce0057;
    color: #fff;
    font-weight: normal;
    font-size: 22px;
    float: left;
    padding: 40px 5px 5px 35px;
    margin: 0 0 0 15px;
}
.bloc-protection .protection .titre-configurer .bottom {
    background: url("images/structure/bg-bottom_configurer.png") no-repeat center top;
    width: 66px;
    height: 20px;
    position: absolute;
    bottom: -20px;
    left: 15px;
}
.bloc-protection .protection .titre-configurer .close {
    position: absolute;
    right: 0;
    top: 0;
    width: 90px;
    cursor: pointer;
}
.bloc-protection .protection .titre-configurer .close span {
    margin-left: 15px;
}

.bloc-protection .protection .accept_mentions label {
	display: inline-block;
	font-size: 16px;
}
.bloc-protection .protection .accept_mentions p {
	padding: 10px;
}

.bloc-souscription h5 {
    color: #ce0057;
    font-weight: bold;
    display: block;
    margin: 5px 0;
}
.bloc-souscription label {
    color: #523d6d;
    display: block;
    margin-bottom: 4px;
}
.bloc-souscription label.label_nb_enfants {
    display: inline;
    margin-right: 10px;
}
.bloc-souscription .formulaire {
    background: #f0eef4;
    padding: 10px 15px;
    margin-bottom: 10px;
}
.bloc-souscription .formulaire .ligne {
    margin-bottom: 10px;
}
.bloc-souscription .formulaire .ligne div {
    width: 33%;
    float: left;
    margin: 5px 0;
}
.bloc-souscription .formulaire .ligne .salariale input, .bloc-souscription .formulaire .ligne .salariale label {
    display: inline;
}
.bloc-souscription input[type=text], .bloc-souscription input[type=email] {
    background: #fff;
    border: 1px solid #ECECEC;
}
.bloc-souscription textarea {
    width: 100%;
    background: #fff;
    border: 1px solid #ECECEC;
}
.bloc-souscription select {
    padding: 0 5px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #ECECEC;
}
.bloc-souscription .deux_tiers input {
    width: 66%;
}

#conseils { margin-top: 15px; }

#conseils .conseil {
	width: 33.33%;
	float: left;
	text-align: center;
	color: #3a2e4e;
	background-repeat: no-repeat;
	background-position: center 125px;
	height: 170px;
	padding-top: 25px;
	line-height: 1;
}

#conseils .conseil:hover { text-decoration: none; }

#conseils .conseil h2 {
	font-family: 'Squiggly-asta', "Dosis", arial, verdana, sans-serif !important;
	font-size: 26px;
	text-transform: initial;
	color: #3a2e4e;
}

#conseils .conseil h3 {
	font-size: 26px;
	text-transform: initial;
	color: #3a2e4e;
}

#conseils .conseil#conseil_communaute {
	background-image: url('images/config_picto_footer_conseil.png');
	padding-top: 12px;
}

#conseils .conseil#conseil_ami {
	background-color: #948cad;
	background-image: url('images/config_picto_footer_ami.png');
}
#conseils .conseil#conseil_ami h2 {
	color: #FFFFFF;
}

#conseils .conseil#conseil_conseiller {
	background-color: #c5bcd7;
	background-image: url('images/config_picto_footer_conseiller.png');
}

#bottom_content {
	padding: 50px 100px 10px 40px;
}

#bottom_content h2 {
	font-size: 30px;
	text-transform: initial;
}

#bottom_content h3 {
	font-size: 24px;
	font-weight: 100;
}

#bottom_content p {
	font-size: 18px;
	color: #3a2e4e;
}

#bottom_content a {
	font-size: 30px;
	color: #ce0057;
	font-size: 16px;
}


.formulaire .error, .bloc-souscription .error {
    color: #ff081e;
    background: rgba(255, 0, 4, 0.14);
    margin: 0 15px 5px 15px;
    padding: 5px 15px;
}
.error_field { background: rgba(255, 0, 4, 0.14) !important; }

#panier {
    background: #3a2e4e;
    color: #fff;
}
#panier h4 {
    background: url("images/pictos/picto_panier.png") no-repeat left top;
    text-align: right;
    font-size: 21px;
    color: #d11459;
    line-height: 1.2em;
    margin-bottom: 20px;
}
#panier .produit {
    border-bottom: 1px solid #8c839a;
    margin-bottom: 15px;
}
#panier .produit .gauche {
    float: left;
    width: 170px;
}
#panier .produit .droite {
    float: left;
    width: 72px;
    text-align: right;
}
#panier .produit .titre {
    font-size: 15px;
    text-transform: uppercase;
}
#panier .produit .sous-titre {
    font-size: 15px;
    margin-top: 2px;
}
#panier .produit .liens {
    text-transform: uppercase;
    color: #d2ced8;
    margin: 10px 0;
}
#panier .produit .liens .lien {
    float: left;
    width: 50%;
    text-align: center;
}
#panier .produit .liens .lien a {
    text-decoration: underline;
}
#panier .total {
    position: relative;
    margin-bottom: 25px;
}
#panier .total .titre {
    float: left;
    width: 160px;
}
#panier .total .prix {
    text-align: right;
}
#panier .total .label {
    font-family: 'Squiggly-asta', "Dosis", arial, verdana, sans-serif;
    font-size: 28px;
    color: #d11459;
    line-height: 1em;
    width: 190px;
}
#panier .total .tot {
    font-size: 20px;
    line-height: 1em;
    position: absolute;
    right: 0;
    bottom: 0;
}

.btn_to_top {
	position: fixed;
	right: 20px;
	bottom: 20px;
}
.btn_signaler {
	position: fixed;
	right: 124px;
	bottom: 51px;
}


.popin_protection {
	background: url("images/logo_prepar_assurance.png") no-repeat right bottom;
}
.popin_protection .titre {
	color: #3c364f;
	font-size: 18px;
	text-align: center;
	margin: 20px auto;
	max-width: 320px;
	font-weight: bold;
}

.popin_protection .description {
	max-width: 500px;
	padding: 20px;
	margin: 0 auto 20px;
	-webkit-box-shadow: -1px 4px 8px 0 rgba(0,0,0,0.3) inset;
	box-shadow: -1px 4px 8px 0 rgba(0,0,0,0.3) inset;
	border-radius: 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
.popin_protection .contenu_desc {
	max-height: 260px;
	overflow: auto;
}
.popin_protection .boutons {
	text-align: center;
	margin-bottom: 15px;
}
.popin_protection .button {
	margin: 0 5px;
	color: #fff;
}

/* ========== Mode d'emploi ========== */

.full_page_radius {
    margin: 0 -0.25em 25px 0;
    color: #636363;
    background: #f6f6f6;
    -webkit-border-radius: 10px 0;
    border-radius: 10px 0;
}

.color_white,
.color_white p,
.color_white h2 {
	color: #FFFFFF !important;
}

.pos_relative { position: relative; }
.pos_absolute { position: absolute; }

.f_left { float: left; }
.f_right { float: right; }

.mode_demploi h2 {
	color: #cb0069;
	font-family: 'Squiggly-asta', "Dosis", arial, verdana, sans-serif !important;
	font-size: 30px;
	margin-bottom: 25px;
	line-height: 30px;
}

.mode_demploi .container {
	margin-left: 175px;
	width: 590px;
}

.mode_demploi .container p {
	color: #383948;
	font-size: 20px;
	margin-bottom: 22px;
	line-height: 22px;
}

.mode_demploi .container small { font-size: 15px; }

.mode_demploi #bloc_1 {
	padding: 90px 0 40px;
	background: #ecebee;
}

.mode_demploi #bloc_1 #titre_1 {
    right: -160px;
    top: -70px;
}

.mode_demploi #bloc_2 { padding: 40px 0 15px; }

.mode_demploi #bloc_logo {
	padding: 40px 0 10px;
	background: #ecebee;
	text-align: center;
}

.mode_demploi #bloc_rubriques {
	background: #cb0069;
	padding: 50px 0 10px;
	margin-bottom: 8px;
}

.mode_demploi #bloc_rubriques .container p,
.mode_demploi #bloc_rubriques .container h2 { color: #FFFFFF; }

.mode_demploi #bloc_rubriques .container h2 { margin-bottom: 5px; }

.mode_demploi #bloc_rubriques .container h2 span { color: #c8c8c8; }

.mode_demploi #bloc_rubriques .bloc_rubrique { margin-bottom: 45px; }

.mode_demploi #bloc_rubriques strong { font-weight: 600; }

.mode_demploi #bloc_inscription {
	background-color: #3a2e4e;
	padding: 195px 0 30px;
	margin-bottom: 8px;
}

.mode_demploi #bloc_inscription .container p,
.mode_demploi #bloc_inscription .container h2 { color: #FFFFFF; }

.mode_demploi #bloc_inscription #titre_2 {
    top: -170px;
    left: -110px;
}

.mode_demploi #blocs_inscription_mode_demploi {
	background-color: #ded9e8;
	padding: 195px 0 55px;
}

.mode_demploi #blocs_inscription_mode_demploi #titre_3 {
    top: -170px;
    left: -110px;
}

.mode_demploi #blocs_inscription_mode_demploi .bloc_inscription_mode_demploi { margin-bottom: 70px; }

.mode_demploi #blocs_inscription_mode_demploi .number {
	color: #cb0069;
	font-family: 'Squiggly-asta', "Dosis", arial, verdana, sans-serif !important;
	font-size: 40px;
	top: 10px;
	left: -45px;
	font-weight: bold;
}

.tpl_participez .full_page_radius { background: #ecebee url('images/participez_bg.png') top center no-repeat; max-width: 940px; }
.tpl_participez .full_page_radius.no_bg { background: #EBE8F1;}
.tpl_participez .frise img { width: 100%; }

.tpl_participez .container {
	width: 590px;
	margin: auto;
}

.tpl_participez h2 {
	color: #cb0069;
	font-family: 'Squiggly-asta', "Dosis", arial, verdana, sans-serif !important;
	font-size: 30px;
	margin-bottom: 25px;
	line-height: 30px;
}

.tpl_participez .container {
	margin-left: 175px;
	width: 590px;
}

.tpl_participez .container p {
	color: #383948;
	font-size: 20px;
	margin-bottom: 22px;
	line-height: 22px;
}

.tpl_participez .container small { font-size: 15px; }

.tpl_participez #bloc_intro { padding: 230px 0 35px; }

.tpl_participez #bloc_intro #titre_1 {
    top: -200px;
    left: -90px;
}

.tpl_participez #bloc_2 {
	padding: 35px 0 40px;
}

.tpl_participez #bloc_2 .rubriques {
    padding: 20px 0 40px;
    text-align: right;
}

.tpl_participez #bloc_2 .rubriques label {
	font-size: 12px;
	color: #3a2e4e;
	font-weight: 600;
	text-transform: uppercase;
	margin-right: 10px;
}

.tpl_participez #bloc_2 .rubriques select { width: 240px; }

.tpl_participez #bloc_2 .rubriques .customSelect {
	font-size: 14px;
	color: #3a2e4e;
	font-weight: 900;
	text-transform: uppercase;
	text-align: left;
	background: url("images/participez_select_bg.png") no-repeat center right #ecebee;
	-webkit-box-shadow: -1px 4px 8px 0 rgba(0,0,0,0.3) inset;
	box-shadow: -1px 4px 8px 0 rgba(0,0,0,0.3) inset;
	padding: 4px 10px;
}

.tpl_participez #bloc_2 .form_container {
	background: #f6f5f7;
	border: 1px solid #d5d2db;
	padding: 10px 10px 0 10px!important;
}

.tpl_participez #bloc_2 .form_container .field_text {
	background-color: #fff;
	-webkit-box-shadow: -1px 4px 8px 0 rgba(0,0,0,0.3) inset;
	box-shadow: -1px 4px 8px 0 rgba(0,0,0,0.3) inset;
	width: 100%;
	margin-bottom: 15px;
}
.tpl_participez #bloc_2 .form_container textarea {
	padding: 10px;
	border: 0;
	font-family: "Dosis", arial, verdana, sans-serif;
	font-size: 0.95em;
	background-color: #fff;
	-webkit-box-shadow: -1px 4px 8px 0 rgba(0,0,0,0.3) inset;
	box-shadow: -1px 4px 8px 0 rgba(0,0,0,0.3) inset;
	width: 100%;
	height: 70px;
	resize: vertical;
}
.tpl_participez .success {
	color: green;
	font-size: 16px;
}

.tpl_participez #bloc_2 .form_container .submit_btn {
	text-align: center;
	padding: 15px 0 15px;
}

.tpl_participez #bloc_2 .form_container input[type="submit"] {
	display: inline-block;
	min-height: 24px !important;
	padding: 0px 20px !important;
	margin: 0;
	font-family: "Dosis",arial,verdana,sans-serif;
	font-weight: 800;
	color: #fff !important;
	text-transform: uppercase;
	background: url("images/structure/messagerie-repondre-bg.png") repeat-x;
	border-radius: 4px;
}

.tpl_participez #bloc_3 {
	padding: 45px 0 50px;
	background: #9a91b7;
}

.tpl_participez  #blocs_contenu {
	padding-top: 55px;
}

.tpl_participez  #blocs_contenu .bloc_contenu {
	width: 280px;
	margin-bottom: 15px;
}

.tpl_participez  #blocs_contenu .bloc_contenu.bloc_last {
    float: none;
    margin: auto;
   }

.tpl_participez  #blocs_contenu .bloc_contenu .bloc_contenu_icone {
	text-align: center;
	margin-bottom: 25px;
}

.tpl_participez  #blocs_contenu .bloc_contenu h3 {
	font-size: 20px;
	color: #cb0069;
	text-align: center;
	margin-bottom: 30px;
}

.tpl_participez  #blocs_contenu .bloc_contenu p { font-size: 14px; }


/* PAGE CONTACT */
.contact_container { max-width: 560px; margin: auto; }
.contact_container h2 { font-size: 27px ;color: #d11459; font-family: 'Squiggly-asta', Dosis, arial, verdana, sans-serif !important; line-height: 28px; }
.contact_container h3 { font-size: 16px; color: #3a2e4e; }
.contact_container p { font-size: 16px; color: #3a2e4e; line-height: 1.1em; }
.contact_container p.mail_address {text-align: center}
.contact_container p.mail_address a { color: #d11459; font-size: 20px; }
.contact .image_illu { margin: 20px 0; }
.contact_container .mb_20 { margin-bottom: 20px; }

/* ========== Correctifs IE8 ========== */

/* BLOC COOKIE */
#cookie_stuff { display:none !important; z-index: 900; color: #fff; font-size: 13px; background: #ada0c7; }
#cookie_stuff .bloc { max-width: 940px; margin: auto; position: relative; padding: 10px; color: #383948; text-align: center; font-size: 14px; font-family: Arial, sans-serif; }
#cookie_stuff #close_cookie { position: absolute; top: 15px; right: 0; padding: 0 5px; font-size: 25px; cursor: pointer; width: 29px; height: 29px; background: url("images/pictos/close_cookie.png") no-repeat center top; }
#cookie_stuff .bloc a { color: #383948; }


/* BLOC COMMENTAIRE */
.champ_comments { margin-bottom: 10px; }
.champ_comments input[type="text"] { color: #000; background: #fff; font-size: 14px; }
#respond form p.logged-in-as { display: none; }

#respond form .champ_comments input[type="text"], #respond form .champ_comments textarea {
	font-size: 14px;
}


/* BLOC PARTAGE SSBA */
.single-soutien .ssba {
	display: none;
}


/* POPIN LOCK CONTENT */
#popin_lock_content {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(255, 255, 255);
	z-index: 99999;
}
#popin_lock_content .content_popin {
	background: #fff url(images/bottom_popin.jpg) no-repeat center bottom;
	padding: 25px 30px 115px;
	max-width: 840px;
	margin: 80px auto 0;
}
#popin_lock_content h2 {
	text-align: center;
	font-size: 48px;
	color: #d11459;
	line-height: 1.0em;
	font-family: 'Squiggly-asta', "Dosis", arial, verdana, sans-serif !important;
}
#popin_lock_content h2 span {
	display: block;
	font-size: 36px;
	font-weight: normal;
}
#popin_lock_content .fleche_bas {
	background: #fff url(images/fleche_bottom.png) no-repeat center top;
	width: 30px;
	height: 56px;
	margin: 10px auto;
}
#popin_lock_content p {
	font-size: 27px;
	color: #4c3b66;
	padding-left: 230px;
	line-height: 1.1em;
	margin-bottom: 15px;
}
#popin_lock_content .lien {
	text-align: center;
	padding-top: 15px;
}
#popin_lock_content .lien a {
	margin: 0 10px;
	/*text-transform: uppercase;
	color: #d11459;
	text-decoration: underline;
	font-family: 'Squiggly-asta', "Dosis", arial, verdana, sans-serif !important;
	font-size: 38px; */
}


/* Bloc FAITES DU BRUIT */
.partage { }
.partage .bruit {
	background: #6848a1 url(images/bottom_bruit.jpg) no-repeat center bottom;
	padding: 40px 100px 120px 130px;
	margin: 0 -25px;
}
.partage .bruit p {
	font-size: 27px;
	color: #f6f6f6;
	line-height: 1.1em;
	margin-bottom: 10px;
}
.partage .bruit h2 {
	color: #f60067;
	font-family: 'Squiggly-asta', "Dosis", arial, verdana, sans-serif !important;
	font-size: 46px;
	font-weight: bold;
	letter-spacing: 1px;
}
.partage .ssba-wrap {
	padding-left: 110px;
}



/* BX-SLIDER */
.bx-wrapper {
  border: 0 !important;
  background: inherit !important;
  margin-bottom: 20px !important;
}

.bx-slider li {
  width: 942px !important;
  padding: 0 !important;
  margin: 0!important;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #ffffff !important;

}

.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active, .bx-wrapper .bx-pager.bx-default-pager a:focus{
  background: #00aabd !important;

}

.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
  top: 280px !important;
}

.bx-wrapper .bx-pager {
  padding-top: 0px !important;
}


/* ARROWS SLIDER */
.owl-prev {
  position:absolute !important;
  top: 120px !important;
  left: 0px !important;
  background: inherit !important;
  opacity: 0.7 !important;
}

.owl-next {
  position:absolute !important;
  top: 120px !important;
  right: 0px !important;
  background: inherit !important;
  opacity: 0.7 !important;
}

.owl-carousel .owl-item img {
  -webkit-transform-style: flat !important;
  -moz-transform-style: flat !important;
  -ms-transform-style: flat !important;
  -o-transform-style: flat !important;
  transform-style: flat !important;
}


.owl-theme .owl-dots, .owl-theme .owl-nav {
  position:absolute !important;
  top: 280px !important;
  left:400px !important;
}



.owl-theme .owl-dots .owl-dot span {
  background: #ffffff !important;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #00aabd !important;
}



/**
 * Notice Password
 */
.up-notice {
    font-size: 0.85em;
    text-align: left;
}

.page-template-template-inscription .up-notice {
    padding-left: 115px;
}

.up-notice ul,
.up-notice p {
    margin: 0;
}

.up-notice ul {
    list-style: disc inside;
    padding-left: 1em;
}


.content--password section {
    padding: 2em;
    margin-bottom: 2em;
}

.content--password .notice {
    text-align: center;
}

.content--password .btn {
    padding: 1em;
    color: #FFF;
    margin: auto;
    display: inline-block;
}

.form-password {
    padding: 2em;
    max-width: 300px;
    margin: auto;
}

.form-password .error {
    color: red;
}

.form-password label {
    width: 100%;
}

.form-password input {
    width: 100%;
}

.form-password input[type=submit] {
    margin-top: 2em;
}

#CookiebotWidget .CookiebotWidget-logo{
	background-color: transparent !important;
	padding: 0 !important;
}

#CookiebotWidget button:hover{
	box-shadow: none !important;
}

.bx-wrapper .bx-loading{
	display: none;
}