html, body {
	height: 100%;
}

html {
	overflow-y: scroll;
}

* {
	font-family: thryomanesnormal;
}

h1 {
	font-family: optimusprincepssemiboldRg;
	border-bottom: 1px solid rgba(128,0,0,0.15);
	color: #800;
	text-shadow: 2px 2px 6px rgba(0,0,0,0.25);
}

h2 {
	font-size: 14pt;
	font-style: italic;
}

.navbar-container {
	position: fixed;
	top: 0px;
	width: 100%;
	z-index: 10000;
}

body {
	padding-top: 100px;
}

p, ul {
	margin-bottom: 32px;
	line-height: 24px;
}

        /* jssor slider bullet navigator skin 05 css */
        /*
        .jssorb05 div           (normal)
        .jssorb05 div:hover     (normal mouseover)
        .jssorb05 .av           (active)
        .jssorb05 .av:hover     (active mouseover)
        .jssorb05 .dn           (mousedown)
        */
        .jssorb05 {
            position: absolute;
        }
        .jssorb05 div, .jssorb05 div:hover, .jssorb05 .av {
            position: absolute;
            /* size of bullet elment */
            width: 16px;
            height: 16px;
            background: url('../images/b05.png') no-repeat;
            overflow: hidden;
            cursor: pointer;
        }
        .jssorb05 div { background-position: -7px -7px; }
        .jssorb05 div:hover, .jssorb05 .av:hover { background-position: -37px -7px; }
        .jssorb05 .av { background-position: -67px -7px; }
        .jssorb05 .dn, .jssorb05 .dn:hover { background-position: -97px -7px; }

        /* jssor slider arrow navigator skin 22 css */
        /*
        .jssora22l                  (normal)
        .jssora22r                  (normal)
        .jssora22l:hover            (normal mouseover)
        .jssora22r:hover            (normal mouseover)
        .jssora22l.jssora22ldn      (mousedown)
        .jssora22r.jssora22rdn      (mousedown)
        */
        .jssora22l, .jssora22r {
            display: block;
            position: absolute;
            /* size of arrow element */
            width: 40px;
            height: 58px;
            cursor: pointer;
            background: url('../images/a22.png') center center no-repeat;
            overflow: hidden;
        }
        .jssora22l { background-position: -10px -31px; }
        .jssora22r { background-position: -70px -31px; }
        .jssora22l:hover { background-position: -130px -31px; }
        .jssora22r:hover { background-position: -190px -31px; }
        .jssora22l.jssora22ldn { background-position: -250px -31px; }
        .jssora22r.jssora22rdn { background-position: -310px -31px; }

        /* jssor slider arrow navigator skin 05 css */
        /*
        .jssora05l                  (normal)
        .jssora05r                  (normal)
        .jssora05l:hover            (normal mouseover)
        .jssora05r:hover            (normal mouseover)
        .jssora05l.jssora05ldn      (mousedown)
        .jssora05r.jssora05rdn      (mousedown)
        */
        .jssora05l, .jssora05r {
            display: block;
            position: absolute;
            /* size of arrow element */
            width: 40px;
            height: 40px;
            cursor: pointer;
            background: url('../images/a17.png') no-repeat;
            overflow: hidden;
        }
        .jssora05l { background-position: -10px -40px; }
        .jssora05r { background-position: -70px -40px; }
        .jssora05l:hover { background-position: -130px -40px; }
        .jssora05r:hover { background-position: -190px -40px; }
        .jssora05l.jssora05ldn { background-position: -250px -40px; }
        .jssora05r.jssora05rdn { background-position: -310px -40px; }

        /* jssor slider thumbnail navigator skin 01 css */
        /*
        .jssort01-99-66 .p            (normal)
        .jssort01-99-66 .p:hover      (normal mouseover)
        .jssort01-99-66 .p.pav        (active)
        .jssort01-99-66 .p.pdn        (mousedown)
        */
        .jssort01-99-66 .p {
            position: absolute;
            top: 0;
            left: 0;
            width: 99px;
            height: 66px;
        }
        
        .jssort01-99-66 .t {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            border: none;
        }
        
        .jssort01-99-66 .w {
            position: absolute;
            top: 0px;
            left: 0px;
            width: 100%;
            height: 100%;
        }
        
        .jssort01-99-66 .c {
            position: absolute;
            top: 0px;
            left: 0px;
            width: 95px;
            height: 62px;
            border: #000 2px solid;
            box-sizing: content-box;
            background: url('../images/t01.png') -800px -800px no-repeat;
            _background: none;
        }
        
        .jssort01-99-66 .pav .c {
            top: 2px;
            _top: 0px;
            left: 2px;
            _left: 0px;
            width: 95px;
            height: 62px;
            border: #000 0px solid;
            _border: #fff 2px solid;
            background-position: 50% 50%;
        }
        
        .jssort01-99-66 .p:hover .c {
            top: 0px;
            left: 0px;
            width: 97px;
            height: 64px;
            border: #fff 1px solid;
            background-position: 50% 50%;
        }
        
        .jssort01-99-66 .p.pdn .c {
            background-position: 50% 50%;
            width: 95px;
            height: 62px;
            border: #000 2px solid;
        }

