html,
button,
input,
select,
textarea {
    color: #333
}

html {
    -webkit-text-size-adjust: 100%
}

* {
    box-sizing: border-box;
    -moz-box-sizing: border-box
}

::-moz-selection {
    background: #303030;
    color: white;
    text-shadow: none
}

::selection {
    background: #303030;
    text-shadow: none
}

a {
    text-decoration: none
}

img {
    vertical-align: middle
}

figure {
    margin: 0
}

fieldset,
ul,
li {
    border: 0;
    margin: 0;
    padding: 0
}

li {
    list-style: none
}

textarea {
    resize: vertical
}

.chromeframe {
    margin: .2em 0;
    background: #ccc;
    color: #000;
    padding: .2em 0
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table
}

.clearfix:after {
    clear: both
}

.clearfix {
    *zoom: 1
}

label {
    display: block;
    font-family: 'Exo', sans-serif;
    text-transform: uppercase;
    color: #666;
    font-size: 12px
}

input[type="text"],
input[type="email"],
textarea {
    -webkit-appareance: none;
    border: 1px solid #303030;
    text-transform: uppercase;
    padding: 5px;
    font-size: 12px;
    color: #999;
    font-family: 'Exo', sans-serif;
    font-weight: 100
}

input[type="text"]:focus,
input[type="email"]:focus,
textarea:focus {
    border: 1px solid #f47469;
    color: #f47469
}

@font-face {
    font-family: 'Exo', sans-serif;
    src: url('fonts/borders_divide_but_hearts_shall_conquer-webfont.eot');
    src: url('fonts/borders_divide_but_hearts_shall_conquer-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/borders_divide_but_hearts_shall_conquer-webfont.woff') format('woff'), url('fonts/borders_divide_but_hearts_shall_conquer-webfont.ttf') format('truetype'), url('fonts/borders_divide_but_hearts_shall_conquer-webfont.svg#borders_divide_but_hearts_sRg') format('svg');
    font-weight: normal;
    font-style: normal
}

html {
    height: 100%
}

body {
    font-family: 'Lato', sans-serif;
    font-size: 400;
    height: 100%;
    background: #EEE;
    font-size: 14px;
    padding-top: 50px;
    margin-bottom: -50px
}

.lightprune {
    background: #e55549!important
}

p,
.p {
    font-family: 'Lato', sans-serif;
    color: #333;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 20px
}

sup {
    vertical-align: text-top
}

li.puce02 {
    list-style-image: url("../img/puce2.png")!important
}

li.puce03 {
    list-style-image: url("../img/puce3.png")!important
}

li.puce04 {
    list-style-image: url("../img/puce4.png")!important
}

.section-header {
    height: 120px;
    line-height: 120px;
    margin-bottom: 25px
}

.section-header.quiheader {
    background-image: url("../img/bb-quisommesnous-01.jpg")
}

.section-header.projetheader {
    background-image: url("../img/bb-notreprojet-01.jpg")
}

.section-header.actualitesheader {
    background-image: url("../img/bb-fonctionnement-01.jpg")
}

.section-header.solidaireheader {
    background-image: url("../img/bb-solidaire-01.jpg")
}

.section-header.donheader {
    background-image: url("../img/bb-don-01.jpg")
}

.section-header h1 {
    font-size: 30px;
    color: white;
    font-family: 'Exo', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center
}

.wrapper {
    max-width: 95%;
    margin: 0 auto;
    padding: 0 2.5%;
    position: relative
}

.wrapperWidth {
    max-width: 100%;
    padding: 0
}

.marginBottom20 {
    margin-bottom: 20px
}

.marginBottom40 {
    margin-bottom: 40px
}

.marginRight20 {
    margin-right: 20px
}

.marginArticle {
    margin-bottom: 40px
}

.nomarginBot {
    margin-bottom: 0
}

.noMarginRight {
    margin-right: 0!important
}

.articleHeading {
    font-family: 'Exo', sans-serif;
    color: #f47469;
    font-weight: 100;
    margin-bottom: 20px
}

.articleHeading h1 {
    font-size: 24px;
    line-height: 100%
}

.articleHeading h2 {
    font-size: 16px;
    text-transform: none;
    line-height: 140%
}

.largeHeading {
    font-family: 'Exo', sans-serif;
    color: #303030;
    margin-bottom: 20px;
    text-transform: uppercase;
    text-align: center
}

.largeHeading h1 {
    font-weight: 800;
    font-size: 40px !important;
}

.largeHeading h1:before {
    content: "+";
    font-weight: 400;
    margin-right: 8px
}

.largeHeading h1:after {
    content: "+";
    font-weight: 400;
    margin-left: 8px
}

figure.figureImg img {
    margin: 0 auto;
    display: block
}

figure.figureImg figcaption {
    color: #666!important;
    text-align: center;
    margin-top: 10px;
    float: none!important
}

figure.figureImg figcaption:before {
    content: "+";
    margin-right: 2px;
    display: inline-block
}

figure.figureImg figcaption:after {
    content: "+";
    margin-left: 2px;
    display: inline-block
}

.checkbox,
.radio {
    position: relative
}

.checkbox input,
.radio input {
    opacity: 0;
    filter: alpha(opacity=0);
    margin-left: -17px
}

.checkbox label,
.radio label {
    display: inline;
    cursor: pointer
}

