.monthly { background: #F3F3F5; color:#545454; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; position: relative; } .monthly-prev { position: absolute; top:13px; left:0; width:50px; opacity: .5; vertical-align: middle; text-decoration: none; border-bottom: 0px !important; box-shadow: none !important; }
.monthly-prev:hover { text-decoration: none !important; border-bottom: 0px !important; opacity: 1; }
.monthly-next:focus, .monthly-prev:focus { outline: none !important; } .monthly-next { position: absolute; top:13px; right:0; width:50px; opacity: .5; text-decoration: none; border-bottom: 0px !important; box-shadow: none !important; }
.monthly-next:hover { text-decoration: none !important; border-bottom: 0px !important; opacity: 1; } .monthly-day-title-wrap div { width: 14.28% !important; display:table-cell; box-sizing:border-box; position: relative; font-weight: bold; text-align:center; } .monthly-day-wrap { display:table; table-layout:fixed; width:100%; overflow: hidden; }
.monthly-week { display:table-row; width:100%; } .monthly-day, .monthly-day-blank { width: 14.28% !important; display:table-cell; vertical-align: top; box-sizing:border-box; position: relative; -webkit-transition: .25s; transition:.25s; padding:0; text-decoration: none !important; border-bottom: 0px !important; } .monthly-day:before { content: ""; display: block; padding-top: 100%; float: left; } .monthly-day-wrap > a:hover { background: #A1C2E3; } .monthly-day-event > .monthly-day-number { position: absolute; line-height: 1em; top:2px; } .monthly-day-pick > .monthly-day-number { line-height: 1em; font-size:11px; padding-top:35%; }
.monthly-day-pick > .monthly-indicator-wrap { margin:0; } .monthly-past-day:after { content: ''; width: 150%; height: 2px; -webkit-transform-origin: left top; -ms-transform-origin: left top; transform-origin: left top; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); background: rgba(0, 0, 0, 0.1); position: absolute; left: 0; top: 0; }
.monthly-past-day:hover { background: #fff!important; } .monthly-today .monthly-day-number { border-radius: 20px; top: 2px; width: 20px; height: 20px; line-height: 20px; text-align: center; }
.monthly-day-pick.monthly-today .monthly-day-number { padding: 0; margin:22% 22% 0 22%; } .monthly-reset { display: inline-block; position: relative; opacity: .5; margin-left: 5px; vertical-align: middle; box-shadow: none !important; border-bottom: none !important; }
.monthly-reset:hover { opacity: 1; cursor: pointer; border-bottom: none !important; } .monthly-cal { display: inline-block; height:11px; width:13px; position: relative; top:1px; margin-right:5px; opacity: 1; box-shadow: none !important; border-bottom: none !important; }
.monthly-cal:hover { cursor: pointer; opacity:0.8; border-bottom: none !important; }
.monthly-cal:before { content:''; position: absolute; width:2px; height: 3px; top:-2px; left:2px; }
.monthly-cal:after { content:''; position: absolute; width:2px; height: 3px; top:-2px; right:2px; }
.monthly-cal div { height:6px; width:11px; position: absolute; top:4px; left:1px; } .monthly-indicator-wrap { position: relative; text-align: center; line-height: 0; max-width: 20px; margin:0 auto; padding-top:40%; } .monthly-day .monthly-event-indicator { display: inline-block; margin: 1px; width: 8px; height: 8px; border-radius: 6px; vertical-align: middle; border-radius: 6px; background:#7BA7CE; font-size:0; color:transparent; }
.monthly-day .monthly-event-indicator:hover { cursor: pointer; } .monthly-event-list { background: rgba(233, 235, 236, 0.9); overflow: auto; position: absolute; top: 40px; width: 100%; height: -webkit-calc(100% - 40px); height: -moz-calc(100% - 40px); height: calc(100% - 40px); display: none; -webkit-transition: .25s; transition:.25s; -webkit-transform:scale(0); -ms-transform:scale(0); transform:scale(0); } .monthly-list-item { position: relative; padding:10px 10px 5px 50px; display: none; border-top: 1px solid #D6D6D6; text-align: left; }
.monthly-event-list .monthly-today .monthly-event-list-date { color: #EA6565; } .monthly-event-list .listed-event, .monthly-event-list .listed-event-desc { display: block; padding:4px 10px; border-radius:2px; margin-bottom: 5px; border-bottom: 0px !important; box-shadow: none !important; }
.monthly-event-list .listed-event:hover { border-bottom: 0px !important; }
.monthly-event-list .listed-event-desc a:hover, .monthly-event-list .listed-event-desc a:focus { border-bottom: 0px !important; outline: none; }
.monthly-list-item a:link, .monthly-list-item a:visited { text-decoration: none; }
.item-has-event { display: block; }
.item-has-event:after { display:none !important; }
.monthly-event-list-date { width:50px; position: absolute; left:0; top:13px; text-align: center; font-size: 12px; font-weight: bold; line-height: 1.2em; }
.monthly-list-time-start, .monthly-list-time-end { font-size:.8em; display: inline-block; }
.monthly-list-time-end:not(:empty):before { content:'-'; padding:0 2px; } .monthly-event-list::-webkit-scrollbar { width: 9px; } .monthly-event-list::-webkit-scrollbar-track { background: none; } .monthly-event-list::-webkit-scrollbar-thumb { background:#ccc; border:1px solid #E9EBEC; border-radius: 10px; }
.monthly-event-list::-webkit-scrollbar-thumb:hover { background:#555; } @media (min-width: 600px)
{
.monthly-day-event { padding-top: 20px; }
.monthly-day-event:before { padding-top: 77%; }
.monthly-day-event > .monthly-indicator-wrap { width:auto; max-width: none; }
.monthly-indicator-wrap { padding:0; }
.monthly-day .monthly-event-indicator { display: block; margin: 0 0 1px 0; width: auto; height:20px; font-size: 10px; padding: 4px; border-radius:0; overflow: hidden; text-overflow: ellipsis; text-shadow:0 0 2px rgba(0,0,0,.2); text-decoration: none; line-height: 1em; white-space: nowrap; box-sizing: border-box; }
}@font-face {
font-family: 'FontAwesome';
src: url(//www.domainedebouhemy.fr/wp-content/plugins/TS-Calendar/JS/fonts/fontawesome-webfont.eot?v=4.6.3);
src: url(//www.domainedebouhemy.fr/wp-content/plugins/TS-Calendar/JS/fonts/fontawesome-webfont.eot?#iefix&v=4.6.3) format('embedded-opentype'), url(//www.domainedebouhemy.fr/wp-content/plugins/TS-Calendar/JS/fonts/fontawesome-webfont.woff2?v=4.6.3) format('woff2'), url(//www.domainedebouhemy.fr/wp-content/plugins/TS-Calendar/JS/fonts/fontawesome-webfont.woff?v=4.6.3) format('woff'), url(//www.domainedebouhemy.fr/wp-content/plugins/TS-Calendar/JS/fonts/fontawesome-webfont.ttf?v=4.6.3) format('truetype'), url(//www.domainedebouhemy.fr/wp-content/plugins/TS-Calendar/JS/fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular) format('svg');
font-weight: normal;
font-style: normal;
}
.totalsoft {
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
} .totalsoft-lg {
font-size: 1.33333333em;
line-height: 0.75em;
vertical-align: -15%;
}
.totalsoft-2x {
font-size: 2em;
}
.totalsoft-3x {
font-size: 3em;
}
.totalsoft-4x {
font-size: 4em;
}
.totalsoft-5x {
font-size: 5em;
}
.totalsoft-fw {
width: 1.28571429em;
text-align: center;
}
.totalsoft-ul {
padding-left: 0;
margin-left: 2.14285714em;
list-style-type: none;
}
.totalsoft-ul > li {
position: relative;
}
.totalsoft-li {
position: absolute;
left: -2.14285714em;
width: 2.14285714em;
top: 0.14285714em;
text-align: center;
}
.totalsoft-li.totalsoft-lg {
left: -1.85714286em;
}
.totalsoft-border {
padding: .2em .25em .15em;
border: solid 0.08em #eeeeee;
border-radius: .1em;
}
.totalsoft-pull-left {
float: left;
}
.totalsoft-pull-right {
float: right;
}
.totalsoft.totalsoft-pull-left {
margin-right: .3em;
}
.totalsoft.totalsoft-pull-right {
margin-left: .3em;
} .pull-right {
float: right;
}
.pull-left {
float: left;
}
.totalsoft.pull-left {
margin-right: .3em;
}
.totalsoft.pull-right {
margin-left: .3em;
}
.totalsoft-spin {
-webkit-animation: fa-spin 2s infinite linear;
animation: fa-spin 2s infinite linear;
}
.totalsoft-pulse {
-webkit-animation: fa-spin 1s infinite steps(8);
animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(359deg);
transform: rotate(359deg);
}
}
@keyframes fa-spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(359deg);
transform: rotate(359deg);
}
}
.totalsoft-rotate-90 {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
}
.totalsoft-rotate-180 {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
-webkit-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg);
}
.totalsoft-rotate-270 {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
-webkit-transform: rotate(270deg);
-ms-transform: rotate(270deg);
transform: rotate(270deg);
}
.totalsoft-flip-horizontal {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
-webkit-transform: scale(-1, 1);
-ms-transform: scale(-1, 1);
transform: scale(-1, 1);
}
.totalsoft-flip-vertical {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
-webkit-transform: scale(1, -1);
-ms-transform: scale(1, -1);
transform: scale(1, -1);
}
:root .totalsoft-rotate-90,
:root .totalsoft-rotate-180,
:root .totalsoft-rotate-270,
:root .totalsoft-flip-horizontal,
:root .totalsoft-flip-vertical {
filter: none;
}
.totalsoft-stack {
position: relative;
display: inline-block;
width: 2em;
height: 2em;
line-height: 2em;
vertical-align: middle;
}
.totalsoft-stack-1x,
.totalsoft-stack-2x {
position: absolute;
left: 0;
width: 100%;
text-align: center;
}
.totalsoft-stack-1x {
line-height: inherit;
}
.totalsoft-stack-2x {
font-size: 2em;
}
.totalsoft-inverse {
color: #ffffff;
} .totalsoft-glass:before {
content: "\f000";
}
.totalsoft-music:before {
content: "\f001";
}
.totalsoft-search:before {
content: "\f002";
}
.totalsoft-envelope-o:before {
content: "\f003";
}
.totalsoft-heart:before {
content: "\f004";
}
.totalsoft-star:before {
content: "\f005";
}
.totalsoft-star-o:before {
content: "\f006";
}
.totalsoft-user:before {
content: "\f007";
}
.totalsoft-film:before {
content: "\f008";
}
.totalsoft-th-large:before {
content: "\f009";
}
.totalsoft-th:before {
content: "\f00a";
}
.totalsoft-th-list:before {
content: "\f00b";
}
.totalsoft-check:before {
content: "\f00c";
}
.totalsoft-remove:before,
.totalsoft-close:before,
.totalsoft-times:before {
content: "\f00d";
}
.totalsoft-search-plus:before {
content: "\f00e";
}
.totalsoft-search-minus:before {
content: "\f010";
}
.totalsoft-power-off:before {
content: "\f011";
}
.totalsoft-signal:before {
content: "\f012";
}
.totalsoft-gear:before,
.totalsoft-cog:before {
content: "\f013";
}
.totalsoft-trash-o:before {
content: "\f014";
}
.totalsoft-home:before {
content: "\f015";
}
.totalsoft-file-o:before {
content: "\f016";
}
.totalsoft-clock-o:before {
content: "\f017";
}
.totalsoft-road:before {
content: "\f018";
}
.totalsoft-download:before {
content: "\f019";
}
.totalsoft-arrow-circle-o-down:before {
content: "\f01a";
}
.totalsoft-arrow-circle-o-up:before {
content: "\f01b";
}
.totalsoft-inbox:before {
content: "\f01c";
}
.totalsoft-play-circle-o:before {
content: "\f01d";
}
.totalsoft-rotate-right:before,
.totalsoft-repeat:before {
content: "\f01e";
}
.totalsoft-refresh:before {
content: "\f021";
}
.totalsoft-list-alt:before {
content: "\f022";
}
.totalsoft-lock:before {
content: "\f023";
}
.totalsoft-flag:before {
content: "\f024";
}
.totalsoft-headphones:before {
content: "\f025";
}
.totalsoft-volume-off:before {
content: "\f026";
}
.totalsoft-volume-down:before {
content: "\f027";
}
.totalsoft-volume-up:before {
content: "\f028";
}
.totalsoft-qrcode:before {
content: "\f029";
}
.totalsoft-barcode:before {
content: "\f02a";
}
.totalsoft-tag:before {
content: "\f02b";
}
.totalsoft-tags:before {
content: "\f02c";
}
.totalsoft-book:before {
content: "\f02d";
}
.totalsoft-bookmark:before {
content: "\f02e";
}
.totalsoft-print:before {
content: "\f02f";
}
.totalsoft-camera:before {
content: "\f030";
}
.totalsoft-font:before {
content: "\f031";
}
.totalsoft-bold:before {
content: "\f032";
}
.totalsoft-italic:before {
content: "\f033";
}
.totalsoft-text-height:before {
content: "\f034";
}
.totalsoft-text-width:before {
content: "\f035";
}
.totalsoft-align-left:before {
content: "\f036";
}
.totalsoft-align-center:before {
content: "\f037";
}
.totalsoft-align-right:before {
content: "\f038";
}
.totalsoft-align-justify:before {
content: "\f039";
}
.totalsoft-list:before {
content: "\f03a";
}
.totalsoft-dedent:before,
.totalsoft-outdent:before {
content: "\f03b";
}
.totalsoft-indent:before {
content: "\f03c";
}
.totalsoft-video-camera:before {
content: "\f03d";
}
.totalsoft-photo:before,
.totalsoft-image:before,
.totalsoft-picture-o:before {
content: "\f03e";
}
.totalsoft-pencil:before {
content: "\f040";
}
.totalsoft-map-marker:before {
content: "\f041";
}
.totalsoft-adjust:before {
content: "\f042";
}
.totalsoft-tint:before {
content: "\f043";
}
.totalsoft-edit:before,
.totalsoft-pencil-square-o:before {
content: "\f044";
}
.totalsoft-share-square-o:before {
content: "\f045";
}
.totalsoft-check-square-o:before {
content: "\f046";
}
.totalsoft-arrows:before {
content: "\f047";
}
.totalsoft-step-backward:before {
content: "\f048";
}
.totalsoft-fast-backward:before {
content: "\f049";
}
.totalsoft-backward:before {
content: "\f04a";
}
.totalsoft-play:before {
content: "\f04b";
}
.totalsoft-pause:before {
content: "\f04c";
}
.totalsoft-stop:before {
content: "\f04d";
}
.totalsoft-forward:before {
content: "\f04e";
}
.totalsoft-fast-forward:before {
content: "\f050";
}
.totalsoft-step-forward:before {
content: "\f051";
}
.totalsoft-eject:before {
content: "\f052";
}
.totalsoft-chevron-left:before {
content: "\f053";
}
.totalsoft-chevron-right:before {
content: "\f054";
}
.totalsoft-plus-circle:before {
content: "\f055";
}
.totalsoft-minus-circle:before {
content: "\f056";
}
.totalsoft-times-circle:before {
content: "\f057";
}
.totalsoft-check-circle:before {
content: "\f058";
}
.totalsoft-question-circle:before {
content: "\f059";
}
.totalsoft-info-circle:before {
content: "\f05a";
}
.totalsoft-crosshairs:before {
content: "\f05b";
}
.totalsoft-times-circle-o:before {
content: "\f05c";
}
.totalsoft-check-circle-o:before {
content: "\f05d";
}
.totalsoft-ban:before {
content: "\f05e";
}
.totalsoft-arrow-left:before {
content: "\f060";
}
.totalsoft-arrow-right:before {
content: "\f061";
}
.totalsoft-arrow-up:before {
content: "\f062";
}
.totalsoft-arrow-down:before {
content: "\f063";
}
.totalsoft-mail-forward:before,
.totalsoft-share:before {
content: "\f064";
}
.totalsoft-expand:before {
content: "\f065";
}
.totalsoft-compress:before {
content: "\f066";
}
.totalsoft-plus:before {
content: "\f067";
}
.totalsoft-minus:before {
content: "\f068";
}
.totalsoft-asterisk:before {
content: "\f069";
}
.totalsoft-exclamation-circle:before {
content: "\f06a";
}
.totalsoft-gift:before {
content: "\f06b";
}
.totalsoft-leaf:before {
content: "\f06c";
}
.totalsoft-fire:before {
content: "\f06d";
}
.totalsoft-eye:before {
content: "\f06e";
}
.totalsoft-eye-slash:before {
content: "\f070";
}
.totalsoft-warning:before,
.totalsoft-exclamation-triangle:before {
content: "\f071";
}
.totalsoft-plane:before {
content: "\f072";
}
.totalsoft-calendar:before {
content: "\f073";
}
.totalsoft-random:before {
content: "\f074";
}
.totalsoft-comment:before {
content: "\f075";
}
.totalsoft-magnet:before {
content: "\f076";
}
.totalsoft-chevron-up:before {
content: "\f077";
}
.totalsoft-chevron-down:before {
content: "\f078";
}
.totalsoft-retweet:before {
content: "\f079";
}
.totalsoft-shopping-cart:before {
content: "\f07a";
}
.totalsoft-folder:before {
content: "\f07b";
}
.totalsoft-folder-open:before {
content: "\f07c";
}
.totalsoft-arrows-v:before {
content: "\f07d";
}
.totalsoft-arrows-h:before {
content: "\f07e";
}
.totalsoft-bar-chart-o:before,
.totalsoft-bar-chart:before {
content: "\f080";
}
.totalsoft-twitter-square:before {
content: "\f081";
}
.totalsoft-facebook-square:before {
content: "\f082";
}
.totalsoft-camera-retro:before {
content: "\f083";
}
.totalsoft-key:before {
content: "\f084";
}
.totalsoft-gears:before,
.totalsoft-cogs:before {
content: "\f085";
}
.totalsoft-comments:before {
content: "\f086";
}
.totalsoft-thumbs-o-up:before {
content: "\f087";
}
.totalsoft-thumbs-o-down:before {
content: "\f088";
}
.totalsoft-star-half:before {
content: "\f089";
}
.totalsoft-heart-o:before {
content: "\f08a";
}
.totalsoft-sign-out:before {
content: "\f08b";
}
.totalsoft-linkedin-square:before {
content: "\f08c";
}
.totalsoft-thumb-tack:before {
content: "\f08d";
}
.totalsoft-external-link:before {
content: "\f08e";
}
.totalsoft-sign-in:before {
content: "\f090";
}
.totalsoft-trophy:before {
content: "\f091";
}
.totalsoft-github-square:before {
content: "\f092";
}
.totalsoft-upload:before {
content: "\f093";
}
.totalsoft-lemon-o:before {
content: "\f094";
}
.totalsoft-phone:before {
content: "\f095";
}
.totalsoft-square-o:before {
content: "\f096";
}
.totalsoft-bookmark-o:before {
content: "\f097";
}
.totalsoft-phone-square:before {
content: "\f098";
}
.totalsoft-twitter:before {
content: "\f099";
}
.totalsoft-facebook-f:before,
.totalsoft-facebook:before {
content: "\f09a";
}
.totalsoft-github:before {
content: "\f09b";
}
.totalsoft-unlock:before {
content: "\f09c";
}
.totalsoft-credit-card:before {
content: "\f09d";
}
.totalsoft-feed:before,
.totalsoft-rss:before {
content: "\f09e";
}
.totalsoft-hdd-o:before {
content: "\f0a0";
}
.totalsoft-bullhorn:before {
content: "\f0a1";
}
.totalsoft-bell:before {
content: "\f0f3";
}
.totalsoft-certificate:before {
content: "\f0a3";
}
.totalsoft-hand-o-right:before {
content: "\f0a4";
}
.totalsoft-hand-o-left:before {
content: "\f0a5";
}
.totalsoft-hand-o-up:before {
content: "\f0a6";
}
.totalsoft-hand-o-down:before {
content: "\f0a7";
}
.totalsoft-arrow-circle-left:before {
content: "\f0a8";
}
.totalsoft-arrow-circle-right:before {
content: "\f0a9";
}
.totalsoft-arrow-circle-up:before {
content: "\f0aa";
}
.totalsoft-arrow-circle-down:before {
content: "\f0ab";
}
.totalsoft-globe:before {
content: "\f0ac";
}
.totalsoft-wrench:before {
content: "\f0ad";
}
.totalsoft-tasks:before {
content: "\f0ae";
}
.totalsoft-filter:before {
content: "\f0b0";
}
.totalsoft-briefcase:before {
content: "\f0b1";
}
.totalsoft-arrows-alt:before {
content: "\f0b2";
}
.totalsoft-group:before,
.totalsoft-users:before {
content: "\f0c0";
}
.totalsoft-chain:before,
.totalsoft-link:before {
content: "\f0c1";
}
.totalsoft-cloud:before {
content: "\f0c2";
}
.totalsoft-flask:before {
content: "\f0c3";
}
.totalsoft-cut:before,
.totalsoft-scissors:before {
content: "\f0c4";
}
.totalsoft-copy:before,
.totalsoft-files-o:before {
content: "\f0c5";
}
.totalsoft-paperclip:before {
content: "\f0c6";
}
.totalsoft-save:before,
.totalsoft-floppy-o:before {
content: "\f0c7";
}
.totalsoft-square:before {
content: "\f0c8";
}
.totalsoft-navicon:before,
.totalsoft-reorder:before,
.totalsoft-bars:before {
content: "\f0c9";
}
.totalsoft-list-ul:before {
content: "\f0ca";
}
.totalsoft-list-ol:before {
content: "\f0cb";
}
.totalsoft-strikethrough:before {
content: "\f0cc";
}
.totalsoft-underline:before {
content: "\f0cd";
}
.totalsoft-table:before {
content: "\f0ce";
}
.totalsoft-magic:before {
content: "\f0d0";
}
.totalsoft-truck:before {
content: "\f0d1";
}
.totalsoft-pinterest:before {
content: "\f0d2";
}
.totalsoft-pinterest-square:before {
content: "\f0d3";
}
.totalsoft-google-plus-square:before {
content: "\f0d4";
}
.totalsoft-google-plus:before {
content: "\f0d5";
}
.totalsoft-money:before {
content: "\f0d6";
}
.totalsoft-caret-down:before {
content: "\f0d7";
}
.totalsoft-caret-up:before {
content: "\f0d8";
}
.totalsoft-caret-left:before {
content: "\f0d9";
}
.totalsoft-caret-right:before {
content: "\f0da";
}
.totalsoft-columns:before {
content: "\f0db";
}
.totalsoft-unsorted:before,
.totalsoft-sort:before {
content: "\f0dc";
}
.totalsoft-sort-down:before,
.totalsoft-sort-desc:before {
content: "\f0dd";
}
.totalsoft-sort-up:before,
.totalsoft-sort-asc:before {
content: "\f0de";
}
.totalsoft-envelope:before {
content: "\f0e0";
}
.totalsoft-linkedin:before {
content: "\f0e1";
}
.totalsoft-rotate-left:before,
.totalsoft-undo:before {
content: "\f0e2";
}
.totalsoft-legal:before,
.totalsoft-gavel:before {
content: "\f0e3";
}
.totalsoft-dashboard:before,
.totalsoft-tachometer:before {
content: "\f0e4";
}
.totalsoft-comment-o:before {
content: "\f0e5";
}
.totalsoft-comments-o:before {
content: "\f0e6";
}
.totalsoft-flash:before,
.totalsoft-bolt:before {
content: "\f0e7";
}
.totalsoft-sitemap:before {
content: "\f0e8";
}
.totalsoft-umbrella:before {
content: "\f0e9";
}
.totalsoft-paste:before,
.totalsoft-clipboard:before {
content: "\f0ea";
}
.totalsoft-lightbulb-o:before {
content: "\f0eb";
}
.totalsoft-exchange:before {
content: "\f0ec";
}
.totalsoft-cloud-download:before {
content: "\f0ed";
}
.totalsoft-cloud-upload:before {
content: "\f0ee";
}
.totalsoft-user-md:before {
content: "\f0f0";
}
.totalsoft-stethoscope:before {
content: "\f0f1";
}
.totalsoft-suitcase:before {
content: "\f0f2";
}
.totalsoft-bell-o:before {
content: "\f0a2";
}
.totalsoft-coffee:before {
content: "\f0f4";
}
.totalsoft-cutlery:before {
content: "\f0f5";
}
.totalsoft-file-text-o:before {
content: "\f0f6";
}
.totalsoft-building-o:before {
content: "\f0f7";
}
.totalsoft-hospital-o:before {
content: "\f0f8";
}
.totalsoft-ambulance:before {
content: "\f0f9";
}
.totalsoft-medkit:before {
content: "\f0fa";
}
.totalsoft-fighter-jet:before {
content: "\f0fb";
}
.totalsoft-beer:before {
content: "\f0fc";
}
.totalsoft-h-square:before {
content: "\f0fd";
}
.totalsoft-plus-square:before {
content: "\f0fe";
}
.totalsoft-angle-double-left:before {
content: "\f100";
}
.totalsoft-angle-double-right:before {
content: "\f101";
}
.totalsoft-angle-double-up:before {
content: "\f102";
}
.totalsoft-angle-double-down:before {
content: "\f103";
}
.totalsoft-angle-left:before {
content: "\f104";
}
.totalsoft-angle-right:before {
content: "\f105";
}
.totalsoft-angle-up:before {
content: "\f106";
}
.totalsoft-angle-down:before {
content: "\f107";
}
.totalsoft-desktop:before {
content: "\f108";
}
.totalsoft-laptop:before {
content: "\f109";
}
.totalsoft-tablet:before {
content: "\f10a";
}
.totalsoft-mobile-phone:before,
.totalsoft-mobile:before {
content: "\f10b";
}
.totalsoft-circle-o:before {
content: "\f10c";
}
.totalsoft-quote-left:before {
content: "\f10d";
}
.totalsoft-quote-right:before {
content: "\f10e";
}
.totalsoft-spinner:before {
content: "\f110";
}
.totalsoft-circle:before {
content: "\f111";
}
.totalsoft-mail-reply:before,
.totalsoft-reply:before {
content: "\f112";
}
.totalsoft-github-alt:before {
content: "\f113";
}
.totalsoft-folder-o:before {
content: "\f114";
}
.totalsoft-folder-open-o:before {
content: "\f115";
}
.totalsoft-smile-o:before {
content: "\f118";
}
.totalsoft-frown-o:before {
content: "\f119";
}
.totalsoft-meh-o:before {
content: "\f11a";
}
.totalsoft-gamepad:before {
content: "\f11b";
}
.totalsoft-keyboard-o:before {
content: "\f11c";
}
.totalsoft-flag-o:before {
content: "\f11d";
}
.totalsoft-flag-checkered:before {
content: "\f11e";
}
.totalsoft-terminal:before {
content: "\f120";
}
.totalsoft-code:before {
content: "\f121";
}
.totalsoft-mail-reply-all:before,
.totalsoft-reply-all:before {
content: "\f122";
}
.totalsoft-star-half-empty:before,
.totalsoft-star-half-full:before,
.totalsoft-star-half-o:before {
content: "\f123";
}
.totalsoft-location-arrow:before {
content: "\f124";
}
.totalsoft-crop:before {
content: "\f125";
}
.totalsoft-code-fork:before {
content: "\f126";
}
.totalsoft-unlink:before,
.totalsoft-chain-broken:before {
content: "\f127";
}
.totalsoft-question:before {
content: "\f128";
}
.totalsoft-info:before {
content: "\f129";
}
.totalsoft-exclamation:before {
content: "\f12a";
}
.totalsoft-superscript:before {
content: "\f12b";
}
.totalsoft-subscript:before {
content: "\f12c";
}
.totalsoft-eraser:before {
content: "\f12d";
}
.totalsoft-puzzle-piece:before {
content: "\f12e";
}
.totalsoft-microphone:before {
content: "\f130";
}
.totalsoft-microphone-slash:before {
content: "\f131";
}
.totalsoft-shield:before {
content: "\f132";
}
.totalsoft-calendar-o:before {
content: "\f133";
}
.totalsoft-fire-extinguisher:before {
content: "\f134";
}
.totalsoft-rocket:before {
content: "\f135";
}
.totalsoft-maxcdn:before {
content: "\f136";
}
.totalsoft-chevron-circle-left:before {
content: "\f137";
}
.totalsoft-chevron-circle-right:before {
content: "\f138";
}
.totalsoft-chevron-circle-up:before {
content: "\f139";
}
.totalsoft-chevron-circle-down:before {
content: "\f13a";
}
.totalsoft-html5:before {
content: "\f13b";
}
.totalsoft-css3:before {
content: "\f13c";
}
.totalsoft-anchor:before {
content: "\f13d";
}
.totalsoft-unlock-alt:before {
content: "\f13e";
}
.totalsoft-bullseye:before {
content: "\f140";
}
.totalsoft-ellipsis-h:before {
content: "\f141";
}
.totalsoft-ellipsis-v:before {
content: "\f142";
}
.totalsoft-rss-square:before {
content: "\f143";
}
.totalsoft-play-circle:before {
content: "\f144";
}
.totalsoft-ticket:before {
content: "\f145";
}
.totalsoft-minus-square:before {
content: "\f146";
}
.totalsoft-minus-square-o:before {
content: "\f147";
}
.totalsoft-level-up:before {
content: "\f148";
}
.totalsoft-level-down:before {
content: "\f149";
}
.totalsoft-check-square:before {
content: "\f14a";
}
.totalsoft-pencil-square:before {
content: "\f14b";
}
.totalsoft-external-link-square:before {
content: "\f14c";
}
.totalsoft-share-square:before {
content: "\f14d";
}
.totalsoft-compass:before {
content: "\f14e";
}
.totalsoft-toggle-down:before,
.totalsoft-caret-square-o-down:before {
content: "\f150";
}
.totalsoft-toggle-up:before,
.totalsoft-caret-square-o-up:before {
content: "\f151";
}
.totalsoft-toggle-right:before,
.totalsoft-caret-square-o-right:before {
content: "\f152";
}
.totalsoft-euro:before,
.totalsoft-eur:before {
content: "\f153";
}
.totalsoft-gbp:before {
content: "\f154";
}
.totalsoft-dollar:before,
.totalsoft-usd:before {
content: "\f155";
}
.totalsoft-rupee:before,
.totalsoft-inr:before {
content: "\f156";
}
.totalsoft-cny:before,
.totalsoft-rmb:before,
.totalsoft-yen:before,
.totalsoft-jpy:before {
content: "\f157";
}
.totalsoft-ruble:before,
.totalsoft-rouble:before,
.totalsoft-rub:before {
content: "\f158";
}
.totalsoft-won:before,
.totalsoft-krw:before {
content: "\f159";
}
.totalsoft-bitcoin:before,
.totalsoft-btc:before {
content: "\f15a";
}
.totalsoft-file:before {
content: "\f15b";
}
.totalsoft-file-text:before {
content: "\f15c";
}
.totalsoft-sort-alpha-asc:before {
content: "\f15d";
}
.totalsoft-sort-alpha-desc:before {
content: "\f15e";
}
.totalsoft-sort-amount-asc:before {
content: "\f160";
}
.totalsoft-sort-amount-desc:before {
content: "\f161";
}
.totalsoft-sort-numeric-asc:before {
content: "\f162";
}
.totalsoft-sort-numeric-desc:before {
content: "\f163";
}
.totalsoft-thumbs-up:before {
content: "\f164";
}
.totalsoft-thumbs-down:before {
content: "\f165";
}
.totalsoft-youtube-square:before {
content: "\f166";
}
.totalsoft-youtube:before {
content: "\f167";
}
.totalsoft-xing:before {
content: "\f168";
}
.totalsoft-xing-square:before {
content: "\f169";
}
.totalsoft-youtube-play:before {
content: "\f16a";
}
.totalsoft-dropbox:before {
content: "\f16b";
}
.totalsoft-stack-overflow:before {
content: "\f16c";
}
.totalsoft-instagram:before {
content: "\f16d";
}
.totalsoft-flickr:before {
content: "\f16e";
}
.totalsoft-adn:before {
content: "\f170";
}
.totalsoft-bitbucket:before {
content: "\f171";
}
.totalsoft-bitbucket-square:before {
content: "\f172";
}
.totalsoft-tumblr:before {
content: "\f173";
}
.totalsoft-tumblr-square:before {
content: "\f174";
}
.totalsoft-long-arrow-down:before {
content: "\f175";
}
.totalsoft-long-arrow-up:before {
content: "\f176";
}
.totalsoft-long-arrow-left:before {
content: "\f177";
}
.totalsoft-long-arrow-right:before {
content: "\f178";
}
.totalsoft-apple:before {
content: "\f179";
}
.totalsoft-windows:before {
content: "\f17a";
}
.totalsoft-android:before {
content: "\f17b";
}
.totalsoft-linux:before {
content: "\f17c";
}
.totalsoft-dribbble:before {
content: "\f17d";
}
.totalsoft-skype:before {
content: "\f17e";
}
.totalsoft-foursquare:before {
content: "\f180";
}
.totalsoft-trello:before {
content: "\f181";
}
.totalsoft-female:before {
content: "\f182";
}
.totalsoft-male:before {
content: "\f183";
}
.totalsoft-gittip:before,
.totalsoft-gratipay:before {
content: "\f184";
}
.totalsoft-sun-o:before {
content: "\f185";
}
.totalsoft-moon-o:before {
content: "\f186";
}
.totalsoft-archive:before {
content: "\f187";
}
.totalsoft-bug:before {
content: "\f188";
}
.totalsoft-vk:before {
content: "\f189";
}
.totalsoft-weibo:before {
content: "\f18a";
}
.totalsoft-renren:before {
content: "\f18b";
}
.totalsoft-pagelines:before {
content: "\f18c";
}
.totalsoft-stack-exchange:before {
content: "\f18d";
}
.totalsoft-arrow-circle-o-right:before {
content: "\f18e";
}
.totalsoft-arrow-circle-o-left:before {
content: "\f190";
}
.totalsoft-toggle-left:before,
.totalsoft-caret-square-o-left:before {
content: "\f191";
}
.totalsoft-dot-circle-o:before {
content: "\f192";
}
.totalsoft-wheelchair:before {
content: "\f193";
}
.totalsoft-vimeo-square:before {
content: "\f194";
}
.totalsoft-turkish-lira:before,
.totalsoft-try:before {
content: "\f195";
}
.totalsoft-plus-square-o:before {
content: "\f196";
}
.totalsoft-space-shuttle:before {
content: "\f197";
}
.totalsoft-slack:before {
content: "\f198";
}
.totalsoft-envelope-square:before {
content: "\f199";
}
.totalsoft-wordpress:before {
content: "\f19a";
}
.totalsoft-openid:before {
content: "\f19b";
}
.totalsoft-institution:before,
.totalsoft-bank:before,
.totalsoft-university:before {
content: "\f19c";
}
.totalsoft-mortar-board:before,
.totalsoft-graduation-cap:before {
content: "\f19d";
}
.totalsoft-yahoo:before {
content: "\f19e";
}
.totalsoft-google:before {
content: "\f1a0";
}
.totalsoft-reddit:before {
content: "\f1a1";
}
.totalsoft-reddit-square:before {
content: "\f1a2";
}
.totalsoft-stumbleupon-circle:before {
content: "\f1a3";
}
.totalsoft-stumbleupon:before {
content: "\f1a4";
}
.totalsoft-delicious:before {
content: "\f1a5";
}
.totalsoft-digg:before {
content: "\f1a6";
}
.totalsoft-pied-piper-pp:before {
content: "\f1a7";
}
.totalsoft-pied-piper-alt:before {
content: "\f1a8";
}
.totalsoft-drupal:before {
content: "\f1a9";
}
.totalsoft-joomla:before {
content: "\f1aa";
}
.totalsoft-language:before {
content: "\f1ab";
}
.totalsoft-fax:before {
content: "\f1ac";
}
.totalsoft-building:before {
content: "\f1ad";
}
.totalsoft-child:before {
content: "\f1ae";
}
.totalsoft-paw:before {
content: "\f1b0";
}
.totalsoft-spoon:before {
content: "\f1b1";
}
.totalsoft-cube:before {
content: "\f1b2";
}
.totalsoft-cubes:before {
content: "\f1b3";
}
.totalsoft-behance:before {
content: "\f1b4";
}
.totalsoft-behance-square:before {
content: "\f1b5";
}
.totalsoft-steam:before {
content: "\f1b6";
}
.totalsoft-steam-square:before {
content: "\f1b7";
}
.totalsoft-recycle:before {
content: "\f1b8";
}
.totalsoft-automobile:before,
.totalsoft-car:before {
content: "\f1b9";
}
.totalsoft-cab:before,
.totalsoft-taxi:before {
content: "\f1ba";
}
.totalsoft-tree:before {
content: "\f1bb";
}
.totalsoft-spotify:before {
content: "\f1bc";
}
.totalsoft-deviantart:before {
content: "\f1bd";
}
.totalsoft-soundcloud:before {
content: "\f1be";
}
.totalsoft-database:before {
content: "\f1c0";
}
.totalsoft-file-pdf-o:before {
content: "\f1c1";
}
.totalsoft-file-word-o:before {
content: "\f1c2";
}
.totalsoft-file-excel-o:before {
content: "\f1c3";
}
.totalsoft-file-powerpoint-o:before {
content: "\f1c4";
}
.totalsoft-file-photo-o:before,
.totalsoft-file-picture-o:before,
.totalsoft-file-image-o:before {
content: "\f1c5";
}
.totalsoft-file-zip-o:before,
.totalsoft-file-archive-o:before {
content: "\f1c6";
}
.totalsoft-file-sound-o:before,
.totalsoft-file-audio-o:before {
content: "\f1c7";
}
.totalsoft-file-movie-o:before,
.totalsoft-file-video-o:before {
content: "\f1c8";
}
.totalsoft-file-code-o:before {
content: "\f1c9";
}
.totalsoft-vine:before {
content: "\f1ca";
}
.totalsoft-codepen:before {
content: "\f1cb";
}
.totalsoft-jsfiddle:before {
content: "\f1cc";
}
.totalsoft-life-bouy:before,
.totalsoft-life-buoy:before,
.totalsoft-life-saver:before,
.totalsoft-support:before,
.totalsoft-life-ring:before {
content: "\f1cd";
}
.totalsoft-circle-o-notch:before {
content: "\f1ce";
}
.totalsoft-ra:before,
.totalsoft-resistance:before,
.totalsoft-rebel:before {
content: "\f1d0";
}
.totalsoft-ge:before,
.totalsoft-empire:before {
content: "\f1d1";
}
.totalsoft-git-square:before {
content: "\f1d2";
}
.totalsoft-git:before {
content: "\f1d3";
}
.totalsoft-y-combinator-square:before,
.totalsoft-yc-square:before,
.totalsoft-hacker-news:before {
content: "\f1d4";
}
.totalsoft-tencent-weibo:before {
content: "\f1d5";
}
.totalsoft-qq:before {
content: "\f1d6";
}
.totalsoft-wechat:before,
.totalsoft-weixin:before {
content: "\f1d7";
}
.totalsoft-send:before,
.totalsoft-paper-plane:before {
content: "\f1d8";
}
.totalsoft-send-o:before,
.totalsoft-paper-plane-o:before {
content: "\f1d9";
}
.totalsoft-history:before {
content: "\f1da";
}
.totalsoft-circle-thin:before {
content: "\f1db";
}
.totalsoft-header:before {
content: "\f1dc";
}
.totalsoft-paragraph:before {
content: "\f1dd";
}
.totalsoft-sliders:before {
content: "\f1de";
}
.totalsoft-share-alt:before {
content: "\f1e0";
}
.totalsoft-share-alt-square:before {
content: "\f1e1";
}
.totalsoft-bomb:before {
content: "\f1e2";
}
.totalsoft-soccer-ball-o:before,
.totalsoft-futbol-o:before {
content: "\f1e3";
}
.totalsoft-tty:before {
content: "\f1e4";
}
.totalsoft-binoculars:before {
content: "\f1e5";
}
.totalsoft-plug:before {
content: "\f1e6";
}
.totalsoft-slideshare:before {
content: "\f1e7";
}
.totalsoft-twitch:before {
content: "\f1e8";
}
.totalsoft-yelp:before {
content: "\f1e9";
}
.totalsoft-newspaper-o:before {
content: "\f1ea";
}
.totalsoft-wifi:before {
content: "\f1eb";
}
.totalsoft-calculator:before {
content: "\f1ec";
}
.totalsoft-paypal:before {
content: "\f1ed";
}
.totalsoft-google-wallet:before {
content: "\f1ee";
}
.totalsoft-cc-visa:before {
content: "\f1f0";
}
.totalsoft-cc-mastercard:before {
content: "\f1f1";
}
.totalsoft-cc-discover:before {
content: "\f1f2";
}
.totalsoft-cc-amex:before {
content: "\f1f3";
}
.totalsoft-cc-paypal:before {
content: "\f1f4";
}
.totalsoft-cc-stripe:before {
content: "\f1f5";
}
.totalsoft-bell-slash:before {
content: "\f1f6";
}
.totalsoft-bell-slash-o:before {
content: "\f1f7";
}
.totalsoft-trash:before {
content: "\f1f8";
}
.totalsoft-copyright:before {
content: "\f1f9";
}
.totalsoft-at:before {
content: "\f1fa";
}
.totalsoft-eyedropper:before {
content: "\f1fb";
}
.totalsoft-paint-brush:before {
content: "\f1fc";
}
.totalsoft-birthday-cake:before {
content: "\f1fd";
}
.totalsoft-area-chart:before {
content: "\f1fe";
}
.totalsoft-pie-chart:before {
content: "\f200";
}
.totalsoft-line-chart:before {
content: "\f201";
}
.totalsoft-lastfm:before {
content: "\f202";
}
.totalsoft-lastfm-square:before {
content: "\f203";
}
.totalsoft-toggle-off:before {
content: "\f204";
}
.totalsoft-toggle-on:before {
content: "\f205";
}
.totalsoft-bicycle:before {
content: "\f206";
}
.totalsoft-bus:before {
content: "\f207";
}
.totalsoft-ioxhost:before {
content: "\f208";
}
.totalsoft-angellist:before {
content: "\f209";
}
.totalsoft-cc:before {
content: "\f20a";
}
.totalsoft-shekel:before,
.totalsoft-sheqel:before,
.totalsoft-ils:before {
content: "\f20b";
}
.totalsoft-meanpath:before {
content: "\f20c";
}
.totalsoft-buysellads:before {
content: "\f20d";
}
.totalsoft-connectdevelop:before {
content: "\f20e";
}
.totalsoft-dashcube:before {
content: "\f210";
}
.totalsoft-forumbee:before {
content: "\f211";
}
.totalsoft-leanpub:before {
content: "\f212";
}
.totalsoft-sellsy:before {
content: "\f213";
}
.totalsoft-shirtsinbulk:before {
content: "\f214";
}
.totalsoft-simplybuilt:before {
content: "\f215";
}
.totalsoft-skyatlas:before {
content: "\f216";
}
.totalsoft-cart-plus:before {
content: "\f217";
}
.totalsoft-cart-arrow-down:before {
content: "\f218";
}
.totalsoft-diamond:before {
content: "\f219";
}
.totalsoft-ship:before {
content: "\f21a";
}
.totalsoft-user-secret:before {
content: "\f21b";
}
.totalsoft-motorcycle:before {
content: "\f21c";
}
.totalsoft-street-view:before {
content: "\f21d";
}
.totalsoft-heartbeat:before {
content: "\f21e";
}
.totalsoft-venus:before {
content: "\f221";
}
.totalsoft-mars:before {
content: "\f222";
}
.totalsoft-mercury:before {
content: "\f223";
}
.totalsoft-intersex:before,
.totalsoft-transgender:before {
content: "\f224";
}
.totalsoft-transgender-alt:before {
content: "\f225";
}
.totalsoft-venus-double:before {
content: "\f226";
}
.totalsoft-mars-double:before {
content: "\f227";
}
.totalsoft-venus-mars:before {
content: "\f228";
}
.totalsoft-mars-stroke:before {
content: "\f229";
}
.totalsoft-mars-stroke-v:before {
content: "\f22a";
}
.totalsoft-mars-stroke-h:before {
content: "\f22b";
}
.totalsoft-neuter:before {
content: "\f22c";
}
.totalsoft-genderless:before {
content: "\f22d";
}
.totalsoft-facebook-official:before {
content: "\f230";
}
.totalsoft-pinterest-p:before {
content: "\f231";
}
.totalsoft-whatsapp:before {
content: "\f232";
}
.totalsoft-server:before {
content: "\f233";
}
.totalsoft-user-plus:before {
content: "\f234";
}
.totalsoft-user-times:before {
content: "\f235";
}
.totalsoft-hotel:before,
.totalsoft-bed:before {
content: "\f236";
}
.totalsoft-viacoin:before {
content: "\f237";
}
.totalsoft-train:before {
content: "\f238";
}
.totalsoft-subway:before {
content: "\f239";
}
.totalsoft-medium:before {
content: "\f23a";
}
.totalsoft-yc:before,
.totalsoft-y-combinator:before {
content: "\f23b";
}
.totalsoft-optin-monster:before {
content: "\f23c";
}
.totalsoft-opencart:before {
content: "\f23d";
}
.totalsoft-expeditedssl:before {
content: "\f23e";
}
.totalsoft-battery-4:before,
.totalsoft-battery-full:before {
content: "\f240";
}
.totalsoft-battery-3:before,
.totalsoft-battery-three-quarters:before {
content: "\f241";
}
.totalsoft-battery-2:before,
.totalsoft-battery-half:before {
content: "\f242";
}
.totalsoft-battery-1:before,
.totalsoft-battery-quarter:before {
content: "\f243";
}
.totalsoft-battery-0:before,
.totalsoft-battery-empty:before {
content: "\f244";
}
.totalsoft-mouse-pointer:before {
content: "\f245";
}
.totalsoft-i-cursor:before {
content: "\f246";
}
.totalsoft-object-group:before {
content: "\f247";
}
.totalsoft-object-ungroup:before {
content: "\f248";
}
.totalsoft-sticky-note:before {
content: "\f249";
}
.totalsoft-sticky-note-o:before {
content: "\f24a";
}
.totalsoft-cc-jcb:before {
content: "\f24b";
}
.totalsoft-cc-diners-club:before {
content: "\f24c";
}
.totalsoft-clone:before {
content: "\f24d";
}
.totalsoft-balance-scale:before {
content: "\f24e";
}
.totalsoft-hourglass-o:before {
content: "\f250";
}
.totalsoft-hourglass-1:before,
.totalsoft-hourglass-start:before {
content: "\f251";
}
.totalsoft-hourglass-2:before,
.totalsoft-hourglass-half:before {
content: "\f252";
}
.totalsoft-hourglass-3:before,
.totalsoft-hourglass-end:before {
content: "\f253";
}
.totalsoft-hourglass:before {
content: "\f254";
}
.totalsoft-hand-grab-o:before,
.totalsoft-hand-rock-o:before {
content: "\f255";
}
.totalsoft-hand-stop-o:before,
.totalsoft-hand-paper-o:before {
content: "\f256";
}
.totalsoft-hand-scissors-o:before {
content: "\f257";
}
.totalsoft-hand-lizard-o:before {
content: "\f258";
}
.totalsoft-hand-spock-o:before {
content: "\f259";
}
.totalsoft-hand-pointer-o:before {
content: "\f25a";
}
.totalsoft-hand-peace-o:before {
content: "\f25b";
}
.totalsoft-trademark:before {
content: "\f25c";
}
.totalsoft-registered:before {
content: "\f25d";
}
.totalsoft-creative-commons:before {
content: "\f25e";
}
.totalsoft-gg:before {
content: "\f260";
}
.totalsoft-gg-circle:before {
content: "\f261";
}
.totalsoft-tripadvisor:before {
content: "\f262";
}
.totalsoft-odnoklassniki:before {
content: "\f263";
}
.totalsoft-odnoklassniki-square:before {
content: "\f264";
}
.totalsoft-get-pocket:before {
content: "\f265";
}
.totalsoft-wikipedia-w:before {
content: "\f266";
}
.totalsoft-safari:before {
content: "\f267";
}
.totalsoft-chrome:before {
content: "\f268";
}
.totalsoft-firefox:before {
content: "\f269";
}
.totalsoft-opera:before {
content: "\f26a";
}
.totalsoft-internet-explorer:before {
content: "\f26b";
}
.totalsoft-tv:before,
.totalsoft-television:before {
content: "\f26c";
}
.totalsoft-contao:before {
content: "\f26d";
}
.totalsoft-500px:before {
content: "\f26e";
}
.totalsoft-amazon:before {
content: "\f270";
}
.totalsoft-calendar-plus-o:before {
content: "\f271";
}
.totalsoft-calendar-minus-o:before {
content: "\f272";
}
.totalsoft-calendar-times-o:before {
content: "\f273";
}
.totalsoft-calendar-check-o:before {
content: "\f274";
}
.totalsoft-industry:before {
content: "\f275";
}
.totalsoft-map-pin:before {
content: "\f276";
}
.totalsoft-map-signs:before {
content: "\f277";
}
.totalsoft-map-o:before {
content: "\f278";
}
.totalsoft-map:before {
content: "\f279";
}
.totalsoft-commenting:before {
content: "\f27a";
}
.totalsoft-commenting-o:before {
content: "\f27b";
}
.totalsoft-houzz:before {
content: "\f27c";
}
.totalsoft-vimeo:before {
content: "\f27d";
}
.totalsoft-black-tie:before {
content: "\f27e";
}
.totalsoft-fonticons:before {
content: "\f280";
}
.totalsoft-reddit-alien:before {
content: "\f281";
}
.totalsoft-edge:before {
content: "\f282";
}
.totalsoft-credit-card-alt:before {
content: "\f283";
}
.totalsoft-codiepie:before {
content: "\f284";
}
.totalsoft-modx:before {
content: "\f285";
}
.totalsoft-fort-awesome:before {
content: "\f286";
}
.totalsoft-usb:before {
content: "\f287";
}
.totalsoft-product-hunt:before {
content: "\f288";
}
.totalsoft-mixcloud:before {
content: "\f289";
}
.totalsoft-scribd:before {
content: "\f28a";
}
.totalsoft-pause-circle:before {
content: "\f28b";
}
.totalsoft-pause-circle-o:before {
content: "\f28c";
}
.totalsoft-stop-circle:before {
content: "\f28d";
}
.totalsoft-stop-circle-o:before {
content: "\f28e";
}
.totalsoft-shopping-bag:before {
content: "\f290";
}
.totalsoft-shopping-basket:before {
content: "\f291";
}
.totalsoft-hashtag:before {
content: "\f292";
}
.totalsoft-bluetooth:before {
content: "\f293";
}
.totalsoft-bluetooth-b:before {
content: "\f294";
}
.totalsoft-percent:before {
content: "\f295";
}
.totalsoft-gitlab:before {
content: "\f296";
}
.totalsoft-wpbeginner:before {
content: "\f297";
}
.totalsoft-wpforms:before {
content: "\f298";
}
.totalsoft-envira:before {
content: "\f299";
}
.totalsoft-universal-access:before {
content: "\f29a";
}
.totalsoft-wheelchair-alt:before {
content: "\f29b";
}
.totalsoft-question-circle-o:before {
content: "\f29c";
}
.totalsoft-blind:before {
content: "\f29d";
}
.totalsoft-audio-description:before {
content: "\f29e";
}
.totalsoft-volume-control-phone:before {
content: "\f2a0";
}
.totalsoft-braille:before {
content: "\f2a1";
}
.totalsoft-assistive-listening-systems:before {
content: "\f2a2";
}
.totalsoft-asl-interpreting:before,
.totalsoft-american-sign-language-interpreting:before {
content: "\f2a3";
}
.totalsoft-deafness:before,
.totalsoft-hard-of-hearing:before,
.totalsoft-deaf:before {
content: "\f2a4";
}
.totalsoft-glide:before {
content: "\f2a5";
}
.totalsoft-glide-g:before {
content: "\f2a6";
}
.totalsoft-signing:before,
.totalsoft-sign-language:before {
content: "\f2a7";
}
.totalsoft-low-vision:before {
content: "\f2a8";
}
.totalsoft-viadeo:before {
content: "\f2a9";
}
.totalsoft-viadeo-square:before {
content: "\f2aa";
}
.totalsoft-snapchat:before {
content: "\f2ab";
}
.totalsoft-snapchat-ghost:before {
content: "\f2ac";
}
.totalsoft-snapchat-square:before {
content: "\f2ad";
}
.totalsoft-pied-piper:before {
content: "\f2ae";
}
.totalsoft-first-order:before {
content: "\f2b0";
}
.totalsoft-yoast:before {
content: "\f2b1";
}
.totalsoft-themeisle:before {
content: "\f2b2";
}
.totalsoft-google-plus-circle:before,
.totalsoft-google-plus-official:before {
content: "\f2b3";
}
.totalsoft-fa:before,
.totalsoft-font-awesome:before {
content: "\f2b4";
}
.sr-only {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
position: static;
width: auto;
height: auto;
margin: 0;
overflow: visible;
clip: auto;
}#debungcontrolls {
z-index:100000;
position:fixed;
bottom:0px; width:100%;
height:auto;
background:rgba(0,0,0,0.6);
padding:10px;
box-sizing: border-box;
}
.debugtimeline {
width:100%;
height:10px;
position:relative;
display:block;
margin-bottom:3px;	
display:none;
white-space: nowrap;	
box-sizing: border-box;
}
.debugtimeline:hover {
height:15px;
}
.the_timeline_tester {
background:#e74c3c;
position:absolute;
top:0px;
left:0px;
height:100%;
width:0;	
}
.rs-go-fullscreen {
position:fixed !important;
width:100% !important;
height:100% !important;
top:0px !important;
left:0px !important;
z-index:9999999 !important;
background:#ffffff !important;
}
.debugtimeline.tl_slide .the_timeline_tester {
background:#f39c12;	
}
.debugtimeline.tl_frame .the_timeline_tester {
background:#3498db;	
}
.debugtimline_txt {
color:#fff;
font-weight: 400;
font-size:7px;
position:absolute;	
left:10px;
top:0px;
white-space: nowrap;
line-height: 10px;
}
.rtl {	direction: rtl;}
@font-face {
font-family: 'revicons';
src: url(//www.domainedebouhemy.fr/wp-content/plugins/revslider/public/assets/fonts/revicons/revicons.eot?5510888);
src: url(//www.domainedebouhemy.fr/wp-content/plugins/revslider/public/assets/fonts/revicons/revicons.eot?5510888#iefix) format('embedded-opentype'),
url(//www.domainedebouhemy.fr/wp-content/plugins/revslider/public/assets/fonts/revicons/revicons.woff?5510888) format('woff'),
url(//www.domainedebouhemy.fr/wp-content/plugins/revslider/public/assets/fonts/revicons/revicons.ttf?5510888) format('truetype'),
url(//www.domainedebouhemy.fr/wp-content/plugins/revslider/public/assets/fonts/revicons/revicons.svg?5510888#revicons) format('svg');
font-weight: normal;
font-style: normal;
}
[class^="revicon-"]:before, [class*=" revicon-"]:before {
font-family: "revicons";
font-style: normal;
font-weight: normal;
speak: none;
display: inline-block;
text-decoration: inherit;
width: 1em;
margin-right: .2em;
text-align: center; font-variant: normal;
text-transform: none; line-height: 1em;  margin-left: .2em;    }
.revicon-search-1:before { content: '\e802'; } .revicon-pencil-1:before { content: '\e831'; } .revicon-picture-1:before { content: '\e803'; } .revicon-cancel:before { content: '\e80a'; } .revicon-info-circled:before { content: '\e80f'; } .revicon-trash:before { content: '\e801'; } .revicon-left-dir:before { content: '\e817'; } .revicon-right-dir:before { content: '\e818'; } .revicon-down-open:before { content: '\e83b'; } .revicon-left-open:before { content: '\e819'; } .revicon-right-open:before { content: '\e81a'; } .revicon-angle-left:before { content: '\e820'; } .revicon-angle-right:before { content: '\e81d'; } .revicon-left-big:before { content: '\e81f'; } .revicon-right-big:before { content: '\e81e'; } .revicon-magic:before { content: '\e807'; } .revicon-picture:before { content: '\e800'; } .revicon-export:before { content: '\e80b'; } .revicon-cog:before { content: '\e832'; } .revicon-login:before { content: '\e833'; } .revicon-logout:before { content: '\e834'; } .revicon-video:before { content: '\e805'; } .revicon-arrow-combo:before { content: '\e827'; } .revicon-left-open-1:before { content: '\e82a'; } .revicon-right-open-1:before { content: '\e82b'; } .revicon-left-open-mini:before { content: '\e822'; } .revicon-right-open-mini:before { content: '\e823'; } .revicon-left-open-big:before { content: '\e824'; } .revicon-right-open-big:before { content: '\e825'; } .revicon-left:before { content: '\e836'; } .revicon-right:before { content: '\e826'; } .revicon-ccw:before { content: '\e808'; } .revicon-arrows-ccw:before { content: '\e806'; } .revicon-palette:before { content: '\e829'; } .revicon-list-add:before { content: '\e80c'; } .revicon-doc:before { content: '\e809'; } .revicon-left-open-outline:before { content: '\e82e'; } .revicon-left-open-2:before { content: '\e82c'; } .revicon-right-open-outline:before { content: '\e82f'; } .revicon-right-open-2:before { content: '\e82d'; } .revicon-equalizer:before { content: '\e83a'; } .revicon-layers-alt:before { content: '\e804'; } .revicon-popup:before { content: '\e828'; }  .rev_slider_wrapper{
position:relative;
z-index: 0;
width:100%;
}
.rev_slider{
position:relative;
overflow:visible;
}
.entry-content .rev_slider a,
.rev_slider a { box-shadow: none; }
.tp-overflow-hidden { 	overflow:hidden !important;}
.group_ov_hidden 	{	overflow:hidden}
.tp-simpleresponsive img,
.rev_slider img{
max-width:none !important;	
transition: none;
margin:0px;
padding:0px;
border:none;
}
.rev_slider .no-slides-text{
font-weight:bold;
text-align:center;
padding-top:80px;
}
.rev_slider >ul,
.rev_slider_wrapper >ul,
.tp-revslider-mainul >li,
.rev_slider >ul >li,
.rev_slider >ul >li:before,
.tp-revslider-mainul >li:before,
.tp-simpleresponsive >ul,
.tp-simpleresponsive >ul >li,
.tp-simpleresponsive >ul >li:before,
.tp-revslider-mainul >li,
.tp-simpleresponsive >ul >li{
list-style:none !important;
position:absolute;	
margin:0px !important;
padding:0px !important;
overflow-x: visible;
overflow-y: visible;
list-style-type: none !important;
background-image:none;
background-position:0px 0px;
text-indent: 0em;
top:0px;left:0px;
}
.tp-revslider-mainul >li,
.rev_slider >ul >li,
.rev_slider >ul >li:before,
.tp-revslider-mainul >li:before,
.tp-simpleresponsive >ul >li,
.tp-simpleresponsive >ul >li:before,
.tp-revslider-mainul >li,
.tp-simpleresponsive >ul >li { 
visibility:hidden; 
}
.tp-revslider-slidesli,
.tp-revslider-mainul	{	
padding:0 !important; 
margin:0 !important; 
list-style:none !important;
}
.rev_slider li.tp-revslider-slidesli {
position: absolute !important;
}
.tp-caption .rs-untoggled-content { display:block;}
.tp-caption .rs-toggled-content { display:none;}
.rs-toggle-content-active.tp-caption .rs-toggled-content { display:block;}
.rs-toggle-content-active.tp-caption .rs-untoggled-content { display:none;}
.rev_slider .tp-caption,
.rev_slider .caption 	{ 
position:relative;  
visibility:hidden; 
white-space: nowrap;
display: block;	
-webkit-font-smoothing: antialiased !important;
z-index:1;
}
.rev_slider .tp-caption,
.rev_slider .caption,
.tp-simpleresponsive img {
-moz-user-select: none;
-khtml-user-select: none;
-webkit-user-select: none;
-o-user-select: none;
}
.rev_slider .tp-mask-wrap .tp-caption,
.rev_slider .tp-mask-wrap *:last-child,
.wpb_text_column .rev_slider .tp-mask-wrap .tp-caption,
.wpb_text_column .rev_slider .tp-mask-wrap *:last-child{
margin-bottom:0;
}
.tp-svg-layer svg {	width:100%; height:100%;position: relative;vertical-align: top} .tp-carousel-wrapper {
cursor:url(//www.domainedebouhemy.fr/wp-content/plugins/revslider/public/assets/css/openhand.cur), move;
}
.tp-carousel-wrapper.dragged {
cursor:url(//www.domainedebouhemy.fr/wp-content/plugins/revslider/public/assets/css/closedhand.cur), move;
} .tp_inner_padding {	
box-sizing:border-box;	
max-height:none !important;	
}
.tp-caption.tp-layer-selectable {
-moz-user-select: all;
-khtml-user-select: all;
-webkit-user-select: all;
-o-user-select: all;	
}
.tp-forcenotvisible,
.tp-hide-revslider,
.tp-caption.tp-hidden-caption,
.tp-parallax-wrap.tp-hidden-caption {	
visibility:hidden !important; 
display:none !important
}
.rev_slider embed,
.rev_slider iframe,
.rev_slider object,
.rev_slider audio,
.rev_slider video {
max-width: none !important
}
.tp-element-background 	{	position:absolute; top:0px;left:0px; width:100%;height:100%;z-index:0;}
.tp-blockmask,
.tp-blockmask_in,
.tp-blockmask_out { position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; background: #fff; z-index: 1000; transform: scaleX(0) scaleY(0);}
.tp-parallax-wrap { transform-style: preserve-3d } .rev_row_zone					{	position:absolute; width:100%;left:0px; box-sizing: border-box;min-height:50px; font-size:0px;}
.rev_row_zone_top 				{	top:0px;}
.rev_row_zone_middle 			{	top:50%; transform:translateY(-50%);}
.rev_row_zone_bottom 			{	bottom:0px;}
.rev_column .tp-parallax-wrap  { vertical-align: top }
.rev_slider .tp-caption.rev_row 	{
display:table;
position:relative;
width:100% !important;
table-layout: fixed;
box-sizing: border-box;
vertical-align: top;
height:auto !important;
font-size:0px;
}
.rev_column {	
display: table-cell;
position: relative;
vertical-align: top;
height: auto;
box-sizing: border-box;	
font-size:0px;
}
.rev_column_inner {
box-sizing: border-box;
display: block;
position: relative;
width:100% !important;
height:auto !important;
white-space: normal !important;
}
.rev_column_bg {
width: 100%;
height: 100%;
position: absolute;
top: 0px;
left: 0px;
z-index: 0;
box-sizing: border-box;
background-clip: content-box;
border: 0px solid transparent;
}
.rev_column_inner .tp-parallax-wrap,
.rev_column_inner .tp-loop-wrap,
.rev_column_inner .tp-mask-wrap 			{	text-align: inherit; }
.rev_column_inner .tp-mask-wrap 			{	display: inline-block;}
.rev_column_inner .tp-parallax-wrap .tp-loop-wrap,
.rev_column_inner .tp-parallax-wrap .tp-mask-wrap,
.rev_column_inner .tp-parallax-wrap { position: relative !important; left:auto !important; top:auto !important; line-height: 0px;}
.rev_column_inner .tp-parallax-wrap .tp-loop-wrap,
.rev_column_inner .tp-parallax-wrap .tp-mask-wrap,
.rev_column_inner .tp-parallax-wrap,
.rev_column_inner .rev_layer_in_column { vertical-align: top; }
.rev_break_columns { display: block !important }
.rev_break_columns .tp-parallax-wrap.rev_column  { display:block !important; width:100% !important; } .fullscreen-container {	
position:relative;
padding:0;
}
.fullwidthbanner-container{
position:relative;
padding:0;
overflow:hidden;
}
.fullwidthbanner-container .fullwidthabanner{
width:100%;
position:relative;
} .tp-static-layers				{	
position:absolute; z-index:101; top:0px;left:0px; } .tp-static-layers-back {	
z-index:0;
}
.tp-caption .frontcorner		{
width: 0;
height: 0;
border-left: 40px solid transparent;
border-right: 0px solid transparent;
border-top: 40px solid #00A8FF;
position: absolute;left:-40px;top:0px;
}
.tp-caption .backcorner		{
width: 0;
height: 0;
border-left: 0px solid transparent;
border-right: 40px solid transparent;
border-bottom: 40px solid #00A8FF;
position: absolute;right:0px;top:0px;
}
.tp-caption .frontcornertop		{
width: 0;
height: 0;
border-left: 40px solid transparent;
border-right: 0px solid transparent;
border-bottom: 40px solid #00A8FF;
position: absolute;left:-40px;top:0px;
}
.tp-caption .backcornertop		{
width: 0;
height: 0;
border-left: 0px solid transparent;
border-right: 40px solid transparent;
border-top: 40px solid #00A8FF;
position: absolute;right:0px;top:0px;
}
.tp-layer-inner-rotation {	
position: relative !important;
} img.tp-slider-alternative-image	{	
width:100%; height:auto;
} .noFilterClass {
filter:none !important;
} .rs-background-video-layer 		{	position: absolute;top:0px;left:0px; width:100%;height:100%;visibility: hidden;z-index: 0;}
.tp-caption.coverscreenvideo	{	width:100%;height:100%;top:0px;left:0px;position:absolute;}
.caption.fullscreenvideo,
.tp-caption.fullscreenvideo		{	left:0px; top:0px; position:absolute;width:100%;height:100%}
.caption.fullscreenvideo iframe,
.caption.fullscreenvideo audio,
.caption.fullscreenvideo video,
.tp-caption.fullscreenvideo iframe,
.tp-caption.fullscreenvideo iframe audio,
.tp-caption.fullscreenvideo iframe video	{ width:100% !important; height:100% !important; display: none}
.fullcoveredvideo audio,
.fullscreenvideo audio
.fullcoveredvideo video,
.fullscreenvideo video				{	background: #000}
.fullcoveredvideo .tp-poster		{	background-position: center center;background-size: cover;width:100%;height:100%;top:0px;left:0px}
.videoisplaying .html5vid .tp-poster	{	display: none}
.tp-video-play-button					{	
background:#000;
background:rgba(0,0,0,0.3);										
border-radius:5px;
position: absolute;
top: 50%;
left: 50%;										
color: #FFF;
z-index: 3;
margin-top: -25px;
margin-left: -25px;
line-height: 50px !important;
text-align: center;
cursor: pointer;
width: 50px;
height:50px;
box-sizing: border-box;
display: inline-block;	
vertical-align: top;
z-index: 4;
opacity: 0;	
transition:opacity 300ms ease-out !important;				
}
.tp-hiddenaudio,
.tp-audio-html5 .tp-video-play-button { display:none !important;}
.tp-caption .html5vid					{	width:100% !important; height:100% !important;}									
.tp-video-play-button i 				{	width:50px;height:50px; display:inline-block; text-align: center; vertical-align: top; line-height: 50px !important; font-size: 40px !important;}									
.tp-caption:hover .tp-video-play-button	{	opacity: 1; display:block;}
.tp-caption .tp-revstop					{	display:none; border-left:5px solid #fff !important; border-right:5px solid #fff !important;margin-top:15px !important;line-height: 20px !important;vertical-align: top; font-size:25px !important;}
.videoisplaying .revicon-right-dir		{	display:none}
.videoisplaying .tp-revstop				{	display:inline-block}
.videoisplaying  .tp-video-play-button			{	display:none}
.fullcoveredvideo .tp-video-play-button			{	display:none !important}
.fullscreenvideo .fullscreenvideo audio 		{	object-fit:contain !important;}
.fullscreenvideo .fullscreenvideo video 		{	object-fit:contain !important;}
.fullscreenvideo .fullcoveredvideo audio 		{	object-fit:cover !important;}
.fullscreenvideo .fullcoveredvideo video 		{	object-fit:cover !important;}
.tp-video-controls {
position: absolute;
bottom: 0;
left: 0;
right: 0;
padding: 5px;
opacity: 0;	
transition: opacity .3s;
background-image: linear-gradient(to bottom, rgb(0,0,0) 13%, rgb(50,50,50) 100%);		
display:table;max-width:100%; overflow:hidden;box-sizing:border-box;
}
.tp-caption:hover .tp-video-controls {	opacity: .9;}
.tp-video-button {
background: rgba(0,0,0,.5);
border: 0;
color: #EEE;	
border-radius: 3px;
cursor:pointer;
line-height:12px;
font-size:12px;
color:#fff;
padding:0px;
margin:0px;
outline: none;
}
.tp-video-button:hover 				{	cursor: pointer;}
.tp-video-button-wrap,
.tp-video-seek-bar-wrap,
.tp-video-vol-bar-wrap 				{ 	padding:0px 5px;display:table-cell; vertical-align: middle;}
.tp-video-seek-bar-wrap				{	width:80%}
.tp-video-vol-bar-wrap				{	width:20%}
.tp-volume-bar,
.tp-seek-bar						{	width:100%; cursor: pointer;  outline:none; line-height:12px;margin:0; padding:0;}
.rs-fullvideo-cover					{	width:100%;height:100%;top:0px;left:0px;position: absolute; background:transparent;z-index:5;}
.disabled_lc .tp-video-play-button,
.rs-background-video-layer video::-webkit-media-controls-start-playback-button,
.rs-background-video-layer video::-webkit-media-controls,
.rs-background-video-layer audio::-webkit-media-controls { display:none !important;}
.tp-audio-html5 .tp-video-controls {	opacity: 1 !important; visibility: visible !important} .tp-dottedoverlay						{	background-repeat:repeat;width:100%;height:100%;position:absolute;top:0px;left:0px;z-index:3}
.tp-dottedoverlay.twoxtwo				{	background:url(//www.domainedebouhemy.fr/wp-content/plugins/revslider/public/assets/assets/gridtile.png)}
.tp-dottedoverlay.twoxtwowhite			{	background:url(//www.domainedebouhemy.fr/wp-content/plugins/revslider/public/assets/assets/gridtile_white.png)}
.tp-dottedoverlay.threexthree			{	background:url(//www.domainedebouhemy.fr/wp-content/plugins/revslider/public/assets/assets/gridtile_3x3.png)}
.tp-dottedoverlay.threexthreewhite		{	background:url(//www.domainedebouhemy.fr/wp-content/plugins/revslider/public/assets/assets/gridtile_3x3_white.png)} .tp-shadowcover	{	width:100%;height:100%;top:0px;left:0px;background: #fff;position: absolute; z-index: -1;}
.tp-shadow1 	{	box-shadow: 0 10px 6px -6px rgba(0,0,0,0.8);}
.tp-shadow2:before, .tp-shadow2:after,
.tp-shadow3:before, .tp-shadow4:after
{
z-index: -2;
position: absolute;
content: "";
bottom: 10px;
left: 10px;
width: 50%;
top: 85%;
max-width:300px;
background: transparent;  
box-shadow: 0 15px 10px rgba(0,0,0,0.8);
transform: rotate(-3deg);
}
.tp-shadow2:after,
.tp-shadow4:after
{  
transform: rotate(3deg);
right: 10px;
left: auto;
}
.tp-shadow5
{
position:relative;        
box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.tp-shadow5:before, .tp-shadow5:after
{
content:"";
position:absolute; 
z-index:-2;    
box-shadow:0 0 25px 0px  rgba(0,0,0,0.6);
top:30%;
bottom:0;
left:20px;
right:20px;    
border-radius:100px / 20px;
} .tp-button{
padding:6px 13px 5px;
border-radius: 3px;	
height:30px;
cursor:pointer;
color:#fff !important; text-shadow:0px 1px 1px rgba(0, 0, 0, 0.6) !important; font-size:15px; line-height:45px !important;
font-family: arial, sans-serif; font-weight: bold; letter-spacing: -1px;
text-decoration:none;
}
.tp-button.big	{	color:#fff; text-shadow:0px 1px 1px rgba(0, 0, 0, 0.6); font-weight:bold; padding:9px 20px; font-size:19px;  line-height:57px !important; }
.purchase:hover,
.tp-button:hover,
.tp-button.big:hover {	background-position:bottom, 15px 11px} .tp-button.green, .tp-button:hover.green,
.purchase.green, .purchase:hover.green			{ background-color:#21a117;box-shadow:0px 3px 0px 0px #104d0b;}
.tp-button.blue, .tp-button:hover.blue,
.purchase.blue, .purchase:hover.blue			{ background-color:#1d78cb;box-shadow:0px 3px 0px 0px #0f3e68}
.tp-button.red, .tp-button:hover.red,
.purchase.red, .purchase:hover.red				{ background-color:#cb1d1d;box-shadow:0px 3px 0px 0px #7c1212}
.tp-button.orange, .tp-button:hover.orange,
.purchase.orange, .purchase:hover.orange		{ background-color:#ff7700;box-shadow:0px 3px 0px 0px #a34c00}
.tp-button.darkgrey,.tp-button.grey,
.tp-button:hover.darkgrey,.tp-button:hover.grey,
.purchase.darkgrey, .purchase:hover.darkgrey	{ background-color:#555;box-shadow:0px 3px 0px 0px #222}
.tp-button.lightgrey, .tp-button:hover.lightgrey,
.purchase.lightgrey, .purchase:hover.lightgrey	{ background-color:#888;box-shadow:0px 3px 0px 0px #555} .rev-btn,
.rev-btn:visited						{ 	outline:none !important; box-shadow:none !important; text-decoration: none !important; line-height: 44px; font-size: 17px; font-weight: 500; padding: 12px 35px; box-sizing:border-box;  font-family: "Roboto", sans-serif;  cursor: pointer;}
.rev-btn.rev-uppercase,
.rev-btn.rev-uppercase:visited			{ 	text-transform: uppercase; letter-spacing: 1px; font-size: 15px; font-weight: 900; }
.rev-btn.rev-withicon i					{ 	font-size: 15px; font-weight: normal; position: relative; top: 0px; transition: all 0.2s ease-out !important; margin-left:10px !important;}
.rev-btn.rev-hiddenicon i				{ 	font-size: 15px; font-weight: normal; position: relative; top: 0px; transition: all 0.2s ease-out !important;  opacity: 0; margin-left:0px !important; width:0px !important;  }
.rev-btn.rev-hiddenicon:hover i			{   opacity: 1 !important; margin-left:10px !important; width:auto !important;} .rev-btn.rev-medium,
.rev-btn.rev-medium:visited				{	 line-height: 36px; font-size: 14px; padding: 10px 30px; }
.rev-btn.rev-medium.rev-withicon i		{ 	font-size: 14px; top: 0px; }
.rev-btn.rev-medium.rev-hiddenicon i	{ 	font-size: 14px; top: 0px; } .rev-btn.rev-small,
.rev-btn.rev-small:visited				{	line-height: 28px; font-size: 12px; padding: 7px 20px; }
.rev-btn.rev-small.rev-withicon i		{	font-size: 12px; top: 0px; }
.rev-btn.rev-small.rev-hiddenicon i		{ 	font-size: 12px; top: 0px; } .rev-maxround 							{ 	border-radius: 30px; }
.rev-minround 							{ 	border-radius: 3px; } .rev-burger {
position: relative;
width: 60px;
height: 60px;
box-sizing: border-box;
padding: 22px 0 0 14px;
border-radius: 50%;
border: 1px solid rgba(51,51,51,0.25);
-webkit-tap-highlight-color: rgba(0,0,0,0);
-webkit-tap-highlight-color: transparent;
cursor: pointer;
}
.rev-burger span {
display: block;
width: 30px;
height: 3px;
background: #333;
transition: .7s;
pointer-events: none;
transform-style: flat !important;
}
.rev-burger span:nth-child(2) {
margin: 3px 0;
}
#dialog_addbutton .rev-burger:hover :first-child,
.open .rev-burger :first-child,
.open.rev-burger :first-child {
transform: translateY(6px) rotate(-45deg);
}
#dialog_addbutton .rev-burger:hover :nth-child(2),
.open .rev-burger :nth-child(2),
.open.rev-burger :nth-child(2) {
transform: rotate(-45deg);
opacity: 0;
}
#dialog_addbutton .rev-burger:hover :last-child,
.open .rev-burger :last-child,
.open.rev-burger :last-child {
transform: translateY(-6px) rotate(-135deg);
}
.rev-burger.revb-white {
border: 2px solid rgba(255,255,255,0.2);
}
.rev-burger.revb-white span {
background: #fff;
}
.rev-burger.revb-whitenoborder {
border: 0;
}
.rev-burger.revb-whitenoborder span {
background: #fff;
}
.rev-burger.revb-darknoborder {
border: 0;
}
.rev-burger.revb-darknoborder span {
background: #333;
}
.rev-burger.revb-whitefull {
background: #fff;
border:none;
}
.rev-burger.revb-whitefull span {
background:#333;
}
.rev-burger.revb-darkfull {
background: #333;
border:none;
}
.rev-burger.revb-darkfull span {
background:#fff;
} @keyframes rev-ani-mouse {
0% {opacity: 1;top: 29%;}
15% {opacity: 1;top: 50%;}
50% {opacity: 0;top: 50%;}
100% {opacity: 0;top: 29%;}
}
.rev-scroll-btn {
display: inline-block;
position: relative;
left: 0;
right: 0;
text-align: center;
cursor: pointer;
width:35px;
height:55px;	
box-sizing: border-box;
border: 3px solid white;
border-radius: 23px;
}
.rev-scroll-btn > * {
display: inline-block;
line-height: 18px;
font-size: 13px;
font-weight: normal;
color: #7f8c8d;
color: #ffffff;
font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
letter-spacing: 2px;
}
.rev-scroll-btn > *:hover,
.rev-scroll-btn > *:focus,
.rev-scroll-btn > *.active {
color: #ffffff;
}
.rev-scroll-btn > *:hover,
.rev-scroll-btn > *:focus,
.rev-scroll-btn > *:active,
.rev-scroll-btn > *.active {
opacity: 0.8;
}
.rev-scroll-btn.revs-fullwhite  {
background:#fff;
}
.rev-scroll-btn.revs-fullwhite span {
background: #333;	
}
.rev-scroll-btn.revs-fulldark  {
background:#333;
border:none;
}
.rev-scroll-btn.revs-fulldark  span {
background: #fff;	
}
.rev-scroll-btn span {
position: absolute;
display: block;
top: 29%;
left: 50%;
width: 8px;
height: 8px;
margin: -4px 0 0 -4px;
background: white;
border-radius: 50%;	
animation: rev-ani-mouse 2.5s linear infinite;
}
.rev-scroll-btn.revs-dark {
border-color:#333;
}
.rev-scroll-btn.revs-dark span {
background: #333;	
}
.rev-control-btn {
position: relative;
display: inline-block;
z-index: 5;	
color: #FFF;  
font-size: 20px;
line-height: 60px;
font-weight: 400;
font-style: normal;
font-family: Raleway;	
text-decoration: none;
text-align: center;
background-color: #000;	
border-radius: 50px;	
text-shadow: none;
background-color: rgba(0, 0, 0, 0.50);
width:60px;
height:60px;
box-sizing: border-box;
cursor: pointer;
}
.rev-cbutton-dark-sr	{	
border-radius: 3px;		
}
.rev-cbutton-light	{	
color: #333;  	
background-color: rgba(255,255,255, 0.75);	
}
.rev-cbutton-light-sr	{		
color: #333;  	
border-radius: 3px;		
background-color: rgba(255,255,255, 0.75);
}
.rev-sbutton {	
line-height: 37px;	
width:37px;
height:37px;	
}
.rev-sbutton-blue	{	
background-color: #3B5998
}
.rev-sbutton-lightblue	{	
background-color: #00A0D1;
}
.rev-sbutton-red	{	
background-color: #DD4B39;
} .tp-bannertimer								{	visibility: hidden; width:100%; height:5px; background:#000; background:rgba(0,0,0,0.15); position:absolute; z-index:200; top:0px}
.tp-bannertimer.tp-bottom					{	top:auto; bottom:0px !important;height:5px} .tp-layers-container { transform-style: preserve-3d; position: absolute; width: 100%; height: 100%;overflow: hidden;top: 0px;left: 0px; }
.tp-caption img {
background: transparent;
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)";
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
zoom:1;
}
.tp-caption img {  }
.caption.slidelink a div,
.tp-caption.slidelink a div {	width:3000px; height:1500px;  background:url(//www.domainedebouhemy.fr/wp-content/plugins/revslider/public/assets/assets/coloredbg.png) repeat}
.tp-caption.slidelink a span{	background:url(//www.domainedebouhemy.fr/wp-content/plugins/revslider/public/assets/assets/coloredbg.png) repeat}
.tp-shape {	width:100%;height:100%;} .tp-caption .rs-starring				{	display: inline-block}
.tp-caption .rs-starring .star-rating {
float: none;	
display: inline-block;
vertical-align: top;
color: #FFC321 !important;
}
.tp-caption .rs-starring .star-rating, 
.tp-caption .rs-starring-page .star-rating {	
position: relative;
height: 1em;	
width: 5.4em;
font-family: star;
font-size: 1em !important;
}
.tp-caption  .rs-starring .star-rating:before, 
.tp-caption  .rs-starring-page .star-rating:before {
content: "\73\73\73\73\73";
color: #E0DADF;
float: left;
top: 0;
left: 0;
position: absolute;
}
.tp-caption .rs-starring .star-rating span {
overflow: hidden;
float: left;
top: 0;
left: 0;
position: absolute;
padding-top: 1.5em;
font-size: 1em !important;
}
.tp-caption .rs-starring .star-rating span:before,
.tp-caption .rs-starring .star-rating span:before {
content: "\53\53\53\53\53";
top: 0;
position: absolute;
left: 0;
} .tp-loader 	{
top:50%; left:50%;
z-index:10000;
position:absolute;
}
.tp-loader.spinner0 {
width: 40px;
height: 40px;
background-color: #fff;
background-image:url(//www.domainedebouhemy.fr/wp-content/plugins/revslider/public/assets/assets/loader.gif);
background-repeat:no-repeat;
background-position: center center;
box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);	
margin-top:-20px;
margin-left:-20px;	
animation: tp-rotateplane 1.2s infinite ease-in-out;
border-radius: 3px;	
}
.tp-loader.spinner1 {
width: 40px;
height: 40px;
background-color: #fff;
box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);	
margin-top:-20px;
margin-left:-20px;	
animation: tp-rotateplane 1.2s infinite ease-in-out;
border-radius: 3px;	
}
.tp-loader.spinner5 	{	
background-image:url(//www.domainedebouhemy.fr/wp-content/plugins/revslider/public/assets/assets/loader.gif);
background-repeat:no-repeat;
background-position:10px 10px;
background-color:#fff;
margin:-22px -22px;
width:44px;height:44px;
border-radius: 3px;	
}
@keyframes tp-rotateplane {
0% { transform: perspective(120px) rotateX(0deg) rotateY(0deg);} 
50% { transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);} 
100% { transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);}
}
.tp-loader.spinner2 {
width: 40px;
height: 40px;
margin-top:-20px;margin-left:-20px;
background-color: #ff0000;
box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);	
border-radius: 100%;	
animation: tp-scaleout 1.0s infinite ease-in-out;
}
@keyframes tp-scaleout {
0% {transform: scale(0.0);} 
100% {transform: scale(1.0);opacity: 0;}
}
.tp-loader.spinner3 {
margin: -9px 0px 0px -35px;
width: 70px;
text-align: center;
}
.tp-loader.spinner3 .bounce1,
.tp-loader.spinner3 .bounce2,
.tp-loader.spinner3 .bounce3 {
width: 18px;
height: 18px;
background-color: #fff;
box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);  
border-radius: 100%;
display: inline-block;  
animation: tp-bouncedelay 1.4s infinite ease-in-out; animation-fill-mode: both;
}
.tp-loader.spinner3 .bounce1 {
animation-delay: -0.32s;
}
.tp-loader.spinner3 .bounce2 {  
animation-delay: -0.16s;
}
@keyframes tp-bouncedelay {
0%, 80%, 100% {transform: scale(0.0);} 
40% {transform: scale(1.0);}
}
.tp-loader.spinner4 {
margin: -20px 0px 0px -20px;
width: 40px;
height: 40px;
text-align: center;
animation: tp-rotate 2.0s infinite linear;
}
.tp-loader.spinner4 .dot1,
.tp-loader.spinner4 .dot2 {
width: 60%;
height: 60%;
display: inline-block;
position: absolute;
top: 0;
background-color: #fff;
border-radius: 100%;  
animation: tp-bounce 2.0s infinite ease-in-out;
box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);  
}
.tp-loader.spinner4 .dot2 {
top: auto;
bottom: 0px;  
animation-delay: -1.0s;
}
@keyframes tp-rotate { 100% { transform: rotate(360deg);}}
@keyframes tp-bounce {
0%, 100% {transform: scale(0.0);} 
50% { transform: scale(1.0);}
} .tp-thumbs.navbar,
.tp-bullets.navbar,
.tp-tabs.navbar					{	border:none; min-height: 0; margin:0; border-radius: 0; }
.tp-tabs,
.tp-thumbs,
.tp-bullets						{	position:absolute; display:block; z-index:1000; top:0px; left:0px;}
.tp-tab,
.tp-thumb 						{	cursor: pointer; position:absolute;opacity:0.5;  box-sizing: border-box;}
.tp-arr-imgholder,
.tp-videoposter,
.tp-thumb-image,
.tp-tab-image					{	background-position: center center; background-size:cover;width:100%;height:100%; display:block; position:absolute;top:0px;left:0px;}
.tp-tab:hover,
.tp-tab.selected,
.tp-thumb:hover,
.tp-thumb.selected				{	opacity:1;}
.tp-tab-mask,
.tp-thumb-mask 					{	box-sizing:border-box !important; }
.tp-tabs,
.tp-thumbs						{	box-sizing:content-box !important; }
.tp-bullet 						{	width:15px;height:15px; position:absolute; background:#fff; background:rgba(255,255,255,0.3); cursor: pointer;}
.tp-bullet.selected,
.tp-bullet:hover				{	background:#fff;}
.tparrows						{	cursor:pointer; background:#000; background:rgba(0,0,0,0.5); width:40px;height:40px;position:absolute; display:block; z-index:1000; }
.tparrows:hover 				{	background:#000;}
.tparrows:before				{	font-family: "revicons"; font-size:15px; color:#fff; display:block; line-height: 40px; text-align: center;}
.tparrows.tp-leftarrow:before	{	content: '\e824'; }
.tparrows.tp-rightarrow:before	{	content: '\e825'; } body.rtl .tp-kbimg {left: 0 !important} .dddwrappershadow { box-shadow:0 45px 100px rgba(0, 0, 0, 0.4);} .hglayerinfo				   {	  position: fixed;
bottom: 0px;
left: 0px;
color: #FFF;
font-size: 12px;
line-height: 20px;
font-weight: 600;
background: rgba(0, 0, 0, 0.75);
padding: 5px 10px;
z-index: 2000;
white-space: normal;}
.hginfo 					   { 	position:absolute;top:-2px;left:-2px;color:#e74c3c;font-size:12px;font-weight:600; background:#000;padding:2px 5px;}
.indebugmode .tp-caption:hover { 	border:1px dashed #c0392b !important;}
.helpgrid 					   { 	border:2px dashed #c0392b;position:absolute;top:0px;left:0px;z-index:0 }
#revsliderlogloglog				{	padding:15px;color:#fff;position:fixed; top:0px;left:0px;width:200px;height:150px;background:rgba(0,0,0,0.7); z-index:100000; font-size:10px; overflow:scroll;} .aden{filter:hue-rotate(-20deg) contrast(.9) saturate(.85) brightness(1.2)}.aden::after{background:linear-gradient(to right,rgba(66,10,14,.2),transparent);mix-blend-mode:darken}.perpetua::after,.reyes::after{mix-blend-mode:soft-light;opacity:.5}.inkwell{filter:sepia(.3) contrast(1.1) brightness(1.1) grayscale(1)}.perpetua::after{background:linear-gradient(to bottom,#005b9a,#e6c13d)}.reyes{filter:sepia(.22) brightness(1.1) contrast(.85) saturate(.75)}.reyes::after{background:#efcdad}.gingham{filter:brightness(1.05) hue-rotate(-10deg)}.gingham::after{background:linear-gradient(to right,rgba(66,10,14,.2),transparent);mix-blend-mode:darken}.toaster{filter:contrast(1.5) brightness(.9)}.toaster::after{background:radial-gradient(circle,#804e0f,#3b003b);mix-blend-mode:screen}.walden{filter:brightness(1.1) hue-rotate(-10deg) sepia(.3) saturate(1.6)}.walden::after{background:#04c;mix-blend-mode:screen;opacity:.3}.hudson{filter:brightness(1.2) contrast(.9) saturate(1.1)}.hudson::after{background:radial-gradient(circle,#a6b1ff 50%,#342134);mix-blend-mode:multiply;opacity:.5}.earlybird{filter:contrast(.9) sepia(.2)}.earlybird::after{background:radial-gradient(circle,#d0ba8e 20%,#360309 85%,#1d0210 100%);mix-blend-mode:overlay}.mayfair{filter:contrast(1.1) saturate(1.1)}.mayfair::after{background:radial-gradient(circle at 40% 40%,rgba(255,255,255,.8),rgba(255,200,200,.6),#111 60%);mix-blend-mode:overlay;opacity:.4}.lofi{filter:saturate(1.1) contrast(1.5)}.lofi::after{background:radial-gradient(circle,transparent 70%,#222 150%);mix-blend-mode:multiply}._1977{filter:contrast(1.1) brightness(1.1) saturate(1.3)}._1977:after{background:rgba(243,106,188,.3);mix-blend-mode:screen}.brooklyn{filter:contrast(.9) brightness(1.1)}.brooklyn::after{background:radial-gradient(circle,rgba(168,223,193,.4) 70%,#c4b7c8);mix-blend-mode:overlay}.xpro2{filter:sepia(.3)}.xpro2::after{background:radial-gradient(circle,#e6e7e0 40%,rgba(43,42,161,.6) 110%);mix-blend-mode:color-burn}.nashville{filter:sepia(.2) contrast(1.2) brightness(1.05) saturate(1.2)}.nashville::after{background:rgba(0,70,150,.4);mix-blend-mode:lighten}.nashville::before{background:rgba(247,176,153,.56);mix-blend-mode:darken}.lark{filter:contrast(.9)}.lark::after{background:rgba(242,242,242,.8);mix-blend-mode:darken}.lark::before{background:#22253f;mix-blend-mode:color-dodge}.moon{filter:grayscale(1) contrast(1.1) brightness(1.1)}.moon::before{background:#a0a0a0;mix-blend-mode:soft-light}.moon::after{background:#383838;mix-blend-mode:lighten}.clarendon{filter:contrast(1.2) saturate(1.35)}.clarendon:before{background:rgba(127,187,227,.2);mix-blend-mode:overlay}.willow{filter:grayscale(.5) contrast(.95) brightness(.9)}.willow::before{background-color:radial-gradient(40%,circle,#d4a9af 55%,#000 150%);mix-blend-mode:overlay}.willow::after{background-color:#d8cdcb;mix-blend-mode:color}.rise{filter:brightness(1.05) sepia(.2) contrast(.9) saturate(.9)}.rise::after{background:radial-gradient(circle,rgba(232,197,152,.8),transparent 90%);mix-blend-mode:overlay;opacity:.6}.rise::before{background:radial-gradient(circle,rgba(236,205,169,.15) 55%,rgba(50,30,7,.4));mix-blend-mode:multiply}._1977:after,._1977:before,.aden:after,.aden:before,.brooklyn:after,.brooklyn:before,.clarendon:after,.clarendon:before,.earlybird:after,.earlybird:before,.gingham:after,.gingham:before,.hudson:after,.hudson:before,.inkwell:after,.inkwell:before,.lark:after,.lark:before,.lofi:after,.lofi:before,.mayfair:after,.mayfair:before,.moon:after,.moon:before,.nashville:after,.nashville:before,.perpetua:after,.perpetua:before,.reyes:after,.reyes:before,.rise:after,.rise:before,.slumber:after,.slumber:before,.toaster:after,.toaster:before,.walden:after,.walden:before,.willow:after,.willow:before,.xpro2:after,.xpro2:before{content:'';display:block;height:100%;width:100%;top:0;left:0;position:absolute;pointer-events:none}._1977,.aden,.brooklyn,.clarendon,.earlybird,.gingham,.hudson,.inkwell,.lark,.lofi,.mayfair,.moon,.nashville,.perpetua,.reyes,.rise,.slumber,.toaster,.walden,.willow,.xpro2{position:relative}._1977 img,.aden img,.brooklyn img,.clarendon img,.earlybird img,.gingham img,.hudson img,.inkwell img,.lark img,.lofi img,.mayfair img,.moon img,.nashville img,.perpetua img,.reyes img,.rise img,.slumber img,.toaster img,.walden img,.willow img,.xpro2 img{width:100%;z-index:1}._1977:before,.aden:before,.brooklyn:before,.clarendon:before,.earlybird:before,.gingham:before,.hudson:before,.inkwell:before,.lark:before,.lofi:before,.mayfair:before,.moon:before,.nashville:before,.perpetua:before,.reyes:before,.rise:before,.slumber:before,.toaster:before,.walden:before,.willow:before,.xpro2:before{z-index:2}._1977:after,.aden:after,.brooklyn:after,.clarendon:after,.earlybird:after,.gingham:after,.hudson:after,.inkwell:after,.lark:after,.lofi:after,.mayfair:after,.moon:after,.nashville:after,.perpetua:after,.reyes:after,.rise:after,.slumber:after,.toaster:after,.walden:after,.willow:after,.xpro2:after{z-index:3}.slumber{filter:saturate(.66) brightness(1.05)}.slumber::after{background:rgba(125,105,24,.5);mix-blend-mode:soft-light}.slumber::before{background:rgba(69,41,12,.4);mix-blend-mode:lighten}
.tp-kbimg-wrap:before,
.tp-kbimg-wrap:after {height:500%;width:500%}