@font-face {
    font-family: 'ParmaPetit';
    src: url('font/ParmaPetit-Normal.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.website-title {
    font-size: 45px;
}

.full-width {
    width: 100% !important;
}

html #header .header-nav-main nav > ul > li > a {
    text-transform: uppercase;
}

html #header .header-nav-main nav > ul > li > a.active {
    color: #AAC32A;
}

a:hover {
    color: #AAC32A;
}

.v-control-left .v-call-text, .v-control-right .v-call-text {
    border-left: 2px solid #AAC32A;
}

.v-icon {
    color: #AAC32A;
}

.v-icon-grey {
    color: #666;
}

.v-btn-default {
    background: #AAC32A !important;
}

.header-logo {
    font-size: 30px;
}

@media (min-width: 992px) {
    .header-logo img {
        margin: 6px 0;
        height: 96px;
        width: auto;
    }
}

@media (max-width: 991px) {
    .header-logo img {
        margin: 6px 0;
        height: 60px;
        width: auto;
    }
}

.header-logo .ss-title {
    line-height: 10px;
    font-style: italic;
    font-size: 0.4em;
}

html #header .header-nav-main nav > ul > li:hover > a,
html #header .header-nav-main nav > ul > li:active > a {
    color: #AAC32A;
}

.v-heading-v2 h3 {
    border-bottom-color: #AAC32A;
}

.container-presentation {
    background-image: url(/assets/imgs/presentation_1.jpg);
    margin-top: unset;
    padding-top: 60px;
}

.container-horaires {
    background-image: url(/assets/imgs/horaires.jpg);
    background-position: bottom;
    margin-top: unset;
    padding-top: 60px;
}

.block-presentation {
    background-color: white;
    padding: 15px 15px 100px 15px;
    margin-bottom: 100px;
}

.footer-wrap {
    border-top: solid 10px #AAC32A;
}

footer {
    padding: 30px 0;
}

#footer-logo {
    height: 60px;
    float: left;
}

footer .footer-title {
    text-align: right;
}

footer .footer-title span.title {
    font-size: 25px;
}

footer .footer-title div.desc {
    font-size: 12px;
    font-style: italic;
    line-height: 16px;
}

footer .footer-title div.siret {
    font-size: 12px;
    line-height: 16px;
    color: #999;
    padding-top: 10px;
}

footer .footer-develop-by {
    padding-top: 10px;
    width: 100%;
    clear: both;
}

footer h4 {
    font-size: 14px !important;
}

.cours-img {
    background-image: url(/assets/imgs/chateau_pinture.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.contact-photo {
    padding-left: 2px;
    padding-right: 2px;
    padding-bottom: 2px;
}

.block-white {
    background: white;
    padding: 15px;
}

.center-social {
    float: unset;
    margin: auto;
}

.v-portfolio-item-title {
    font-weight: bold;
}

.jobs-listing.joblist-fancy .cs-text {
    padding: 0;
}

.v-heading-v3 {
    font-family: "Museo500Regular", Arial, Helvetica, Tahoma, sans-serif;
    font-size: 25px;
    margin-bottom: 15px;
}

.max-width-800 {
    max-width: 800px;
}

.block-photos {
    padding-top: 10px;
    clear: both;
}

.ara-link {
    color: #222 !important;
}

.si-black {
    background-color: white;
    color: #222;
}

.si-facebook:hover, .si-black.si-facebook {
    background-color: white !important;
    color: #222;
}

.si-black.social-icon i {
    color: #222 !important;
}

.padding-15 {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.margin-bottom-10 {
    margin-bottom: 10px !important;
}