.checkbox span.checkboxSkin,
.radio span.checkboxSkin,
.checkbox span.radioSkin,
.radio span.radioSkin {
    width: 12px;
    height: 12px;
    margin-right: 4px;
    display: inline-block;
    position: relative;
    top: 1px
}

.checkbox span.checkboxSkin,
.radio span.checkboxSkin {
    background-image: url("../img/checkbox.gif")
}

.checkbox span.radioSkin,
.radio span.radioSkin {
    background-image: url("../img/radio.gif");
    width: 10px;
    height: 10px
}

.taupebox {
    background-color: #f47469;
    padding: 20px;
    max-width: 760px;
    margin: 0 auto
}

.taupebox p {
    color: white;
    font-family: 'Exo', sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    text-align: center;
    line-height: 110%;
    font-size: 24px;
    margin-bottom: 20px
}

.taupebox p span {
    margin-top: 10px;
    font-family: 'Lato', sans-serif;
    font-weight: 100;
    display: block;
    line-height: 110%;
    font-size: 14px;
    text-transform: none
}

.taupebox a {
    font-family: 'Exo', sans-serif;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    behavior: url("css/pie/pie.php");
    background: white;
    text-align: center;
    text-transform: uppercase;
    color: #f47469;
    font-weight: 400;
    font-size: 14px;
    margin-top: 3px;
    padding: 10px 20px;
    display: block
}

.box-download-document {
    padding: 20px;
    width: 100%;
    background: url('../img/pattern-fabric-prune.jpg') repeat;
    font-family: 'Exo', sans-serif;
    color: white;
    text-align: center
}

.box-download-document .first-title {
    display: block;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 100;
    margin-bottom: 5px;
    line-height: 80%
}

.box-download-document .second-title {
    display: block;
    color: white;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 31px;
    line-height: 110%;
    letter-spacing: 1px;
    margin-bottom: 8px
}

.box-download-document .third-title {
    margin-bottom: 10px;
    display: block;
    font-family: 'Lato', sans-serif;
    color: white;
    font-style: italic;
    text-align: center;
    font-size: 12px
}

.box-download-document .sepline-download-document {
    display: block;
    margin: 0 auto 15px;
    background: url('../img/sepline-box-download-document.png') no-repeat center center;
    height: 10px
}

.box-download-document a.btn-download-document {
    display: block;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    behavior: url("css/pie/pie.php");
    background: white;
    text-align: center;
    text-transform: uppercase;
    color: #f47469;
    font-weight: 400;
    font-size: 14px;
    padding: 10px 0
}

#contactform {
    width: 500px;
    display: none
}

#contactform header {
    text-align: center
}

#contactform p {
    width: 240px;
    float: left;
    margin-bottom: 6px
}

#contactform p label {
    display: block;
    font-family: 'Exo', sans-serif;
    text-transform: uppercase;
    color: #666;
    font-size: 12px
}

#contactform p input[type="text"],
#contactform p textarea {
    width: 240px
}

#contactform p input[type="text"]:focus,
#contactform p textarea:focus {
    border: 1px solid #f47469;
    color: #f47469
}

#contactform p textarea {
    height: 120px;
    width: 500px
}

#contactform p input[type="submit"] {
    -webkit-appareance: none;
    border: 0;
    padding: 10px 20px;
    background: #f47469;
    color: white;
    font-family: 'Exo', sans-serif;
    font-weight: 100;
    text-transform: uppercase;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    float: right
}

#contactform p#submitForm {
    width: 100%
}

#contactform p#submitForm input {
    display: block;
    cursor: pointer
}

#contactform p.leaveblock {
    display: block;
    float: none
}

header#main-header {
    position: fixed;
    z-index: 2000;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    font-family: 'Exo', sans-serif;
    background: #f47469;
    -moz-transition: height .2s ease-out;
    -webkit-transition: height .2s ease-out;
    transition: height .2s ease-out
}

header#main-header .logo {
    float: left;
    color: white;
    text-transform: uppercase;
    margin-left: 30px;
    line-height: 50px;
    height: 100%
}

header#main-header .logo img {
    height: 70%;
    max-height: 52px;
    margin: 7% 0
}

header#main-header .mobile-icn-menu {
    width: 50px;
    height: 50px;
    float: right;
    background: url('../img/mobile-icn-menu.png') no-repeat center center;
    background-size: 34px auto
}

header#main-header .mobile-icn-menu.clicked {
    background-color: #f47469
}

header#main-header ul.main-nav {
    display: none;
    z-index: 999;
    width: 100%;
    position: absolute;
    top: 50px;
    text-align: center;
    background: #f47469
}

header#main-header ul.main-nav li {
    background: #e55549;
    border-bottom: 1px solid #f47469;
    text-align: center
}

header#main-header ul.main-nav li#sous-menu {
    display: none
}

header#main-header ul.main-nav li#sous-menu li+li {
    border-bottom: 0
}

header#main-header ul.main-nav li#sous-menu li a {
    background: #303030
}

header#main-header ul.main-nav li#sous-menu li a:hover {
    background: #8f786a
}

header#main-header ul.main-nav li.elmt-list-main-nav-sep {
    display: none
}

header#main-header ul.main-nav li a {
    display: block;
    color: white;
    text-transform: uppercase;
    padding: 7px 20px;
    font-size: 10px
}

