/* cmsms stylesheet: nav modified: vendredi 2 septembre 2022 19:55:19 */
#menu {
    width: auto;
    padding: 67px 0 0 95px;
    margin: 0 auto;
    transition: 0.7s padding ease-out, 0.7s margin ease-out, 0.7s border ease-out;
}
.langs {
    color: white;
    font-family: 'ChunkFiveEx', Verdana, Arial, Helvetica, sans-serif;
    right: 15px;
    position: fixed;
    bottom: 131px;
    z-index: 9999;
    color: #826d4d;
}
.langs span.active {
    color: #826d4d;
}
.langs a {
    color: #fff;
    text-decoration: none;
}
.langs select {
    font-size: 16px;
    padding: 6px;
}
#menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
#menu ul ul {
    opacity: 0;
    position: absolute;
    top: 160%;
    visibility: hidden;
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
    background-color: #000;
    white-space: nowrap;
    padding: 10px;
}
#menu ul ul ul {
    top: 0%;
    left: 160%;
}
#menu ul ul li:hover {
    background-color: #1bc1e7;
}
#menu ul ul li:hover>ul {
    top: 0%;
    left: 100%;
    opacity: 1;
    visibility: visible;
}
#menu ul li:hover>ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
}
#menu ul li {
    float: left;
    position: relative;
}
#menu ul ul li {
    float: none;
}
#menu ul li {
    cursor: pointer;
}
#menu ul a {
    color: #d8d8d8;
    display: block;
    font-size: 20px;
    line-height: 15px;
    padding: 0 0;
    margin: 0 8px;
    padding-left: 15px;
    text-align: center;
    letter-spacing: 1px;
    font-weight: 500;
    text-decoration: none;
    border-bottom: 0 solid transparent;
    -webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    text-transform: lowercase;
    font-family: 'ChunkFiveEx';
}
#menu ul ul a:hover {
    color: #826d4d;
}
#menu ul a:hover {
    color: #826d4d;
    -webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
#menu ul li.current a {
    color: #826d4d;
}
#menu ul ul li a {
    color: #826d4d;
}
#menu ul a.kontakt {
    border: none;
    margin-right: 0
}
#menu ul li ul a {
    text-align: left;
    margin: 0;
    padding: 0;
    line-height: 18px;
}
#menu ul li.current ul a {
    color: #cacaca;
}
#menu ul li ul li.current a.current {
    color: #826d4d;
}
#menu ul a.currentpage {
    color: #826d4d;
}

li.parent:after {
    content: "\f107";
    font-family: FontAwesome;
    float: right;
    top: -2px;
    position: absolute;
    right: 11px;
}
/* cmsms stylesheet: main modified: mardi 23 septembre 2025 13:09:31 */
* {
    margin: 0;
    padding: 0
}
body {
    text-align: left;
    font-family: 'ChunkFiveEx', Verdana, Arial, Helvetica, sans-serif;
    font-size: 75.01%;
    line-height: 1em
}
div {
    font-size: 1em
}
img {
    border: 0
}

