
/* COULEURS */
/* #547116 ou 739823 primary */
/* #89A426 primary-light */
/* #293F0B primary-dark */
/* #BE9A69 secondary */
/* #0E0D0A dark */


.hyp-bg-primary2 {
    background-color: #A9CF54;
}
.hyp-bg-primary {
    background-color: #739823;
}
.hyp-bg-primary-light {
    background-color: #ABC744;
}
.hyp-bg-primary-light2 {
    background-color: #89A426;
}
.hyp-bg-primary-dark {
    background-color: #293F0B;
}
.hyp-bg-secondary {
    background-color: #F7DBB5;
}
.hyp-bg-secondary2 {
    background-color: #BE9A69;
}
.hyp-bg-white {
    background-color: #EFFFEF; /*239,255,239*/
}
.hyp-bg-dark {
    background-color: #0E0D0A;
}
.hyp-bg-grey {
    background-color: #2e2a2a;
}

.hyp-font-primary {
    color: #739823;
}
.hyp-font-primary-light {
    color: #89A426;
}
.hyp-font-primary-dark {
    color: #293F0B;
}
.hyp-font-secondary {
    color: #BE9A69; /*190,154,105*/
}
.hyp-font-white {
    color: #EFFFEF; /*239,255,239*/
}
.hyp-font-dark {
    color: #0E0D0A;
}
.hyp-font-grey {
    color: #2e2a2a; /*51,52,56*/
}

.hyp-center {
    text-align: center;
}

body {
    background-color: rgba(190,154,105,0.4); /* hyp-font-secondary */
    font-family: 'Roboto', Arial, Helvetica, Sans-serif, Verdana;
}

h1 {
    font-size: 2rem;
}
h2 {

}
h3 {
    font-weight: normal;
    font-size: 1.25rem;
}
a {
    color: inherit;
    text-decoration: underline;
    font-weight: bold;
}
ul {
    list-style-type: none;
}

/* COMMON */
.hyp-divider {
    border-top: 1px solid #2e2a2a;
    margin: 30px 0 30px 0;
}
.hyp-justify {
    text-align: justify;
}

/* TOP HEADER */
@media (max-width: 1000px) {
    .hyp-menu-heading i {
        font-size: 2.5vw;
    }
    .hyp-top-menu a {
        font-size: 2.4vw;
    }
    .hyp-header-menu-list i {
        font-size: 1.8vw;
    }
    .hyp-top-right-menu {
        font-size: 2.5vw;
    }
}
@media (min-width: 1000px) {
    .hyp-menu-heading i {
        font-size: 1.5rem;
    }
    .hyp-top-menu a {
        font-size: 1rem;
    }
    .hyp-header-menu-list i {
        font-size: 1.4rem;
    }
    .hyp-top-right-menu {
        font-size: 1.5rem;
    }
}
.hyp-top-menu {
    border-bottom: 1px solid #2e2a2a; /* hyp-bg-grey */
}
.hyp-top-menu a {
    color: #EFFFEF; /* hyp-font-white */
    cursor: pointer;
}
.hyp-header-menu-list a:hover, .hyp-header-menu-list a:active {
    color: #2e2a2a; /* hyp-font-grey */
}

a.hyp-menu-button {
    padding: 0.4em 1em;
}
.hyp-top-right-menu {
    position: absolute;
    right: 14px;
    top: 4px;
}


/* HOME */
.home-container {
    height: 700px;
}
.home-title {
    margin-top: 60px;
    overflow: hidden;
}
.home-title h1 {
    white-space: nowrap;
    font-size: 5vw;
    margin-bottom: 20px;
}


/* SECTIONS */
.hyp-section {
    margin-top: -20px;
    padding: 50px 20px 70px 20px;
}
.hyp-section-title {
    text-align: center;
    width: 100%;
}
.hyp-dj_seul_img, .hyp-speaker_img {
    margin-bottom: -8px;
}

.hyp-prices-title {
    text-align: center;
    font-size: 1.3rem;
}
.hyp-prices-title th {
    padding: 0.5em 0 0 0;
}


/* Prices */
.pricing-wrapper {
    font-size: 62.5%;
    margin: 40px auto 25px;
    width: 960px;
}
.clearfix:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
    clear: both;
}