header#main-header ul.main-nav li a.active {
    font-weight: 700;
    letter-spacing: 1px;
    background: #f47469
}

header#main-header ul.main-nav li a:hover {
    background: inherit
}

#pushFooter {
    height: 40px
}

#footer-container {
    font-family: 'Exo', sans-serif;
    background: url('../img/footer-bg.jpg') no-repeat center center;
    background-size: cover;
    height: 40px;
    line-height: 40px;
    overflow: hidden
}

#footer-container footer {
    width: auto;
    height: 40px;
    margin-bottom: 0;
    padding: 0
}

#footer-container footer ul {
    text-align: center;
    width: 100%
}

#footer-container footer ul li {
    display: inline-block;
    margin: 0 2%
}

#footer-container footer ul li a {
    color: white;
    text-shadow: 0 0 4px rgba(0, 0, 0, 0.8);
    height: 100%;
    font-size: 7px;
    display: block;
    text-transform: uppercase
}

#footer-container footer #logo-footer {
    display: none;
    vertical-align: middle
}

.main-container {
    margin: 0 auto -40px auto;
    min-height: 100%;
    height: auto!important;
    padding-bottom: 40px
}

#home .big-block {
    position: relative;
    width: 100%;
    height: 200px;
    margin-bottom: 10px;
    -moz-transition: height .2s ease-out;
    -webkit-transition: height .2s ease-out;
    transition: height .2s ease-out
}

#home .big-block h1 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 72%;
    height: 100%;
    background: url('../img/desk-home-bigpic-pattern.png') no-repeat left center;
    text-indent: -9999px;
    overflow: hidden;
    background-size: auto 100%;
    margin: 0
}

#home .big-block .bigpic {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: url('../img/home-bigpic.jpg') no-repeat center center;
    background-size: cover
}

#home .edito header h1 {
    color: #f47469;
    font-family: 'Exo', sans-serif;
    font-weight: 100;
    font-size: 28px;
    display: block;
    margin-bottom: 20px
}

#home .edito p {
    font-size: 14px
}

#home .edito p.signature {
    color: #f47469;
    text-align: right;
    font-size: 13px;
    line-height: 18px
}

#qui .txtQuisommesnous header span {
    display: none
}

#qui .txtQuisommesnous header img {
    margin-top: 0
}

#qui .txtQuisommesnous a#statutsjuridiques {
    width: 150px;
    height: 150px;
    display: block;
    margin: 10px auto
}

#qui .txtQuisommesnous p.asterisque {
    font-size: 10px;
    color: #666;
    line-height: 16px;
    margin-bottom: 20px
}

#notre-projet .projetinnovant {
    margin-bottom: 0
}

#notre-projet .projetinnovant img {
    margin-bottom: 60px
}

#notre-projet .decouvrir-vie-chabrol {
    display: block;
    margin: 30px 0
}

#notre-projet .aucoeurdelavie .left {
    margin-bottom: 40px
}

#notre-projet blockquote {
    margin-bottom: 30px
}

#notre-projet blockquote p {
    color: #999;
    font-family: "georgia", serif;
    font-size: 24px;
    font-style: italic;
    font-weight: normal;
    line-height: 140%
}

#notre-projet ul {
    margin-bottom: 20px
}

#notre-projet ul li {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    line-height: 22px;
    list-style-image: url("../img/puce.png");
    list-style-position: inside
}

#notre-projet .imgImmeubles div:first-child {
    margin-bottom: 20px
}

#notre-projet .imgImmeubles figure {
    position: relative
}

#notre-projet .imgImmeubles figure a#immeuble-BBC {
    width: 170px;
    height: 170px;
    display: block;
    background: url("../img/btn-immeubleBBC.png") no-repeat top left;
    position: absolute;
    top: -20px;
    right: -40px
}

#fonctionnement .section-header h1 {
    background-image: url("../img/bb-fonctionnement-01.jpg")
}

#fonctionnement ul#pourqui li {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    line-height: 22px;
    list-style-image: url("../img/puce.png");
    list-style-position: inside
}

#fonctionnement ul#pourqui li i {
    color: #666
}

#fonctionnement #btn-discover-projet a {
    display: block;
    background-color: #303030;
    font-family: 'Lato', sans-serif;
    text-align: center
}

#fonctionnement #btn-discover-projet a p {
    margin: 15px 0 20px 0;
    display: block;
    line-height: 180%;
    color: white;
    font-style: italic
}

#fonctionnement #btn-discover-projet a p span {
    text-transform: uppercase;
    font-family: 'Exo', sans-serif;
    display: block;
    font-weight: 500;
    font-size: 30px;
    font-style: normal
}

#fonctionnement .exempleconcret a img {
    margin: 0 auto
}

#fonctionnement #questions-coloc ul li {
    margin-bottom: 10px;
    color: #666;
    font-size: 14px;
    padding-left: 4px;
    list-style-image: url("../img/puce.png");
    list-style-position: outside
}

#fonctionnement #questions-coloc a {
    text-decoration: underline;
    color: #666
}

#fonctionnement #questions-coloc a:hover {
    color: #f47469
}

#exemple-concret #map {
    width: 100%;
    margin-bottom: 25px;
    position: relative
}

#exemple-concret #map #mapapi {
    width: 100%;
    height: 240px
}