a,
a:link a:active {
    text-decoration: underline;
    background-color: inherit;
    color: #18507C
}
a:visited {
    text-decoration: underline;
    background-color: inherit;
    color: #18507C
}
a:hover {
    text-decoration: none;
    background-color: inherit;
    color: #385C72;
    opacity: .9
}
body {
    margin: 0;
    padding: 0;
    color: #333;
    background: #FFF;
}
.slicknav_menu {
    display: none
}
.wrapper {
    width: 100%;
    float: left
}
.container {
    width: 1220px;
    margin: 0 auto
}
.half {
    width: 50%;
    float: left;
    min-height: 1px;
    padding: 0 2%;
    box-sizing: border-box;
}
.con-20 {
    width: 20%;
    float: left;
    box-sizing: border-box;
}
.con-80 {
    width: 80%;
    float: left;
    box-sizing: border-box;
}
.con-30 {
    width: 30%;
    float: left;
    box-sizing: border-box;
}
.con-40 {
    width: 40%;
    float: left;
    box-sizing: border-box;
}
.con-60 {
    width: 60%;
    float: left;
    box-sizing: border-box;
}
.con-70 {
    width: 70%;
    float: left;
    box-sizing: border-box;
}
.con-50 {
    width: 50%;
    float: left;
    box-sizing: border-box;
    min-height: 1px
}
h1 {
    box-sizing: border-box;
    margin: 0 auto;
    font-size: 48px;
    color: #FFF;
    letter-spacing: 1px;
    line-height: 60px;
    text-align: left;
    font-weight: 500;
    text-transform: lowercase;
    font-family: 'ChunkFiveEx', serif;
    margin-bottom: 20px;
}
h2,
h2 p, h2 span {
    color: #1d1d1b;
    font-size: 48px;
    line-height: 70px;
    padding-bottom: 30px;
    position: relative;
    margin: 0 auto;
    font-weight: 700;
    font-family: 'ChunkFiveEx', serif;
    text-transform: lowercase;
}
h3 {
    font-size: 20px;
    margin: 0 0 1.5em 0;
    line-height: 24px;
    padding: 0;
    color: #826d4d;
    font-weight: 600;
    text-transform: lowercase;
    font-family: 'ChunkFiveEx', serif;
}
h4 {
    font-size: 18px;
    margin: 0 0 1.5em 0;
    line-height: 24px;
    padding: 0;
    color: #1d1d1d;
    font-weight: 600;
    text-transform: lowercase;
    font-family: 'ChunkFiveEx', serif;
}
h4 span.h4small {
    margin: 6px 0;
    color: #9e9e9e;
    font-size: 16px;
    font-weight: 400;
    font-style: italic;
}
#service h2, #team h2 {
    color: #1d1d1b;
    text-align: center;
    padding-bottom: 0;
    font-family: 'ChunkFiveEx', serif;
    margin-bottom: 25px;
    text-transform: lowercase;
}
#main {
    text-align: center;
    padding: 0 80px;
    box-sizing: border-box
}
main#content {
    margin-top: 80vh;
    z-index: 999;
    background: #FFF;
    position: relative;
}
main#contentPages {
    padding: 50px 0;
}
div#footer {
    padding: 0 0 0 10px;
    color: #595959;
    background: url(https://meliselmani.ch/uploads/ngrey/wtopleft.gif) no-repeat left top
}
div#footer p {
    font-size: .8em;
    padding: 1.5em;
    text-align: center;
    margin: 0
}
div#footer p a {
    color: #595959
}
p {
    font-size: 16px;
    margin: 0 0 1.5em 0;
    line-height: 24px;
    padding: 0;
    color: #1d1d1b;
    font-weight: 400;
    letter-spacing: 0px;
    text-transform: lowercase;
    font-family: 'ChunkFiveEx';
}
#team .box h4 {
    margin: 0;
}
.box strong {
    color: black;
    font-style: normal;
}
#team .box p {
    margin: 6px 0;
    color: #9e9e9e;
    color: #676767;
    font-size: 16px;
    font-weight: 400;
    font-style: italic;
}
table tr td {
    font-size: 16px;
    margin: 0 0 1.5em 0;
    line-height: 24px;
    padding: 10px 0px;
    color: #1d1d1b;
    font-weight: 400;
    letter-spacing: 0px;
    border-bottom: 1px solid #dcd8d2;
    width: 250px;
    text-transform: lowercase;
    font-family: 'ChunkFiveEx';
}
table tr td.price { 
    color: #826d4d;
    font-weight: 700;
    text-align: right;
}
p a {
    text-decoration: none;
    color: #808080;
}
.con-50 ul li {
    font-size: 14px;
    line-height: 1.4em;
    padding: 0;
    color: #808080;
}
.con-50 ul {
    margin-left: 20px;
}
p.pricebutton, p.pricebutton_Sec  {
    width: auto;
    color: #826d4d;
    text-align: center;
    float: left;
    padding: 20px;
    font-weight: 700;
    font-size: 16px;
    background: url(https://meliselmani.ch/uploads/images/stamp.png) no-repeat scroll center bottom;
    background-size: 142px;
    transform: rotate(15deg);
    padding: 51px 19px;
    top: 0;
    position: absolute;
    right: 70px;
}
p.pricebutton_Sec {
    margin-left: 5px;
    padding: 45px 22px;
    line-height: 19px;
    right: 225px;
}

main .con-50 a.contentLink {
    letter-spacing: 2px;
    color: #1bc1e7;
    border: 2px solid;
    padding: 8px 30px;
    font-size: 14px;
    margin: 0 auto;
    text-align: center;
    width: 160px;
    display: block;
    font-weight: 400;
    -webkit-transition: 0.5s;
    transition-duration: 0.5s;
}
main .con-50 a.contentLink:hover {
    background: #121212;
    color: #FFF;
    -webkit-transition: 0.5s;
    transition-duration: 0.5s;
}
blockquote {
    border-left: 10px solid #ddd;
    margin-left: 10px
}
strong,
b {
    font-weight: 700
}
em,
i {
    font-style: italic
}
code,
pre {
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
    font-family: "Courier New", Courier, monospace;
    font-size: 1em
}
pre {
    border: 1px solid #000;
    background-color: #ddd;
    margin: 0 1em 1em 1em;
    padding: .5em;
    line-height: 1.5em;
    font-size: 90%
}
div.templatecode {
    margin: 0 0 2.5em
}
div#main ul,
div#main ol,
div#main dl {
    font-size: 1em;
    line-height: 1.4em;
    margin: 0 0 1.5em 0
}
div#main ul li,
div#main ol li {
    margin: 0 0 .25em 3em
}
div#main dl {
    margin-bottom: 2em;
    padding-bottom: 1em;
    border-bottom: 1px solid silver
}
div#main dl dt {
    font-weight: 700;
    margin: 0 0 0 1em
}
div#main dl dd {
    margin: 0 0 1em 1em
}
#header {   
    transition: 0.7s padding ease-out, 0.7s margin ease-out, 0.7s border ease-out;
    /* height: 146px; */
    width: 100%;
    position: fixed;
    z-index: 9999;
    top: 0;
    background-size: cover;
    background: rgba(29, 29, 27, 0.9);

}
header.headerPages {
    background: rgba(0, 0, 0, 0.54);
    padding-bottom: 10px;
    box-shadow: 0 22px 32px -2px rgba(0, 0, 0, 0.54);
}

.anchor {
    padding-top: 50px;
    margin-top: -50px;
}

span#logo_full,span#logo {
    float: left;
}

#logo {
    display: none;
}

/* header large */
header.large {
/*	height: 150px;*/
	height: auto;
	padding-bottom: 20px;
}
header.large img {
    width: 80px;
}
header.large span#logo_full img, header.large span#logo_full_meli img  {
    width: 280px;
}

.con-20.firstlogo #logo_full_meli_device {
        display: none !important;
    }

/* header small */

header.small {
	height: 70px;
}
header.small img {
	width: 59px; 
}

header.small #menu {
    padding: 29px 50px 0 0;
    transition: 0.7s padding ease-out, 0.7s margin ease-out, 0.7s border ease-out;
}

header.small .logo {
    padding: 7px 0 0 7px;
    transition: 0.7s padding ease-out, 0.7s margin ease-out, 0.7s border ease-out;
}
header.small {
    background: rgba(29, 29, 27, 0.9);
}

/* Transitions */

header, header img {
	transition: .7s all;
	-moz-transition: .7s all;
	-webkit-transition: .7s all;
	-o-transition: .7s all;
}



.logo {
    padding: 40px 0 0 40px;
    float: left;
    transition: 0.7s padding ease-out, 0.7s margin ease-out, 0.7s border ease-out;
}
.logo.logomeli {
    padding: 40px 40px 0 0px;
    float: right;
    transition: 0.7s padding ease-out, 0.7s margin ease-out, 0.7s border ease-out;
}
.logo img {
    width: 230px;
}
#boxwrapper {
    width: 100%;
    float: left;
}
.boxcontainer {
    width: 100%;
    float: left;
    margin-bottom: 30px;
}
.boxcontainer:nth-child(2) {
    margin: 0;
}
.box {
    width: 23%;
    float: left;
    box-sizing: border-box;
    /* padding: 0 20px 20px; */
    text-align: center;
    transition-duration: 1s;
    position: relative;
    /*margin-right: 2.6%;*/
    margin-right: 1.7%;
    /* background: #1d1d1b; */
    margin-bottom: 25px;
}
.box img {
    height: auto;
    width: 260px;
    border: 2px solid #826d4d;
    padding: 10px;
    box-sizing: border-box;
}
.box .ttt {
    width: 260px;
    border: 2px solid #826d4d;
    background: white;
    padding: 10px;
    box-sizing: border-box;
    height: 378px;
    text-align: center;
    display: inline-block;
    margin-top: 10px;
}
.box p {
    color: #1d1d1b;
    font-size: 20px;
    font-weight: bold;
}
.box.boxLast {
    margin: 0;
}
.box.boxcenter {
    margin: 0 3%;
}
.box a {
    position: absolute;
    width: 100%;
    left: 0;
    padding: 20px;
    text-decoration: none;
    top: 0;
    box-sizing: border-box;
}
.box i {
    font-size: 70px;
    color: #1d1d1b;
    margin-bottom: 21px;
}

