.standard-font{font-family:'OpenSans', sans-serif;color:#656565;text-align:justify;font-size:16px;line-height:150%;}
@media only screen and (min-width: 768px){.standard-font{font-size:17px;}}
@media only screen and (min-width: 1010px){.standard-font{font-size:18px;}}
@media only screen and (min-width: 1200px){.standard-font{font-size:18px;}}
.small-font{font-size:14px;}
.lead-font{font-family:'OpenSans', sans-serif;color:#656565;text-align:justify;font-size:16px;line-height:150%;font-size:18px;}
@media only screen and (min-width: 768px){.lead-font{font-size:17px;}}
@media only screen and (min-width: 1010px){.lead-font{font-size:18px;}}
@media only screen and (min-width: 1200px){.lead-font{font-size:18px;}}
@media only screen and (min-width: 768px){.lead-font{font-size:20px;}}
.heading-font{line-height:150%;font-family:'Domine', serif;text-align:left;}
.hand-writing{font-family:'Courgette', cursive !important;}
.h1-font{line-height:150%;font-family:'Domine', serif;text-align:left;font-size:32px;color:#2a3c4e;margin-bottom:10px;}
@media only screen and (min-width: 768px){.h1-font{font-size:38px;margin-bottom:15px;}}
@media only screen and (min-width: 1010px){.h1-font{font-size:40px;margin-bottom:20px;}}
@media only screen and (min-width: 1200px){.h1-font{font-size:48px;margin-bottom:25px;}}
.h2-font{line-height:150%;font-family:'Domine', serif;text-align:left;color:#656565;font-size:24px;margin-bottom:10px;}
@media only screen and (min-width: 768px){.h2-font{font-size:28px;}}
@media only screen and (min-width: 1010px){.h2-font{font-size:32px;margin-bottom:15px;}}
@media only screen and (min-width: 1200px){.h2-font{font-size:36px;}}
.h3-font{line-height:150%;font-family:'Domine', serif;text-align:left;color:#656565;margin-bottom:10px;font-size:24px;}
@media only screen and (min-width: 1010px){.h3-font{font-size:28px;}}
.link-font{color:#1bbc9b;text-decoration:underline;}
.link-hover-font{text-decoration:underline;}
.read-more-font{color:#1bbc9b;text-decoration:none;}
.nav-font{line-height:150%;font-family:'Domine', serif;text-align:left;font-size:18px;text-decoration:none;color:#fff;}
@media only screen and (min-width: 1010px){.nav-font{font-size:20px;}}
.subnav-font{font-family:'OpenSans', sans-serif;color:#656565;text-align:justify;font-size:16px;line-height:150%;text-decoration:none;color:#000;}
@media only screen and (min-width: 768px){.subnav-font{font-size:17px;}}
@media only screen and (min-width: 1010px){.subnav-font{font-size:18px;}}
@media only screen and (min-width: 1200px){.subnav-font{font-size:18px;}}
.address-font{font-style:normal;font-family:'OpenSans', sans-serif;color:#656565;text-align:justify;font-size:16px;line-height:150%;font-size:14px;}
@media only screen and (min-width: 768px){.address-font{font-size:17px;}}
@media only screen and (min-width: 1010px){.address-font{font-size:18px;}}
@media only screen and (min-width: 1200px){.address-font{font-size:18px;}}
@media only screen and (min-width: 1010px){.address-font{font-size:16px;}}
.box-font{font-family:'OpenSans', sans-serif;color:#656565;text-align:justify;font-size:16px;line-height:150%;}
@media only screen and (min-width: 768px){.box-font{font-size:17px;}}
@media only screen and (min-width: 1010px){.box-font{font-size:18px;}}
@media only screen and (min-width: 1200px){.box-font{font-size:18px;}}
.footer-font{color:#fff;font-size:14px;}
.hidden{display:none;}
@media only screen and (max-width: 768px){.hidden-mobile{display:none;}}
.gradient{background:#2a3c4e;background:-webkit-linear-gradient(bottom,#2a3c4e,#1bbc9b);background:-o-linear-gradient(top,#2a3c4e,#1bbc9b);background:-moz-linear-gradient(top,#2a3c4e,#1bbc9b);background:linear-gradient(to top,#2a3c4e,#1bbc9b);}
.spin{display:block;line-height:32px;height:32px;width:32px;text-align:center;-moz-animation-name:spin;-moz-animation-duration:0.5s;-moz-animation-iteration-count:infinite;-moz-animation-timing-function:linear;-webkit-animation-name:spin;-webkit-animation-duration:0.5s;-webkit-animation-iteration-count:infinite;-webkit-animation-timing-function:linear;-ms-animation-name:spin;-ms-animation-duration:0.5s;-ms-animation-iteration-count:infinite;-ms-animation-timing-function:linear;-o-animation-name:spin;-o-animation-duration:0.5s;-o-animation-iteration-count:infinite;-o-animation-timing-function:linear;animation-name:spin;animation-duration:0.5s;animation-iteration-count:infinite;animation-timing-function:linear;}
@-moz-keyframes spin{from{-moz-transform:rotate(0deg);}
to{-moz-transform:rotate(360deg);}}
@-webkit-keyframes spin{from{-webkit-transform:rotate(0deg);}
to{-webkit-transform:rotate(360deg);}}
@-ms-keyframes spin{from{-ms-transform:rotate(0deg);}
to{-ms-transform:rotate(360deg);}}
@-o-keyframes spin{from{-o-transform:rotate(0deg);}
to{-o-transform:rotate(360deg);}}
@keyframes spin{from{transform:rotate(0deg);}
to{transform:rotate(360deg);}}
@media only screen and (min-width: 768px){.move-right{-webkit-animation:moveRight 0.6s ease-in-out 0.2s backwards;-moz-animation:moveRight 0.6s ease-in-out 0.2s backwards;-o-animation:moveRight 0.6s ease-in-out 0.2s backwards;-ms-animation:moveRight 0.6s ease-in-out 0.2s backwards;animation:moveRight 0.6s ease-in-out 0.2s backwards;}}
@media only screen and (min-width: 768px){.move-left{-webkit-animation:moveLeft 0.6s ease-in-out 0.2s backwards;-moz-animation:moveLeft 0.6s ease-in-out 0.2s backwards;-o-animation:moveLeft 0.6s ease-in-out 0.2s backwards;-ms-animation:moveLeft 0.6s ease-in-out 0.2s backwards;animation:moveLeft 0.6s ease-in-out 0.2s backwards;}}
@-webkit-keyframes moveLeft{0%{-webkit-transform:translateX(-50%);opacity:0;}
100%{-webkit-transform:translateX(0px);opacity:1;}}
@-moz-keyframes moveLeft{0%{-moz-transform:translateX(-50%);opacity:0;}
100%{-moz-transform:translateX(0px);opacity:1;}}
@-o-keyframes moveLeft{0%{-o-transform:translateX(-50%);opacity:0;}
100%{-o-transform:translateX(0px);opacity:1;}}
@-ms-keyframes moveLeft{0%{-ms-transform:translateX(-50%);opacity:0;}
100%{-ms-transform:translateX(0px);opacity:1;}}
@keyframes moveLeft{0%{transform:translateX(-50%);opacity:0;}
100%{transform:translateX(0px);opacity:1;}}
@-webkit-keyframes moveRight{0%{-webkit-transform:translateX(40px);opacity:0;}
100%{-webkit-transform:translateX(0);opacity:1;}}
@-moz-keyframes moveRight{0%{-moz-transform:translateX(40px);opacity:0;}
100%{-moz-transform:translateX(0);opacity:1;}}
@-o-keyframes moveRight{0%{-o-transform:translateX(40px);opacity:0;}
100%{-o-transform:translateX(0);opacity:1;}}
@-ms-keyframes moveRight{0%{-ms-transform:translateX(40px);opacity:0;}
100%{-ms-transform:translateX(0);opacity:1;}}
@keyframes moveRight{0%{transform:translateX(40px);opacity:0;}
100%{transform:translateX(0);opacity:1;}}
abbr,address,article,aside,audio,b,blockquote,body,body div,caption,cite,code,dd,del,dfn,dl,dt,em,fieldset,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,p,pre,q,samp,section,small,span,strong,sub,sup,table,tbody,td,tfoot,th,thead,time,tr,ul,var,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:0 0;}
*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;border-radius:0;}
*:before,*:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
.container{position:relative;}
article,aside,figure,footer,header,hgroup,nav,section{display:block;}
.colgroup:after,.colgroup:before,.container:after,.container:before{content:"";display:table;}
.colgroup:after,.container:after{clear:both;}
.colgroup,.container{zoom:1;}
.clearfix:after{content:"";display:block;clear:both;visibility:hidden;font-size:0;height:0;}
.container{width:auto;display:block;margin:0 auto;text-align:left;}
.col{margin:0;float:right;display:block;padding:0 10px;}
.w-1,.w-10,.w-11,.w-12,.w-2,.w-3,.w-4,.w-5,.w-6,.w-7,.w-8,.w-9{width:auto;}
.w-4{width:100%;}
.col{width:100%;}
@media only screen and (min-width: 768px){.container{width:750px;}
.col{padding:0 10px;display:block;}
.w-1,.w-2,.w-3,.w-4{width:33.333333%;}
.w-5,.w-6,.w-7,.w-8,.w-9{width:66.666666%;}
.w-10,.w-11,.w-12{width:100%;}
.l-1{margin-left:0;}
.l-4{margin-left:66.666666%;}
.l-5,.l-6,.l-7,.l-8,.l-9{margin-left:66.666666%;}}
@media only screen and (min-width: 1010px){.container{width:960px;padding:0 15px;}
.col{display:block;margin:0;padding:0 15px;}
.w-1{width:8.33333333%;}
.w-2{width:16.66666667%;}
.w-3{width:25%;}
.w-4{width:33.33333333%;}
.w-5{width:41.66666667%;}
.w-6{width:50%;}
.w-7{width:58.33333333%;}
.w-8{width:66.66666667%;}
.w-9{width:75%;}
.w-10{width:83.33333333%;}
.w-11{width:91.66666667%;}
.w-12{width:100%;}
.l-0{margin-left:0;}
.l-1{margin-left:8.33333333%;}
.l-2{margin-left:16.66666667%;}
.l-3{margin-left:25%;}
.l-4{margin-left:33.33333333%;}
.l-5{margin-left:41.66666667%;}
.l-6{margin-left:50%;}
.l-7{margin-left:58.33333333%;}
.l-8{margin-left:66.66666667%;}
.l-9{margin-left:75%;}
.l-10{margin-left:83.33333333%;}
.l-11{margin-left:91.66666667%;}}
@media only screen and (min-width: 1200px){.container{width:1170px;}}
.footericons_f{position:absolute;left:0px;top:6px;}
@media only screen and (min-width: 768px){.footericons_f{top:7px;}}
@media only screen and (min-width: 1010px){.footericons_f{top:8px;}}
.footerchevrons_f{position:absolute;font-size:80%;left:0px;top:6px;}
.headericons_f{position:absolute;font-size:80%;left:0px;top:1px;}
html,body{font-size:100%;color:#656565;height:100%;}
*{font-family:'OpenSans', sans-serif;text-align:justify;font-size:16px;line-height:150%;}

@media only screen and (min-width: 768px){*{font-size:17px;}}
@media only screen and (min-width: 1010px){*{font-size:18px;}}
@media only screen and (min-width: 1200px){*{font-size:18px;}}
.lead{font-family:'OpenSans', sans-serif;color:#656565;text-align:justify;font-size:16px;line-height:150%;font-size:18px;}
@media only screen and (min-width: 768px){.lead{font-size:17px;}}
@media only screen and (min-width: 1010px){.lead{font-size:18px;}}
@media only screen and (min-width: 1200px){.lead{font-size:18px;}}
@media only screen and (min-width: 768px){.lead{font-size:20px;}}
h1{line-height:150%;font-family:'Domine', serif;text-align:center;font-size:32px;color:#2a3c4e;margin-bottom:10px;}
@media only screen and (min-width: 768px){h1{font-size:38px;margin-bottom:15px;}}
@media only screen and (min-width: 1010px){h1{font-size:40px;margin-bottom:20px;}}
@media only screen and (min-width: 1200px){h1{font-size:48px;margin-bottom:25px;}}
h2{line-height:150%;font-family:'Domine', serif;text-align:left;color:#656565;font-size:24px;margin-bottom:10px;}
@media only screen and (min-width: 768px){h2{font-size:28px;}}
@media only screen and (min-width: 1010px){h2{font-size:32px;margin-bottom:15px;}}
@media only screen and (min-width: 1200px){h2{font-size:36px;}}
h3,h4,h5{line-height:150%;font-family:'Domine', serif;text-align:left;color:#656565;margin-bottom:10px;font-size:24px;}

a{cursor:pointer;}
a i{font-size:80%;line-height:100%;}
p{line-height:150%;margin-bottom:12px;}
@media only screen and (min-width: 1010px){p{margin-bottom:14px;}}
@media only screen and (min-width: 1200px){p{margin-bottom:16px;}}
address{font-style:normal;font-family:'OpenSans', sans-serif;color:#656565;text-align:justify;font-size:16px;line-height:150%;font-size:14px;}
@media only screen and (min-width: 768px){address{font-size:17px;}}
@media only screen and (min-width: 1010px){address{font-size:18px;}}
@media only screen and (min-width: 1200px){address{font-size:18px;}}
@media only screen and (min-width: 1010px){address{font-size:16px;}}
sub,sup{font-size:75% ! important;line-height:0;position:relative;vertical-align:baseline;}
sup{top:-0.5em;}
sub{bottom:-0.25em;}
@font-face{font-family:'icomoon';src:url('/contenu/themes/mylibraryonline/fonts/icomoon.eot?nijjvu');src:url('/contenu/themes/mylibraryonline/fonts/icomoon.eot?nijjvu#iefix') format('embedded-opentype'), url('/contenu/themes/mylibraryonline/fonts/icomoon.woff?nijjvu') format('woff'), url('/contenu/themes/mylibraryonline/fonts/icomoon.ttf?nijjvu') format('truetype'), url('/contenu/themes/mylibraryonline/fonts/icomoon.svg?nijjvu#icomoon') format('svg');font-weight:normal;font-style:normal;}
@font-face{font-family:'OpenSans';src:url('/contenu/themes/mylibraryonline/fonts/opensans-regular-webfont.eot');src:url('/contenu/themes/mylibraryonline/fonts/opensans-regular-webfont.eot#iefix') format('embedded-opentype'), url('/contenu/themes/mylibraryonline/fonts/opensans-regular-webfont.woff2') format('woff2'), url('/contenu/themes/mylibraryonline/fonts/opensans-regular-webfont.woff') format('woff'), url('/contenu/themes/mylibraryonline/fonts/OpenSans-Regular.ttf') format('truetype'), url('/contenu/themes/mylibraryonline/fonts/opensans-regular-webfont.svg#OpenSans') format('svg');font-weight:normal;font-style:normal;}
@font-face{font-family:'Domine';src:url('/contenu/themes/mylibraryonline/fonts/domine-regular-webfont.eot');src:url('/contenu/themes/mylibraryonline/fonts/domine-regular-webfont.eot#iefix') format('embedded-opentype'), url('/contenu/themes/mylibraryonline/fonts/domine-regular-webfont.woff2') format('woff2'), url('/contenu/themes/mylibraryonline/fonts/domine-regular-webfont.woff') format('woff'), url('/contenu/themes/mylibraryonline/fonts/Domine-Regular.ttf') format('truetype'), url('/contenu/themes/mylibraryonline/fonts/domine-regular-webfont.svg#Domine') format('svg');font-weight:normal;font-style:normal;}
@font-face{font-family:'Courgette';src:url('/contenu/themes/mylibraryonline/fonts/Courgette-Regular.eot');src:url('/contenu/themes/mylibraryonline/fonts/Courgette-Regular.eot') format('embedded-opentype'), url('/contenu/themes/mylibraryonline/fonts/Courgette-Regular.woff') format('woff'), url('/contenu/themes/mylibraryonline/fonts/Courgette-Regular.ttf') format('truetype'), url('/contenu/themes/mylibraryonline/fonts/Courgette-Regular.svg') format('svg');font-weight:normal;font-style:normal;}
[class^="icon-"],[class*=" icon-"]{font-family:'icomoon' !important;speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;}
.icon-plus:before{content:"\f067";}
.icon-question:before{content:"\f128";}
.icon-minus:before{content:"\f068";}
.icon-star:before{content:"\f005";}
.icon-star-o:before{content:"\f006";}
.icon-film:before{content:"\f008";}
.icon-th:before{content:"\f00a";}
.icon-th-list:before{content:"\f00b";}
.icon-check:before{content:"\f00c";}
.icon-close2:before{content:"\f00d";}
.icon-remove:before{content:"\f00d";}
.icon-times:before{content:"\f00d";}
.icon-list-alt:before{content:"\f022";}
.icon-qrcode:before{content:"\f029";}
.icon-barcode:before{content:"\f02a";}
.icon-tag:before{content:"\f02b";}
.icon-tags:before{content:"\f02c";}
.icon-book:before{content:"\f02d";}
.icon-video-camera:before{content:"\f03d";}
.icon-plus-circle:before{content:"\f055";}
.icon-minus-circle:before{content:"\f056";}
.icon-times-circle:before{content:"\f057";}
.icon-check-circle:before{content:"\f058";}
.icon-question-circle:before{content:"\f059";}
.icon-info-circle:before{content:"\f05a";}
.icon-times-circle-o:before{content:"\f05c";}
.icon-check-circle-o:before{content:"\f05d";}
.icon-ban:before{content:"\f05e";}
.icon-exclamation-triangle:before{content:"\f071";}
.icon-warning:before{content:"\f071";}
.icon-cogs:before{content:"\f085";}
.icon-gears:before{content:"\f085";}
.icon-comments:before{content:"\f086";}
.icon-bars:before{content:"\f0c9";}
.icon-navicon:before{content:"\f0c9";}
.icon-reorder:before{content:"\f0c9";}
.icon-list-ul:before{content:"\f0ca";}
.icon-caret-down:before{content:"\f0d7";}
.icon-caret-up:before{content:"\f0d8";}
.icon-caret-left:before{content:"\f0d9";}
.icon-caret-right:before{content:"\f0da";}
.icon-sort:before{content:"\f0dc";}
.icon-unsorted:before{content:"\f0dc";}
.icon-sort-desc:before{content:"\f0dd";}
.icon-sort-down:before{content:"\f0dd";}
.icon-sort-asc:before{content:"\f0de";}
.icon-sort-up:before{content:"\f0de";}
.icon-angle-left:before{content:"\f104";}
.icon-angle-right:before{content:"\f105";}
.icon-angle-up:before{content:"\f106";}
.icon-angle-down:before{content:"\f107";}
.icon-sort-alpha-asc:before{content:"\f15d";}
.icon-sort-alpha-desc:before{content:"\f15e";}
.icon-bug:before{content:"\f188";}
.icon-child:before{content:"\f1ae";}
.icon-paypal:before{content:"\f1ed";}
.icon-cc-visa:before{content:"\f1f0";}
.icon-cc-mastercard:before{content:"\f1f1";}
.icon-cc-amex:before{content:"\f1f3";}
.icon-cc-paypal:before{content:"\f1f4";}
.icon-cc-stripe:before{content:"\f1f5";}
.icon-leanpub:before{content:"\f212";}
.icon-alert-circled:before{content:"\e900";}
.icon-alert:before{content:"\e901";}
.icon-android-add-circle:before{content:"\e902";}
.icon-android-add:before{content:"\e903";}
.icon-android-alert:before{content:"\e904";}
.icon-android-apps:before{content:"\e905";}
.icon-android-archive:before{content:"\e906";}
.icon-android-arrow-back:before{content:"\e907";}
.icon-android-arrow-down:before{content:"\e908";}
.icon-android-arrow-dropdown-circle:before{content:"\e909";}
.icon-android-arrow-dropdown:before{content:"\e90a";}
.icon-android-arrow-dropleft-circle:before{content:"\e90b";}
.icon-android-arrow-dropleft:before{content:"\e90c";}
.icon-android-arrow-dropright-circle:before{content:"\e90d";}
.icon-android-arrow-dropright:before{content:"\e90e";}
.icon-android-arrow-dropup-circle:before{content:"\e90f";}
.icon-android-arrow-dropup:before{content:"\e910";}
.icon-android-arrow-forward:before{content:"\e911";}
.icon-android-arrow-up:before{content:"\e912";}
.icon-android-attach:before{content:"\e913";}
.icon-android-calendar:before{content:"\e914";}
.icon-android-cancel:before{content:"\e915";}
.icon-android-cart:before{content:"\e916";}
.icon-android-checkbox-outline:before{content:"\e917";}
.icon-android-checkbox:before{content:"\e918";}
.icon-android-clipboard:before{content:"\e919";}
.icon-android-close:before{content:"\e91a";}
.icon-android-create:before{content:"\e91b";}
.icon-android-delete:before{content:"\e91c";}
.icon-android-done:before{content:"\e91d";}
.icon-android-lock:before{content:"\e91e";}
.icon-android-people:before{content:"\e91f";}
.icon-android-person-add:before{content:"\e920";}
.icon-android-person:before{content:"\e921";}
.icon-android-star-half:before{content:"\e922";}
.icon-android-star-outline:before{content:"\e923";}
.icon-android-star:before{content:"\e924";}
.icon-android-unlock:before{content:"\e925";}
.icon-android-warning:before{content:"\e926";}
.icon-arrow-down-b:before{content:"\e927";}
.icon-arrow-left-b:before{content:"\e928";}
.icon-arrow-move:before{content:"\e929";}
.icon-arrow-right-b:before{content:"\e92a";}
.icon-arrow-up-b:before{content:"\e92b";}
.icon-backspace-outline:before{content:"\e92c";}
.icon-backspace:before{content:"\e92d";}
.icon-bookmark:before{content:"\e92e";}
.icon-calendar:before{content:"\e92f";}
.icon-card:before{content:"\e930";}
.icon-chatbox-working:before{content:"\e931";}
.icon-chatbox:before{content:"\e932";}
.icon-chatbubble-working:before{content:"\e933";}
.icon-chatbubble:before{content:"\e934";}
.icon-chatbubbles:before{content:"\e935";}
.icon-checkmark-circled:before{content:"\e936";}
.icon-checkmark-round:before{content:"\e937";}
.icon-checkmark:before{content:"\e938";}
.icon-chevron-down:before{content:"\e939";}
.icon-chevron-left:before{content:"\e93a";}
.icon-chevron-right:before{content:"\e93b";}
.icon-chevron-up:before{content:"\e93c";}
.icon-close-round:before{content:"\e93d";}
.icon-close:before{content:"\e93e";}
.icon-compose:before{content:"\e93f";}
.icon-document-text:before{content:"\e940";}
.icon-document:before{content:"\e941";}
.icon-edit:before{content:"\e942";}
.icon-email:before{content:"\e943";}
.icon-eye-disabled:before{content:"\e944";}
.icon-eye:before{content:"\e945";}
.icon-flag:before{content:"\e946";}
.icon-flash-off:before{content:"\e947";}
.icon-flash:before{content:"\e948";}
.icon-gear-a:before{content:"\e949";}
.icon-heart-broken:before{content:"\e94a";}
.icon-heart:before{content:"\e94b";}
.icon-help-circled:before{content:"\e94c";}
.icon-help:before{content:"\e94d";}
.icon-information-circled:before{content:"\e94e";}
.icon-ios-arrow-back:before{content:"\e94f";}
.icon-ios-arrow-down:before{content:"\e950";}
.icon-ios-arrow-forward:before{content:"\e951";}
.icon-ios-arrow-left:before{content:"\e952";}
.icon-ios-arrow-right:before{content:"\e953";}
.icon-ios-arrow-thin-down:before{content:"\e954";}
.icon-ios-arrow-thin-left:before{content:"\e955";}
.icon-ios-arrow-thin-right:before{content:"\e956";}
.icon-ios-arrow-thin-up:before{content:"\e957";}
.icon-ios-arrow-up:before{content:"\e958";}
.icon-ios-bolt-outline:before{content:"\e959";}
.icon-ios-bolt:before{content:"\e95a";}
.icon-ios-book-outline:before{content:"\e95b";}
.icon-ios-book:before{content:"\e95c";}
.icon-ios-bookmarks-outline:before{content:"\e95d";}
.icon-ios-bookmarks:before{content:"\e95e";}
.icon-ios-calendar-outline:before{content:"\e95f";}
.icon-ios-calendar:before{content:"\e960";}
.icon-ios-cart-outline:before{content:"\e961";}
.icon-ios-cart:before{content:"\e962";}
.icon-ios-chatboxes-outline:before{content:"\e963";}
.icon-ios-chatboxes:before{content:"\e964";}
.icon-ios-chatbubble-outline:before{content:"\e965";}
.icon-ios-chatbubble:before{content:"\e966";}
.icon-ios-checkmark-empty:before{content:"\e967";}
.icon-ios-checkmark-outline:before{content:"\e968";}
.icon-ios-checkmark:before{content:"\e969";}
.icon-ios-close-empty:before{content:"\e96a";}
.icon-ios-close-outline:before{content:"\e96b";}
.icon-ios-close:before{content:"\e96c";}
.icon-ios-color-wand-outline:before{content:"\e96d";}
.icon-ios-color-wand:before{content:"\e96e";}
.icon-ios-compose-outline:before{content:"\e96f";}
.icon-ios-compose:before{content:"\e970";}
.icon-ios-contact-outline:before{content:"\e971";}
.icon-ios-contact:before{content:"\e972";}
.icon-ios-email-outline:before{content:"\e973";}
.icon-ios-email:before{content:"\e974";}
.icon-ios-eye-outline:before{content:"\e975";}
.icon-ios-eye:before{content:"\e976";}
.icon-ios-fastforward-outline:before{content:"\e977";}
.icon-ios-fastforward:before{content:"\e978";}
.icon-ios-film-outline:before{content:"\ea56";}
.icon-ios-film:before{content:"\ea57";}
.icon-ios-flag-outline:before{content:"\e979";}
.icon-ios-flag:before{content:"\e97a";}
.icon-ios-glasses-outline:before{content:"\e97b";}
.icon-ios-glasses:before{content:"\e97c";}
.icon-ios-help-empty:before{content:"\e97d";}
.icon-ios-help-outline:before{content:"\e97e";}
.icon-ios-help:before{content:"\e97f";}
.icon-ios-home-outline:before{content:"\e980";}
.icon-ios-home:before{content:"\e981";}
.icon-ios-information-empty:before{content:"\e982";}
.icon-ios-information-outline:before{content:"\e983";}
.icon-ios-information:before{content:"\e984";}
.icon-ios-keypad-outline:before{content:"\e985";}
.icon-ios-keypad:before{content:"\e986";}
.icon-ios-list-outline:before{content:"\e987";}
.icon-ios-list:before{content:"\e988";}
.icon-ios-locked-outline:before{content:"\e989";}
.icon-ios-locked:before{content:"\e98a";}
.icon-ios-paper-outline:before{content:"\e98b";}
.icon-ios-paper:before{content:"\e98c";}
.icon-ios-paperplane-outline:before{content:"\e98d";}
.icon-ios-paperplane:before{content:"\e98e";}
.icon-ios-people-outline:before{content:"\e98f";}
.icon-ios-people:before{content:"\e990";}
.icon-ios-person-outline:before{content:"\e991";}
.icon-ios-person:before{content:"\e992";}
.icon-ios-personadd-outline:before{content:"\e993";}
.icon-ios-personadd:before{content:"\e994";}
.icon-ios-play-outline:before{content:"\e995";}
.icon-ios-play:before{content:"\e996";}
.icon-ios-plus-empty:before{content:"\e997";}
.icon-ios-plus-outline:before{content:"\e998";}
.icon-ios-plus:before{content:"\e999";}
.icon-ios-pricetag-outline:before{content:"\e99a";}
.icon-ios-pricetag:before{content:"\e99b";}
.icon-ios-pricetags-outline:before{content:"\e99c";}
.icon-ios-pricetags:before{content:"\e99d";}
.icon-ios-search-strong:before{content:"\e99e";}
.icon-ios-search:before{content:"\e99f";}
.icon-ios-settings-strong:before{content:"\e9a0";}
.icon-ios-settings:before{content:"\e9a1";}
.icon-ios-toggle-outline:before{content:"\e9a2";}
.icon-ios-toggle:before{content:"\e9a3";}
.icon-ios-trash-outline:before{content:"\e9a4";}
.icon-ios-trash:before{content:"\e9a5";}
.icon-ios-unlocked-outline:before{content:"\e9a6";}
.icon-ios-unlocked:before{content:"\e9a7";}
.icon-location:before{content:"\e9a8";}
.icon-social-facebook-outline:before{content:"\e9a9";}
.icon-social-facebook:before{content:"\e9aa";}
.icon-social-google-outline:before{content:"\e9ab";}
.icon-social-google:before{content:"\e9ac";}
.icon-social-googleplus-outline:before{content:"\e9ad";}
.icon-social-googleplus:before{content:"\e9ae";}
.icon-social-linkedin-outline:before{content:"\e9af";}
.icon-social-linkedin:before{content:"\e9b0";}
.icon-social-pinterest-outline:before{content:"\e9b1";}
.icon-social-pinterest:before{content:"\e9b2";}
.icon-social-tumblr-outline:before{content:"\e9b3";}
.icon-social-tumblr:before{content:"\e9b4";}
.icon-social-twitter-outline:before{content:"\e9b5";}
.icon-social-twitter:before{content:"\e9b6";}
.icon-social-instagram-outline:before{content:"\e9ce";}
.icon-social-instagram:before{content:"\e9ea";}
.icon-university:before{content:"\e9b7";}
.icon-add-book:before{content:"\e9b8";}
.icon-alphabet-01:before{content:"\e9b9";}
.icon-alphabet-02:before{content:"\e9ba";}
.icon-alphabet-03:before{content:"\e9bb";}
.icon-alphabet-04:before{content:"\e9bc";}
.icon-alphabet-05:before{content:"\e9bd";}
.icon-alphabet-06:before{content:"\e9be";}
.icon-alphabet-07:before{content:"\e9bf";}
.icon-alphabet-08:before{content:"\e9c0";}
.icon-alphabet-09:before{content:"\e9c1";}
.icon-alphabet-10:before{content:"\e9c2";}
.icon-alphabet-11:before{content:"\e9c3";}
.icon-alphabet-12:before{content:"\e9c4";}
.icon-alphabet-13:before{content:"\e9c5";}
.icon-alphabet-14:before{content:"\e9c6";}
.icon-alphabet-15:before{content:"\e9c7";}
.icon-alphabet-16:before{content:"\e9c8";}
.icon-alphabet-17:before{content:"\e9c9";}
.icon-alphabet-18:before{content:"\e9ca";}
.icon-alphabet-19:before{content:"\e9cb";}
.icon-alphabet-20:before{content:"\e9cc";}
.icon-arrow-short:before{content:"\e9cd";}
.icon-art:before{content:"\e9cf";}
.icon-avatar_women:before{content:"\e9d0";}
.icon-avatar_homme:before{content:"\e9d1";}
.icon-badge_amis1:before{content:"\e9d2";}
.icon-badge_amis2:before{content:"\e9d3";}
.icon-badge_amis3:before{content:"\e9d4";}
.icon-badge_amis4:before{content:"\e9d5";}
.icon-badge_contrib .path1:before{content:"\e9d6";color:#d3b609;}
.icon-badge_contrib .path2:before{content:"\e9d7";margin-left:-1em;color:#f2d12f;}
.icon-badge_contrib .path3:before{content:"\e9d8";margin-left:-1em;color:#f2d12f;}
.icon-badge_contrib .path4:before{content:"\e9d9";margin-left:-1em;color:#f2d12f;}
.icon-badge_contrib .path5:before{content:"\e9da";margin-left:-1em;color:#f7f23e;}
.icon-badge_critique1:before{content:"\e9db";}
.icon-badge_critique2:before{content:"\e9dc";}
.icon-badge_critique3:before{content:"\e9dd";}
.icon-badge_critique4:before{content:"\e9de";}
.icon-badge_livre1:before{content:"\e9df";}
.icon-badge_livre2:before{content:"\e9e0";}
.icon-badge_livre3:before{content:"\e9e1";}
.icon-badge_livre4:before{content:"\e9e2";}
.icon-badge_premium .path1:before{content:"\e9e3";color:#000;}
.icon-badge_premium .path2:before{content:"\e9e4";margin-left:-1em;color:#666;}
.icon-badge_premium .path3:before{content:"\e9e5";margin-left:-1em;color:#808080;}
.icon-badge_premium .path4:before{content:"\e9e6";margin-left:-1em;color:#fff;}
.icon-badge_premium .path5:before{content:"\e9e7";margin-left:-1em;color:#fff;}
.icon-badge_premium .path6:before{content:"\e9e8";margin-left:-1em;color:#fff;}
.icon-bd:before{content:"\e9e9";}
.icon-biblio-61:before{content:"\e9eb";}
.icon-biographie:before{content:"\e9ec";}
.icon-chevron-55:before{content:"\e9ed";}
.icon-chevron-56:before{content:"\e9ee";}
.icon-conte:before{content:"\e9ef";}
.icon-criteres:before{content:"\e9f0";}
.icon-erotique:before{content:"\e9f1";}
.icon-essai:before{content:"\e9f2";}
.icon-fantaisie:before{content:"\e9f3";}
.icon-follow:before{content:"\e9f4";}
.icon-fusee:before{content:"\e9f5";}
.icon-histoire:before{content:"\e9f6";}
.icon-horreur:before{content:"\e9f7";}
.icon-humour:before{content:"\e9f8";}
.icon-jeunesse:before{content:"\e9f9";}
.icon-liste-lecture-1:before{content:"\e9fa";}
.icon-liste-lecture-2:before{content:"\e9fb";}
.icon-liste-lecture-3:before{content:"\e9fc";}
.icon-loisir:before{content:"\e9fd";}
.icon-manga:before{content:"\e9fe";}
.icon-nature:before{content:"\e9ff";}
.icon-philo:before{content:"\ea01";}
.icon-picto_biblio:before{content:"\ea02";}
.icon-picto_critique:before{content:"\ea03";}
.icon-picto_first:before{content:"\ea04";}
.icon-picto_friend:before{content:"\ea05";}
.icon-picto_keyword:before{content:"\ea06";}
.icon-picto_library:before{content:"\ea07";}
.icon-picto_like:before{content:"\ea08";}
.icon-picto_modif-37:before{content:"\ea09";}
.icon-picto_modif .path1:before{content:"\ea0a";color:#1cbd9c;}
.icon-picto_modif .path2:before{content:"\ea0b";margin-left:-1em;color:#fff;}
.icon-picto_modif .path3:before{content:"\ea0c";margin-left:-1em;color:#fff;}
.icon-picto_modif .path4:before{content:"\ea0d";margin-left:-1em;color:#fff;}
.icon-picto_modif .path5:before{content:"\ea0e";margin-left:-1em;color:#fff;}
.icon-picto_mybiblio:before{content:"\ea0f";}
.icon-picto_mycritique:before{content:"\ea10";}
.icon-picto_profil:before{content:"\ea11";}
.icon-picto_reco-38:before{content:"\ea12";}
.icon-picto_reco .path1:before{content:"\ea13";color:#1cbd9c;}
.icon-picto_reco .path2:before{content:"\ea14";margin-left:-1em;color:#fff;}
.icon-picto_reco .path3:before{content:"\ea15";margin-left:-1em;color:#fff;}
.icon-picto_search:before{content:"\ea16";}
.icon-picto_second .path1:before{content:"\ea17";color:#b3b3b3;}
.icon-picto_second .path2:before{content:"\ea18";margin-left:-1em;color:#e6e6e6;}
.icon-picto_second .path3:before{content:"\ea19";margin-left:-1em;color:#e6e6e6;}
.icon-picto_star:before{content:"\ea1a";}
.icon-picto-52:before{content:"\ea1b";}
.icon-picto-modif:before{content:"\ea1c";}
.icon-picto-note1:before{content:"\ea1d";}
.icon-picto-note2:before{content:"\ea1e";}
.icon-picto-note3:before{content:"\ea1f";}
.icon-picto-note4:before{content:"\ea20";}
.icon-picto-note5:before{content:"\ea21";}
.icon-picto-reco:before{content:"\ea22";}
.icon-pin_library_partenaire:before{content:"\ea23";}
.icon-pin_library:before{content:"\ea24";}
.icon-pin_member:before{content:"\ea25";}
.icon-pito_third .path1:before{content:"\ea26";color:#a06d2a;}
.icon-pito_third .path2:before{content:"\ea27";margin-left:-1em;color:#cca869;}
.icon-pito_third .path3:before{content:"\ea28";margin-left:-1em;color:#cca869;}
.icon-placeholder-livre-Erotisme:before{content:"\ea29";}
.icon-placeholder-livre-Theatre:before{content:"\ea2a";}
.icon-placeholder-livre-Roman:before{content:"\ea2b";}
.icon-placeholder-livre-Poesie:before{content:"\ea2c";}
.icon-placeholder-livre-Polar-Roman-Policier:before{content:"\ea2d";}
.icon-placeholder-livre-Sciences-Et-Techniques:before{content:"\ea2e";}
.icon-placeholder-livre-Philosophie:before{content:"\ea2f";}
.icon-placeholder-livre-Nature-Grands-Espaces:before{content:"\ea30";}
.icon-placeholder-livre-Jeunesse-Livre-Pour-Enfants:before{content:"\ea31";}
.icon-placeholder-livre-Manga:before{content:"\ea32";}
.icon-placeholder-livre-Bande-Dessinee:before{content:"\ea33";}
.icon-placeholder-livre-Conte-Fable-Epopee:before{content:"\ea34";}
.icon-placeholder-livre-Fantasy:before{content:"\ea35";}
.icon-placeholder-livre-Tourisme-Voyage:before{content:"\ea36";}
.icon-placeholder-livre-Thriller-Horreur-Epouvante:before{content:"\ea37";}
.icon-placeholder-livre-Histoire:before{content:"\ea38";}
.icon-placeholder-livre-Religion:before{content:"\ea39";}
.icon-placeholder-livre-Loisirs-Bien-Etre-Vie-Pratique:before{content:"\ea3a";}
.icon-placeholder-livre-Sciences-Humaines:before{content:"\ea3b";}
.icon-placeholder-livre-Humour-Comique:before{content:"\ea3c";}
.icon-placeholder-livre-Essai:before{content:"\ea3d";}
.icon-placeholder-livre:before{content:"\ea3e";}
.icon-placeholder-livre-Arts-Et-Beaux-Livres:before{content:"\ea3f";}
.icon-placeholder-livre-Biographie:before{content:"\ea40";}
.icon-placeholder-livre-Romance-Histoire-D-Amour:before{content:"\ea41";}
.icon-placeholder-livre-Science-Fiction-Fantastique:before{content:"\ea42";}
.icon-placeholder-livre-Scolaire-Professionnel:before{content:"\ea3e";}
.icon-poesie:before{content:"\ea43";}
.icon-policier:before{content:"\ea44";}
.icon-religion:before{content:"\ea45";}
.icon-roman:before{content:"\ea46";}
.icon-romance:before{content:"\ea47";}
.icon-science_humaine:before{content:"\ea48";}
.icon-science:before{content:"\ea49";}
.icon-sciencefiction:before{content:"\ea4a";}
.icon-share:before{content:"\ea4b";}
.icon-surprise:before{content:"\ea4c";}
.icon-theatre:before{content:"\ea4d";}
.icon-tourisme:before{content:"\ea4e";}
.icon-unfollow:before{content:"\ea4f";}
.icon-unlike:before{content:"\ea50";}
.icon-books:before{content:"\ea51";}
.icon-bubbles:before{content:"\ea52";}
.icon-bubbles2:before{content:"\ea53";}
.icon-bubbles3:before{content:"\ea54";}
.icon-bubbles4:before{content:"\ea55";}
.header-fixed{position:absolute;top:0;width:100%;background-color:#2a3c4e;z-index:100;height:50px;}
.header-fixed .container{position:relative;}
.header-fixed .container .col{float:left;}
.header-fixed .container .logo-container{position:relative;}
.header-fixed .container .logo-container a{text-decoration:none;color:#fff;font-size:18px;line-height:50px;}
.header-fixed .container .logo-container span{color:inherit;}
.header-fixed .container .logo-container a.pull-right{margin:0 5px; float:right;height:50px;background-color:#1bbc9b;padding:0 10px;}
@media only screen and (min-width: 768px){.header-fixed .container .logo-container a.pull-right{display:block;}}
.header-fixed .container .logo-container span.icon{font-size:40px;vertical-align:middle;}
.header-fixed .container .nav-container{display:none;}
@media only screen and (min-width: 768px){.header-fixed .container .nav-container{display:block;}}
.header-fixed .container .nav-container nav.second{text-align:right;}
.header-fixed .container .nav-container nav.second a{color:#fff;text-decoration:none;font-size:18px;display:inline-block;position:relative;margin-left:15px;padding-top:10px;}
@media only screen and (min-width: 768px){.header-fixed .container .nav-container nav.second a{font-size:18px;margin-left:20px;}}
@media only screen and (min-width: 1010px){.header-fixed .container .nav-container nav.second a{font-size:20px;margin-left:30px;}}
.header-fixed .container .nav-container nav.second a i{color:inherit;padding-right:5px;}
.header-fixed .container .nav-container nav.second a:after{background-color:#fff;content:'';height:3px;position:absolute;bottom:-5px;left:0;transition:width 0.3s ease-in-out;width:0;}
.header-fixed .container .nav-container nav.second a:hover:after{width:100%;}
.header-fixed .container .mobile-container{display:block;position:absolute;z-index:200;top:0;right:20px;}
.header-fixed .container .mobile-container .nav-mobile-btn-show{font-size:30px;line-height:55px;}
.header-fixed .container .mobile-container .nav-mobile-btn-show *{color:#fff;}
@media only screen and (min-width: 768px){.header-fixed .container .mobile-container{display:none;}}
.nav-mobile-holder{background-color:#2a3c4e;position:fixed;top:50px;bottom:0;width:100%;z-index:400;overflow-y:auto;-webkit-overflow-scrolling:touch;}
@media only screen and (min-width: 768px){.nav-mobile-holder{display:none;}}
.nav-mobile-holder h2{text-align:center;padding:0 10px;}
.nav-mobile-holder .nav-mobile-social{margin-top:30px;}
.nav-mobile-holder .nav-mobile-social a{line-height:150%;font-family:'Domine', serif;text-align:left;font-size:18px;text-decoration:none;color:#fff;margin-left:30px;position:relative;}
@media only screen and (min-width: 1010px){.nav-mobile-holder .nav-mobile-social a{font-size:20px;}}
.nav-mobile-holder .nav-mobile-social a i{color:#fff;}
.nav-mobile-holder .mobile-nav-actions{margin-top:30px;margin-bottom:30px;}
.nav-mobile-holder .mobile-nav-actions a{line-height:150%;font-family:'Domine', serif;text-align:left;font-size:18px;text-decoration:none;color:#fff;display:block;line-height:120%;padding:10px 10px 10px 30px;position:relative;}
@media only screen and (min-width: 1010px){.nav-mobile-holder .mobile-nav-actions a{font-size:20px;}}
.nav-mobile-holder .mobile-nav-actions a i{position:absolute;left:10px;top:14px;color:#fff;}
.nav-mobile-holder nav.mobile{padding-top:30px;}
.nav-mobile-holder nav.mobile a{line-height:150%;font-family:'Domine', serif;text-align:left;font-size:18px;text-decoration:none;color:#fff;display:block;line-height:120%;padding:10px 10px 10px 30px;border-bottom:1px solid rgba(255,255,255,0.5);position:relative;}
@media only screen and (min-width: 1010px){.nav-mobile-holder nav.mobile a{font-size:20px;}}
.nav-mobile-holder nav.mobile a:after{position:absolute;left:10px;top:50%;transform:translateY(-50%);font-size:80%;content:"\e93b";display:inline-block;font-family:'icomoon' !important;font-style:normal;font-weight:normal;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;}
.nav-mobile-holder nav.mobile a.secondary{padding-left:60px;}
.nav-mobile-holder nav.mobile a.secondary:after{left:40px;}
.nav-mobile-btn-hide{position:fixed;z-index:410;width:50px;height:49px;line-height:50px;text-align:center;font-size:20px;top:0;right:0;cursor:pointer;background-color:#2a3c4e;}
@media only screen and (min-width: 768px){.nav-mobile-btn-hide{display:none;}}
.nav-mobile-btn-hide *{color:#fff;}
header{margin-bottom:20px;}
@media only screen and (min-width: 768px){header{margin-bottom:0;}}
header .slider-container{height:50vh;min-height:250px;}
header .slider-container.page{height:30vh;}
header .slider-container.no-slide{height:60px;min-height:100%;}
@media only screen and (min-width: 768px){header .slider-container{height:70vh;min-height:350px;max-height:600px;}
header .slider-container.page{height:30vh;}
header .slider-container.no-slide{height:100px;}}
header .slider-container .owl-theme .owl-controls{bottom:0;display:none ! important;}
@media only screen and (min-width: 768px){header .slider-container .owl-theme .owl-controls{display:block ! important;}}
header .slider-container .owl-theme .owl-controls .owl-page span{background-color:#fff;}
header .slider-container .item{position:absolute;height:100%;width:100%;background-size:cover;background-position:center center;}
header .slider-container .item:nth-child(n+2){display:none;}
header .slider-container .item .container{height:100%;}
header .slider-container .item .container .text{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:90%;text-align:center;}
header .slider-container .item .container .text .title{font-size:24px;line-height:120%;text-align:center;display:block;color:#fff;text-shadow:0 0 15px black;margin-bottom:50px;hyphens:auto;-ms-hyphens:auto;-webkit-hyphens:auto;-moz-hyphens:auto;}
@media only screen and (min-width: 768px){header .slider-container .item .container .text .title{font-size:40px;}}
@media only screen and (min-width: 1200px){header .slider-container .item .container .text .title{font-size:48px;}}
header .slider-container .item .container .text a{display:inline-block;background:rgba(192,11,30,0.8);padding:5px 10px;font-size:20px;color:#fff;text-decoration:none;white-space:nowrap;}
@media only screen and (min-width: 768px){header .slider-container .item .container .text a{padding:10px 20px;font-size:26px;}}
@media only screen and (min-width: 1200px){header .slider-container .item .container .text a{font-size:32px;}}
header .slider-container .item .container .text a i{color:#fff;margin-left:10px;}
.sidebar{display:none;}
@media only screen and (min-width: 768px){.sidebar{display:block;background-color:#fff;}}
@media only screen and (min-width: 768px){.sidebar.fixed{position:fixed;max-width:250px;top:115px;}}
@media only screen and (min-width: 1010px){.sidebar.fixed{max-width:232px;top:215px;}}
@media only screen and (min-width: 1200px){.sidebar.fixed{max-width:285px;}}
.sidebar h4{margin-top:20px;}
.sidebar nav a{display:block;position:relative;text-decoration:none;}
.sidebar nav a.current{border-left:2px solid #2a3c4e;}
.sidebar nav a:hover{background-color:#f6f2f1;}
.sidebar nav.first a{line-height:150%;font-family:'Domine', serif;text-align:left;padding:10px;}
.sidebar nav.secondary a{font-family:'OpenSans', sans-serif;color:#656565;text-align:justify;font-size:16px;line-height:150%;text-decoration:none;color:#000;line-height:120%;text-align:left;padding:10px 10px 10px 20px;}
@media only screen and (min-width: 768px){.sidebar nav.secondary a{font-size:17px;}}
@media only screen and (min-width: 1010px){.sidebar nav.secondary a{font-size:18px;}}
@media only screen and (min-width: 1200px){.sidebar nav.secondary a{font-size:18px;}}
.owl-carousel .owl-wrapper:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0;}
.owl-carousel{position:relative;width:100%;height:100%;-ms-touch-action:pan-y;}
.owl-carousel .owl-wrapper{display:none;position:relative;-webkit-transform:translate3d(0px,0px,0px);}
.owl-carousel .owl-wrapper-outer{overflow:hidden;position:relative;width:100%;height:100%;}
.owl-carousel .owl-wrapper-outer.autoHeight{-webkit-transition:height 500ms ease-in-out;-moz-transition:height 500ms ease-in-out;-ms-transition:height 500ms ease-in-out;-o-transition:height 500ms ease-in-out;transition:height 500ms ease-in-out;}
.owl-carousel .owl-item{float:left;height:100%;}
.owl-controls .owl-page,.owl-controls .owl-buttons div{cursor:pointer;}
.owl-controls{-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:rgba(0,0,0,0);position:absolute;bottom:10px;width:100%;}
.grabbing{cursor:url(/img/grabbing.png) 8 8, move;}
.owl-carousel  .owl-wrapper,.owl-carousel  .owl-item{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);height:100%;}
.owl-theme .owl-controls{margin-top:10px;text-align:center;}
.owl-theme .owl-controls .owl-buttons div{color:#fff;display:inline-block;zoom:1;*display:inline;margin:5px;padding:3px 10px;font-size:12px;-webkit-border-radius:30px;-moz-border-radius:30px;border-radius:30px;background:#869791;filter:Alpha(Opacity=50);opacity:0.5;}
.owl-theme .owl-controls.clickable .owl-buttons div:hover{filter:Alpha(Opacity=100);opacity:1;text-decoration:none;}
.owl-theme .owl-controls .owl-page{display:inline-block;zoom:1;*display:inline;}
.owl-theme .owl-controls .owl-page span{display:block;width:12px;height:12px;margin:5px 7px;filter:Alpha(Opacity=50);opacity:0.5;-webkit-border-radius:20px;-moz-border-radius:20px;border-radius:20px;background:#869791;}
.owl-theme .owl-controls .owl-page.active span,.owl-theme .owl-controls.clickable .owl-page:hover span{filter:Alpha(Opacity=100);opacity:1;}
.owl-theme .owl-controls .owl-page span.owl-numbers{height:auto;width:auto;color:#fff;padding:2px 10px;font-size:12px;-webkit-border-radius:30px;-moz-border-radius:30px;border-radius:30px;}
.owl-item.loading{min-height:150px;background:url(/img/AjaxLoader.gif) no-repeat center center;}
.owl-origin{-webkit-perspective:1200px;-webkit-perspective-origin-x:50%;-webkit-perspective-origin-y:50%;-moz-perspective:1200px;-moz-perspective-origin-x:50%;-moz-perspective-origin-y:50%;perspective:1200px;}
.owl-fade-out{z-index:10;-webkit-animation:fadeOut .7s both ease;-moz-animation:fadeOut .7s both ease;-ms-animation:fadeOut .7s both ease;-o-animation:fadeOut .7s both ease;animation:fadeOut .7s both ease;}
.owl-fade-in{-webkit-animation:fadeIn .7s both ease;-moz-animation:fadeIn .7s both ease;-ms-animation:fadeIn .7s both ease;-o-animation:fadeIn .7s both ease;animation:fadeIn .7s both ease;}
.owl-backSlide-out{-webkit-animation:backSlideOut 1s both ease;-moz-animation:backSlideOut 1s both ease;animation:backSlideOut 1s both ease;}
.owl-backSlide-in{-webkit-animation:backSlideIn 1s both ease;-moz-animation:backSlideIn 1s both ease;animation:backSlideIn 1s both ease;}
.owl-goDown-out{-webkit-animation:scaleToFade .7s ease both;-moz-animation:scaleToFade .7s ease both;animation:scaleToFade .7s ease both;}
.owl-goDown-in{-webkit-animation:goDown .6s ease both;-moz-animation:goDown .6s ease both;animation:goDown .6s ease both;}
.owl-fadeUp-in{-webkit-animation:scaleUpFrom .5s ease both;-moz-animation:scaleUpFrom .5s ease both;animation:scaleUpFrom .5s ease both;}
.owl-fadeUp-out{-webkit-animation:scaleUpTo .5s ease both;-moz-animation:scaleUpTo .5s ease both;animation:scaleUpTo .5s ease both;}
@-webkit-keyframes empty{0%{opacity:1;}}
@-moz-keyframes empty{0%{opacity:1;}}
@keyframes empty{0%{opacity:1;}}
@-webkit-keyframes fadeIn{0%{opacity:0;}
100%{opacity:1;}}
@-moz-keyframes fadeIn{0%{opacity:0;}
100%{opacity:1;}}
@-ms-keyframes fadeIn{0%{opacity:0;}
100%{opacity:1;}}
@-o-keyframes fadeIn{0%{opacity:0;}
100%{opacity:1;}}
@keyframes fadeIn{0%{opacity:0;}
100%{opacity:1;}}
@-webkit-keyframes fadeOut{0%{opacity:1;}
100%{opacity:0;}}
@-moz-keyframes fadeOut{0%{opacity:1;}
100%{opacity:0;}}
@-ms-keyframes fadeOut{0%{opacity:1;}
100%{opacity:0;}}
@-o-keyframes fadeOut{0%{opacity:1;}
100%{opacity:0;}}
@keyframes fadeOut{0%{opacity:1;}
100%{opacity:0;}}
@-webkit-keyframes backSlideOut{25%{opacity:.5;-webkit-transform:translateZ(-500px);}
75%{opacity:.5;-webkit-transform:translateZ(-500px) translateX(-200%);}
100%{opacity:.5;-webkit-transform:translateZ(-500px) translateX(-200%);}}
@-moz-keyframes backSlideOut{25%{opacity:.5;-moz-transform:translateZ(-500px);}
75%{opacity:.5;-moz-transform:translateZ(-500px) translateX(-200%);}
100%{opacity:.5;-moz-transform:translateZ(-500px) translateX(-200%);}}
@keyframes backSlideOut{25%{opacity:.5;transform:translateZ(-500px);}
75%{opacity:.5;transform:translateZ(-500px) translateX(-200%);}
100%{opacity:.5;transform:translateZ(-500px) translateX(-200%);}}
@-webkit-keyframes backSlideIn{0%,25%{opacity:.5;-webkit-transform:translateZ(-500px) translateX(200%);}
75%{opacity:.5;-webkit-transform:translateZ(-500px);}
100%{opacity:1;-webkit-transform:translateZ(0) translateX(0);}}
@-moz-keyframes backSlideIn{0%,25%{opacity:.5;-moz-transform:translateZ(-500px) translateX(200%);}
75%{opacity:.5;-moz-transform:translateZ(-500px);}
100%{opacity:1;-moz-transform:translateZ(0) translateX(0);}}
@keyframes backSlideIn{0%,25%{opacity:.5;transform:translateZ(-500px) translateX(200%);}
75%{opacity:.5;transform:translateZ(-500px);}
100%{opacity:1;transform:translateZ(0) translateX(0);}}
@-webkit-keyframes scaleToFade{to{opacity:0;-webkit-transform:scale(.8);}}
@-moz-keyframes scaleToFade{to{opacity:0;-moz-transform:scale(.8);}}
@keyframes scaleToFade{to{opacity:0;transform:scale(.8);}}
@-webkit-keyframes goDown{from{-webkit-transform:translateY(-100%);}}
@-moz-keyframes goDown{from{-moz-transform:translateY(-100%);}}
@keyframes goDown{from{transform:translateY(-100%);}}
@-webkit-keyframes scaleUpFrom{from{opacity:0;-webkit-transform:scale(1.5);}}
@-moz-keyframes scaleUpFrom{from{opacity:0;-moz-transform:scale(1.5);}}
@keyframes scaleUpFrom{from{opacity:0;transform:scale(1.5);}}
@-webkit-keyframes scaleUpTo{to{opacity:0;-webkit-transform:scale(1.5);}}
@-moz-keyframes scaleUpTo{to{opacity:0;-moz-transform:scale(1.5);}}
@keyframes scaleUpTo{to{opacity:0;transform:scale(1.5);}}
.interblock-marginbottom{margin-top:20px;margin-bottom:20px;}
@media only screen and (min-width: 1010px){.interblock-marginbottom{margin-top:40px;margin-bottom:40px;}}
.intrablock-marginbottom{margin-bottom:10px;}
@media only screen and (min-width: 1010px){.intrablock-marginbottom{margin-bottom:15px;}}
@media only screen and (min-width: 768px){.intrablock-marginright{margin-right:20px;}}
@media only screen and (min-width: 1010px){.intrablock-marginright{margin-right:30px;}}
html,body{position:relative;}
body{margin:0;padding:0;line-height:150%;background:#f6f2f1;}
aside{min-height:100px;}
a[href^="tel:"],a[href^="fax:"]{cursor:default;}
.content-holder{font-family:'OpenSans', sans-serif;color:#656565;text-align:justify;font-size:16px;line-height:150%;}
@media only screen and (min-width: 768px){.content-holder{font-size:17px;}}
@media only screen and (min-width: 1010px){.content-holder{font-size:18px;}}
@media only screen and (min-width: 1200px){.content-holder{font-size:18px;}}
section.content-holder{min-height:calc(100% - 275px - 100px);}
li,ol{text-align:left;}
.no-scroll{overflow:hidden;}
img{max-width:100%;}
.content.w-4{float:left;}
@media only screen and (min-width: 768px){.w-8 .blocks{width:480px;}}
@media only screen and (min-width: 1010px){.w-8 .blocks{width:590px;}}
@media only screen and (min-width: 1200px){.w-8 .blocks{width:730px;}}
.blocks[id]{padding-top:50px;margin-top:-50px;}
@media only screen and (min-width: 1010px){.blocks[id]{padding-top:80px;margin-top:-80px;}}
.Actions a{color:#1bbc9b;text-decoration:underline;}
.bottom-border{border-bottom:1px solid ;}
.blocks,.lead-block{margin-top:20px;margin-bottom:20px;}
@media only screen and (min-width: 1010px){.blocks,.lead-block{margin-top:40px;margin-bottom:40px;}}
.blocks a,.lead-block a{color:#1bbc9b;text-decoration:underline;}
.blocks a:hover,.lead-block a:hover{text-decoration:underline;}
.lead-block *{font-family:'OpenSans', sans-serif;text-align:justify;font-size:16px;line-height:150%;font-size:18px;}
@media only screen and (min-width: 768px){.lead-block *{font-size:17px;}}
@media only screen and (min-width: 1010px){.lead-block *{font-size:18px;}}
@media only screen and (min-width: 1200px){.lead-block *{font-size:18px;}}
@media only screen and (min-width: 768px){.lead-block *{font-size:20px;}}
.map-block .map{display:none;margin:0;padding:0;height:250px;}
@media only screen and (min-width: 768px){.map-block .map{height:300px;}}
@media only screen and (min-width: 1010px){.map-block .map{height:350px;}}
@media only screen and (min-width: 1200px){.map-block .map{height:400px;}}
.map-block .map .gm-style-iw *{line-height:120%;margin-bottom:0;}
.text-block{position:relative;}
.text-block .textblock-with-img{float:left;width:48%;}
.text-block .textblock-with-img:nth-of-type(odd){margin-right:4%;}
.text-block ul li:before{position:absolute;content:"\e93b";font-family:'icomoon' !important;font-size:80%;padding-right:0;left:0px;top:0px;}
@media only screen and (min-width: 1010px){.text-block ul li:before{top:-1px;}}
.text-block ul{list-style-type:none;position:relative;margin-left:0;margin-bottom:10px;}
@media only screen and (min-width: 1010px){.text-block ul{margin-bottom:15px;}}
.text-block li{position:relative;display:block;padding-left:20px;padding-bottom:10px;}
.text-block table{margin-bottom:10px;width:100%;border:0;border-collapse:collapse;}
@media only screen and (min-width: 1010px){.text-block table{margin-bottom:15px;}}
.text-block tr td{text-align:left;padding:5px;padding-left:10px;padding-right:10px;}
.text-block tr:nth-child(odd){background-color:rgba(246,242,241,0.2);}
.text-block tr:nth-child(even){background-color:rgba(246,242,241,0.1);}
.text-block a.img-link{display:inline-block;float:left;}
.text-block img.img-left{margin:0 20px 10px 0;max-width:100%;float:left;}
@media only screen and (min-width: 768px){.text-block img.img-left{max-width:230px;}}
@media only screen and (min-width: 1010px){.text-block img.img-left{margin:0 30px 10px 0;max-width:100%;}}
.text-block .img-padded{background-color:#f6f2f1;padding:20px 5px;border:1px solid ;}
.text-block a{text-decoration:underline;}
@media only screen and (min-width: 768px){.text-block .content-text{width:230px;float:left;}}
@media only screen and (min-width: 1010px){.text-block .content-text{width:280px;}}
@media only screen and (min-width: 1200px){.text-block .content-text{width:350px;}}
.text-block .link-more{display:block;text-align:right;color:#1bbc9b;text-decoration:none;background:#2a3c4e;color:#fff;padding:10px 20px;}
.text-block .link-more i{position:relative;padding-left:5px;color:#fff;}
.text-block .content-image-large{width:100%;}
.text-block .short-text{display:block;width:100%;vertical-align:top;}
@media only screen and (min-width: 768px){.text-block .short-text{display:inline-block;width:calc(100% - 255px);}}
@media only screen and (min-width: 1010px){.text-block .short-text{width:calc(100% - 385px);}}
.text-block .long-text{display:block;width:100%;}
.text-block .content-image img{margin-bottom:10px;width:auto;height:auto;}
@media only screen and (min-width: 768px){.text-block .content-image img{margin-right:20px;}}
@media only screen and (min-width: 1010px){.text-block .content-image img{margin-right:30px;}}
@media only screen and (min-width: 1010px){.text-block .content-image img{margin-bottom:15px;}}
@media only screen and (min-width: 768px){.text-block .content-image img{width:230px;float:left;}}
@media only screen and (min-width: 1010px){.text-block .content-image img{width:280px;}}
@media only screen and (min-width: 1200px){.text-block .content-image img{width:350px;}}
.image-block{width:100%;overflow-x:hidden;}
.image-block .image-block-gallery{width:100%;max-width:350px;margin:auto;}
@media only screen and (min-width: 768px){.image-block .image-block-gallery{width:750px;max-width:none;}}
@media only screen and (min-width: 1010px){.image-block .image-block-gallery{width:930px;}}
@media only screen and (min-width: 1200px){.image-block .image-block-gallery{width:1140px;}}
.image-block .owl-gallery{overflow:hidden;max-height:300px;}
@media only screen and (min-width: 768px){.image-block .owl-gallery{height:210px;max-height:none;}}
@media only screen and (min-width: 1010px){.image-block .owl-gallery{height:250px;}}
@media only screen and (min-width: 1200px){.image-block .owl-gallery{height:300px;}}
.image-block .owl-gallery .item{position:relative;}
@media only screen and (min-width: 768px){.image-block .owl-gallery .item{padding-right:20px;}}
@media only screen and (min-width: 1010px){.image-block .owl-gallery .item{padding-right:30px;}}
.image-block .owl-gallery .item a{width:100%;}
.image-block .owl-gallery .item a img{display:block;width:100%;max-width:350px;height:auto;margin-bottom:50px;}
.image-block .owl-gallery .owl-controls{display:none;}
@media only screen and (min-width: 1010px){.image-block .owl-gallery .owl-controls{display:block;}}
.image-block .owl-theme .owl-controls .owl-buttons div{margin:0;padding:0;opacity:1;background-color:transparent;font-size:20px;color:#000;position:absolute;bottom:0;}
.image-block .owl-theme .owl-controls .owl-buttons div.owl-prev{left:0px;}
.image-block .owl-theme .owl-controls .owl-buttons div.owl-next{right:0;}
@media only screen and (min-width: 768px){.image-block .owl-theme .owl-controls .owl-buttons div.owl-next{right:20px;}}
@media only screen and (min-width: 1010px){.image-block .owl-theme .owl-controls .owl-buttons div.owl-next{right:30px;}}
.video-block{width:100%;overflow-x:hidden;margin-bottom:60px;}
.video-block iframe{width:100%;max-width:350px;}
@media only screen and (min-width: 768px){.video-block iframe{max-width:none;height:350px;}}
@media only screen and (min-width: 1010px){.video-block iframe{height:500px;}}
.video-block .video-block-gallery{width:100%;max-width:350px;}
@media only screen and (min-width: 768px){.video-block .video-block-gallery{width:500px;max-width:none;}}
@media only screen and (min-width: 1010px){.video-block .video-block-gallery{width:620px;}}
@media only screen and (min-width: 1200px){.video-block .video-block-gallery{width:760px;}}
.video-block .video-block-gallery .owl-gallery{overflow:hidden;height:210px;}
@media only screen and (min-width: 768px){.video-block .video-block-gallery .owl-gallery{height:210px;}}
@media only screen and (min-width: 1010px){.video-block .video-block-gallery .owl-gallery{height:250px;}}
@media only screen and (min-width: 1200px){.video-block .video-block-gallery .owl-gallery{height:300px;}}
.video-block .video-block-gallery .owl-gallery .item{position:relative;}
@media only screen and (min-width: 768px){.video-block .video-block-gallery .owl-gallery .item{padding-right:20px;}}
@media only screen and (min-width: 1010px){.video-block .video-block-gallery .owl-gallery .item{padding-right:30px;}}
.video-block .video-block-gallery .owl-gallery .item iframe{display:block;width:100%;height:160px;}
@media only screen and (min-width: 1010px){.video-block .video-block-gallery .owl-gallery .item iframe{height:200px;}}
@media only screen and (min-width: 1200px){.video-block .video-block-gallery .owl-gallery .item iframe{height:250px;}}
.video-block .video-block-gallery .owl-theme .owl-controls .owl-buttons div{margin:0;padding:0;opacity:1;background-color:transparent;font-size:20px;color:#000;position:absolute;bottom:0;}
.video-block .video-block-gallery .owl-theme .owl-controls .owl-buttons div.owl-prev{left:0px;}
.video-block .video-block-gallery .owl-theme .owl-controls .owl-buttons div.owl-next{right:0;}
@media only screen and (min-width: 768px){.video-block .video-block-gallery .owl-theme .owl-controls .owl-buttons div.owl-next{right:20px;}}
@media only screen and (min-width: 1010px){.video-block .video-block-gallery .owl-theme .owl-controls .owl-buttons div.owl-next{right:30px;}}
.download-block a{color:#1bbc9b;text-decoration:underline;text-decoration:none;border-bottom:none;position:relative;display:block;padding:10px;padding-left:30px;margin-bottom:10px;background-color:rgba(246,242,241,0.2);}
@media only screen and (min-width: 1010px){.download-block a{margin-bottom:15px;padding-left:35px;}}
.download-block a:hover{text-decoration:none;}
.download-block a:after{padding-top:10px;padding-left:10px;position:absolute;display:block;font-family:'icomoon' !important;left:0;top:0;content:"\f016";}
.download-block a[href$=".pdf"]:after{content:"\f1c1";}
.download-block a[href$=".doc"]:after,.download-block a[href$=".docx"]:after{content:"\f1c2";}
.download-block a[href$=".xls"]:after,.download-block a[href$=".xlsx"]:after{content:"\f1c3";}
.download-block a[href$=".ppt"]:after,.download-block a[href$=".pptx"]:after{content:"\f1c4";}
.download-block a[href$=".tar.gz"]:after,.download-block a[href$=".rar"]:after,.download-block a[href$=".zip"]:after{content:"\f1c6";}
.download-block a[href$=".tif"]:after,.download-block a[href$=".png"]:after,.download-block a[href$=".eps"]:after,.download-block a[href$=".bmp"]:after,.download-block a[href$=".gif"]:after,.download-block a[href$=".ai"]:after,.download-block a[href$=".psd"]:after,.download-block a[href$=".jpeg"]:after,.download-block a[href$=".jpg"]:after{content:"\f1c5";}
.link-block .link-item{display:block;text-decoration:none;border-bottom:1px solid #f6f2f1;margin-bottom:20px;padding-bottom:20px;}
.link-block .link-item:last-child{border:none;}
.link-block .link-item a,.link-block .link-item a:hover{text-decoration:none;font-size:16px;line-height:150%;}
.link-block .link-item img{margin-right:20px;display:block;float:left;}
.link-block .link-item a strong{display:block;}
.link-block .link-item a span{display:block;}
.link-block .link-item .content-holder{float:left;}
.social-plugin-block ul.sharing-buttons{list-style-type:none;margin:10px 0;}
.social-plugin-block ul.sharing-buttons li{position:relative;padding:5px 10px 5px 40px;display:inline;margin-bottom:10px;text-decoration:none;background:#656565;}
.social-plugin-block ul.sharing-buttons li:not(:first-of-type){margin:5px 10px;}
.social-plugin-block ul.sharing-buttons li a{color:#fff;text-decoration:none;}
.social-plugin-block ul.sharing-buttons li a:hover{text-decoration:none;}
.social-plugin-block ul.sharing-buttons li a:before{font-family:'Icomoon';margin-right:20px;font-weight:500;position:absolute;left:10px;color:#fff;}
.social-plugin-block ul.sharing-buttons li a.facebook:before{content:'\e9aa';}
.social-plugin-block ul.sharing-buttons li a.twitter:before{content:'\e9b6';}
.social-plugin-block ul.sharing-buttons li a.google-plus:before{content:'\e9ae';}
.social-plugin-block ul.sharing-buttons li a.pinterest:before{content:'\e9b2';}
.sitemap-block a{color:#1bbc9b;text-decoration:underline;}
.sitemap-block ul li:before{position:absolute;content:"\e93b";font-family:'icomoon' !important;font-size:80%;padding-right:0;left:0px;top:2px;}
.sitemap-block ul{list-style-type:none;position:relative;margin-left:20px;}
.sitemap-block ul ul{margin-top:10px;}
.sitemap-block li{position:relative;display:block;padding-left:20px;padding-bottom:10px;}
.lead-block address a,.text-block address a,.video-block address a,.image-block address a,.content address a{text-decoration:none;}
.lead-block address a:hover,.text-block address a:hover,.video-block address a:hover,.image-block address a:hover,.content address a:hover{text-decoration:none;cursor:pointer;}
ul.address{color:#656565;list-style-type:none;margin-top:10px;}
ul.address li{position:relative;padding-left:30px;margin-bottom:5px;word-break:break-all;}
ul.address li i{position:absolute;left:0;top:4px;}
.lead.w-8 a:not([data-imagelightbox]),.lead-block a:not([data-imagelightbox]),.text-block a:not([data-imagelightbox]),.lead a:not([data-imagelightbox]),.news-item a:not([data-imagelightbox]),.news .link-more{display:inline-block;position:relative;text-decoration:none;}
.lead.w-8 a:not([data-imagelightbox]):after,.lead-block a:not([data-imagelightbox]):after,.text-block a:not([data-imagelightbox]):after,.lead a:not([data-imagelightbox]):after,.news-item a:not([data-imagelightbox]):after,.news .link-more:after{background-color:#1bbc9b;content:'';height:1px;position:absolute;bottom:2px;left:0;transition:width 0.3s ease-in-out;width:0;}
.lead.w-8 a:not([data-imagelightbox]):hover:after,.lead-block a:not([data-imagelightbox]):hover:after,.text-block a:not([data-imagelightbox]):hover:after,.lead a:not([data-imagelightbox]):hover:after,.news-item a:not([data-imagelightbox]):hover:after,.news .link-more:hover:after{background-color:#1bbc9b;width:100%;}
.cta{padding:20px;position:fixed;bottom:0;width:100%;z-index:100;display:none;background:#2a3c4e;}
.cta .col{text-align:center;}
.cta p{font-family:'OpenSans', sans-serif;color:#656565;text-align:justify;font-size:16px;line-height:150%;color:#fff;font-size:18px;}
@media only screen and (min-width: 768px){.cta p{font-size:17px;}}
@media only screen and (min-width: 1010px){.cta p{font-size:18px;}}
@media only screen and (min-width: 1200px){.cta p{font-size:18px;}}
@media only screen and (min-width: 768px){.cta p{display:inline;}}
.cta .link-more{color:#1bbc9b;text-decoration:none;color:#fff;font-size:24px !important;padding:10px 20px;margin-left:20px;}
.cta .link-more i{color:#fff;padding-left:5px;font-size:60%;}
.menu-block img{display:none;}
@media only screen and (min-width: 768px){.menu-block img{display:block;}}
.menu-block .content-image-large{display:block;height:150px;}
@media only screen and (min-width: 768px){.menu-block .content-image-large{height:200px;}}
@media only screen and (min-width: 1010px){.menu-block .content-image-large{height:220px;}}
@media only screen and (min-width: 1200px){.menu-block .content-image-large{height:250px;}}
.menu-block .plats{float:left;width:100%;}
@media only screen and (min-width: 768px){.menu-block .plats.links{width:calc(100% - 260px);}}
@media only screen and (min-width: 1010px){.menu-block .plats.links{width:calc(100% - 380px);}}
.menu-block .plats table tr{background:transparent;}
.menu-block .plats table tr td{line-height:150%;font-family:'Domine', serif;text-align:left;}
.menu-block .plats table tr td.title{font-size:24px;}
.menu-block .plats table tr td.description{font-size:14px;}
.menu-block .plats table tr td.price{text-align:right;font-size:24px;}
.ContactBlock[id]{padding-top:40px;}
.FeaturesBlock{padding-bottom:60px;}
.FeaturesBlock h2{text-align:center;}
.FeaturesBlock .col{float:left;}
.FeaturesBlock .main .link-more{background:transparent;display:block;text-align:center;color:#1bbc9b;}
.FeaturesBlock .subbox{position:relative;}
.FeaturesBlock .subbox h3{color:#656565;hyphens:auto;-ms-hyphens:auto;-webkit-hyphens:auto;-moz-hyphens:auto;white-space:normal;}
.FeaturesBlock .subbox img{display:block;height:50px;margin:auto;}
.FeaturesBlock .subbox h3,.FeaturesBlock .subbox p{text-align:center;}
.FeaturesBlock .subbox .bottom-line{width:100px;height:10px;border-bottom:1px solid #656565;margin:auto;margin-bottom:10px;}
.FeaturesBlock .subbox .link-more{display:block;width:100%;}
.FeaturesBlock .w-3,.FeaturesBlock .w-4{margin:20px 0;}
@media only screen and (min-width: 768px){.FeaturesBlock .w-3,.FeaturesBlock .w-4{margin:0;}}
.TestimonialBlock[id]{background:;padding-bottom:30px;}
@media only screen and (min-width: 1010px){.TestimonialBlock[id]{padding-top:60px;padding-bottom:60px;}}
.TestimonialBlock[id] .col{float:left;}
.TestimonialBlock[id] .w-6{position:relative;width:100%;margin-bottom:10px;}
@media only screen and (min-width: 1010px){.TestimonialBlock[id] .w-6{width:50%;}}
.TestimonialBlock[id] .content{position:relative;height:100%;padding-bottom:20px;}
.TestimonialBlock[id] .image{text-align:center;}
.TestimonialBlock[id] .signature{position:absolute;right:0;bottom:0;}
.LogosBlock[id]{padding-top:30px;}
.LogosBlock[id] h2{text-align:center;color:#000;}
.LogosBlock[id] .bottom-line{width:100px;border-bottom:1px solid #000;margin:auto;margin-bottom:40px;}
.LogosBlock[id] .image-block-gallery{width:100%;}
.LogosBlock[id] .image-block-gallery .item{text-align:center;}
.LogosBlock[id] .image-block-gallery .item img{margin-top:50%;transform:translateY(-50%);}
.LogosBlock[id] .image-block-gallery .owl-controls{bottom:50%;}
.contact-block{background-color:#fff;box-shadow:0 0 10px #a7a9ab;padding:20px;float:left;width:100%;}
.contact-block .map-block .map{height:200px;}
.contact-block .form-block .form-std textarea{height:152px;}
@media only screen and (min-width: 768px){.contact-block .map-block,.contact-block .form-block{width:50%;float:left;padding:10px;}
.contact-block .map-block{border-right:1px solid #eee;}}
.news h2 small{font-size:50%;color:#999;margin-left:30px;}
.defilook .w-3{float:left;}
.look{position:relative;}
.look .name{position:absolute;bottom:7px;background-color:rgba(122,119,114,0.8);color:#fff;text-align:center;width:100%;}
.box{position:relative;margin-bottom:30px;}
.box h3{font-size:30px;hyphens:auto;-ms-hyphens:auto;-webkit-hyphens:auto;-moz-hyphens:auto;line-height:120%;}
.box .link-more{color:#1bbc9b;text-decoration:none;display:block;background-color:#2a3c4e;padding:10px 20px;text-align:center;color:#fff;}
.box .link-more i{position:relative;padding-left:5px;color:#fff;}
@media only screen and (min-width: 768px){.box .link-more{display:inline;}}
.box .item{height:100%;background-size:auto 100%;background-repeat:no-repeat;}
.box.standard .image{width:100%;height:50vh;}
.box.standard .image img{display:none;}
@media only screen and (min-width: 768px){.box.standard .image{float:left;height:70vh;min-height:500px;max-height:600px;}}
.box.standard .content{width:100%;height:auto;position:relative;}
@media only screen and (min-width: 768px){.box.standard .content{float:left;height:70vh;min-height:500px;max-height:600px;padding:0;}
.box.standard .content .text{line-height:150%;font-family:'Domine', serif;text-align:left;font-size:48px;text-align:right;}
.box.standard .content .text p{font-family:'OpenSans', sans-serif;color:#656565;text-align:justify;font-size:16px;line-height:150%;padding:10px 0px 10px 10px;}
.box.standard .content .text .logo{max-width:200px;height:auto;margin:auto;display:block;margin-bottom:50px;}}
@media only screen and (min-width: 768px) and only screen and (min-width: 768px){.box.standard .content .text p{font-size:17px;}}
@media only screen and (min-width: 768px) and only screen and (min-width: 1010px){.box.standard .content .text p{font-size:18px;}}
@media only screen and (min-width: 768px) and only screen and (min-width: 1200px){.box.standard .content .text p{font-size:18px;}}
@media only screen and (min-width: 768px){.box.standard.ratio-2-1 .image{width:33.333333%;}
.box.standard.ratio-2-1 .content{width:66.666667%;}
.box.standard.ratio-1-1 .image{width:50%;}
.box.standard.ratio-1-1 .content{width:50%;}
.box.standard.ratio-1-2 .image{width:66.666667%;}
.box.standard.ratio-1-2 .content{width:33.333333%;}}
.box.background .content{height:70vh;min-height:500px;position:relative;}
.box.background .item{height:70vh;min-height:500px;background-size:cover;background-repeat:no-repeat;}
.box.background .text{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center;}
.box.background .text *{color:#fff;text-shadow:1px 1px 5px #000;}
.box.background .text h2{font-size:28px;}
@media only screen and (min-width: 768px){.box.background .text h2{font-size:48px;}}
@media only screen and (min-width: 1010px){.box.background .text h2{font-size:60px;}}
.box.background .link-more{background:rgba(0,0,0,0.4);}
.box.vignette .col{float:left;}
.box.vignette .main .link-more{background:transparent;display:block;text-align:center;color:#656565;}
.box.vignette .subbox{position:relative;text-align:center;}
@media only screen and (min-width: 768px){.box.vignette .subbox{padding-top:82px;}}
@media only screen and (min-width: 1010px){.box.vignette .subbox{padding-top:96px;}}
.box.vignette .subbox h3{font-size:24px;hyphens:auto;-ms-hyphens:auto;-webkit-hyphens:auto;-moz-hyphens:auto;white-space:normal;line-height:120%;}
@media only screen and (min-width: 768px){.box.vignette .subbox h3{position:absolute;width:100%;bottom:100%;margin:auto;margin-bottom:-60px;}}
@media only screen and (min-width: 1010px){.box.vignette .subbox h3{font-size:28px;margin-bottom:-72px;}}
.box.vignette .subbox img{max-width:100%;height:100%;width:auto;display:block;margin:auto;}
.box.vignette .subbox .content-vignette{margin-top:15px;}
.box.vignette .subbox .link-more{display:block;width:100%;}
.box.vignette .w-3,.box.vignette .w-4{margin:20px 0;}
@media only screen and (min-width: 768px){.box.vignette .w-3,.box.vignette .w-4{margin:0;}}
.odd .box .image,.odd .box .content{float:right;}
.odd .box .content .text{text-align:left;}
.odd .box .content .text p{padding:10px 10px 10px 0px;}
.content-home-holder{margin:50px 0;}
.content-home-holder .col{float:left;}
.rubrique{position:relative;}
.rubrique:hover:after{content:'';position:absolute;height:100%;width:100%;top:0;left:0;background-color:rgba(0,0,0,0.2);}
.rubrique a{text-decoration:none;}
.rubrique .title{position:absolute;color:#fff;z-index:2;bottom:0%;/*top:50%;*/left:50%;transform:translate(-50%,-10%);text-align:center;text-shadow:0 0 4px #000;}
.form-std{text-align:right;}
.form-std input[type="text"],.form-std input[type="email"],.form-std select,.form-std textarea{box-sizing:border-box;-moz-box-sizing:border-box;display:block;width:100%;padding-left:8px;padding-right:8px;font-size:20px;line-height:40px;height:40px;background-color:rgba(42,60,78,0.8);color:#fff;margin-bottom:8px;border:none;border-radius:0;}
.form-std input[type="text"]:focus,.form-std input[type="text"]:active,.form-std input[type="email"]:focus,.form-std input[type="email"]:active,.form-std select:focus,.form-std select:active,.form-std textarea:focus,.form-std textarea:active{border-color:#2a3c4e;outline:#2a3c4e;}
.form-std input[type="file"]{display:block;}
.form-std input[type="checkbox"],.form-std input[type="radio"]{position:absolute;left:-9999px;}
.form-std label.pseudocheckbox{position:relative;cursor:pointer;padding-left:30px;display:block;line-height:20px;margin-bottom:10px;font-size:14px;}
@media only screen and (min-width: 768px){.form-std label.pseudocheckbox{font-size:16px;margin-bottom:10px;vertical-align:top;}}
.form-std label.pseudocheckbox:before{content:' ';position:absolute;left:0;background:#f6f2f1;border:1px solid #ccc;height:20px;width:20px;}
.form-std label.pseudocheckbox:after{content:'\e9b8';font-family:'icomoon';position:absolute;left:2px;top:0;font-size:16px;transition:all .2s;}
.form-std [type="checkbox"]:not(:checked) + label:after,.form-std [type="radio"]:not(:checked) + label:after{opacity:0;transform:scale(0);}
.form-std [type="checkbox"]:checked + label:after,.form-std [type="radio"]:checked + label:after{opacity:1;transform:scale(1);}
.form-std .field.file{margin:20px 0;}
.form-std .inputfile{width:0.1px;height:0.1px;opacity:0;overflow:hidden;position:absolute;z-index:-1;}
.form-std .inputfile + label{position:relative;display:inline-block;box-sizing:border-box;-moz-box-sizing:border-box;padding:12px;font-size:22px;background-color:#f6f2f1;color:#fff;border:none;cursor:pointer;margin-bottom:8px;padding-left:30px;font-size:16px;}
.form-std .inputfile + label:after{position:absolute;display:block;font-family:'icomoon' !important;left:10px;top:10px;content:"\f1c1";}
.form-std .loaded-files{position:relative;display:block;}
.form-std .loaded-file{color:#fff;font-size:16px;padding-left:30px;padding-right:40px;margin:10px;position:relative;}
.form-std .loaded-file:after{position:absolute;display:block;font-family:'icomoon' !important;left:10px;top:2px;content:"\f1c1";}
.form-std a.remove-file{font-size:16px;margin-left:10px;}
.form-std select{padding-top:8px;padding-bottom:8px;}
.form-std textarea{padding-top:8px;line-height:120%;padding-bottom:8px;height:110px;overflow-y:auto;}
.form-std [type="submit"],.step-navigation button{box-sizing:border-box;-moz-box-sizing:border-box;padding:8px;font-size:20px;line-height:20px;background-color:#2a3c4e;color:#fff;border:none;cursor:pointer;}
.form-std button[type="submit"] i{color:#fff;margin-left:10px;font-size:60%;}
.form-std ul{list-style-type:none;}
.form-std .g-recaptcha{margin:8px 0;}
::-webkit-input-placeholder{color:#fff;}
::-moz-placeholder{color:#fff;}
:-ms-input-placeholder{color:#fff;}
input:-moz-placeholder{color:#fff;}
.form-floating-label .field{position:relative;}
.form-floating-label .field [type='text'],.form-floating-label .field [type='password'],.form-floating-label .field [type='date'],.form-floating-label .field [type='datetime'],.form-floating-label .field [type='datetime-local'],.form-floating-label .field [type='month'],.form-floating-label .field [type='week'],.form-floating-label .field [type='email'],.form-floating-label .field [type='number'],.form-floating-label .field [type='search'],.form-floating-label .field [type='tel'],.form-floating-label .field [type='time'],.form-floating-label .field [type='url'],.form-floating-label .field [type='color'],.form-floating-label .field textarea{padding-top:15px;min-height:50px;}
.form-floating-label .field textarea{padding-top:20px;}
.form-floating-label .field.text label,.form-floating-label .field.textarea label{color:#f6f2f1;position:absolute;pointer-events:none;left:8px;top:23px;transform:translateY(-50%);transition:all 0.2s ease-in;}
.form-floating-label .field select{padding-left:5px;font-size:16px;}
.form-floating-label .field textarea ~ label{top:20px;}
.form-floating-label .field input:focus ~ label,.form-floating-label .field input:disabled[value] ~ label,.form-floating-label .field.has-value input ~ label{transform:translateY(0);top:0;font-size:14px;color:#fff;}
.form-floating-label .field textarea:focus ~ label,.form-floating-label .field.has-value textarea ~ label{transform:translateY(0);top:0;font-size:14px;color:#fff;}
.form-std.userform{text-align:left;}
.form-std.userform .step-navigation button{float:left;}
.form-std.userform .step-navigation  .step-button-prev{background-color:#f6f2f1;}
.form-std.userform .step-navigation .step-button-next,.form-std.userform .step-navigation [type="submit"]{float:right;}
.userform-progress nav{margin:0;padding:0;display:flex;width:100%;list-style:none;background:#2a3c4e;height:50px;}
.userform-progress nav button{background:transparent;border:none;}
.userform-progress nav ul{width:100%;display:flex;justify-content:space-around;}
.userform-progress nav ul > li{position:relative;flex:1 0 auto;padding:10px 20px;text-align:center;vertical-align:middle;cursor:pointer;}
.userform-progress nav ul > li:hover{background:#18232d;}
.userform-progress nav ul > li::before{content:'';position:relative;right:20px;padding:5px 10px;}
.userform-progress nav ul > li.current{background:#18232d;}
.userform-progress nav ul > li.current::after{content:'';position:absolute;top:0;right:-20px;width:0;height:0;border-top:25px solid transparent;border-bottom:25px solid transparent;border-left:20px solid #18232d;z-index:300;}
.userform-progress nav ul > li button{color:#fff;font-size:16px;padding:0 10px;}
@media only screen and (max-width: 52em){.userform-progress nav{flex-direction:column;}}
.form-background{position:relative;padding:100px 0;background-size:cover;background-position:center center;}
.form-background h2,.form-background .error,.form-background a.remove-file,.form-background .loaded-file{color:#fff;}
.form-background:before{position:absolute;top:0;content:'';background:rgba(192,11,30,0.8);height:100%;width:100%;}
.form-background input[type="text"],.form-background input[type="email"],.form-background select,.form-background textarea{background-color:rgba(255,255,255,0.6);}
.form-background .form-floating-label .field.text label,.form-background .form-floating-label .field.textarea label{color:#fff;}
.form-background nav.Actions{text-align:center;}
.form-background input[type="submit"],.form-background button[type="submit"]{padding:20px 50px;color:#fff;box-shadow:0 0 5px #000;background-color:#1bbc9b;display:block;width:100%;}
@media only screen and (min-width: 768px){.form-background input[type="submit"],.form-background button[type="submit"]{display:inline-block;width:auto;}}
.form-background .inputfile + label{background-color:#f6f2f1;color:#fff;display:block;width:100%;}
@media only screen and (min-width: 768px){.form-background .inputfile + label{display:inline-block;width:auto;}}
.nice-select{-webkit-tap-highlight-color:transparent;background-color:#fff;border-radius:5px;border:solid 1px #e8e8e8;box-sizing:border-box;clear:both;cursor:pointer;display:block;float:left;font-family:inherit;font-size:14px;font-weight:normal;height:42px;line-height:40px;outline:none;padding-left:18px;padding-right:30px;position:relative;text-align:left !important;-webkit-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap;width:auto;}
.nice-select:hover{border-color:#dbdbdb;}
.nice-select:active,.nice-select.open,.nice-select:focus{border-color:#999;}
.nice-select:after{border-bottom:2px solid #999;border-right:2px solid #999;content:'';display:block;height:5px;margin-top:-4px;pointer-events:none;position:absolute;right:12px;top:50%;-webkit-transform-origin:66% 66%;-ms-transform-origin:66% 66%;transform-origin:66% 66%;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);-webkit-transition:all 0.15s ease-in-out;transition:all 0.15s ease-in-out;width:5px;}
.nice-select.open:after{-webkit-transform:rotate(-135deg);-ms-transform:rotate(-135deg);transform:rotate(-135deg);}
.nice-select.open .list{opacity:1;pointer-events:auto;-webkit-transform:scale(1) translateY(0);-ms-transform:scale(1) translateY(0);transform:scale(1) translateY(0);}
.nice-select.disabled{border-color:#ededed;color:#999;pointer-events:none;}
.nice-select.disabled:after{border-color:#ccc;}
.nice-select.wide{width:100%;}
.nice-select.wide .list{left:0 !important;right:0 !important;}
.nice-select.right{float:right;}
.nice-select.right .list{left:auto;right:0;}
.nice-select.small{font-size:12px;height:36px;line-height:34px;}
.nice-select.small:after{height:4px;width:4px;}
.nice-select.small .option{line-height:34px;min-height:34px;}
.nice-select .list{background-color:#fff;border-radius:5px;box-shadow:0 0 0 1px rgba(68,68,68,0.11);box-sizing:border-box;margin-top:4px;opacity:0;overflow:hidden;padding:0;pointer-events:none;position:absolute;top:100%;left:0;-webkit-transform-origin:50% 0;-ms-transform-origin:50% 0;transform-origin:50% 0;-webkit-transform:scale(0.75) translateY(-21px);-ms-transform:scale(0.75) translateY(-21px);transform:scale(0.75) translateY(-21px);-webkit-transition:all 0.2s cubic-bezier(0.5,0,0,1.25), opacity 0.15s ease-out;transition:all 0.2s cubic-bezier(0.5,0,0,1.25), opacity 0.15s ease-out;z-index:9;}
.nice-select .list:hover .option:not(:hover){background-color:transparent !important;}
.nice-select .option{cursor:pointer;font-weight:400;line-height:40px;list-style:none;min-height:40px;outline:none;padding-left:18px;padding-right:29px;text-align:left;-webkit-transition:all 0.2s;transition:all 0.2s;}
.nice-select .option:hover,.nice-select .option.focus,.nice-select .option.selected.focus{background-color:#f6f6f6;}
.nice-select .option.selected{font-weight:bold;}
.nice-select .option.disabled{background-color:transparent;color:#999;cursor:default;}
.no-csspointerevents .nice-select .list{display:none;}
.no-csspointerevents .nice-select.open .list{display:block;}


.standard-font{font-family:'OpenSans',sans-serif;color:#656565;text-align:justify;font-size:16px;line-height:150%}
@media only screen and (min-width:768px){.standard-font{font-size:17px}}
@media only screen and (min-width:1010px){.standard-font{font-size:18px}}
@media only screen and (min-width:1200px){.standard-font{font-size:18px}}
.small-font{font-size:14px}
.lead-font{font-family:'OpenSans',sans-serif;color:#656565;text-align:justify;font-size:16px;line-height:150%;font-size:18px}
@media only screen and (min-width:768px){.lead-font{font-size:17px}}
@media only screen and (min-width:1010px){.lead-font{font-size:18px}}
@media only screen and (min-width:1200px){.lead-font{font-size:18px}}
@media only screen and (min-width:768px){.lead-font{font-size:20px}}
.heading-font{line-height:150%;font-family:'Domine',serif;text-align:left}
.h1-font{line-height:150%;font-family:'Domine',serif;text-align:left;font-size:32px;color:#2a3c4e;margin-bottom:10px}
@media only screen and (min-width:768px){.h1-font{font-size:38px;margin-bottom:15px}}
@media only screen and (min-width:1010px){.h1-font{font-size:40px;margin-bottom:20px}}
@media only screen and (min-width:1200px){.h1-font{font-size:48px;margin-bottom:25px}}
.h2-font{line-height:150%;font-family:'Domine',serif;text-align:left;color:#656565;font-size:24px;margin-bottom:10px}
@media only screen and (min-width:768px){.h2-font{font-size:28px}}
@media only screen and (min-width:1010px){.h2-font{font-size:32px;margin-bottom:15px}}
@media only screen and (min-width:1200px){.h2-font{font-size:36px}}
.h3-font{line-height:150%;font-family:'Domine',serif;text-align:left;color:#656565;margin-bottom:10px;font-size:24px}
@media only screen and (min-width:1010px){.h3-font{font-size:28px}}
.link-font{color:#1bbc9b;text-decoration:underline}
.link-hover-font{text-decoration:underline}
.read-more-font{color:#1bbc9b;text-decoration:none}
.nav-font{line-height:150%;font-family:'Domine',serif;text-align:left;font-size:18px;text-decoration:none;color:#fff}
@media only screen and (min-width:1010px){.nav-font{font-size:20px}}
.subnav-font{font-family:'OpenSans',sans-serif;color:#656565;text-align:justify;font-size:16px;line-height:150%;text-decoration:none;color:#000}
@media only screen and (min-width:768px){.subnav-font{font-size:17px}}
@media only screen and (min-width:1010px){.subnav-font{font-size:18px}}
@media only screen and (min-width:1200px){.subnav-font{font-size:18px}}
.address-font{font-style:normal;font-family:'OpenSans',sans-serif;color:#656565;text-align:justify;font-size:16px;line-height:150%;font-size:14px}
@media only screen and (min-width:768px){.address-font{font-size:17px}}
@media only screen and (min-width:1010px){.address-font{font-size:18px}}
@media only screen and (min-width:1200px){.address-font{font-size:18px}}
@media only screen and (min-width:1010px){.address-font{font-size:16px}}
.box-font{font-family:'OpenSans',sans-serif;color:#656565;text-align:justify;font-size:16px;line-height:150%}
@media only screen and (min-width:768px){.box-font{font-size:17px}}
@media only screen and (min-width:1010px){.box-font{font-size:18px}}
@media only screen and (min-width:1200px){.box-font{font-size:18px}}
.footer-font{color:#fff;font-size:14px}
.hidden{display:none}
@media only screen and (max-width:768px){.hidden-mobile{display:none}}
.gradient{background:#2a3c4e;background:-webkit-linear-gradient(bottom,#2a3c4e,#1bbc9b);background:-o-linear-gradient(top,#2a3c4e,#1bbc9b);background:-moz-linear-gradient(top,#2a3c4e,#1bbc9b);background:linear-gradient(to top,#2a3c4e,#1bbc9b)}
.spin{display:block;line-height:32px;height:32px;width:32px;text-align:center;-moz-animation-name:spin;-moz-animation-duration:.5s;-moz-animation-iteration-count:infinite;-moz-animation-timing-function:linear;-webkit-animation-name:spin;-webkit-animation-duration:.5s;-webkit-animation-iteration-count:infinite;-webkit-animation-timing-function:linear;-ms-animation-name:spin;-ms-animation-duration:.5s;-ms-animation-iteration-count:infinite;-ms-animation-timing-function:linear;-o-animation-name:spin;-o-animation-duration:.5s;-o-animation-iteration-count:infinite;-o-animation-timing-function:linear;animation-name:spin;animation-duration:.5s;animation-iteration-count:infinite;animation-timing-function:linear}
@-moz-keyframes spin{from{-moz-transform:rotate(0deg);}
to{-moz-transform:rotate(360deg);}}
@-webkit-keyframes spin{from{-webkit-transform:rotate(0deg);}
to{-webkit-transform:rotate(360deg);}}
@-ms-keyframes spin{from{-ms-transform:rotate(0deg);}
to{-ms-transform:rotate(360deg);}}
@-o-keyframes spin{from{-o-transform:rotate(0deg);}
to{-o-transform:rotate(360deg);}}
@keyframes spin{from{transform:rotate(0deg);}
to{transform:rotate(360deg);}}
@media only screen and (min-width:768px){.move-right{-webkit-animation:moveRight .6s ease-in-out .2s backwards;-moz-animation:moveRight .6s ease-in-out .2s backwards;-o-animation:moveRight .6s ease-in-out .2s backwards;-ms-animation:moveRight .6s ease-in-out .2s backwards;animation:moveRight .6s ease-in-out .2s backwards}
.move-left{-webkit-animation:moveLeft .6s ease-in-out .2s backwards;-moz-animation:moveLeft .6s ease-in-out .2s backwards;-o-animation:moveLeft .6s ease-in-out .2s backwards;-ms-animation:moveLeft .6s ease-in-out .2s backwards;animation:moveLeft .6s ease-in-out .2s backwards}}
@-webkit-keyframes moveLeft{0%{-webkit-transform:translateX(-50%);opacity:0;}
100%{-webkit-transform:translateX(0px);opacity:1;}}
@-moz-keyframes moveLeft{0%{-moz-transform:translateX(-50%);opacity:0;}
100%{-moz-transform:translateX(0px);opacity:1;}}
@-o-keyframes moveLeft{0%{-o-transform:translateX(-50%);opacity:0;}
100%{-o-transform:translateX(0px);opacity:1;}}
@-ms-keyframes moveLeft{0%{-ms-transform:translateX(-50%);opacity:0;}
100%{-ms-transform:translateX(0px);opacity:1;}}
@keyframes moveLeft{0%{transform:translateX(-50%);opacity:0;}
100%{transform:translateX(0px);opacity:1;}}
@-webkit-keyframes moveRight{0%{-webkit-transform:translateX(40px);opacity:0;}
100%{-webkit-transform:translateX(0);opacity:1;}}
@-moz-keyframes moveRight{0%{-moz-transform:translateX(40px);opacity:0;}
100%{-moz-transform:translateX(0);opacity:1;}}
@-o-keyframes moveRight{0%{-o-transform:translateX(40px);opacity:0;}
100%{-o-transform:translateX(0);opacity:1;}}
@-ms-keyframes moveRight{0%{-ms-transform:translateX(40px);opacity:0;}
100%{-ms-transform:translateX(0);opacity:1;}}
@keyframes moveRight{0%{transform:translateX(40px);opacity:0;}
100%{transform:translateX(0);opacity:1;}}
.impressionen{padding-top:20px;background-color:#fff}
@media only screen and (min-width:1010px){.impressionen{padding-top:50px}}
.impressionen img{margin:0}
.impressionen a{position:absolute;bottom:40px;right:20px;font-weight:700}
.impressionen a i{font-weight:700;padding-left:10px}
.gallery-container{position:relative;padding-bottom:40px;margin-bottom:40px;width:100%}
.gallery div{width:100%}
.gallery div img{margin-right:0;float:left;width:48%}
.gallery div a:first-child img{margin-right:4%}
.prev,.next{position:absolute;height:30px;line-height:30px;text-align:center;bottom:0;background-color:transparent;color:#1bbc9b}
@media only screen and (min-width:1010px){.prev,.next{height:40px;line-height:40px}}
.prev{left:0;padding-right:30px}
.next{right:0;padding-left:30px}
#imagelightbox{background:#fff;cursor:pointer;position:fixed;left:50%;top:50%;max-width:100%;height:auto;max-height:100%;z-index:9999999;-ms-touch-action:none;touch-action:none;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);-webkit-box-shadow:0 0 3.125em rgba(0,0,0,.75);box-shadow:0 0 3.125em rgba(0,0,0,.75)}
@media only screen and (min-width:768px){#imagelightbox{max-width:80%;max-height:90%}}
#imagelightbox-loading{width:2.5em;height:2.5em;color:#999;position:fixed;z-index:99999999;top:50%;left:50%;padding:.625em;margin:-1.25em 0 0 -1.25em;font-size:32px}
#imagelightbox-loading *{color:rgba(255,255,255,.8)}
#imagelightbox-loading:hover *{color:#fff}
#imagelightbox-overlay{background-color:#000;background-color:rgba(0,0,0,.8);position:fixed;z-index:9999998;top:0;right:0;bottom:0;left:0}
#imagelightbox-close{text-align:left;position:fixed;z-index:9999999;top:30px;right:10px;color:#999;font-size:32px;background-color:transparent;border:none;cursor:pointer;font-weight:lighter;width:40px;height:40px;line-height:40px;text-align:center}
#imagelightbox-close *{color:rgba(255,255,255,.8)}
#imagelightbox-close:hover *{color:#fff}
#imagelightbox-close:hover{color:#fff}
#imagelightbox-caption{text-align:center;background-color:#ccc;color:#666;position:fixed;z-index:9999999;left:0;right:0;bottom:0;line-height:200%}
.imagelightbox-arrow{vertical-align:middle;display:none;position:fixed;z-index:99999999;width:40px;height:40px;line-height:40px;text-align:center;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);font-size:30px;background-color:transparent;border:none;cursor:pointer;color:#999}
.imagelightbox-arrow *{color:rgba(255,255,255,.8)}
.imagelightbox-arrow:hover *{color:#fff}
.imagelightbox-arrow-left{left:0}
.imagelightbox-arrow-right{right:0}
footer .col{float:left;padding-bottom:20px}
footer{background-color:#2a3c4e;position:relative;padding:40px;color:#fff;font-size:14px}
footer .col.logo-container a{padding-left:0}
footer h3{color:#a7a9ab;font-size:16px}
footer p{margin-bottom:0}
footer *{color:#fff}
footer .col a{color:inherit;font-family:'Domine',serif;display:block;padding-left:0;margin-bottom:10px;font-size:14px;text-decoration:none}
footer .col a:hover,footer .col a:focus{color:inherit;outline:none}
@media only screen and (min-width:768px){footer .col a{margin-bottom:0}}
footer .credits{margin-top:20px;width:100%}
footer .credits p{text-align:center}
footer .credits span.icon{font-size:40px;vertical-align:middle}
footer .credits a{text-decoration:none;font-size:inherit;display:inline}
@media print{body{background:none}
header .social-media{display:none}
header{height:80px;margin:0;margin-bottom:30px;padding:0}
header{background-color:transparent}
header .logo-container{display:block;position:absolute;left:10px;top:0}
header .header-logo{width:50px}
header .address{display:none}
footer{display:block;background-color:transparent;padding:0;margin:0;color:#131313!important}
footer .logo-container{display:none}
footer .service-links{display:none}
footer .services{display:none}
footer a i{top:6px}
.box,.largebox{display:none}
.slider-container{display:none}
nav.main{display:none}
nav.secondary{display:none}
.nav{display:block}
.nav-mobile-btn-show{display:none}
.nav-bg{background-color:transparent}
*{color:#131313!important}
img{max-width:50%}
aside{display:none!important}
.slider-container{display:none}}

.text-block a{color:#2a3c4e; font-weight:bold}