body {
    background-position: center top;
    background-attachment: fixed;
    background-size: cover;
}

@media screen and (min-width:768px) {
    body {}
}

a {
    color: #00f
}

.share a {
    color: #ffeb1f
}

p.lead {
    line-height: 1.2
}

nav.navbar {
  margin-bottom: 1rem;
}

@media screen and (min-width:768px) {
    .presentation {
        flex-grow: 1;
        padding: 15px;
    }
}

.counter {
    display: none
}

.counter.show {
    display: block
}

.petition-wrapper {
    background-color: #fff;
    overflow: hidden;
    position: relative;
    margin-bottom: 2em;
}
.presentation img {
    max-width: 100%;
    object-fit: scale-down
}

.formular {
    background-color: #666;
    color: #fff;
    padding-top: 20px;
    padding-left: 15px;
    padding-right: 15px;
}

.show-form {
    z-index: 100;
    background-color: #666;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    transform: translateY(-100%)
}

.show-form .wrapper {
    padding: 7px 15px
}

.fixed .show-form {
    transform: translateY(0);
    transition: transform .6s
}

#eaerrors {
    margin-bottom: 1em
}

#eaerrors ol,
#eaerrors ul {
    padding-left: 0;
    list-style-type: none
}

#email_okDiv,
#utm_campaignDiv,
#utm_contentDiv,
#utm_mediumDiv,
#utm_sourceDiv,
#utm_termDiv {}

#email_okDiv label {
    display: inline
}

.eaErrorMessageHeader {
    font-size: 1.7em
}

@media screen and (max-width:767px) {
    .eaFullWidthContent {
        margin-top: 0 !important
    }
}

.eaFullWidthContent .eaErrorMessage {
    display: none
}

.eaFullWidthContent,
.eaSubmitResetButtonGroup {
    margin-bottom: 0;
    display: block
}

.eaFullWidthContent input[type=submit],
.eaSubmitResetButtonGroup input[type=submit] {
    width: 100%
}

.eaFormField {
    margin-bottom: 10px
}

.eaSubmitButton {
    font-size: 20px;
    padding: 12px 20px;
    text-transform: uppercase;
}

@media screen and (min-width:992px) {
    .show-form {
        display: none
    }
}

.intro {
    line-height: 1.2
}

.counter {
    margin-top: 18px
}

.reassurance {
    padding-bottom: 30px;
    padding-top: 20px;
    font-size: 11px
}

input[type=email],
input[type=tel],
input[type=text] {
    padding: 5px 6px;
    color: #555
}

.share-top {
    clear: both;
    padding: 12px 15px 20px
}

@media screen and (min-width:768px) {
    .share-top {
        padding-left: 30px;
        padding-right: 30px
    }
}

.share-top .share-item {
    color: #fff;
    padding: 2px 6px;
    display: inline;
    font-weight: 700;
    margin-right: 4px;
    font-size: 14px
}

.share-top .share-item#share-facebook {
    background-color: #4865b5
}

.share-top .share-item#share-twitter {
    background-color: #00acee
}

.share .share-item {
    text-align: center;
    display: block;
    padding: 5px;
    cursor: pointer;
    margin: 0 3px;
    font-size: 4em
}

a.share-item:active,
a.share-item:focus,
a.share-item:hover {
    text-decoration: none
}

.progress {
    height: 10px;
    border-radius: 0;
    margin-bottom: 1em
}

.assos {
    border-top: 1px solid #666;
    padding-top: 1.5em;
    margin: 4em 0 2em;
    clear: both;
    overflow: hidden
}

.assos .asso {
    float: left;
    text-align: center;
    margin: 0 20px;
    height: 116px
}

.assos .asso img {
    width: inherit
}

.more h3 {
    cursor: pointer
}

.more h3 .fa-stack {
    color: #666
}

.more h3 .fa-inverse {
    color: #ffeb1f
}

.more .more-content {
    display: none
}
.invalid-feedback {
    font-weight: bold;
    color: red;
    font-size: inherit;
}

.footer-links {
    padding: 0;
}

.footer li {
    display: inline-block;
    padding-right: 20px;
}

.footer li a {
    color: white;
}

.footer-text {
    padding-left: 40px;
    color: grey;
}

.jumbotron {
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-left: 1rem;
    padding-right: 1rem;
}