.boxcontainer.bcpages {
    width: 100%;
    margin-bottom: 15px;
}
.boxcontainer.bcpages .box:nth-child(6) {
    margin-right: 0;
}
.boxcontainer.bcpages .box {
    width: 15.8%;
    height: initial;
    padding: 0 5px;
    margin-right: 1%;
}
.boxcontainer.bcpages .box.boxlast {
    margin: 0;
}
.boxcontainer.bcpages .box i {
    font-size: 20px;
    padding-right: 9px;
    padding-top: 7px;
    float: left;
}
.boxcontainer.bcpages h2 {
    font-size: 14px;
    margin: 5px 0;
    float: left;
    letter-spacing: 0px;
}
#footerwrapper {
    width: 100%;
    padding: 20px 0;
    background-color: #1d1d1b;
        border-top: 1px solid #826d4d;
    float: left;
    position: relative;
}
div#footercontainer {
    margin: 50px auto
}
.footerbox.logofooter {
    padding-top: 23px;
}
.footertitle {
    color: #826d4d;
    line-height: 40px;
    padding-top: 10px;
    padding-bottom: 0px;
    font-size: 22px;
    position: relative;
    font-weight: bold;
    letter-spacing: 2px;
    font-family: 'ChunkFiveEx', serif;
    text-transform: lowercase;
}
.footer {
    color: #b5b5b5;
    padding: 10px 0;
}
.footer a {
    color: #b5b5b5;    
    text-decoration: none;
}
.footerbox {
    width: 20%;
    float: left;
    padding-right: 6%;
}
.footerbox:nth-child(4) {
    padding-right: 0;
}
.footerbox i {
    font-size: 25px;
}
.footerbox h2 {
    color: #FFF;
    line-height: 20px;
    font-size: 16px;
    margin-bottom: 30px;
}
.footerbox p {
    color: #FFF;
    line-height: 20px;
    font-family: 'Open Sans';
    font-size: 12px;
    letter-spacing: 1px;
}
.footerbox a {
    color: #FFF;
    line-height: 20px;
    font-family: 'Open Sans';
    font-size: 11px;
    padding: 0;
    background: none;
    letter-spacing: 2px;
}
.footerbox img {
    margin-bottom: 10px
}
.footerbox.footernav a {
    color: #9C9B9B;
    text-decoration: none;
    background-color: #00A9E0;
    padding: 2px 5px;
    border-radius: 4px;
    font-size: 12px;
    line-height: 30px;
}
.footerbox.footernav a:hover {
    opacity: .9
}
#footerbottomwrapper {
    background: #121212;
    border-top: 1px solid #826d4d;
    position: relative;
}
.footer p {
    color: #b5b5b5;
}
.footer p a {
    color: #b5b5b5;
    text-decoration: none;
}
#bannerwrapperPages {
    width: 100%;
    height: 220px;
    background: #121212;
    background: url(https://meliselmani.ch/uploads/images/parallax/testtim.jpg) no-repeat scroll center bottom;
    background-size: cover;
}
#bannerwrapperPages:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 220px;
    background: rgba(82, 82, 82, 0.22);
    opacity: .1;
}
#bannerwrapperPages:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 220px;
    background: rgba(0, 0, 0, 0.44);
    opacity: 1;
}
div#bannerwrapper_pages img {
    width: 100%;
    height: 100%;
    object-fit: cover
}
div#bannerwrapper_pages {
    width: 100%;
    height: 30vh;
    margin-bottom: 2%
}
.footerbox span {
    color: #826d4d;
    font-weight: bold;
}
#footerwrapper .con-50 {
    font-size: 22px;
    font-weight: 100;
    color: #FFF
}
div#footercontainerTop {
    padding: 20px 0
}
div#footercontainerTop form input {
    margin-left: 20px;
    background: none;
    padding: 11px 15px;
    border: 1px solid #FFF;
    color: #FFF
}
div#footercontainerTop form input[type=submit] {
    margin-left: 0
}
.con-50.divRight i {
    font-size: 32px
}
.con-50.divRight {
    text-align: right
}
.arrowwrapper {
    border-radius: 2px;
    position: absolute;
    bottom: 20px;
    z-index: 999;
    left: 0;
    width: 100%;
    display: none;
}
div#arrow_down {
    -webkit-animation-name: Floatingx;
    -webkit-animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-name: Floating;
    -moz-animation-duration: 3s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: ease-in-out;
    box-sizing: border-box;
    width: 100%;
    margin: 0 auto;
    height: 106px;
    text-align: center;
}
div#arrow_down a i, .fa-angle-down:before {
    color: #FFF;
    font-size: 60px; 
}
@-webkit-keyframes Floatingx {
    from {
        -webkit-transform: translate(0, 0)
    }
    45% {
        -webkit-transform: translate(0, 15px)
    }
    to {
        -webkit-transform: translate(0, 0)
    }
}
@-moz-keyframes Floating {
    from {
        -moz-transform: translate(0, 0)
    }
    45% {
        -moz-transform: translate(0, 15px)
    }
    to {
        -moz-transform: translate(0, 0)
    }
}
#firstWrapper .con-50 {
    padding-right: 55px;
    position: relative
}
#firstWrapper .con-50:nth-child(3) {
    padding-right: 0;
    text-align: right;
}
#firstWrapperPages {
    margin-top: 140px
}
.tableIMG {
    position: absolute;
    right: 0;
    top: -55px
}
.readmoreWrapper {
    float: left;
    height: 145px;
    width: 100%;
    background: #333538;
    z-index: -1;
    bottom: 0
}
.readmoreWrapper a.link1 {
    border: 1px solid #fff101;
    padding: 5px 10px;
    color: #fff101;
    text-decoration: none;
    float: left;
    margin-right: 20px
}
.readmoreWrapper a.link2 {
    border: 1px solid #fff101;
    padding: 5px 10px;
    color: #333538;
    background: #fff101;
    text-decoration: none;
    float: left
}
.con-50 a.link2 {
    border: 1px solid #fff101;
    padding: 5px 10px;
    color: #333538;
    background: #fff101;
    text-decoration: none;
    float: left;
    margin: 10px 5px 10px 0;
}
.readmoreWrapper .container {
    padding: 30px
}
#firstWrapper {
    padding: 35px 0;
    position: relative;
    background: #fff;
}
#firstWrapperPages h1 {
    text-align: center
}
#moderntech {
    text-align: center;
    background: #fff101;
    padding: 30px 0
}
.con-33 {
    width: 31%;
    float: left;
}
.con-33:nth-child(2) {
    margin: 0 3.5%;
}
.con-33 img {
    width: 100%;
    height: auto
}
#pattern h2 p {
    color: #FFF;
    text-align: center
}
#pattern {
    height: 1005px;
    background: #333538;
    text-align: center;
    padding: 30px 0
}
.yel {
    color: #fff101
}
div#bannerwrapper_pages img {
    width: 100%;
    height: 100%;
    object-fit: cover
}
div#bannerwrapper_pages {
    width: 100%;
    height: 30vh;
    margin-bottom: 2%
}
div#bannerwrapper {
    position: relative;
    height: 100vh
}
div#banner {
    height: 198px;
    margin: 45px auto 10px;
    width: 955px
}
.slidertext {
    width: 100%;
    position: absolute;
    top: 25%
}
.slidertext h1 {
    font-size: 36px;
    font-weight: 100;
    line-height: 40px;
    padding: 6px;
    color: #df1b1b;
    font-family: 'Open Sans', sans-serif;
    font-style: italic;
    background: none;
    margin-bottom: 0
}
.slidertext p {
    font-size: 48px;
    line-height: 57px;
    color: #000;
    float: left;
    padding: 0 6px;
    font-weight: 100;
    font-family: 'Roboto', sans-serif
}
.image_right {
    position: relative
}
.bx-wrapper, .bx-viewport {
    height: 80vh !important;
    width: 100% !important;
    z-index: -0;
}
.bx-controls-direction {
    width: 100%;
}
a.bx-prev {
    color: #FFF;
    float: left;
    left: 15px;
    position: absolute;
    top: 40%;
    z-index: 9;
    width: 25px;
    padding: 21px;
    height: 25px;
    text-indent: -9999px;
    background: url(https://meliselmani.ch/uploads/images/arrow_left.png) no-repeat center 8px;
    box-sizing: border-box;
    border: 1px solid #b5b5b5;
    -webkit-transition: 0.5s;
    transition-duration: 0.5s;
}
a.bx-next {
    color: #FFF;
    float: right;
    right: 15px;
    position: absolute;
    top: 40%;
    z-index: 9;
    width: 25px;
    padding: 21px;
    height: 25px;
    text-indent: -9999px;
    background: url(https://meliselmani.ch/uploads/images/arrow_right.png) no-repeat center 8px;
    box-sizing: border-box;
    border: 1px solid #b5b5b5;
    -webkit-transition: 0.5s;
    transition-duration: 0.5s;
}
a.bx-prev:hover, a.bx-next:hover  {
    border: 1px solid #826d4d;
    -webkit-transition: 0.5s;
    transition-duration: 0.5s;
}

.bxslider img {
    width: 100%;
    height: 80vh;
    object-fit: cover;
}
.bx-wrapper .image_right img {
    width: 26%;
    position: absolute;
    top: -25px;
    right: 81px;
    float: left
}
.slidertextcontainer {
    width: 645px;
    text-align: left;
    padding: 0 130px;
    float: left
}
.bx-wrapper .playbutton img {
    width: 100px;
    margin-bottom: 10px
}
.bx-wrapper div.bxWrapperBackgroundImg {
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    width: 100%;
    padding: 0;
    height: 80vh;
    display: block
}
.bxWrapperBackgroundImg:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.58);
    /* background: url(/uploads/images/dot.gif) repeat scroll left top rgba(0, 0, 0, 0.6); */
    opacity: .4;
}
.slidertext a {
    background-color: #00A9E0;
    text-decoration: none;
    padding: 5px 23px;
    border-radius: 7px;
    line-height: 50px;
    text-transform: uppercase;
    font-size: 14px;
    margin-top: 20px;
    color: white
}
.slidertext a:hover {
    opacity: .8
}
.sliderwrapper.swPages {
    top: 150px;
}
.slidercontainertext.sctPages span, .slidercontainertext.sctPages h2 {
    text-align: left;
    font-size: 14px;
    width: 100%;
    float: left;
    color: #e8e8e8;
    letter-spacing: 3px;
    font-weight: 100;
    line-height: 18px;
    padding-bottom: 0;
}
#bannerwrapper.bannerpages {
    width: 100%;
    height: 393px
}
#bannerwrapper.bannerpages img {
    width: 100%;
    height: 393px;
    object-fit: cover;
}
.sliderwrapper {
    height: auto;
    top: 30%;
    z-index: 9;
    position: absolute;
    left: 15%;
}
.slidercontainertext {
    box-sizing: border-box;
    width: 700px;
    margin: 0 auto;
    font-size: 40px;
    color: #FFF;
    letter-spacing: 8px;
    line-height: 35px;
    text-align: left;
    font-weight: 500;
}
.slidercontainertext span {
font-size: 24px;
    width: 100%;
    float: left;
    color: #ffffff;
    letter-spacing: 1px;
    font-weight: 100;
    margin: 40px 0px;
}
.slidercontainertext p {
    box-sizing: border-box;
    /* width: 610px; */
    margin: 0 auto;
    font-size: 25px;
    color: #FFF;
    letter-spacing: 2px;
    line-height: 34px;
    /* text-align: center; */
    /* text-shadow: 1px 1px 3px #000000; */
    font-weight: 100;
}
.slidercontainer {
    width: 871px;
    position: absolute;
    top: 0;
    right: 0
}
.sliderhalfLeft,
.sliderhalf {
    width: 871px;
    float: right;
    height: 222px
}
.sliderhalfLeft {
    background: url(https://meliselmani.ch/layout/slidertextBG.png) no-repeat center center
}
.slidertitel1 {
    color: #000;
    font-size: 50px;
    line-height: 55px;
    font-family: 'Libre Baskerville', serif
}
.slidertitel2 {
    color: #000;
    font-size: 69px;
    line-height: 75px;
    font-family: 'Libre Baskerville', serif
}
.slidertitel3 {
    color: #000;
    font-size: 25px;
    line-height: 30px;
    font-family: 'Libre Baskerville', serif
}
main#firstWrapperPages .con-50:nth-child(3) {
    padding-left: 20px;
}
main#firstWrapperPages .con-50:nth-child(3) img {
    width: 100%;
    height: auto;
}
.tabledatawrapper {
    width: 100%;
}
.tabledata {
    width: 30%;
    float: left;
    font-size: 14px;
    margin: 0 0 1.5em 0;
    line-height: 1.4em;
    padding: 0;
    color: #808080;
    font-family: 'Open Sans';
}
.tabledata:nth-child(1) {
    margin-top: 85px;
    margin-left: 55px;
}
.tabledata:nth-child(3) {
    margin-top: 115px;
}
.tabledata span {
    padding-left: 16px;
}
.readmoreWrapper p {
    clear: both;
    margin-bottom: 40px;
}
/** FORM **/
form div {
    float: left;
    width: 100%;
    margin-bottom: 11px;
}
form div.hidden {
    display: none;
}
form label, form input, form select, form textarea {
    font-size: 14px;
    line-height: 24px;
    padding: 5px 5px 5px 0;
    color: #1d1d1b;
    float: left;
    box-sizing: border-box;
    -webkit-transition: 0.5s;
    transition-duration: 0.5s;
    font-family: 'ChunkFiveEx';
    text-transform: lowercase;
}
form label {
    width: 20%;
}
form input {
    width: 80%;
    border: 1px solid #cacaca;
}
form select {
    width: 80%;
    border: 1px solid #cacaca;
}
form textarea {
    width: 80%;
    height: 200px;
    border: 1px solid #cacaca;
}
form input:hover, form select:hover, form textarea:hover, form input:focus, form select:focus, form textarea:focus {
    background: #f1f1f1;
    -webkit-transition: 0.5s;
    transition-duration: 0.5s;
}
form input.cms_submit {
    cursor: pointer;
    width: 100px;
    float: right;
}
/** BANNER **/
#bannerwrapper {
    height: 80vh;
    background: #000;
    /*background: url(https://meliselmani.ch/uploads/images/slider/slider2.jpg) no-repeat center center;
    background-size: cover;*/
    position: fixed;
}
.bxslider li:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.62);
}
/*
#bannerwrapper:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.62);
}*/