#exemple-concret #map #locator {
    position: absolute;
    z-index: 2000;
    top: 40px;
    left: 0;
    padding: 30px;
    background: #f47469;
    display: none
}

#exemple-concret #map #locator p {
    color: white;
    font-family: 'Exo', sans-serif;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 30px;
    line-height: 110%;
    margin: 0
}

#exemple-concret #map #locator p strong {
    font-weight: 700;
    font-size: 48px;
    display: block;
    margin-bottom: 5px
}


#exemple-concret #interviews {
    margin-bottom: 50px;
}
#exemple-concret #interviews ul {
    text-align: center;
}
#exemple-concret #interviews ul li {
    display: inline-block;
    overflow: hidden;
}
#exemple-concret #interviews ul li a {
    display: block;
    max-width: 168px;
    height: auto;
    /*margin: 0 auto 10px auto;*/
    background-color: #303030;
    position: relative;
}
#exemple-concret #interviews ul li a img {
    width: 100%
}
#exemple-concret #interviews ul li a .interviews-hover {
    background: url("../img/purple90.png") repeat;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-transition: opacity .2s;
    -webkit-transition: opacity .2s;
    transition: opacity .2s;
}
#exemple-concret #interviews ul li a#no-thumb .interviews-hover{
    opacity: 1;
}
#exemple-concret #interviews ul li a .interviews-hover p {
    padding-top: 10px;
    color: #e7cdda;
    font-family: "brandon-grotesque", sans-serif;
    font-size: 12px;
    font-weight: 100;
    line-height: 40px;
    text-transform: uppercase;
    -moz-transition: line-height .3s ease-out;
    -webkit-transition: line-height .3s ease-out;
    transition: line-height .3s ease-out;
}
#exemple-concret #interviews ul li a#no-thumb .interviews-hover p{
    padding-top: 0;
    line-height: 1.2;
    padding-top: 30px;
}
#exemple-concret #interviews ul li a#no-thumb .interviews-hover p strong{
    font-size: 18px;
}
#exemple-concret #interviews ul li a .interviews-hover p strong {
    text-transform: none;
    font-size: 18px;
    font-family: "verdana", serif;
    display: block;
    color: white;
    font-weight: 100;
}
#exemple-concret #interviews ul li a .interviews-hover p.twolines {
    padding-top: 17px;
}
#exemple-concret #interviews ul li a .interviews-hover p.oneline {
    padding-top: 40px;
}
#exemple-concret #interviews ul li a:hover .interviews-hover {
    opacity: 1;
    filter: alpha(opacity=100);
}
#exemple-concret #interviews ul li a:hover .interviews-hover p {
    line-height: 28px;
}


#exemple-concret #vie-quotidienne ul {
    text-align: center
}

#exemple-concret #vie-quotidienne li {
    display: inline-block;
    margin-bottom: 14px;
    margin-right: 14px
}

#exemple-concret #vie-quotidienne li:nth-child(4n+4) {
    margin-right: 16px
}

#exemple-concret #vie-quotidienne li:nth-child(5n+5) {
    margin-right: 16px
}

#exemple-concret #vie-quotidienne li:nth-child(2n+2) {
    margin-right: 0
}

#exemple-concret #vie-quotidienne li img {
    width: 120px
}

#exemple-concret #vie-quotidienne li a {
    position: relative;
    display: block;
    background-color: black
}

#exemple-concret #vie-quotidienne li a .hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0
}

#exemple-concret #vie-quotidienne li a:hover .hover {
    opacity: .9
}

#actualites #la-presse-en-parle ul {
    text-align: center
}

#actualites #la-presse-en-parle ul li {
    margin-right: 14px;
    margin-bottom: 14px;
    display: inline-block;
    width: 215px;
    line-height: 120px
}

#actualites #la-presse-en-parle ul li a {
    background: #303030;
    display: block;
    height: 120px;
    line-height: 120px;
    color: white;
    text-align: center;
    position: relative
}

#actualites #la-presse-en-parle ul li a .state {
    vertical-align: middle;
    display: inline-block
}

#actualites #la-presse-en-parle ul li a .state h2 {
    text-transform: uppercase;
    font-family: 'Exo', sans-serif;
    font-size: 16px;
    line-height: 22px;
    display: block;
    margin-bottom: 4px
}

#actualites #la-presse-en-parle ul li a .state p {
    color: #e6d6cd;
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    line-height: 18px
}

#actualites #la-presse-en-parle ul li a .hover {
    height: 100%;
    padding-top: 20px;
    width: 100%;
    background: #f47469;
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
    position: absolute;
    top: 0;
    left: 0;
    font-family: 'Exo', sans-serif;
    font-size: 14px;
    font-weight: 100;
    text-transform: uppercase;
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-transition: opacity .2s;
    -webkit-transition: opacity .2s;
    transition: opacity .2s
}

#actualites #la-presse-en-parle ul li a .hover img {
    margin: -10px auto 10px auto;
    -moz-transition: margin .2s ease-out;
    -webkit-transition: margin .2s ease-out;
    transition: margin .2s ease-out
}

#actualites #la-presse-en-parle ul li a:hover .hover {
    opacity: 1;
    filter: alpha(opacity=100)
}

#actualites #la-presse-en-parle ul li a:hover img {
    margin: 0 auto -15px auto
}