.logo {
	padding-left: 70px;
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
	background-size: 50px auto;
	background-position: 10px 0px;
}

@media (max-width: 480px) {
	.logo span {
		display: none;
	}
}

.caption {
	text-shadow: 2px 2px 6px rgba(0,0,0,0.25);
	position: absolute;
	width: 100%;
	font-size: 50pt;
	text-align: center;
}

.caption-1 {
	color: #600;
}

.caption-1-1 {
	top: 0px;
	left: 0px;
	font-size: 40pt;
}

.caption-1-2 {
	top: 0px;
	left: 0px;
}

.caption-1-3 {
	top: 30px;
	left: 0px;
}

.caption-2 {
}

.caption-3 {
	color: #fff;
}

.caption-3-1 {
	top: 0px;
	left: 0px;
	font-size: 70pt;
}

.caption-3-2 {
	top: 150px;
	left: 0px;
}

.caption-3-3 {
	top: 230px;
	left: 0px;
}

.caption-3-4 {
	top: 130px;
	left: 0px;
}

.caption-5 {
	color: #d66;
	color: #800;
}

.caption-5-1 {
	top: 0px;
	left: 0px;
	font-size: 70pt;
}

.caption-5-2 {
	width: auto;
	height: 340px;
	position: absolute;
	top: 80px;
	left: 90px;
}

.caption-5-2 img {
	width: auto;
	height: 340px;
	box-shadow: 3px 3px 15px rgba(0,0,0,0.5);
}

.caption-5-3 {
	width: 500px;
	height: auto;
	position: absolute;
	top: 100px;
	right: 80px;
}

.caption-5-3 img {
	width: 500px;
	height: auto;
	box-shadow: 5px 5px 25px rgba(0,0,0,0.5);
}

.text-block {
	margin-top: 0px;
	margin-bottom: 50px;
	font-size: 12pt;
	text-align: justify;
    text-justify: inter-word;
}

	.text-block p {
		line-height: 32px;
	}

	.text-block li {
		margin-top: 10px;
		margin-bottom: 10px;
	}


.info {
}

.animated {
	transition: all ease-in-out .5s;
}

.layer {
	z-index: 20000;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.5);
	margin: 0 !important;
}

.content .dynamic-content {
	display: block;
	opacity: 1;
}

	.content .content-hidden {
		display: none !important;
	}

	.content .content-invisible {
		opacity: 0 !important;
	}

	.group-row {
		font-weight: bold;
	}

	.pricelist thead th, .pricelist tbody td {
		font-size: smaller;
	}

	.pricelist tbody td:nth-child(1) {
		white-space: nowrap;
	}
		
	.pricelist tbody td:nth-child(6) {
	}

	.contact-content table {
		font-size: larger;
		border: none;
	}

	.contact-content td, .contact-content tr {
		border: none !important;
	}

	.contact-content table .name {
		font-weight: bold;
	}

	.contact-content div {
		line-height: 32px;
	}
	
	.pictos {
		position: fixed;
		bottom: 10px;
		right: 10px;
	}

	.picto {
		width: 25px;
	}

.desktop {
	display: inline-block;
}

.mobile {
	display: none;
}

@media only screen and (max-device-width: 480px) {
	.desktop {
		display: none !important;
	}

	.mobile {
		display: inline-block !important;
	}
}