a.button  {
    border: 1px solid #826d4d;
    color: #fff;
    letter-spacing: 5px;
    text-decoration: none;
    text-align: center;
    padding: 14px 60px;
    font-size: 20px;
    text-shadow: none;
    -webkit-transition: 0.5s;
    transition-duration: 0.5s;
}
a.button:hover {
    background: #826d4d;
    -webkit-transition: 0.5s;
    transition-duration: 0.5s;
}
.con-50.IMG img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}
.con-50.IMG img {
    width: 100%;
    height: auto;
}
#content .con-60:nth-child(2), #pricelist .con-60:nth-child(2), #contentPages .con-60:nth-child(2) {
    padding: 190px;
    padding: 20px 100px;
    /* box-sizing: border-box; */
    text-align: justify;
    position: relative;
}
.con-40.IMG img {
    width: 100%;
    height: auto;
}
a.buttonContent {
    background: #826d4d;
    display: block;
    text-align: center;
    width: 220px;
    padding: 10px 0;
    color: #FFF;
    letter-spacing: 2px;
    font-weight: 100;
    margin-top: 5px;
    float: left;
    -webkit-transition: 0.5s;
    transition-duration: 0.5s;
    font-size: 18px;
}

#sliderContactInfo {
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 99;
    background: rgba(0, 0, 0, 0.50);
    border-top: 1px solid white;
}