#actualites #la-presse-en-parle ul li#tobreak {
    display: block;
    margin: 0;
    line-height: 0;
    height: 0
}

#actualites #articles {
    font-family: "brandon-grotesque", sans-serif
}

#actualites #articles h2 {
    color: #f47469;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 15px
}

#actualites #articles .article {
    margin-bottom: 40px
}

#actualites #articles .article hgroup h3 {
    color: #f47469;
    font-size: 24px;
    font-weight: 100;
    text-transform: uppercase;
    line-height: 20px;
    margin-bottom: 10px
}

#actualites #articles .article hgroup h3 small {
    font-size: 14px;
    color: #303030
}

#actualites #articles .article hgroup h4 {
    font-size: 18px;
    color: #666;
    font-family: 'Lato', sans-serif;
    font-style: italic;
    margin-bottom: 4px
}

#actualites #articles .article hgroup.onlytaupe h3 {
    color: #303030
}

#actualites #articles .article p a {
    color: #f47469;
    text-decoration: underline
}

#actualites #articles .article p.voir-ba {
    text-align: right
}

#actualites #articles .article img {
    display: none
}

#actualites blockquote {
    margin-bottom: 30px
}

#actualites blockquote p {
    color: #999;
    font-family: "georgia", serif;
    font-size: 24px;
    font-style: italic;
    font-weight: normal;
    line-height: 140%
}

#extraits-juridiques .phs ol>li {
    list-style-type: decimal;
    font-size: 22px;
    color: #f47469;
    font-weight: 600;
    font-family: 'Exo', sans-serif;
    text-transform: uppercase;
    margin-bottom: 20px;
    margin-bottom: 50px
}

#extraits-juridiques .phs ol>li h3 {
    font-weight: 600;
    margin-bottom: 10px
}

#extraits-juridiques .phs ol>li p,
#extraits-juridiques .phs ol>li ul {
    font-family: 'Lato', sans-serif;
    color: #333;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 20px;
    font-weight: normal;
    text-transform: none
}

#extraits-juridiques .phs ol>li p li,
#extraits-juridiques .phs ol>li ul li {
    font-family: 'Lato', sans-serif;
    color: #333;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 20px;
    list-style-type: disc;
    margin-left: 15px
}

#extraits-juridiques .phs p#before-acces-pdf {
    text-align: center
}

#extraits-juridiques .phs p#before-acces-pdf a#acceder-pdf {
    display: inline-block;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    behavior: url("css/pie/pie.php");
    background: #f47469;
    text-align: center;
    text-transform: uppercase;
    color: white;
    font-weight: 400;
    font-size: 14px;
    padding: 10px 20px
}

#etre-solidaire .donation-btn a img {
    margin: 0 auto
}

#etre-solidaire .nos-besoins-img img {
    margin: 0 auto
}

#etre-solidaire .borderFont {
    font-family: 'Exo', sans-serif;
    font-size: 28px;
    display: inline-block;
    text-transform: none
}

#interviews .interview-header,
#mentions-legales .interview-header {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px
}

#interviews .interview-header h1,
#mentions-legales .interview-header h1 {
    color: #f47469;
    font-family: 'Exo', sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 4Opx;
    line-height: 90%;
    text-align: center
}

#interviews .interview-header h1:before,
#mentions-legales .interview-header h1:before {
    content: '-';
    margin-right: 5px
}

#interviews .interview-header h1:after,
#mentions-legales .interview-header h1:after {
    content: '-';
    margin-left: 5px
}

#interviews .interview-header h2,
#mentions-legales .interview-header h2 {
    color: #303030;
    font-size: 18px;
    text-align: center;
    font-style: italic
}

#interviews .interview-header h2:before,
#mentions-legales .interview-header h2:before {
    content: "~";
    display: block
}

#interviews .phs h2,
#mentions-legales .phs h2 {
    color: #f47469;
    font-size: 24px;
    font-family: 'Exo', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 15px
}

#interviews .phs h3,
#mentions-legales .phs h3 {
    font-size: 22px;
    color: #f47469;
    font-weight: 100;
    font-family: 'Exo', sans-serif;
    margin-bottom: 20px
}

#interviews .phs#firstP figure img,
#mentions-legales .phs#firstP figure img {
    margin: 0 auto
}

#interviews .phs#secondP figure,
#mentions-legales .phs#secondP figure {
    margin-bottom: 15px
}

#interviews .phs#secondP figure figcaption,
#mentions-legales .phs#secondP figure figcaption {
    color: #f47469;
    float: none;
    width: auto
}

#interviews .phs#secondP figure figcaption:after,
#mentions-legales .phs#secondP figure figcaption:after {
    content: ' :'
}

#interviews .phs#secondP figure blockquote,
#mentions-legales .phs#secondP figure blockquote {
    float: left;
    max-width: 845px;
    font-family: 'Lato', sans-serif;
    color: #333;
    line-height: 22px
}

#interviews .phs#secondP p.didascalie,
#mentions-legales .phs#secondP p.didascalie {
    color: #725f54;
    font-size: 16px;
    line-height: 24px;
    font-style: italic
}

#interviews #interviews-navigation ul,
#mentions-legales #interviews-navigation ul {
    padding: 15px 0;
    border-top: 1px solid #303030;
    border-bottom: 1px solid #303030
}

