
section.blog {
    padding-top: 40px;
}

#logos-client {
    height: auto;
    min-height: 300px;
}

.logo-client {
	width: 150px;
    margin: 20px;
}

#cookies-popup {
    max-width: 500px;
}

#cookies-modal .modal-backdrop.in {
    opacity: 0.3;
}

#cookies-modal ul {
    list-style: disc;
}

#cookies-modal ul {
    margin-bottom: 10px;
    margin-top: 10px;
}

.cookies-services {
    text-align: center;
}

.cookies-service .name {
    font-weight: bold;
    font-size: 135%;
    margin: 10px;
}

.cookies-service button, #cookies-popup button {
    margin: 0 5px;
}

#cookies-modal {
    z-index: 10000;
}

#cookies-popup.alert {
    margin: 20px;
}

.cookies-accept.active, .cookies-deny.active {
    border: 3px solid #EE0;
}

#legal-mention h1 {
    text-transform: uppercase;
}

#legal-mention h4 {
    margin-top: 20px;
}

/* https://github.com/jschr/bootstrap-modal/issues/64#issuecomment-55794181 */
body { padding-right: 0px !important }
.modal-open { overflow-y: auto; }

/* Fixed page header fix */
#blog .anchor {
    display: block;
    position: relative;
    top: -50px;
    visibility: hidden;
}