#sliderContactInfo p, #sliderContactInfo p a {
    color: #FFF;
}

.bannerInfotitle {
    color: #826d4d;
    line-height: 40px;
    padding-top: 10px;
    padding-bottom: 0px;
    font-size: 22px;
    position: relative;
    font-weight: bold;
    letter-spacing: 2px;
}

.leftBG {
    width: 50%;
    position: absolute;
    height: 763px;
    left: 0;
    background: #1d1d1b;
    z-index: -1;
}

#content .con-50, #pricelist .con-50 {
    height: 763px;
}

#service, #partner {
    padding: 50px 0 25px;
    z-index: 99;
    position: relative;
}
.partner {
    width: 16.6%;
    float: left;
    text-align: center;
    border-right: 1px solid rgba(255,255,255,0.1);
    box-sizing: border-box;
}
.partner:nth-child(6) {
    border: none;
}
.partnerContainer {
    margin-top: 25px;
    padding-top: 25px;
    border-top: 1px solid rgba(255,255,255,0.1);
}
.partner img {
    width: 95px;
}
.dayHolder {
    width: 12%;
    float: left;
    text-align: center;
    margin: 0 1.1%;
    padding: 25px 0px;
    height: 145px;
    box-sizing: border-box;
    background: url(https://meliselmani.ch/uploads/images/daysBG.png) no-repeat center top;
    background-size: 142px;
    -webkit-transition: 0.5s;
    transition-duration: 0.5s;
}
.dayHolder:hover {
    -moz-transform:rotate(360deg);
    -webkit-transform:rotate(360deg);
    text-shadow: 1px 0 rgba(0,0,0,0.4);
    -webkit-transition: 0.5s;
    transition-duration: 0.5s;
    transform: scale(1.2);
}
.day {
    font-size: 28px;
    color: #826d4d;
    line-height: 44px;
    text-transform: lowercase;
    font-family: 'ChunkFiveEx';
}
.time {
    font-size: 12px;
    color: #FFF;
    line-height: 16px;
}
#service h2, #service h2 p, #partner h2, #partner h2 p {
    color: #FFF;
    text-align: center;
}
#service:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    background: rgba(0, 0, 0, 0.64);
}
#pricelist {
    position: relative;
}
#team .box {
    width: 31.6%;
    /*width: 23%;*/
}
#team .box:hover {
    opacity: .8;
}
#partner:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    background: rgba(0, 0, 0, 0.09);
}
#content, #pricelist, #insta {
    padding: 50px 0;
    background: #FFF;
    position: relative;
    z-index: 99;
}
#team, #gbook {
    padding: 50px 0;
    background: #f9f6f2;
    position: relative;
    position: relative;
    z-index: 99;
}
.intro {
    width: 595px;
    text-align: justify;
    margin: 0 auto;
}