#interviews #interviews-navigation ul li,
#mentions-legales #interviews-navigation ul li {
    width: auto;
    text-align: center;
    padding: 5px 0
}

#interviews #interviews-navigation ul li a,
#mentions-legales #interviews-navigation ul li a {
    color: #725f54;
    font-family: 'Exo', sans-serif;
    font-weight: 200;
    text-transform: uppercase;
    font-size: 14px
}

#interviews #interviews-navigation ul li a.first,
#mentions-legales #interviews-navigation ul li a.first {
    background: url("../img/left-arrow.png") no-repeat center left;
    padding-left: 25px
}

#interviews #interviews-navigation ul li a.second,
#mentions-legales #interviews-navigation ul li a.second {
    color: #f47469;
    font-weight: 700;
    background: url("../img/arrow-see-more.png") no-repeat center right;
    padding-right: 20px
}

#interviews #interviews-navigation ul li a.third,
#mentions-legales #interviews-navigation ul li a.third {
    background: url("../img/right-arrow.png") no-repeat center right;
    padding-right: 25px
}

#interviews #interviews-navigation ul li+li,
#mentions-legales #interviews-navigation ul li+li {
    text-align: center
}

#interviews #interviews-navigation ul li+li+li,
#mentions-legales #interviews-navigation ul li+li+li {
    text-align: center
}

#don-en-ligne #mon-don .theradios p.radio {
    float: left;
    margin-right: 28px
}

#don-en-ligne #mon-don .theradios p.radio label {
    font-size: 18px;
    color: #f47469
}

#don-en-ligne #mon-don .theradios p.radio label span {
    display: block;
    margin: 5px auto 0
}

#don-en-ligne #mon-don p#autre-montant label {
    display: inline-block;
    width: 160px;
    font-size: 14px;
    color: #303030
}

#don-en-ligne #mon-don p#autre-montant input {
    font-size: 18px;
    text-align: right;
    padding: 0 5px;
    width: 100px
}

#don-en-ligne #mon-don p#autre-montant input+span {
    font-family: 'Exo', sans-serif;
    color: #303030;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 100
}

#don-en-ligne #mon-don-02 {
    margin-bottom: 40px
}

#don-en-ligne #mon-don-02 label {
    text-transform: none;
    font-family: 'Lato', sans-serif;
    font-size: 14px
}

#don-en-ligne #mon-don-02 label .radioSkin {
    margin-right: 8px
}

#don-en-ligne #mon-don-02 label .longlabel {
    display: inline-block;
    line-height: 18px;
    vertical-align: middle;
    width: 260px
}

#don-en-ligne #ma-reduction-fiscale {
    margin-bottom: 40px
}

#don-en-ligne #ma-reduction-fiscale h3 {
    font-family: 'Exo', sans-serif;
    color: #303030;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 100;
    margin-bottom: 12px
}

#don-en-ligne #ma-reduction-fiscale p {
    margin-bottom: 5px
}

#don-en-ligne #ma-reduction-fiscale p span {
    float: right;
    font-family: 'Exo', sans-serif;
    text-transform: uppercase;
    color: #f47469;
    font-size: 24px;
    font-weight: 100
}

#don-en-ligne #notices ul {
    margin-bottom: 10px
}

#don-en-ligne #notices ul li {
    float: left;
    font-family: 'Exo', sans-serif;
    text-transform: uppercase;
    font-size: 14px;
    color: #303030
}

#don-en-ligne #notices ul li a {
    color: #303030
}

#don-en-ligne #notices ul li a.actuel {
    text-decoration: underline;
    color: #f47469
}

#don-en-ligne #notices ul li.sep {
    margin: 0 5px
}

#don-en-ligne #notices p {
    display: block;
    border-left: 1px solid #f47469;
    padding-left: 20px
}

#don-en-ligne .w33 {
    width: 100%
}

#don-en-ligne .w33 header {
    text-align: center
}

#don-en-ligne .w33#mon-don {
    padding-right: 20px
}

#don-en-ligne .w33#mes-coordonnees {
    padding: 0 20px;
    border-right: 1px dashed #303030;
    border-left: 1px dashed #303030
}

#don-en-ligne .w33#mes-coordonnees p {
    margin-bottom: 8px;
    float: left
}

#don-en-ligne .w33#mes-coordonnees p input[type="text"],
#don-en-ligne .w33#mes-coordonnees p input[type="email"],
#don-en-ligne .w33#mes-coordonnees p textarea {
    width: 265px
}

#don-en-ligne .w33#mes-coordonnees p textarea {
    height: 120px
}

#don-en-ligne .w33#mes-coordonnees p.cp {
    margin-right: 8px
}

#don-en-ligne .w33#mes-coordonnees p.cp input {
    width: 70px
}

#don-en-ligne .w33#mes-coordonnees p.ville input {
    width: 186px
}

#don-en-ligne .w33#mes-coordonnees p .dropdown {
    width: 265px;
    overflow: hidden;
    display: block;
    border: 1px solid #303030;
    font-family: 'Exo', sans-serif;
    font-size: 12px;
    padding: 5px;
    text-transform: uppercase;
    background: url("../img/dropdown-icon.png") no-repeat 240px 50% #fff
}

#don-en-ligne .w33#mes-coordonnees p .dropdown select {
    width: 285px;
    border: 0;
    color: #666;
    background: 0
}