.pricing-table {
    margin: 0 10px;
    text-align: center;
    width: 300px;
    float: left;
    -webkit-box-shadow: 0 0 15px rgba(0,0,0,0.4);
    box-shadow: 0 0 15px rgba(0,0,0,0.4);
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
.pricing-table:hover {
    -webkit-transform: scale(1.06);
    -ms-transform: scale(1.06);
    -o-transform: scale(1.06);
    transform: scale(1.06);
}

.pricing-title {
    background: #2f84d8;
    color: #FFF;
    padding: 20px 0;
    font-size: 2em;
    margin: 0;
    text-transform: uppercase;
    text-shadow: 0 1px 1px rgba(0,0,0,0.4);
}
.pricing-table.wedding-price .pricing-title {
    background: #f442e8;
}

.pricing-table .price {
    background: #403e3d;
    font-size: 3.4em;
    font-weight: 700;
    padding: 20px 0;
    text-shadow: 0 1px 1px rgba(0,0,0,0.4);
}
.pricing-table .price sup {
    font-size: 0.4em;
    position: relative;
    left: 5px;
}

.table-list {
    background: #FFF;
    color: #403d3a;
    margin: 0;
    padding: 0;
}

.table-list li {
    font-size: 1.4em;
    font-weight: 400;
    padding: 12px 8px;
}
.table-list li.hyp-tick:before {
    content: "\f00c";
    font-family: 'FontAwesome';
    color: #3fab91;
    display: inline-block;
    position: relative;
    right: 5px;
    font-size: 16px;
}
.table-list li.hyp-untick:before {
    content: "\f00d";
    font-family: 'FontAwesome';
    color: #e95846;
    display: inline-block;
    position: relative;
    right: 5px;
    font-size: 16px;
}
.table-list li.hyp-warn:before {
    content: "\f12a";
    font-family: 'FontAwesome';
    color: #f98520;
    display: inline-block;
    position: relative;
    right: 5px;
    font-size: 16px;
}
.table-list li:nth-child(2n) {
    background: #F0F0F0;
}

.table-list li span {
    font-weight: 700;
}
.table-list li span.price-extra {
    color: #FFF;
    background: #e95846;
    font-size: 0.9em;
    padding: 5px 7px;
    display: inline-block;
    -webkit-border-radius: 38px;
    -moz-border-radius: 38px;
    border-radius: 38px;
    margin-right: 0.7em;
}
.wedding-price .table-list li span.price-extra {
    background: #f442e8;
}
.table-list li i {
    margin-right: 0.7em;
}

.hyp-price-footer {
    display: block;
    text-align: center;
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
    .pricing-table {
        width: 236px;
    }
    .table-list li {
        font-size: 1.3em;
    }
}
@media only screen and (max-width: 767px) {
    .pricing-table {
        display: block;
        float: none;
        margin: 0 0 20px 10px;
        width: calc(100vw - 80px);
    }
}


/* Gallery */
.hyp-images-container {
    text-align: center;
}
.gallery-picture {
    display: inline-block;
    height: 250px;
    width: 250px;
    margin: 5px;
}

.gallery-picture div {
    display: block;
    overflow: hidden;
    height: calc(100% - 40px);
    width: calc(100% - 40px);
    margin: 20px;
}

.gallery-picture img.landscape {
    cursor: pointer;
    height: auto;
    max-height: 100%;
    width: auto;
}
.gallery-picture img.portait {
    cursor: pointer;
    height: auto;
    max-height: 100%;
    width: auto;
}

.gallery-picture a, .gallery-picture a:hover {
    text-decoration: none;
}

.gallery-picture div.hyp-image-description {
    background-color: rgba(239,255,239,0.6); /* hyp-bg-white */
    color: #2e2a2a; /* hyp-font-grey */
    font-size: 0.9rem;
    height: 160px;
    line-height: 1.7rem;
    margin: -213px 0 0 0;
    padding: 50px 10px 0 10px;
    position: relative;
    opacity: 0;
    width: 190px;
}
.gallery-picture div.hyp-image-description:hover {
    opacity: 1;
}


/** Contact form */
.hyp-form-separator {
    height: 10px;
}
input.hyp-form-input {
    width: 90%;
    max-width: 500px;
}
textarea.hyp-form-input {
    height: 30vh;
    width: 90%;
}
.hyp-form-input-date {
    width: 170px;
}
.hyp-desc-contact-title {
    margin: 105px 0 -20px 0;
    font-size: 7rem;
}
.hyp-desc-contact {
    font-size: 1.5rem;
}


/** Footer */
.hyp-footer {
    text-align: center;
    color: rgba(239,255,239,0.6); /* hyp-bg-white */
    padding-bottom: 8px;
}

/** PARALAX BACKGROUND */
.bg-between-services-and-prices {
    min-height: 500px;
    background: transparent;
}
.bg-between-prices-and-gallery {
    min-height: 600px;
    background: transparent;
}

.bg-between-gallery-and-contact {
    min-height: 700px;
    background: transparent;
}