/* Reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
    font-family: "Raleway",Helvetica,Arial,Geneva,Verdana;
    font-weight: 400;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Custom Css */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Playfair Display', serif;
}
h1{
    font-size: 36px;
    color: #FFFFFF;
    letter-spacing: 0;
    line-height: 46px;
    font-weight: normal;
}

h2 {
    font-size: 20px;
    color: #9F8051;
    letter-spacing: 0.5px;
    line-height: 36px;
}

h3 {
    font-weight: 400;
    color: #fff;
}


h3.bold {
    font-weight: 600;
}


.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

a.overlay {
    z-index: 100;
}

.dark {
    background-color: #bc191c;
    height: 65%;
}

.white {
    height: 35%;
    background-color: #fff;
    bottom: 0;
    top: auto;
}


.facebook {
    background-image: url('../img/Facebook@2x.png');
    background-image: url('../img/Facebook.svg'), none;
}

.instagram {
    background-image: url('../img/Instagram@2x.png');
    background-image: url('../img/Instagram.svg'), none;
}

.social {
    display:block;
    background-size:contain;
    background-repeat: no-repeat;
    font-size: 0;
    width: 15px;
    height: 18px;
    background-position: center;
    margin-right: 20px;
}

.instagram {
    margin-right: 0px;
}

header li {
    display: inline-block;
    float: left;
}

header ul {
    display: inline-block;
    float: right;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 30px;
    right: 5%;
    top: 50%;
    transform: translateY(-50%);
}

header {
    height: 120px;
    position:absolute;
    max-width: 2000px;
    margin: 0 auto;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9;
}


.bold, b {
    font-weight: bold;
}

.paddingTop {
    padding-top: 10px;
}

.text {
    padding-top: 20px;
    padding-left: 80px;
}

main .text h1 {
    max-width: 530px;
}

#billboard {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0 auto;
    padding: 0;
    height: calc(100vh - 95px);
    max-width: 2000px;
}

#billboard .content {
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    padding-right: 25%;
    padding-bottom: 6rem;
    padding-left: 25%;
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    background-color: rgba(0,0,0,0.5);
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    flex-direction: column;
}

#billboard .content h2 {
    font-weight: normal;
    font-style: normal;
    -webkit-font-smoothing: auto;
    text-rendering: optimizeLegibility;
    -webkit-text-size-adjust: 100%;
    font-family: "Playfair Display",Helvetica,Arial,Geneva,Verdana;
    font-weight: 400;
    margin-bottom: 1.625rem;
    font-size: 2.250em;
    line-height: 1.66;
    text-align: center;
    color: #fff;
}

#billboard.home .image {
    background-image: url(/img/barbierdendries2022.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#billboard.cadeaubon .image {
    position: relative;
    z-index: 1;
    margin: 0;
    padding: 0;
    height: auto;
    background: none;
}

#billboard.home .image img {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    object-fit: cover;
}

.button, body #mc_embed_signup .button {
    font-family: "Raleway",Helvetica,Arial,Geneva,Verdana;
    font-size: 14px;
    font-weight: 600;
    line-height: 30px;
    padding: 10px 40px 10px 15px;
    text-transform: uppercase;
    color: #fff;
    height: auto;
    text-decoration: none;
    border: 0;
    border-radius: 0;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    background: #4995d1 url(../img//right-arrow-white2.svg) center right no-repeat;
    background-size: 30px;
    font-style: normal; 
    display: block;
}

.button.red {
    background-color: #bc191c;
}

.wrap .button {
    display: block;
    margin: 5px;
}

#billboard.cadeaubon {
    height: auto;
}

.cadeaubon h3 {
    font-weight: 400;
    color: #fff;
    font-size: 30px;
    line-height: 35px;
    width: calc(100% - 250px);
    margin-bottom: 30px;
}

.cadeaubon .intro {
        width: calc(100% - 200px);
    }

.cadeaubon .wrap {
    color: #fff;
    font-family: "Raleway",Helvetica,Arial,Geneva,Verdana;
    font-weight: 400;
    padding: 40px 5%;
    line-height: 30px;
    background-color: rgba(0,0,0,0.75);
    margin: 10px;
    width: 960px;
    position: relative;
}
.cadeaubon #mc_embed_signup form {
	padding: 0;
}
.cadeaubon #mc_embed_signup .mc-field-group {
	width: 46%;
	margin: 0 2% 0 0;
	float: none;
	display: inline-block;
	clear: none;
    padding: 0;
}

.cadeaubon #mc_embed_signup .indicates-required {
    text-align: left;
    margin: 0 0 30px 0;
}