#don-en-ligne .w33#mes-coordonnees p .dropdown:hover {
    border: 1px solid #f47469
}

#don-en-ligne .w33#paiement {
    padding-left: 20px
}

#don-en-ligne .w33#paiement p#paiement-btn a {
    padding: 10px 0;
    text-align: center;
    background: #f47469;
    color: white;
    text-transform: uppercase;
    font-family: 'Exo', sans-serif;
    font-weight: 100;
    font-size: 12px;
    display: block;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    behavior: url("css/pie/pie.php")
}

#plan-du-site article {
    display: inline-block;
    width: 300px;
    height: 200px;
    vertical-align: top;
    padding: 0 20px
}

#plan-du-site article header h1 a {
    color: #f47469;
    text-decoration: underline
}

#plan-du-site article ul li {
    color: #303030;
    margin-bottom: 5px
}

@media only screen and (orientation:landscape) {
    #vie-quotidienne img {
        width: 180px
    }
}

@media only screen and (min-width:768px) {
    body {
        padding-top: 80px;
        margin-bottom: -80px;
        -moz-transition: padding-top .2s ease-out;
        -webkit-transition: padding-top .2s ease-out;
        transition: padding-top .2s ease-out
    }
    .wrapper,
    .wrapperWidth {
        max-width: 960px;
        margin: 0 auto;
        padding: 0
    }
    .floatLeft {
        float: left
    }
    .floatRight {
        float: right
    }
    .w30 {
        width: 30%
    }
    .w70 {
        width: 70%
    }
    .w20 {
        width: 20%
    }
    .w80 {
        width: 80%
    }
    .marginBottom40 {
        margin-bottom: 0
    }
    .marginBottom20 {
        margin-bottom: 20px
    }
    .innerPaddingright {
        padding-right: 20px
    }
    .innerPaddingleft {
        padding-left: 20px
    }
    .left {
        width: 50%;
        float: left;
        padding-right: 20px
    }
    .left.fonctionnement-01 {
        margin-top: 10px;
        width: 30%;
        min-width: 240px
    }
    .left.fonctionnement-02 {
        width: 70%
    }
    .left.fonctionnement-03 {
        width: 30%
    }
    .left.fonctionnement-04 {
        width: 60%
    }
    .right {
        width: 50%;
        float: right;
        padding-left: 20px
    }
    .right.fonctionnement-01 {
        width: 60%
    }
    .right.fonctionnement-02 {
        width: 26%
    }
    .right.fonctionnement-03 {
        width: 66%
    }
    .right.fonctionnement-04 {
        margin-top: 10px;
        width: 30%;
        min-width: 240px
    }
    .section-header {
        margin-bottom: 50px
    }
    .wrapper {
        max-width: 960px;
        margin: 0 auto;
        padding: 0 20px
    }
    .marginArticle {
        margin-bottom: 50px
    }
    .taupebox p {
        margin: 0;
        text-align: left;
        float: left
    }
    .taupebox p span {
        margin-top: 4px
    }
    .taupebox a {
        float: right
    }
    header#main-header {
        width: 100%;
        height: 80px
    }
    header#main-header .mobile-icn-menu {
        width: 80px;
        height: 80px;
        background-size: 50px auto
    }
    header#main-header .logo {
        line-height: 80px
    }
    header#main-header ul.main-nav {
        top: 80px
    }
    header#main-header ul.main-nav li a {
        padding: 12px 0;
        font-size: 12px
    }
    #pushFooter {
        height: 50px
    }
    #footer-container {
        height: 100px;
        line-height: 100px
    }
    #footer-container footer {
        height: 100px;
        width: 95%;
        padding: 0 2.5%
    }
    #footer-container footer ul {
        margin: 0;
        width: auto;
        float: right;
        padding: 0;
        text-align: right
    }
    #footer-container footer ul li {
        text-align: center;
        margin: 0;
        padding: 0 10px
    }
    #footer-container footer ul li:hover {
        background: rgba(0, 0, 0, 0.2)
    }
    #footer-container footer ul li a {
        display: block;
        width: 100%;
        height: 100%;
        color: white;
        font-size: 12px;
        text-transform: uppercase;
        padding: 0
    }
    #footer-container footer #logo-footer {
        display: inline-block
    }
    .main-container {
        min-height: 100%
    }
    #home .big-block {
        position: relative;
        height: 450px;
        margin-bottom: 40px
    }
    #home .big-block h1 {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 2;
        height: 100%;
        background: url('../img/desk-home-bigpic-pattern.png') no-repeat left center;
        text-indent: -9999px;
        overflow: hidden;
        margin: 0
    }
    #home .big-block .bigpic {
        position: absolute;
        z-index: 1;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
        background: url('../img/home-bigpic.jpg') no-repeat center center;
        background-size: cover
    }
    #home .btn-dossiers-juridiques {
        width: 190px;
        height: 190px;
        border-radius: 95px;
        background-size: 100% 100%;
        margin: 20px auto 50px;
        border: 10px solid #ebebeb
    }
    #home .contact .border-dashed h3 {
        font-size: 24px;
        letter-spacing: 2px;
        margin-top: 10px
    }
    #home .contact .border-dashed ul {
        width: 50%;
        float: left;
        padding: 0 20px
    }
    #home .contact .border-dashed ul li {
        font-size: 14px
    }
    #home .contact .border-dashed ul li h4 {
        font-size: 18px
    }
    #home p.quote {
        font-size: 24px;
        margin-top: 40px;
        line-height: 30px
    }
    #home .decouvrir-vie-chabrol {
        margin-top: 10px
    }
    #fonctionnement .exempleconcret {
        float: right
    }
    .fonctionnement .btn-decouvrirexempleconcret-round {
        width: 190px;
        height: 190px;
        border-radius: 95px;
        background-size: 100% 100%;
        margin: 20px auto 0
    }
    #qui .txtQuisommesnous p.asterisque {
        margin-bottom: 0
    }
    #notre-projet .aucoeurdelavie .left {
        margin-bottom: 0
    }
    #notre-projet blockquote p {
        color: #999;
        font-size: 24px;
        font-style: italic;
        font-weight: normal;
        line-height: 28px
    }
    #notre-projet ul {
        margin-bottom: 20px
    }
    #notre-projet ul li {
        font-family: 'Lato', sans-serif;
        font-size: 14px;
        line-height: 22px;
        list-style-image: url("../img/puce.png");
        list-style-position: inside
    }
    #exemple-concret #map {
        margin-bottom: 50px
    }
    #exemple-concret #map #locator {
        display: block
    }
    #exemple-concret #interviews {
        margin-bottom: 100px
    }
    #exemple-concret #interviews li {
        margin-right: 13px
    }
    #exemple-concret #interviews li a {
        width: 216px
    }
    #exemple-concret #interviews li a img {
        width: 100%
    }
    #exemple-concret #vie-quotidienne {
        text-align: center
    }
    #exemple-concret #vie-quotidienne li:nth-child(4n+4) {
        margin-right: 0
    }
    #exemple-concret #vie-quotidienne li:nth-child(2n+2) {
        margin-right: 16px
    }
    #exemple-concret #vie-quotidienne li:nth-child(5n+5) {
        margin-right: 16px
    }
    #exemple-concret #vie-quotidienne li img {
        width: 168px
    }
    #actualites #articles h2 {
        margin-bottom: 30px
    }
    #actualites #articles .article img {
        display: block
    }
    #interviews .phs#secondP figure figcaption {
        float: left
    }
    #interviews .phs#secondP figure blockquote {
        float: right;
        width: 90%
    }
    #interviews #interviews-navigation ul li {
        width: 33.33333%;
        float: left;
        text-align: left
    }
    #interviews #interviews-navigation ul li+li {
        text-align: center
    }
    #interviews #interviews-navigation ul li+li+li {
        text-align: right
    }
    #don-en-ligne .w33 {
        width: 33.333333%
    }
}