#sliderContactInfo .con-33 {
    text-align: center;
}
.parallax-window {
    min-height: 300px;
    background: transparent;
}
.parallax-mirror {
    z-index: 1 !important;
}

.social_media a {
    color: #826d4d;
}

.socialMediaLeft {
    left: 15px;
    position: fixed;
    bottom: 15px;
    z-index: 9999;
    font-size: 50px;
    color: #826d4d;
}
.socialMediaRight:nth-child(2) {
    bottom: 72px;
}
.socialMediaRight {
    right: 15px;
    position: fixed;
    bottom: 15px;
    z-index: 9999;
    font-size: 50px;
    color: #826d4d;
}
p.center {
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 25px;
}

.gbook {
    width: 100%;
    float: left;
    text-align: center;
}
.gbook_entry {
    width: 100%;
    float: left;
    margin: 0 2.6%;
    border: 1px solid #e6e6e6;
    box-sizing: border-box;
    padding-top: 14px;
    margin-bottom: 23px;
}
.gbook_entry_name {
    font-size: 14px;
    margin: 0 0 1.5em 0;
    line-height: 24px;
    padding: 0;
    color: #000;
    font-weight: 600;
}
.gbook_entry_message p {
    color: grey;
    font-size: 16px;
    margin: 0 0 1.5em 0;
    line-height: 24px;
    padding: 0;
    color: #826d4d;
    font-weight: 600;
    text-transform: lowercase;
    font-family: 'ChunkFiveEx', serif;
}
.mediapost h3 {
    color: #000;
    margin-bottom: 15px;
}
.mediapost {
    margin-top: 20px;
    background: #f9f6f2;
    padding: 20px 20px 5px 20px;
    box-sizing: border-box;
}
section#gbook a {
    float: none;
    margin: 0 auto;
}
.fancybox-wrap.fancybox-desktop.fancybox-type-iframe.fancybox-opened {
    z-index: 99999 !important;
}
.nivoSlider {
    overflow: initial !important;
}
object.showtime {
    width: 100%;
    height: 550px;
}
table {
    width: 100%;
}
.seres {
    box-sizing: border-box;
    font-family: 'ChunkFiveEx', serif;
    line-height: 21px;
}
.seres-pub .seres-pub-h1 {
    font-size: 17px;
    font-weight: bold;
    margin: 20px 0 7px;
    color: #816c4c;
}
.seres-btn {
    color: #ffffff !important;
    background: #826d4d !important;
    border: none !important;
}

.container_video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  background: #000;
}
#bannerwrapper
  video {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  }
  
  .mediablock video {
    width: 488px !important;
    height: 300px !important;
}
  
  .overlay_video {
    color: #fff;
    font-family: 'Oxygen', sans-serif;
    position: absolute;
    top: 50%;
    left: 15%;
    width: 100%;
    max-width: 730px;
    box-sizing: border-box;
    padding: 2em;
    line-height: 1.5;
    /* text-align: center; */
    /* transform: translateX(-50%); */
  }
  
  
    .overlay_video p {
    font-size: 30px;
    /* text-shadow: 0 0 0.3em #000; */
    /* margin: 1em 0; */
    line-height: 38px;
    color: #fff;
    }
    
    .con-40.IMG iframe {
    width: 100%;
}
.mediablock {
    margin-top: 38px;
}
.con-60.mediacon {
    padding-right: 100px;
}
.sliderwrapper.swvideo {
    background: rgba(0, 0, 0, 0.3);
    padding: 40px;
    top: 64%;
    right: 5% !important;
    left: initial;
}

h2.h2thin {
    font-weight: 500;
}


a.button.buttonVideo {
    background: #826d4d;
}
.captcha input {
    width: 100%;
}

.captcha {
    float: right;
    width: 80%;
}
.offinfoneu p {
    color: white;
    text-align: center;
    line-height: 8px;
}

a.shop-now, a.shop-now-de, a.shop-now-en,
.slicknav_nav a.shop-now, .slicknav_nav a.shop-now-de, .slicknav_nav a.shop-now-en
 {
    color: #d7ff36 !important;
position: relative;
}

img.cart-icon {
    width: 23px !important;
    position: absolute;
    right: -23px;
    top: -4px;
}


a.button {
    padding: 14px 25px !important;
    margin-right: 15px !important;
}
/* cmsms stylesheet: responsive modified: vendredi 24 novembre 2023 08:49:09 */
@media screen and (max-height: 750px) {
.slidercontainertext img {
    width: 400px;
}
p {
    line-height: 20px;   
}
}


@media screen and (max-width: 1462px) {
    .slicknav_menu {
        display: block;
    }
    nav#menu {
        display: none;
    }
    #logo_full_meli {
        display: none;
    }
}