#bol {
    position: fixed;
    right: 100px;
    bottom: 300px;
    width: 250px;
    height: 250px;
    background: transparent url(../img/bol.png) center no-repeat;
    background-size: contain;
}

.cadeaubon #bol {
    right: -50px;
    top: -50px;
    bottom: auto;
    position: absolute;
}

footer {
    max-width: 2000px;
    margin: 0 auto;
}

.cadeau footer {
    position: relative;
    z-index: 2;
}

.footer {
    font-family: "Raleway",Helvetica,Arial,Geneva,Verdana;
    font-weight: 400;
    background-color: #bc191c;
    position: absolute;
    bottom: 0px;
    display: flex;
    flex-wrap: wrap;
    padding: 40px 5%;
    width: 100%;
    border-top: 1px solid #DEDEDE;
    box-sizing: border-box;
}

.indexFooter {
    margin-right: 30px;
    color: #fff;
}

.tae {
    float: right;
    position: absolute;
    right: 5%;
}

.tae a {
    font-size: 0;
    background-image: url('../img/taurusandeagle.png');
    background-image: url('../img/taurusandeagle.svg'), none;
    width: 36px;
    height: 18px;
    display: block;
}


a {
    text-decoration: none;
    color: #fff;
}

.uren {
    color: #fff;
    font-family: "Raleway",Helvetica,Arial,Geneva,Verdana;
    font-weight: 400;
    padding: 40px 5%;
    line-height: 30px;
    background-color: rgba(0,0,0,0.3);
    margin: 10px;
    position: absolute;
    bottom: 0px;
    left: 0;
    width: calc(90% - 20px);
    z-index: 2;
}

.uren h3 {
    font-family: "Raleway",Helvetica,Arial,Geneva,Verdana;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
}

.uren .left {
    width: 33%;
    float: left;
}

.uren .right {
    width: 33%;
    float: right;
}

.uren .right h3 {
    color: transparent;
}

.uren .middle {
    width: 33%;
    float: left;
}

.uren .middle h3 {
    color: transparent;
}

.mobile_only {
    display: none;
}


.image.desktop {
     display: block ;
}
    
 .image.mobile {
    display: none;
}


@media (max-width: 1400px) {
    .photo {
        height: 250px;
    }
}


@media (max-width: 1300px) {
    .hText {
        height: 110px;
    }
    .home #bol {
       position: relative;
        right: auto;
        bottom: auto;
        display: block;
        margin: 30px auto 90px;
    }
}

@media (max-width: 900px) {
    .mobile_only {
        display: block;
    }
    .hide_mobile {
        display: none;
    }
    h1 {
        font-size: 30px;
    }
    h2 {
        font-size: 5em;
        line-height: 24px;
    }
    #billboard {
        height: calc(100vh - 98px);
    }
    #billboard .content {
        padding: 5%;
    }
    
    #billboard.home .image {
        height: 100%;
    }
    
    
    #billboard.home .image img {
        object-position: left;
    }
    
    .cont {
        width: 100%;
        margin: 0 0 50px;
    }
    .text {
        padding: 20px 10%; 
    }
    .hText {
        height: auto;
        border-color: #9F8051;
    }
     main {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        transform: none;
    } 
    .photo {
        height: 400px;
    }
    
    .uren {
        display: none;
    }
    
    .footer {
        position: relative;
    }
    
    #billboard.cadeaubon {
        height: 950px;
    }
    
    #billboard.cadeaubon.danku {
        height: 350px;
    }

    .home #bol {
    	width: 200px;
    	height: 200px;
    	position: absolute;
    	top: -10px;
    	left: 5%;
    }

    .home .wrap {
    	margin-top: 300px;
    }
    
    #billboard.cadeaubon .content h2 {
        margin: 0 0 20px;
        line-height: 44px;
    }
    
    .cadeaubon #mc_embed_signup .mc-field-group {
        width: 100%;
    }
    
    
    .cadeaubon .wrap {
        width: auto;
        margin-top: 30px;
    }
    
    .cadeaubon #bol {
        right: -20px;
        top: -20px;
        width: 150px;
        height: 150px;
        display: none;
    }
    
    
    .indexFooter {
        margin: 5px;
        width: 100%;
        text-align: center;
        position: relative;
        right: auto;
    }
    
    .margin_bottom {
        margin-bottom: 30px;
    }
    
    .wrap .button {
        display: block;
        margin: 10px 5px;
    }
    
    .tae a {
        background-position: center;
        width: 100%;
        background-repeat: no-repeat;
        margin-top: 20px;
    }
    
    .image.desktop {
        display: none;
    }
    
    .image.mobile {
        display: block;
    }
}