@media only screen and (min-width:768px) and (orientation:landscape) {
    #vie-quotidienne img {
        width: 168px
    }
}

@media only screen and (min-width:960px) {
    .right.fonctionnement-01 {
        width: 66%
    }
    .left.fonctionnement-04 {
        width: 66%
    }
    header#main-header .mobile-icn-menu {
        display: none
    }
    header#main-header ul.main-nav {
        display: block!important;
        margin-right: 20px;
        position: inherit;
        line-height: 80px;
        float: right;
        width: auto;
        position: static
    }
    header#main-header ul.main-nav li {
        background: #f47469;
        display: block;
        float: left;
        border-bottom: 0
    }
    header#main-header ul.main-nav li#sous-menu {
        display: none;
        position: absolute;
        top: 80px;
        left: 0;
        padding-right: 375px;
        height: 40px;
        line-height: 40px;
        width: 100%;
        background: #303030
    }
    header#main-header ul.main-nav li#sous-menu ul {
        position: relative;
        right: 0;
        float: right
    }
    header#main-header ul.main-nav li#sous-menu ul li {
        background: #303030
    }
    header#main-header ul.main-nav li#sous-menu ul li a {
        background: #303030
    }
    header#main-header ul.main-nav li#sous-menu ul li a:hover {
        background: inherit;
        text-decoration: underline
    }
    header#main-header ul.main-nav li.elmt-list-main-nav-sep {
        display: block;
        color: white;
        text-transform: uppercase;
        font-size: 12px;
        padding: 0 4px
    }
    header#main-header ul.main-nav li a {
        display: block;
        height: 100%;
        color: white;
        text-transform: uppercase;
        font-size: 12px;
        padding: 0 9px
    }
    header#main-header ul.main-nav li a.active {
        font-weight: 700;
        letter-spacing: 1px;
        background: #e55549
    }
    header#main-header ul.main-nav li a:hover {
        background: #e55549
    }
    .fonctionnement .btn-decouvrirexempleconcret-round {
        margin: 0 auto 0
    }
    .fonctionnement .btn-savoirplusnotreprojet .big {
        font-size: 28px;
        letter-spacing: 1px
    }
    #exemple-concret #vie-quotidienne ul {
        text-align: left
    }
    #exemple-concret #vie-quotidienne li:nth-child(4n+4) {
        margin-right: 16px
    }
    #exemple-concret #vie-quotidienne li:nth-child(5n+5) {
        margin-right: 0
    }
    #actualites #la-presse-en-parle ul li#tobreak {
        display: none
    }
    #actualites #la-presse-en-parle ul li+li+li+li+li {
        margin-right: 0
    }
}