@media screen and (max-width: 1000px) {
    #content .con-50, #pricelist .con-50 {
        width: 100%;
    }
    #content, #pricelist {
        padding: 4% 0;
    }
    #content .con-50:nth-child(2), #pricelist .con-50:nth-child(2) {
        padding: 0;
    }

    main#content {
        margin-top: initial;
    }
    .slidercontainertext {
        width: 100%;
        padding: 0 4%;
        box-sizing: border-box;
    }
    #bannerwrapper {
        height: 480px;
        position: relative;
    }
    .bxslider img  {
        height: 480px;
    }
    #sliderContactInfo {
        display: none;
    }
    .slidercontainertext img {
        width: 300px;
    }
    .sliderwrapper.swvideo {
        top: 30%;
        right: 0 !important;
        left: 0;
        padding: 20px 7px;
        box-sizing: border-box;
    }
}
@media screen and (max-width: 1240px) {
    .container {
        width: 100%;
        padding: 0 4%;
                box-sizing: border-box;
    }
    #content .con-50, #pricelist .con-50 {
        height: auto;
    }
    .dayHolder {
        width: 31%;
        margin-bottom: 25px;
    }

}
@media screen and (max-width: 1272px) {
    .slicknav_menu {
        display: block;
    }
    nav#menu, #header .con-60{
        display: none;
    }
    #header .con-20 {
        width: 50%;
    }
}
@media screen and (max-width: 1200px) {
    .boxcontainer.bcpages .box {
        width: 32.6%;
        margin-bottom: 1%;
    }
    .boxcontainer.bcpages .box.boxsec {
        margin: 0;
    }
    #team .box {
        width: 50%;
        margin: 0;
        margin-bottom: 40px;
    }
    .boxcon {
        width: 100%;
        float: left;
    }
}

@media screen and (max-width: 1094px) {
    .footerbox {
        width: 50%;
        box-sizing: border-box;
    }
    .footertitle {
        font-size: 18px;
    }
}

@media screen and (max-width: 970px) {
    .box h2 {
       font-size: 15px;
    }
}

@media screen and (max-width: 900px) {
.partner {
    width: 50%;
    margin-bottom: 25px;
    border: none;
}
.gbook_entry {
    width: 100%;
    margin: 0;
    margin-bottom: 25px;
}
}

@media screen and (max-width: 1130px) {
    .con-40, .con-60, .con-50 {
        width: 100%;
    }
    .con-40 {
        display: none;
    }
    .con-40.mediacon {
        display: block;
    }
    .con-60.mediacon {
        padding-right: 0;
    }
    header .con-40 {
        display: block;
    }

}


@media screen and (max-width: 860px) {
    iframe {
        height: 250px;
    }
}

@media screen and (max-width: 800px) {
    .box {
       width: 100%;
       height: auto;
    }
    .boxcontainer a {
        margin-bottom: 15px;
        float: left;
        width: 100%;
    }
    .boxcontainer {
        margin: 0;
    }
        .intro {
        width: 100%;
    }
    #service .box {
        padding: 5px;
    }
}


@media screen and (max-width: 730px) {
    #team .box {
        width: 100%;
    }
}


@media screen and (max-device-width: 414px) {
    .con-20.firstlogo #logo_full_meli {
        display: none !important;
    }
    .con-20.secondlogo #logo_full {
        display: block;
    }
    header.large {
        height: 70px;
    }
    #logo_full_meli_device img {
        width: 175px;
    }
    #header .con-20.firstlogo#logo_full_meli {
        display: none !important;
    }
    .logo.logomeli {
        padding: 0 10px !important;
        margin-top: -33px;
    }
    .sliderwrapper.swvideo {
        top: 30% !important;
    }
    #logo_full_meli img {
        display: none;
    }
    #header .con-20 {
        width: 250px;
        float: left;
        clear: both;
    }
    header.large span#logo_full img, header.large span#logo_full_meli img {
        width: 80%;
    }
}

@media screen and (max-width: 680px) {
    h1 {
        width: 100%;
        font-size: 38px;
        line-height: 40px;
    }
    .slidercontainertext p {
        font-size: 20px;
        line-height: 25px;
    }
    .sliderwrapper {
        width: 100%;
        left: 0;
        top: 25%;
    }
    .bx-controls-direction {
        display: none;
    }
    .slidercontainertext span {
        margin: 20px 0;
    }
    .logo, .logo.logomeli {
        padding: 10px;
    }
    #header .con-20.firstlogo {
      
    }
    #header .con-20 {
        width: 235px;
        float: left;
        clear: both;
    }
    .sliderwrapper.swvideo {
        top: 41%;
    }
    header.large span#logo_full img, header.large span#logo_full_meli img {
        width: 80%;
    }
    a.button {
        letter-spacing: 3px;
        padding: 6px 60px;
        font-size: 16px;
    }
    
    .slidercontainertext.sctPages, .slidercontainertext.sctPages h1 {
        font-size: 17px;
        letter-spacing: 2px;
    }
    .slidercontainertext.sctPages span, .slidercontainertext.sctPages h3 {
        font-size: 14px;
        letter-spacing: 1px;
        line-height: 16px;
    }
    .slidercontainertext i {
        padding-right: 8px;
    }
    .sliderwrapper.swPages {
        top: 142px;
    }
    .bx-wrapper, .bx-viewport, #bannerwrapper {
        height: 430px !important;
    }
    main#content {
        margin-top: initial;
    }
    #bannerwrapperPages, #bannerwrapperPages:after {
        height: 180px;
    }
    
}

@media screen and (max-width: 600px) {
    #content .con-60:nth-child(2), #pricelist .con-60:nth-child(2), #contentPages .con-60:nth-child(2) {
        padding: 0 !important;
    }
    .dayHolder {
        width: 50%;
        margin: 0 0 25px 0;
    }
    #team, #gbook, #service, #partner {
        padding: 25px 0;
    }
}


@media screen and (max-width: 590px) {
    form label, form input, form select, form textarea {
        width: 100%;
        float: left;
    }    
    section#insta .facebookemb {
        display: none;
    }
}


@media screen and (max-width: 690px) {
    p.pricebutton, p.pricebutton_Sec {
        position: initial;
    }
}

@media screen and (max-width: 550px) {
    #firstWrapper {
        padding: 15px 0 0px 0;
    }

    table {
        width: 100%;
    }
    table tr td {
        width: 100%;
        border: none;
        margin: 0;
        text-align: left;
        padding: 0px 0;
        font-size: 18px;
    }
    table tr td.price {
        text-align: left;
    }

    .seres-pub .seres-editcontact input.firstName, .seres-pub .seres-editcontact input.lastName {
        width: 100% !important;
        float: left;
        margin: 5px 0 !important;
        box-sizing: border-box;
    }
    .seres-pub .seres-editcontact select, .seres-pub .seres-editcontactprofiles select, .seres-pub .seres-editcontact input, .seres-pub .seres-editcontactprofiles input, .seres-pub .seres-editcontact .ddcontainer, .seres-pub .seres-editcontactprofiles .ddcontainer {
        width: 100% !important;
        float: left;
        margin: 5px 0 !important;
        box-sizing: border-box;
    }
    .seres-pub .seres-login input {
        width: 70% !important;
    }
}

@media screen and (max-width: 530px) {
    .footerbox {
        width: 100%;
        box-sizing: border-box;
        padding: 0;
    }
    .footerbox a, .footerbox p {
        line-height: 26px;
        font-size: 14px;
    }
    .footer {
        line-height: 18px;
    }
        #team .box {
        width: 100%;
        margin: 0;
    }
    table {
    width: 100%;
    box-sizing: border-box;
    }
    tr {
    margin-bottom: 16px;
    float: left;
    width: 100%;
    }
    td {
        display: table;
        width: 100%;
        padding: 2px 0;
        text-align: left;
    }
    .seres td {
        display: inline-table;
    }
}


@media screen and (max-width: 680px) {

}


@media screen and (max-width: 460px) {
h2, h2 p, h2 span {
    font-size: 32px !important;
    line-height: 35px !important;
    padding-bottom: 15px !important;
}

}


@media screen and (max-width: 430px) {
    #bannerwrapperPages:after {
        background: rgba(0, 0, 0, 0.7);
    }
    #bannerwrapper {
        height: 400px;
    }
    .slidercontainertext {
        font-size: 20px;
        letter-spacing: 2px;
        line-height: 31px;
    }
    .slidercontainertext span {
        font-size: 20px;
    }
    .slidercontainertext p {
        font-size: 16px;
        line-height: 18px;
    }
}

@media screen and (max-width: 350px) {
.slidercontainertext img {
    width: 100%;
}
.socialMediaRight i {
    font-size: 30px;
}
.socialMediaRight:nth-child(2) {
    bottom: 55px;
}
}

@media screen and (-webkit-min-pixel-ratio: 2), (min-resolution: 192dpi) {
    .sliderwrapper {
        top: 30% !important;
    }
}

    .banner_1 {
        display: none;
    }
    .banner_2 {
        display: block;
    }

#shopnowblock {
display: none;
}

@media screen and (max-width: 1462px) {
img.cart-icon {
    left: 102px;
}
#shopnowblock {
display: block;
    width: 100%;
    background: #1d1d1b;
    padding: 38px 0;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 40px;
}
.contentshopnow#content {
padding-top: 0px;
}
#shopnowblock a.shop-now {
    text-decoration: none;
    font-size: 22px;
}
#shopnowblock img.cart-icon {
    right: -31px;
    top: 2px;
left: inherit;
}

}


@media screen and (max-width: 540px){
a.button {
    display: block;
    margin-bottom: 10px;
}
    .bx-wrapper, .bx-viewport, #bannerwrapper {
        height: 560px !important;
    }
}
/* cmsms stylesheet: popup modified: mardi 23 septembre 2025 13:08:45 */
h2, h2 p, h2 span {
    color: #1d1d1b;
    font-size: 48px;
    line-height: 70px;
    padding-bottom: 30px;
    position: relative;
    margin: 0 auto;
    font-weight: 700;
    font-family: 'ChunkFiveEx', serif;
    text-transform: lowercase;
}
h3 {
    font-size: 26px;
    margin: 0 0 1.5em 0;
    line-height: 24px;
    padding: 0;
    color: #826d4d;
    font-weight: 600;
    text-transform: lowercase;
    font-family: 'ChunkFiveEx', serif;
}
@media screen and (max-height: 750px){
p {
    line-height: 20px;
}
}
p {
    font-size: 18px;
    margin: 0 0 1.5em 0;
    line-height: 24px;
    padding: 0;
    color: #1d1d1b;
    font-weight: 400;
    letter-spacing: 0px;
    text-transform: lowercase;
    font-family: 'ChunkFiveEx';
}

@media screen and (max-height: 650px){
h2, h2 p, h2 span {
font-size: 30px;
line-height: 35px;
}
h3 { 
   font-size: 26px; 
   line-height: 30px;
}



img.imgpopup {
  max-width: 340px !important;
}
/* cmsms stylesheet: FormBuilder Default Style modified: vendredi 2 septembre 2022 20:00:01 */
/* Sample FormBuilder CSS base */
form {
	margin-top: 0
}
form, td, th, li {
	font-size: 100%
}
form div {
	margin-bottom: 0
}
fieldset div {
	margin-bottom: 0.5em;
	margin-left: 1em;
}
fieldset div div {
	margin-top: 0.5em;
	margin-left: 1em
}
fieldset {
	margin-bottom: 1em;
	border: 1px solid #F60;
	padding: 0.5em
}
fieldset label {
	width: auto;
}
legend {
	color: #FFF;
	background: #F60;
	font-style: italic;
	font-size: 1.2em;
	margin-bottom: 0.5em;
	padding: 0.2em;
	width: auto;
	border: 1px solid #CCC
}
textarea {
	margin: 0.5em 0;
	width: 98%;
	height: 6em
}
/* Apply this class to text/select input fields with shorter labelsto help alignment */
.short-label label {
	float: left;
	width: 10em
}
.short-label fieldset div input, .short-label fieldset div select {
	width: 16em
}
/* Pretty up your Captcha image output */
.captcha {
	margin: 0.5em 0;
	width: 200px;
	text-align: center
}
.captcha img {
	border: 1px solid #F60;
	margin-bottom: 0.5em
}
.captcha input {
	width: 196px;
	margin-top: 0.5em
}
/* Just a bit more room for the Submit button */
.submit {
	margin-top: 0.5em
}
.contactform input {
	border: 1px solid #f60;
}
.contactform input.checkbox {
	border: none;
}
.contactform label {
	display: block;
	float: left;
	width: 150px;
}
.contactform label.label {
	display: inline;
	float: none;
	width: 50px;
	font-size: 10px;
}
.contactform textarea {
	background-color: #ffc;
	border: 1px solid #f60;
}
.formbuilderform .message {
	line-height: 16px;
	padding: 0 0 8px 0;
}
