.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
}
.wpcf7 .hidden-fields-container {
display: none;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 [inert] {
opacity: 0.5;
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection > output {
display: list-item;
list-style: none;
}
.wpcf7-reflection > output[hidden] {
display: none;
}.leaflet-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-container,
.leaflet-pane > svg,
.leaflet-pane > canvas,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
position: absolute;
left: 0;
top: 0;
}
.leaflet-container {
overflow: hidden;
}
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
-webkit-user-drag: none;
} .leaflet-tile::selection {
background: transparent;
} .leaflet-safari .leaflet-tile {
image-rendering: -webkit-optimize-contrast;
} .leaflet-safari .leaflet-tile-container {
width: 1600px;
height: 1600px;
-webkit-transform-origin: 0 0;
}
.leaflet-marker-icon,
.leaflet-marker-shadow {
display: block;
}  .leaflet-container .leaflet-overlay-pane svg,
.leaflet-container .leaflet-marker-pane img,
.leaflet-container .leaflet-shadow-pane img,
.leaflet-container .leaflet-tile-pane img,
.leaflet-container img.leaflet-image-layer,
.leaflet-container .leaflet-tile {
max-width: none !important;
max-height: none !important;
}
.leaflet-container.leaflet-touch-zoom {
-ms-touch-action: pan-x pan-y;
touch-action: pan-x pan-y;
}
.leaflet-container.leaflet-touch-drag {
-ms-touch-action: pinch-zoom; touch-action: none;
touch-action: pinch-zoom;
}
.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
-ms-touch-action: none;
touch-action: none;
}
.leaflet-container {
-webkit-tap-highlight-color: transparent;
}
.leaflet-container a {
-webkit-tap-highlight-color: rgba(51, 181, 229, 0.4);
}
.leaflet-tile {
filter: inherit;
visibility: hidden;
}
.leaflet-tile-loaded {
visibility: inherit;
}
.leaflet-zoom-box {
width: 0;
height: 0;
-moz-box-sizing: border-box;
box-sizing: border-box;
z-index: 800;
} .leaflet-overlay-pane svg {
-moz-user-select: none;
}
.leaflet-pane         { z-index: 400; }
.leaflet-tile-pane    { z-index: 200; }
.leaflet-overlay-pane { z-index: 400; }
.leaflet-shadow-pane  { z-index: 500; }
.leaflet-marker-pane  { z-index: 600; }
.leaflet-tooltip-pane   { z-index: 650; }
.leaflet-popup-pane   { z-index: 700; }
.leaflet-map-pane canvas { z-index: 100; }
.leaflet-map-pane svg    { z-index: 200; }
.leaflet-vml-shape {
width: 1px;
height: 1px;
}
.lvml {
behavior: url(#default#VML);
display: inline-block;
position: absolute;
} .leaflet-control {
position: relative;
z-index: 800;
pointer-events: visiblePainted; pointer-events: auto;
}
.leaflet-top,
.leaflet-bottom {
position: absolute;
z-index: 1000;
pointer-events: none;
}
.leaflet-top {
top: 0;
}
.leaflet-right {
right: 0;
}
.leaflet-bottom {
bottom: 0;
}
.leaflet-left {
left: 0;
}
.leaflet-control {
float: left;
clear: both;
}
.leaflet-right .leaflet-control {
float: right;
}
.leaflet-top .leaflet-control {
margin-top: 10px;
}
.leaflet-bottom .leaflet-control {
margin-bottom: 10px;
}
.leaflet-left .leaflet-control {
margin-left: 10px;
}
.leaflet-right .leaflet-control {
margin-right: 10px;
} .leaflet-fade-anim .leaflet-tile {
will-change: opacity;
}
.leaflet-fade-anim .leaflet-popup {
opacity: 0;
-webkit-transition: opacity 0.2s linear;
-moz-transition: opacity 0.2s linear;
transition: opacity 0.2s linear;
}
.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
opacity: 1;
}
.leaflet-zoom-animated {
-webkit-transform-origin: 0 0;
-ms-transform-origin: 0 0;
transform-origin: 0 0;
}
.leaflet-zoom-anim .leaflet-zoom-animated {
will-change: transform;
}
.leaflet-zoom-anim .leaflet-zoom-animated {
-webkit-transition: -webkit-transform 0.25s cubic-bezier(0,0,0.25,1);
-moz-transition:    -moz-transform 0.25s cubic-bezier(0,0,0.25,1);
transition:         transform 0.25s cubic-bezier(0,0,0.25,1);
}
.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile {
-webkit-transition: none;
-moz-transition: none;
transition: none;
}
.leaflet-zoom-anim .leaflet-zoom-hide {
visibility: hidden;
} .leaflet-interactive {
cursor: pointer;
}
.leaflet-grab {
cursor: -webkit-grab;
cursor:    -moz-grab;
cursor:         grab;
}
.leaflet-crosshair,
.leaflet-crosshair .leaflet-interactive {
cursor: crosshair;
}
.leaflet-popup-pane,
.leaflet-control {
cursor: auto;
}
.leaflet-dragging .leaflet-grab,
.leaflet-dragging .leaflet-grab .leaflet-interactive,
.leaflet-dragging .leaflet-marker-draggable {
cursor: move;
cursor: -webkit-grabbing;
cursor:    -moz-grabbing;
cursor:         grabbing;
} .leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-image-layer,
.leaflet-pane > svg path,
.leaflet-tile-container {
pointer-events: none;
}
.leaflet-marker-icon.leaflet-interactive,
.leaflet-image-layer.leaflet-interactive,
.leaflet-pane > svg path.leaflet-interactive,
svg.leaflet-image-layer.leaflet-interactive path {
pointer-events: visiblePainted; pointer-events: auto;
} .leaflet-container {
background: #ddd;
outline: 0;
}
.leaflet-container a {
color: #0078A8;
}
.leaflet-container a.leaflet-active {
outline: 2px solid orange;
}
.leaflet-zoom-box {
border: 2px dotted #38f;
background: rgba(255,255,255,0.5);
} .leaflet-container {
font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
} .leaflet-bar {
box-shadow: 0 1px 5px rgba(0,0,0,0.65);
border-radius: 4px;
}
.leaflet-bar a,
.leaflet-bar a:hover {
background-color: #fff;
border-bottom: 1px solid #ccc;
width: 26px;
height: 26px;
line-height: 26px;
display: block;
text-align: center;
text-decoration: none;
color: black;
}
.leaflet-bar a,
.leaflet-control-layers-toggle {
background-position: 50% 50%;
background-repeat: no-repeat;
display: block;
}
.leaflet-bar a:hover {
background-color: #f4f4f4;
}
.leaflet-bar a:first-child {
border-top-left-radius: 4px;
border-top-right-radius: 4px;
}
.leaflet-bar a:last-child {
border-bottom-left-radius: 4px;
border-bottom-right-radius: 4px;
border-bottom: none;
}
.leaflet-bar a.leaflet-disabled {
cursor: default;
background-color: #f4f4f4;
color: #bbb;
}
.leaflet-touch .leaflet-bar a {
width: 30px;
height: 30px;
line-height: 30px;
}
.leaflet-touch .leaflet-bar a:first-child {
border-top-left-radius: 2px;
border-top-right-radius: 2px;
}
.leaflet-touch .leaflet-bar a:last-child {
border-bottom-left-radius: 2px;
border-bottom-right-radius: 2px;
} .leaflet-control-zoom-in,
.leaflet-control-zoom-out {
font: bold 18px 'Lucida Console', Monaco, monospace;
text-indent: 1px;
}
.leaflet-touch .leaflet-control-zoom-in, .leaflet-touch .leaflet-control-zoom-out  {
font-size: 22px;
} .leaflet-control-layers {
box-shadow: 0 1px 5px rgba(0,0,0,0.4);
background: #fff;
border-radius: 5px;
}
.leaflet-control-layers-toggle {
background-image: url(//iciloc.fr/wp-content/plugins/mappress-google-maps-for-wordpress/lib/leaflet/images/layers.png);
width: 36px;
height: 36px;
}
.leaflet-retina .leaflet-control-layers-toggle {
background-image: url(//iciloc.fr/wp-content/plugins/mappress-google-maps-for-wordpress/lib/leaflet/images/layers-2x.png);
background-size: 26px 26px;
}
.leaflet-touch .leaflet-control-layers-toggle {
width: 44px;
height: 44px;
}
.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
display: none;
}
.leaflet-control-layers-expanded .leaflet-control-layers-list {
display: block;
position: relative;
}
.leaflet-control-layers-expanded {
padding: 6px 10px 6px 6px;
color: #333;
background: #fff;
}
.leaflet-control-layers-scrollbar {
overflow-y: scroll;
overflow-x: hidden;
padding-right: 5px;
}
.leaflet-control-layers-selector {
margin-top: 2px;
position: relative;
top: 1px;
}
.leaflet-control-layers label {
display: block;
}
.leaflet-control-layers-separator {
height: 0;
border-top: 1px solid #ddd;
margin: 5px -10px 5px -6px;
} .leaflet-default-icon-path {
background-image: url(//iciloc.fr/wp-content/plugins/mappress-google-maps-for-wordpress/lib/leaflet/images/marker-icon.png);
} .leaflet-container .leaflet-control-attribution {
background: #fff;
background: rgba(255, 255, 255, 0.7);
margin: 0;
}
.leaflet-control-attribution,
.leaflet-control-scale-line {
padding: 0 5px;
color: #333;
}
.leaflet-control-attribution a {
text-decoration: none;
}
.leaflet-control-attribution a:hover {
text-decoration: underline;
}
.leaflet-container .leaflet-control-attribution,
.leaflet-container .leaflet-control-scale {
font-size: 11px;
}
.leaflet-left .leaflet-control-scale {
margin-left: 5px;
}
.leaflet-bottom .leaflet-control-scale {
margin-bottom: 5px;
}
.leaflet-control-scale-line {
border: 2px solid #777;
border-top: none;
line-height: 1.1;
padding: 2px 5px 1px;
font-size: 11px;
white-space: nowrap;
overflow: hidden;
-moz-box-sizing: border-box;
box-sizing: border-box;
background: #fff;
background: rgba(255, 255, 255, 0.5);
}
.leaflet-control-scale-line:not(:first-child) {
border-top: 2px solid #777;
border-bottom: none;
margin-top: -2px;
}
.leaflet-control-scale-line:not(:first-child):not(:last-child) {
border-bottom: 2px solid #777;
}
.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
box-shadow: none;
}
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
border: 2px solid rgba(0,0,0,0.2);
background-clip: padding-box;
} .leaflet-popup {
position: absolute;
text-align: center;
margin-bottom: 20px;
}
.leaflet-popup-content-wrapper {
padding: 1px;
text-align: left;
border-radius: 12px;
}
.leaflet-popup-content {
margin: 13px 19px;
line-height: 1.4;
}
.leaflet-popup-content p {
margin: 18px 0;
}
.leaflet-popup-tip-container {
width: 40px;
height: 20px;
position: absolute;
left: 50%;
margin-left: -20px;
overflow: hidden;
pointer-events: none;
}
.leaflet-popup-tip {
width: 17px;
height: 17px;
padding: 1px;
margin: -10px auto 0;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}
.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
background: white;
color: #333;
box-shadow: 0 3px 14px rgba(0,0,0,0.4);
}
.leaflet-container a.leaflet-popup-close-button {
position: absolute;
top: 0;
right: 0;
padding: 4px 4px 0 0;
border: none;
text-align: center;
width: 18px;
height: 14px;
font: 16px/14px Tahoma, Verdana, sans-serif;
color: #c3c3c3;
text-decoration: none;
font-weight: bold;
background: transparent;
}
.leaflet-container a.leaflet-popup-close-button:hover {
color: #999;
}
.leaflet-popup-scrolled {
overflow: auto;
border-bottom: 1px solid #ddd;
border-top: 1px solid #ddd;
}
.leaflet-oldie .leaflet-popup-content-wrapper {
-ms-zoom: 1;
}
.leaflet-oldie .leaflet-popup-tip {
width: 24px;
margin: 0 auto;
-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
}
.leaflet-oldie .leaflet-popup-tip-container {
margin-top: -1px;
}
.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
border: 1px solid #999;
} .leaflet-div-icon {
background: #fff;
border: 1px solid #666;
}  .leaflet-tooltip {
position: absolute;
padding: 6px;
background-color: #fff;
border: 1px solid #fff;
border-radius: 3px;
color: #222;
white-space: nowrap;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
pointer-events: none;
box-shadow: 0 1px 3px rgba(0,0,0,0.4);
}
.leaflet-tooltip.leaflet-clickable {
cursor: pointer;
pointer-events: auto;
}
.leaflet-tooltip-top:before,
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
position: absolute;
pointer-events: none;
border: 6px solid transparent;
background: transparent;
content: "";
} .leaflet-tooltip-bottom {
margin-top: 6px;
}
.leaflet-tooltip-top {
margin-top: -6px;
}
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-top:before {
left: 50%;
margin-left: -6px;
}
.leaflet-tooltip-top:before {
bottom: 0;
margin-bottom: -12px;
border-top-color: #fff;
}
.leaflet-tooltip-bottom:before {
top: 0;
margin-top: -12px;
margin-left: -6px;
border-bottom-color: #fff;
}
.leaflet-tooltip-left {
margin-left: -6px;
}
.leaflet-tooltip-right {
margin-left: 6px;
}
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
top: 50%;
margin-top: -6px;
}
.leaflet-tooltip-left:before {
right: 0;
margin-right: -12px;
border-left-color: #fff;
}
.leaflet-tooltip-right:before {
left: 0;
margin-left: -12px;
border-right-color: #fff;
}mappress-map poi {
display: none;
}
.mapp-layout {
border: 1px solid lightgray;
box-sizing: border-box;
display: block;
max-width: none; min-width: 200px;
opacity: 1 !important; padding: 0px !important; }        
mappress-map.mapp-layout {
display: flex !important; flex-direction: column;
position: relative; }
.mapp-layout * {
box-sizing: border-box;
color: black;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
font-size: 13px;
} .mapp-layout p {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
} .mapp-layout.aligncenter {
text-align: left;
}
.mapp-canvas {
user-select: none;
}
.mapp-wrapper {
min-height: 50px;
position: relative;
} .mapp-content {
display: flex;
flex-direction: column;
position: absolute;
top: 0; left: 0; bottom: 0; right: 0;
}
.mapp-main {
display: flex;
flex: 1;
overflow: hidden;
position: relative;
}
.mapp-content .mapp-main .mapp-canvas img {
border: none;
max-width: none; padding: 0; }
.mapp-hidden {
display: none;
}  .mapp-canvas-panel {
flex: 1;
height: 100%;
margin: 0px;
overflow: hidden !important;
padding: 0px !important;
position: relative; }
.mapp-canvas {
height: 100%;
word-wrap: normal; }
.mapp-canvas img {
background: none;
box-shadow: none !important; border-radius: 0px !important; visibility: inherit !important;
}
.leaflet-control-container .leaflet-control-attribution * {
font-size: 8px !important;
} .leaflet-popup-close-button {
box-shadow: none !important; text-decoration: none !important; }
a.leaflet-control-zoom-in, .leaflet-control-zoom-out {
text-decoration: none !important;
}
.mapp-spinner-overlay {
align-items: center;
background-color: #c0c0c0;
justify-content: center;
opacity: 0.5;
padding: 10px;
position: absolute;
top: 0; left: 0; right: 0; bottom: 0;
z-index: 10001;
} .mapp-spinner {
background: transparent url(//iciloc.fr/wp-content/plugins/mappress-google-maps-for-wordpress/images/loading.gif) no-repeat center center;
background-size: 64px;
display: inline-block;
height: 64px;
position: absolute;
top: 50%; left: 50%;
transform: translate(-50%,-50%);
z-index: 10002;
width: 64px;
} .mapp-google-control {
background-color: white;
box-shadow: rgb(0 0 0 / 30%) 0px 1px 4px -1px;
position: absolute;
}
.mapp-google-control > div {
background-position: center;
background-repeat: no-repeat;
height: 40px;
opacity: 0.6;
width: 40px;
}
.mapp-google-control:hover { background-color: #f4f4f4; }
.mapp-google-control:hover > div { opacity: 1; }
.mapp-leaflet-control {
border: 2px solid rgba(0,0,0,0.2);
border-radius: 4px;
position: absolute;
z-index: 1000;
}
.mapp-leaflet-control > div {
background-color: white;
background-position: center;
background-repeat: no-repeat;
border-radius: 2px;
height: 30px;
line-height: 30px;
opacity: 1;
width: 30px;
}
.mapp-leaflet-control:hover > div {
background-color: #f4f4f4;
opacity: 1;
}
.mapp-google-fullscreen, .mapp-leaflet-fullscreen {
top: 10px; right: 10px;
}
.mapp-google-fullscreen > div, .mapp-leaflet-fullscreen > div {
background-image: url(//iciloc.fr/wp-content/plugins/mappress-google-maps-for-wordpress/images/fullscreen.svg);
background-size: 18px 18px;
}
.mapp-google-geolocate, .mapp-leaflet-geolocate {
bottom: 120px; right: 10px;
}
.mapp-mini .mapp-google-geolocate, .mapp-mini .mapp-leaflet-geolocate {
bottom: auto;
top: 60px;
}
.mapp-google-geolocate > div {
background-image: url(//iciloc.fr/wp-content/plugins/mappress-google-maps-for-wordpress/images/geolocate.svg);
background-size: 18px 18px;
}
.mapp-leaflet-geolocate > div {
background-image: url(//iciloc.fr/wp-content/plugins/mappress-google-maps-for-wordpress/images/geolocate.svg);
background-size: 14px 14px;
} .mapp-sidebar {
background-color: white;
border-right: 1px solid lightgray;
display: flex;
flex-direction: column;
max-width: 55%;
position: relative;
transition-property: all;
transition-duration: .1s;
width: 0;
}
.mapp-sidebar.mapp-sidebar-open {
width: 300px;
} .mapp-sidebar-toggle {
align-items: center;
background-color: white;
border: 1px solid lightgray;
cursor: pointer;
display: flex;
height: 40px;
justify-content: center;
margin: auto;
position: absolute;
top: 0; left: 100%; bottom: 0;
width: 20px;
z-index: 1000;
}
.mapp-sidebar-toggle::before {
width: 0;
height: 0;
border-top: 6px solid transparent;
border-bottom: 6px solid transparent;
border-left: 6px solid black;
content: '';
}
.mapp-sidebar-open .mapp-sidebar-toggle::before {
width: 0;
height: 0;
border-left: none;
border-right: 6px solid black;
} .mapp-sidebar.mapp-sidebar-inline  {
border: none;
border-top: 1px solid lightgray;
display: flex;
max-height: 350px;
max-width: none;
width: auto;
}
.mapp-sidebar-inline .mapp-sidebar-toggle {
display: none;
}
.mapp-sidebar-inline .mapp-directions {
max-width: none;
width: auto;
}
.mapp-sidebar-inline .mapp-list {
display: flex;
flex: 1;
flex-direction: column;
} .mapp-list {
display: flex;
flex-direction: column;
flex: 1;
overflow: hidden;
position: relative;
}
.mapp-list .mapp-list-header {
border-bottom: 1px solid lightgray;
display: flex;
flex-direction: column;
padding: 5px;
position: relative; }
.mapp-list-count {
padding: 5px;
text-align: center;
}
.mapp-list .mapp-items {
flex: 1;
overflow: auto;
}
.mapp-list .mapp-item {
align-items: center;
border-bottom: 1px solid lightgray;
display: flex;
cursor: pointer;
overflow: hidden;
padding: 10px;
}
.mapp-list .mapp-item.mapp-selected {
background-color: #eaeaea;
}
.mapp-list .mapp-item:hover {
background-color: #eaeaea;
}
.mapp-list .mapp-info {
flex: 1;
}
.mapp-list .mapp-info .mapp-template {
align-items: center;
display: flex;
}
.mapp-list .mapp-title {
flex: 1;
}
.mapp-list .mapp-item .mapp-icon {
border: none; max-width: 32px !important; max-height: 32px;
margin: 0 5px;
padding: 0; }
.mapp-list-footer {
border-top: 1px solid lightgray;
display: flex;
justify-content: center;
padding: 10px;
}
.mapp-list .mapp-dir-wrapper {
margin-top: 10px;
} .mapp-list .mapp-dir {
color: #4272db;
cursor: pointer;
white-space: nowrap;
} .mapp-paginate {
align-items: center;
display: flex;
} .mapp-paginate-button {
align-items: baseline;
background-color: #eee;
border: 1px solid lightgray;
border-radius: 5px;
cursor: pointer;
display: inline-flex;
font-size: 16px;
height: 25px;
justify-content: center;
margin: 0 2px;
width: 20px;
}
.mapp-paginate-button.mapp-disabled {
color: #aaa;
}
.mapp-paginate-count {
display: inline-block;
min-width: 60px;
text-align: center;
} .mapp-header {
align-items: stretch;
background-color: white;
border-bottom: 1px solid lightgray;
display: flex;
flex-wrap: wrap;
gap: 5px;
justify-content: right; min-height: 50px; padding: 5px;
} .mapp-search-container {
display: flex;
flex: 1;
min-width: 325px;
position: relative;
} .mapp-autocomplete {
align-items: stretch;
display: flex;
flex: 1;
}
.mapp-autocomplete-wrapper {
align-items: center;
display: flex;
flex: 1;
position: relative;
}
.mapp-autocomplete input.mapp-places {
background-color: white !important; border: none;
border: 1px solid #bbb ;
box-shadow: none ;
color: black ;
flex: 1;
height: 100%;
line-height: 25px;
margin: 0 ;
padding: 5px 10px;
}
.mapp-autocomplete-button {
background: url(//iciloc.fr/wp-content/plugins/mappress-google-maps-for-wordpress/images/search_black.png) no-repeat center;
background-size: contain;
cursor: pointer;
position: absolute;
right: 10px;
width: 20px;  
height: 100%;
background-size: contain;
}		
.mapp-autocomplete-button:hover {
background: url(//iciloc.fr/wp-content/plugins/mappress-google-maps-for-wordpress/images/search_blue.png) no-repeat center;
background-size: contain;
} .mapp-autocomplete .mapp-submit-button img {
margin: 0 !important;
}
.mapp-autocomplete-list {
background-color: white;
border: 1px solid lightgray;
box-shadow: 0px 1px 2px grey;
cursor: pointer;
overflow-x: hidden;
overflow-y: auto;
position: absolute;
top: 100%;
width: 100%;
z-index: 10000;
}
.mapp-autocomplete-item {
background-color: inherit;
border-bottom: 1px solid lightgray;
border-top: none;
border-right: none;
border-left: none;
box-shadow: none;
color: inherit;
cursor: inherit;
font: inherit;
margin: 0;
padding: 8px;
}
.mapp-autocomplete-item:hover, .mapp-autocomplete-item.mapp-selected {
background-color: #eaeaea;
}
.mapp-autocomplete-item {
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
} .mapp-filter {
display: flex;
gap: 5px;
}
.mapp-filter .mapp-button {
text-transform: uppercase;
}
.mapp-filter-spinner {
background: transparent url(//iciloc.fr/wp-content/plugins/mappress-google-maps-for-wordpress/images/spinner-2x.gif) no-repeat center center;
height: 24px;
width: 24px;
margin-left: 10px;
margin-right: 10px;
}
.mapp-filter-wrapper {
display: flex;
flex: 1;
flex-direction: column;
overflow: auto;
padding: 5px 10px;
}
.mapp-filter-button {
align-items: center;
display: flex;
justify-content: center;
}
.mapp-filter-values {
line-height: normal;
min-width: 100%;
padding: 5px;
}
.mapp-filter-values .mapp-control {
display: block;
}
.mapp-filter-toolbar {
align-items: center;
border-top: 1px solid lightgray;
display: flex;
justify-content: space-between;
padding: 10px;
}
.mapp-filter-toolbar .mapp-filter-count {
color: #777;
margin-right: 5px;
min-width: 100px;
overflow: hidden;
text-align: center;
text-overflow: ellipsis;
white-space: nowrap;
}
.mapp-filter-label {
font-weight: bold;
padding: 5px 0;
text-transform: capitalize;
white-space: nowrap;
}
.mapp-filter-values label {
align-items: center;
color: #666;
display: flex;
font-weight: normal; margin: 0;
}
.mapp-filter-values img.mapp-icon {
display: inline; margin-right: 5px;
} .mapp-filter input, .mapp-filter input[type="text"], .mapp-filter input[type="search"] {
border: 1px solid #bbb;
border-radius: 0;
box-shadow: none;
line-height: 1;
max-width: none;
outline: none;
padding: 5px 10px;
}
.mapp-filter input[type="radio"], .mapp-filter input[type="checkbox"] {    
all: revert;
border-radius: 0;
box-shadow: none;
line-height: 1;
margin: initial;
margin-right: 10px;
outline: none;
}
.mapp-filter .mapp-filter-values select {
border: 1px solid gray;
border-radius: 0;
box-shadow: none;
line-height: 1;
margin: initial;
max-width: none;
outline: none;
width: 100%;
} .mapp-header .mapp-filter-text label, .mapp-header .mapp-filter-text input {
height: 100%;
}
.mapp-sidebar .mapp-filter-text .mapp-control, .mapp-sidebar .mapp-filter-text label {
display: flex;
flex: 1;
}
.mapp-sidebar .mapp-filter-text input {
flex: 1;
padding: 10px;
} .mapp-header .mapp-filters {
display: flex;
gap: 5px;
}
.mapp-sidebar .mapp-filter {
border-bottom: 1px solid lightgray;
flex-direction: column;
}
.mapp-sidebar .mapp-filter-button {
border: none;
}
.mapp-sidebar .mapp-filter .mapp-dropdown-content {
border: none;
height: 100%;
right: 0; left: 0;
}
.mapp-sidebar .mapp-filter-text {
padding: 5px;
}  .mapp-ib-wrapper {
bottom: 0;
display: flex;
left: 0;
max-height: 60%; max-width: 90%; overflow: hidden;
position: absolute;
}
.mapp-ib-content {
cursor: pointer;
display: flex;
flex-direction: column;
line-height: 0; overflow: hidden;
z-index: 1005; } :fullscreen ~ .mapp-ib-wrapper { z-index: 10000000000; }
:-webkit-full-screen ~ .mapp-ib-wrapper { z-index: 10000000000; }
:-moz-full-screen ~ .mapp-ib-wrapper { z-index: 10000000000; }
:-ms-fullscreen ~ .mapp-ib-wrapper { z-index: 10000000000; }
.mapp-ib {
background-color: white;
border: 1px solid lightgray;
box-sizing: border-box;
display: flex;
flex-direction: column;
line-height: normal;
outline: none;
overflow: hidden;
box-shadow: 0 0px 7px 0px rgba(0,0,0,0.20);
}
.mapp-ib-tip {
display: flex;
flex: 0 0 auto;
left: 50%;
position: relative;
top: -1px;
width: 0;
}
.mapp-ib-tip:before {
border: 10px solid transparent;
border-top: 10px solid white;
border-bottom: none;
content: "";
left: -10px;
position: relative;
width: 0;
} .mapp-iw {
display: flex;
flex-direction: column;
min-width: 200px;
overflow: hidden;
} .mapp-ib .mapp-iw * {
font-size: 13px;
} .mapp-content .mapp-iw * {
line-height: normal;
}
.mapp-iw p {
margin: 0 !important;
padding: 0;
} .mapp-iw iframe {
max-height: 100%;
max-width: 100%;
} .mapp-iw a, .mapp-iw a:link, .mapp-iw a:active, .mapp-iw a:visited, .mapp-iw a:hover {
border: none !important;
box-shadow: none !important; color: #4272db !important;
margin: 0;
padding: 0;
text-decoration: none !important;
}
.mapp-iw .mapp-info {
display: flex;
flex: 1;
flex-direction: column;
min-height: 100px; overflow: hidden;
padding: 10px;
}
.mapp-iw .mapp-info .mapp-template {
display: flex;
flex: 1;
flex-direction: column;
overflow: hidden;
}
.mapp-iw .mapp-title {
font-weight: bold;
padding-bottom: 10px;
}
.mapp-iw .mapp-body {
flex: 1;
overflow: auto;
overflow-wrap: break-word;
}
.mapp-iw .mapp-dir-wrapper {
margin-top: 10px;
} .mapp-iw .mapp-dir {
color: #4272db;
cursor: pointer;
padding-top: 10px;
white-space: nowrap;
} .mapp-ie .mapp-iw {
display: block;
overflow: auto;
}
.mapp-ie .mapp-iw .mapp-body {
flex: none;
} .mapp-iw .mapp-table {
margin-top: 10px;
}
.mapp-iw .mapp-label {
font-weight: 500;
}
.mapp-iw .mapp-cell {
padding: 2px 10px;
} .mapp-iw .mapp-thumbnail {
cursor: pointer;
}
.mapp-thumbnail {
align-items: center;
display: flex;
justify-content: center;
overflow: hidden;
position: relative;
} .mapp-thumbnail img {
display: inline-block;
max-width: none;
object-fit: cover;
}
.mapp-thumbnail .mapp-gallery-previous, .mapp-thumbnail .mapp-gallery-next {
align-items: end;
background-color: white;
border: 1px solid gray;
border-radius: 40px;
color: black;
cursor: pointer;
display: flex;
font-size: 20px;
height: 24px;
justify-content: center;
opacity: 0.5;
position: absolute;
top: 50%;
transform: translateY(-50%);
width: 24px;
}
.mapp-thumbnail .mapp-gallery-previous:hover, .mapp-thumbnail .mapp-gallery-next:hover {
opacity: 1.0;
}
.mapp-thumbnail .mapp-gallery-previous { left: 5px; }
.mapp-thumbnail .mapp-gallery-next { right: 5px; }
.mapp-thumbnail .mapp-gallery-previous:after { content: "<"; }
.mapp-thumbnail .mapp-gallery-next:after { content: ">"; } .mapp-iw.mapp-thumb-top .mapp-thumbnail {
text-align: center;
} .mapp-iw.mapp-thumb-top.mapp-has-thumb .mapp-info {
min-width: 100%;
width: 0;
}
.mapp-iw.mapp-thumb-left .mapp-thumbnail, .mapp-iw.mapp-thumb-right .mapp-thumbnail {
align-items: center;
} .mapp-iw.mapp-thumb-left .mapp-info, .mapp-iw.mapp-thumb-right .mapp-info  {
min-width: 150px;
}
.mapp-iw.mapp-thumb-left {
flex-direction: row;
}
.mapp-iw.mapp-thumb-right {
flex-direction: row-reverse;
}  .mapp-list .mapp-thumbnail img, .mapp-list .mapp-thumbnail .mapp-embed, .mapp-list .mapp-thumbnail iframe {
height: 100%;
width: 100%;
} .mapp-list.mapp-thumb-top .mapp-item {
display: block;
padding: 10px;
}
.mapp-list.mapp-thumb-top .mapp-thumbnail {
height: 150px;
margin-bottom: 10px;
text-align: center;
}
.mapp-list.mapp-thumb-left .mapp-thumbnail {
height: 100px !important;
width: 100px !important;
margin-right: 10px;
}
.mapp-list.mapp-thumb-left .mapp-item {
align-items: start;
}
.mapp-list.mapp-thumb-left .mapp-info .mapp-template {
flex-direction: row-reverse;
}
.mapp-list.mapp-thumb-right .mapp-item {
align-items: start;
flex-direction: row-reverse;
}
.mapp-list.mapp-thumb-right .mapp-thumbnail {
height: 100px !important;
width: 100px !important;
margin-left: 10px;
} @keyframes floatdown {
from { margin-top: 0 }
to { margin-top: 5px }
}
@keyframes floatup {
from { margin-top: 0 }
to { margin-top: -5px }
}
.mapp-ib-wrapper.mapp-ib-float {
animation: floatup 0.4s forwards;
}  .mapp-mini .mapp-main {
flex-direction: column-reverse;
}
.mapp-mini .mapp-sidebar {
bottom: 0;
height: 0;
left: 0;
max-width: none;
position: absolute;
right: 0;
transition-property : all;
transition-duration: .3s;
width: auto;
z-index: 10000;
}
.mapp-mini .mapp-sidebar.mapp-sidebar-open  {
height: 100%;
}
.mapp-button.mapp-view-list, .mapp-button.mapp-view-map {
align-items: center;
border: none;
justify-content: center;
text-transform: uppercase;    
}
.mapp-view-list img, .mapp-view-map img {
height: 16px !important; margin-right: 5px;
}
.mapp-mini .mapp-directions {
max-width: none;
width: auto;
}
.mapp-footer {
background-color: #f5f5f5;
border-top: 1px solid lightgray;
}
.mapp-mini .mapp-filters .mapp-dropdown-content { 
width: 100%;
height: 100%;
} .mapp-marker {
cursor: pointer;
filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.4));
position: absolute;
touch-action: none; } .mapp-marker img:nth-child(2) {
height: 50%;
position: absolute;
top: 50%; left: 50%;
transform: translate(-50%, -50%);
width: 50%;
} .mapp-marker img {
transform-origin: 50% 100%;
transition: transform .2s;
width: 100%;
} .mapp-marker-scale img {
transform-origin: 50% 100%;
transform: scale(1.2);
perspective: 1001px;
} .mapp-marker-scale img:nth-child(2) {
transform: translate(-50%, -50%) scale(1.5);
}
.mapp-marker-circle {
overflow: visible !important;
}
.mapp-marker-circle::before {
background-color: rgba(255,255,255,0.7);
border: 3px solid white;
border-radius: 50%;
box-sizing: border-box;
content: "";
left: -25%;
top: -25%;
width: 150%;
height: 150%;
position: absolute;
z-index: -1;
} .mapp-directions {
padding: 20px 10px 10px 10px;
}
.mapp-directions input {
border: 1px solid gray; padding: 3px;
}
.mapp-dir-content {
align-items: center;
display: flex;
}
.mapp-dir-toolbar {
margin-top: 10px;
}
.mapp-dir-from-to {
display: flex;
flex: 1;
flex-direction: column;
gap: 8px;
}
.mapp-dir-from, .mapp-dir-top {
line-height: normal ;
width: 100%;
}
.mapp-dir-arrows {
background: transparent url(//iciloc.fr/wp-content/plugins/mappress-google-maps-for-wordpress/images/swapvert.svg) no-repeat center center;
cursor: pointer;
height: 30px;
margin-left: 5px;
opacity: 0.6;
width: 30px;
}
.mapp-dir-arrows:hover {
background-color: rgba(0,0,0,0.05);
border-radius: 30px;
opacity: 1;
}  .mapp-main .mapp-menu-toggle {
background: white url(//iciloc.fr/wp-content/plugins/mappress-google-maps-for-wordpress/images/menu-2x.png) no-repeat center center;
background-size: 24px 24px;
box-shadow: rgba(0, 0, 0, 0.298039) 0px 1px 4px -1px;
color: #777;
cursor: pointer;
height: 40px;
outline: none;
outline: none; position: absolute;
top: 10px; left: 10px; bottom: 0; right: 0;
width: 40px;
z-index: 1000;
}
.mapp-menu {
background-color: white;
border: 1px solid lightgray;
color: #606060;
cursor: default;
display: flex;
flex-direction: column;
overflow: auto;
padding: 5px 0 5px 0;
position: absolute;
top: 50px; left: 10px;
width: 150px;
z-index: 1010;
}
.mapp-menu-items {
flex: 1;
}
.mapp-menu-item {
cursor: pointer;
line-height: 20px;
padding: 5px 10px 5px 10px;
}
.mapp-menu-item:hover {
background-color: #eaeaea;
color: black;
}
.mapp-menu-item.mapp-active {
background-color: #eaeaea;
color: black;
font-weight: bold;
}
.mapp-menu-separator {
padding: 0;
border-bottom: 1px solid lightgray;
}
.mapp-menu-footer{
padding: 5px 10px;
text-align: right;
}
.mapp-menu-help:hover {
opacity: 1;
} .mapp-dialog {
max-width: 90vw;
max-height: 90vh;
overflow: hidden;
padding: 0;
} .mapp-dialog-noscroll {
overflow: hidden;
} .mapp-dialog[open] {
display: flex;
flex-direction: column;
}
.mapp-dialog::backdrop {
background-color: black;
opacity: 0.6;
}
@media screen and (max-width: 650px) {
.mapp-dialog {
height: 100vh;
max-height: none;
max-width: none;
width: 100vw;
}
}
.mapp-dialog-title {
font-size: 20px;
padding: 15px;
}
.mapp-dialog-content {
display: flex;
flex-direction: column;
flex: 1;
overflow: hidden;
padding: 0 15px;
}
.mapp-dialog-toolbar {
align-items: center;
display: flex;
justify-content: space-between;
padding: 15px;
border-top: 1px solid lightgray;
}
.mapp-dialog-toolbar > div {
display: flex;
gap: 5px;
}
.mapp-dialog-nopad .mapp-dialog-title, .mapp-dialog-nopad .mapp-dialog-content, .mapp-dialog-nopad .mapp-dialog-toolbar {
padding: 0;
}
.mapp-dialog-close {
color: black;
cursor: pointer;
display: inline-block;
font-family: sans-serif;
font-size: 36px;
line-height: 36px;
position: absolute;
text-align: center;
top: 10px; right: 10px;
z-index: 1;
}
.mapp-dialog-close:hover {
color: rgb(0,124,186);
} .mapp-dialog.mapp-modal {
max-height: 80vh;
max-width: 80vw;
min-width: 400px;
}
.mapp-dialog.mapp-modal .mapp-dialog-content {
padding-left: 0;
}
.mapp-modal-title {
margin-bottom: 15px;
}
.mapp-modal-title h1 {
margin: 0;
padding: 0 0 15px 0;
}
.mapp-modal-template {
display: flex;
flex: 1;
flex-direction: row;
} .mapp-modal-featured {
max-width: 40%;
}
.mapp-modal-featured img {
height: 100% !important;
object-fit: cover;
width: 100% !important;
max-width: none !important;
}
.mapp-modal-article {
display: flex;
flex: 1;
flex-direction: column;
overflow: auto;
padding: 20px;
}
.mapp-modal-meta {
display: flex;
font-size: 12px;
justify-content: space-between;
margin-top: 50px;
}
.mapp-modal-spinner-wrapper {
transform: translate(-200%, -200%);
width: 5px;
height: 5px;
} .mapp-modal-spinner {
background: transparent url(//iciloc.fr/wp-content/plugins/mappress-google-maps-for-wordpress/images/spinner-2x.gif) no-repeat center center;
height: 40px;
width: 40px;
margin-left: 10px;
margin-right: 10px;
position: absolute;
top: 50%; left: 50%;
}  .mapp-component-iframe {
background-color: rgba(221,221,221,1); border: none;
max-height: none !important; overflow: hidden;
z-index: 1;
} .mapp-iframe {
background-color: rgba(221,221,221,1); border: none;
height: 100%;
max-height: none !important; overflow: hidden;
position: absolute;
top: 0; left: 0; bottom: 0; right: 0;
width: 100%;
z-index: 1;
}
.mapp-iframe-html, .mapp-iframe-body { 
box-sizing: border-box;
color: black;
font-family: sans-serif;
font-size: 13px;
height: 100%;
margin: 0;
padding: 0;
}
.mapp-iframe-body .mapp-wrapper { 
height: 100% !important;
padding-bottom: 0 !important;
} .mapp-errors-overlay {
background-color: black;
opacity: 0.7;
position: absolute;
top: 0; left: 0; bottom: 0; right: 0;
z-index: 1100; }
.mapp-errors {
background-color: white;
border: 2px solid gray;
color: black !important;
overflow: auto;
padding: 10px;
position: absolute;
top: 10%; left: 10%; bottom: 10%; right: 10%;
z-index: 1101;
}
.mapp-errors * {
font-size: 14px !important;
}
.mapp-errors-header {
font-size: 18px !important;
font-weight: bold !important;
margin-bottom: 15px;
text-align: center;
}
.mapp-errors-section {
margin: 5px 0;
}
.mapp-errors-title {
display: inline-block;
border-bottom: 2px solid red;
font-weight: 600 !important;
margin: 10px 0;
}
.mapp-errors-toolbar {
text-align: center;
}
.mapp-errors-apikey {
background-color: #007CBA;
border: 1px solid gray;
color: white;
cursor: pointer;
display: inline-block;
margin-top: 20px;
padding: 10px;
}
.mapp-errors-apikey:hover {
background-color: #006ba1;
}
.mapp-errors-apikey:active {
box-shadow: inset 0 0 0 1px #fff, 0 0 0;
} .mapp-layout > .cmplz-placeholder-element {
height: auto !important;
}
.mapp-layout.mapp-has-iframe { position: relative; }
.mapp-layout.mapp-has-iframe iframe,
.mapp-layout.mapp-has-iframe div.cmplz-blocked-content-container,
.mapp-layout.mapp-has-iframe [data-placeholder_class_index] {
border: none;
height: 100%;
max-height: none !important; overflow: hidden;
position: absolute;
top: 0; left: 0; bottom: 0; right: 0;
width: 100%;
z-index: 1;
} .mapp-table {
border-collapse: collapse;
display: table;
table-layout: fixed;
}
.mapp-table .mapp-row { display: table-row; }
.mapp-table .mapp-cell { display: table-cell; }
.mapp-table .mapp-label { display: table-cell; } div.mapp-control {
display: inline-block;
}
.mapp-control > label {
align-items:center;
display: inline-flex;
}
.mapp-label-left {
margin-right: 5px;
}
.mapp-label-right {
margin-left: 5px;
}
.mapp-label-top {
margin-bottom: 3px;
} .mapp-control-checkbox label, .mapp-control-radio label {
margin-right: 20px;
} .mapp-control input[type="radio"], .mapp-control input[type="checkbox"] {
margin: 0;
}
.mapp-help-text {
font-style: italic;
padding: 5px 0;
}
.mapp-help-link {
display: inline-block;
text-decoration: none;
vertical-align: baseline;
}
.mapp-help-warning {
border: 1px solid lightgray;
border-left: 4px solid #dba617;
margin-top: 10px;
padding: 10px;
}
.mapp-help-error {
border: 1px solid lightgray;
border-left: 4px solid #d63638;
margin-top: 10px;
padding: 10px;
} .mapp-align-left { float: left; }
.mapp-align-right { float: right; }
.mapp-align-center { margin-left: auto; margin-right: auto; }
.mapp-align-default {}
.mapp-close {
color: gray;
cursor: pointer;
display: inline-block;
font-family: sans-serif;
font-size: 18px;
font-weight: bold;
height: 20px;
line-height: 20px;
position: absolute;
text-align: center;
top: 0px; right: 0px;
width: 20px;
z-index: 1;
}
.mapp-close:after {
content: "x";
}
.mapp-close:hover {
color: black;
}
img.mapp-icon, .mapp-icon img {
box-shadow: none !important; filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.4));
height: 32px;
width: 32px;
vertical-align: middle;
}
*[data-mapp-action] {
cursor: pointer;
}
.mapp-max {
width: 100%;
}
.mapp-caret:after {
content: "";
display: inline-block;
border-left: 5px solid transparent;
border-right: 5px solid transparent;
border-top: 5px solid black;
border-bottom: none;
margin-left: 5px;
vertical-align: middle;
} .mapp-button, .mapp-link-button, .mapp-submit-button {
align-items: center;
cursor: pointer;
display: flex;
justify-content: center;
line-height: normal;
padding: 10px;
white-space: nowrap;
}
.mapp-link-button {
color: #4285F4;
}
.mapp-button {
background-color: white;
border: 1px solid lightgray;
user-select: none;    
}
.mapp-button:hover {
background-color: #eee;
}
.mapp-submit-button {
background-color: #4d90fe;
border: 1px solid lightgray;
color: white;
}
.mapp-submit-button:hover {
background-color: #357ae8;
}
.mapp-button-disabled  {
color: #aaa;
pointer-events: none;
}
.mapp-button-busy:after {
background: transparent url(//iciloc.fr/wp-content/plugins/mappress-google-maps-for-wordpress/images/spinner-2x.gif) no-repeat center center;
background-size: 20px 20px;
content: '';
height: 20px;
margin-left: 10px;
opacity: 0.5;
width: 20px;
}
.mapp-button-caret:after {
content: '';
display: inline-block;
border-left: 5px solid transparent;
border-right: 5px solid transparent;
border-top: 5px solid black;
border-bottom: none;
margin-left: 10px;
}
.mapp-button-disabled.mapp-button-caret:after {
border-top: 5px solid #aaa;
}
.mapp-dropdown-content {
background-color: white;
border: 1px solid lightgray;
display: flex;
flex-direction: column;   
margin-top: 6px;
overflow: hidden;
position: absolute;
top: 100%;
z-index: 10000;
}.animated{
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both
}
@-webkit-keyframes fadeIn{
0%{opacity: 0}
100%{opacity: 1}
}
@keyframes fadeIn{
0%{opacity: 0}
100%{opacity: 1}
}
.fadeIn{
-webkit-animation-name: fadeIn;
animation-name: fadeIn
}
@-webkit-keyframes fadeOut{
0%{opacity: 1}
100%{opacity: 0}
}
@keyframes fadeOut{
0%{opacity: 1}
100%{opacity: 0}
}
.fadeOut{
-webkit-animation-name: fadeOut;
animation-name: fadeOut
}  .counter-wrapper{
line-height: 26px;
margin: 0 -3px;
}
.counter-wrapper:after{
display: table;
clear: both;
content: "";
}
.counter-wrapper > div{
display: inline-block;
margin: 0 3px;
position: relative;
}
.counter-wrapper > div:not(:last-child):after{
content: ":";
display: inline-block;
vertical-align: middle;
font-size: 20px;
line-height: 1;
position: absolute;
top: 12px;
right: -8px; transform: translateY(-50%);
}
.counter-wrapper > div .number{
font-size: 14px;
}
.counter-wrapper .ref-wrapper{
text-transform: capitalize;
}
.counter-wrapper span.number > span{
display: inline-block;
min-width: 18px;
height: 26px;
line-height: 26px;
text-align: center;
margin: 0 1px;
} .product .counter-wrapper{
margin-top: 15px;
}
.product .counter-wrapper .ref-wrapper{
text-align: center;
} .ts-countdown .counter-wrapper{
margin: 0 -10px;
}
.ts-countdown .counter-wrapper > div{
min-width: 0;
margin: 0 10px;
}
.ts-countdown .counter-wrapper span.number > span{
min-width: 40px;
height: 60px;
line-height: 60px;
}
.ts-countdown .counter-wrapper > div:not(:last-child):after{
font-size: 30px;
top: 30px;
right: -14px; }
.ts-countdown .counter-wrapper > div .number{
font-size: 26px;
} .shortcode-heading-wrapper > .shortcode-title,
.shortcode-heading-wrapper > .ts-countdown{
display: inline-block;
vertical-align: middle;
width: auto;
}
.shortcode-heading-wrapper > .shortcode-title + .ts-countdown{
margin-left: 30px; }
.shortcode-heading-wrapper > .ts-countdown .ref-wrapper{
display: none;
}
.shortcode-heading-wrapper > .ts-countdown .counter-wrapper > div:not(:last-child):after{
top: 50%;   
}
.ts-product-deals-wrapper:not(.show-counter-today) .meta-wrapper > .counter-wrapper{
margin-top: 10px;
margin-bottom: 10px;
}
.ts-product-deals-wrapper:not(.show-counter-today) .meta-wrapper > .counter-wrapper .ref-wrapper{
font-size: 85%;
}  .ts-banner,
.ts-banner *{
backface-visibility: hidden;
-webkit-backface-visibility: hidden;
} 
.ts-banner{
overflow: hidden;
width: 100%;
position: relative;
}
.ts-banner h6{
margin-bottom: 8px;
line-height: 22px;
}
.ts-banner h2{
margin-bottom: 0;
}
.ts-banner .banner-wrapper{
position: relative;
}
.ts-banner .banner-wrapper .banner-bg{
overflow: hidden;
}
.ts-banner .banner-wrapper > a{
position: absolute;
left: 0;
right: 0;
bottom: 0;
top: 0;
z-index: 9;
}
.ts-banner .box-content{
position: absolute;
z-index: 2;
display: table;
}
.ts-banner .banner-bg{
transition: opacity 450ms;
}
.ts-banner-button{
margin-top: 50px;
}
.ts-banner-button a{
display: inline-block;
text-decoration: none !important;
}
.ts-banner .box-content header{
padding: 20px;
}
.ts-banner .box-content > *{
display: table-cell;
vertical-align: middle;
} .left-top .box-content{
left: 4%;right: auto;
top: 4%;bottom: auto;
}
.left-bottom .box-content{
left: 4%;right: auto;
top: auto;bottom: 4%;
}
.left-center .box-content{
left: 4%;right: auto;
top: 50%;bottom: auto;
transform: translate(0,-50%);
}
.right-top .box-content{
right: 4%;left: auto;
top: 4%;bottom: auto;
}
.right-bottom .box-content{
right: 4%;left: auto;
top: auto;bottom: 4%;
}
.right-center .box-content{
right: 4%;left: auto;
top: 50%;bottom: auto;
transform: translate(0,-50%);
}
.center-top .box-content{
text-align: center;
left: 50%;right: auto;
top: 4%;bottom: auto;
transform: translate(-50%,0);
}
.center-bottom .box-content{
text-align: center;
left: 50%;right: auto;
top: auto;bottom: 4%;
transform: translate(-50%,0);
}
.center-center .box-content{
left: 50%;right: auto;
top: 50%;bottom: auto;
width: 100%;
transform: translate(-50%,-50%);
text-align: center;
}
.left-top .box-content,
.left-bottom .box-content,
.left-center .box-content,
.right-top .box-content,
.right-bottom .box-content,
.right-center .box-content{
max-width: 60%;
}
.center-top .box-content,
.center-bottom .box-content,
.center-center .box-content{
min-width: 100%;
}
.ts-banner .banner-bg img{
position: relative;
margin: 0 auto;
width: 100%;
}
.ts-banner:not(.has-background-image) .box-content{
position: static;
display: block;
max-width: 100%;
padding: 50px;
}
.ts-banner-button a{
min-width: 160px;
}
.ts-banner .banner-wrapper .discount{
margin-top: 5px;
}
.ts-banner .banner-wrapper .ts-banner-button{
margin-top: 15px;
}
.ts-banner .banner-wrapper .ts-banner-button a{
padding: 6px 30px;
min-width: 0;
font-size: 100%;
}
.vc_row:not([data-vc-stretch-content]) .vc_col-sm-2 .ts-banner .banner-wrapper .ts-banner-button a,
.vc_row:not([data-vc-stretch-content]) .vc_col-sm-3 .ts-banner .banner-wrapper .ts-banner-button a{
padding: 6px 15px;
}  .ts-logo-slider-wrapper .content-wrapper{
padding: 0;
text-align: center;
}
.ts-logo-slider-wrapper .owl-controls .owl-nav > div{
margin-bottom: 0;
}
.ts-logo-slider-wrapper .content-wrapper ul{
padding: 0;
margin: 0;
}
.ts-logo-slider-wrapper .owl-carousel .owl-item{
text-align: center;
}
.ts-logo-slider-wrapper .owl-carousel *{
backface-visibility: hidden;
-webkit-backface-visibility: hidden;
}
.ts-logo-slider-wrapper a{
display:block;
text-align: center;
}
.ts-logo-slider-wrapper .owl-carousel .owl-item img{
width: auto;
margin: 0 auto;
}
.ts-logo-slider-wrapper .content-wrapper .items{
padding: 30px 0;
}
.ts-logo-slider-wrapper.no-nav .content-wrapper .items{
padding-left: 0;
padding-right: 0;
}
.ts-logo-slider-wrapper .item{
backface-visibility: hidden;
-webkit-backface-visibility: hidden;
}
.ts-logo-slider-wrapper.text-light.nav-middle .owl-nav > div{
background: #ffffff;
color: #103178;
box-shadow: 0 0 5px rgba(0,0,0,0.3);
}
.ts-logo-slider-wrapper.text-light.loading .content-wrapper:after{
color: #ffffff;
}  .ts-shortcode{
position: relative;
clear: both;
}
.ts-shortcode .shortcode-heading-wrapper{
margin: 0 0 20px 0;
text-align: center;
}
.ts-shortcode .shortcode-heading-wrapper h2{
margin-bottom: 0;
}
.ts-shortcode.ts-product.show-dots{
padding-bottom: 54px;
}
.ts-shortcode.ts-product.show-dots .owl-dots{
position: absolute;
bottom: -54px;
left: 0;
right: 0;
text-align: center;
}  .ts-banner-image{
overflow: hidden;
position: relative;
text-align: center;
}
.ts-banner-image *{
backface-visibility: hidden;
}
.ts-banner-image img.text-image{
position: absolute;
z-index: 2;
}
.ts-banner-image > *{
display: block;
position: relative;
overflow: hidden;
}
.ts-banner-image > *:after{
display: table;
content: "";
clear: both;
}
.ts-banner-image img.bg-image{
position: relative;
width: 100%;
transition: 800ms ease 0s;
} .ts-banner-image img.text-image{
max-width: calc( 100% - 40px );
max-height: calc( 100% - 40px );
width: auto;
height: auto;
margin: 0;
}
.ts-banner-image.left-top img.text-image{
left: 40px;right: auto;
top: 40px;bottom: auto;
}
.ts-banner-image.left-bottom img.text-image{
left: 40px;right: auto;
top: auto;bottom: 40px;
}
.ts-banner-image.left-center img.text-image{
left: 40px;right: auto;
top: 50%;bottom: auto;
transform: translate(0,-50%);
}
.ts-banner-image.right-top img.text-image{
right: 40px;left: auto;
top: 40px;bottom: auto;
}
.ts-banner-image.right-bottom img.text-image{
right: 40px;left: auto;
top: auto;bottom: 40px;
}
.ts-banner-image.right-center img.text-image{
right: 40px;left: auto;
top: 50%;bottom: auto;
transform: translate(0,-50%);
}
.ts-banner-image.center-top img.text-image{
left: 50%;right: auto;
top: 40px;bottom: auto;
transform: translate(-50%,0);
}
.ts-banner-image.center-bottom img.text-image{
left: 50%;right: auto;
top: auto;bottom: 40px;
transform: translate(-50%,0);
}
.ts-banner-image.center-center img.text-image{
left: 50%;right: auto;
top: 50%;bottom: auto;
transform: translate(-50%,-50%);
text-align: center;
max-width: 56%;
}
.ts-banner-image.image-radius{
overflow: hidden;
}
.ts-banner-image.image-radius img{
border-radius: 4px;
}   .ts-masonry article{
margin-bottom: 50px;
}
.ts-masonry.ts-blogs .entry-content{
position: relative;
margin: 0;
}
.ts-masonry.ts-blogs .thumbnail-content .entry-meta-top{
padding-left: 28px;
padding-right: 28px;
}
.ts-blogs article.gallery .owl-nav > .owl-prev,
.ts-blogs article.gallery .owl-nav > .owl-next{
width: 32px;
height: 32px;
font-size: 18px;
line-height: 32px;
margin-top: -16px;
}
.ts-blogs article.gallery .owl-nav > .owl-prev{
left: 5px; }
.ts-blogs article.gallery .owl-nav > .owl-next{
right: 5px; }  .widget.ts-products-widget > .widgettitle{
padding: 0;
margin-bottom: 20px;
}
.woocommerce .ts-products-widget ul.product_list_widget li img,
.ts-products-widget .woocommerce ul.product_list_widget li img{
width: 100px;
}
.woocommerce .ts-products-widget ul.product_list_widget li .ts-wg-meta,
.ts-products-widget .woocommerce ul.product_list_widget li .ts-wg-meta{
margin-left: 120px; }
.widget.ts-products-widget .owl-nav{
top: -64px;
}  .ts-button-wrapper.btn-inline{
display: inline-block;
}
.ts-button-wrapper a{
text-decoration: none;
}
.ts-button-wrapper.btn-inline{
margin-right: 10px; }
.ts-button p{
margin: 0;
}
.ts-button,
.vc_column_container .vc_btn, 
.vc_column_container .wpb_button{
padding: 10px 25px;
display: inline-block;
border-style: solid !important;
text-align: center;
}
.ts-button-wrapper:not(.has-border) .ts-button{
padding-top: 10px;
padding-bottom: 10px;
}
.ts-button > i:first-child{
margin-right: 7px; }
.ts-button > i:last-child{
margin-left: 7px; }
a.ts-button:hover{
text-decoration: none
}
.ts-button-wrapper.button-text a.ts-button{
padding: 0;
border-width: 0;
margin: 0;
background: transparent !important;
} a.ts-button.small{
padding-top: 4px;
padding-bottom: 4px;
min-width: 98px;
}
.ts-button.small > i:first-child{
margin-right: 4px; }
.ts-button.small > i:last-child{
margin-left: 4px; }
a.ts-button.large{
font-size: 120%;
padding: 15px 30px;
min-width: 200px;
}
.button-radius a.ts-button.large{
border-radius: 30px;
}
a.ts-button.x-large{
font-size: 130%;
padding: 18px 30px;
min-width: 240px;
}
.button-radius a.ts-button.x-large{
border-radius: 33px;
}  .ts-dropcap{
line-height: 70px;
font-size: 70px;
float: left; position: relative;
top: 0;
margin-right: 15px; text-transform: uppercase;
}
.ts-dropcap.style-2 {
font-size: 36px;
line-height: 36px;
padding: 10px 18px;
margin: 0 15px 15px 0;
top: 8px;
min-width: 60px;
text-align: center;
}  .ts-heading{
margin: 0 0 40px 0;
display: inline-block;
width: 100%;
}
.ts-heading:after{
display: table;
clear: both;
content: "";
}
.ts-heading.text-light .heading{
color: #ffffff;
border-color: #ffffff;
}
h1.wpb_heading,
h2.wpb_heading,
h3.wpb_heading,
h4.wpb_heading,
h5.wpb_heading,
h6.wpb_heading{
margin: 0 0 30px 0;
position: relative
}
.ts-heading > .heading{
margin: 0;
position: relative;
}
.ts-heading.heading-left{
text-align: left;
}
.ts-heading.heading-center{
text-align: center;
}
.ts-heading.heading-right{
text-align: right;
}
.ts-heading.style-multiple-heading .heading-2{
display: block;
font-size: 250%;
line-height: 1;
margin-top: -51px;
opacity: 0.1;
}
.ts-heading.style-multiple-heading.text-light .heading-2{
color: #ffffff;
opacity: 0.2;
} .wpb_images_carousel h2.wpb_heading{
display: inline-block;
}
.wpb_images_carousel{
overflow: hidden;
}
.vc_images_carousel .vc_carousel-indicators li{
padding: 0;
}
body.wpb-js-composer .vc_images_carousel .vc_carousel-indicators{
bottom: 10px;
}
body.wpb-js-composer .vc_images_carousel .vc_carousel-control .icon-next:before,
body.wpb-js-composer .vc_images_carousel .vc_carousel-control .icon-prev:before{
top: 0;
}  body.wpb-js-composer .vc_toggle{
margin: 0 0 35px;
}
body.wpb-js-composer .vc_toggle .vc_toggle_title{
position: relative;
padding: 12px 50px 12px 30px; background: rgba(180,180,180,0.1);
}
body.wpb-js-composer .vc_toggle .vc_toggle_title h4{
margin: 0;
}
body.wpb-js-composer .vc_toggle .vc_toggle_title .vc_toggle_icon{
width: 50px;
height: 50px;
line-height: 50px;
text-align: center;
position: absolute;
top: 50%;
right: 0; left: auto; margin: 0;
-webkit-transform: translate(0,-50%);
-ms-transform: translate(0,-50%);
-o-transform: translate(0,-50%);
transform: translate(0,-50%);
}
body.wpb-js-composer .vc_toggle_default .vc_toggle_title .vc_toggle_icon{
background: transparent;
border: none;
}
body.wpb-js-composer .vc_toggle .vc_toggle_content{
padding: 30px 0 0 30px; } body.wpb-js-composer .vc_toggle_default .vc_toggle_title .vc_toggle_icon::before,
body.wpb-js-composer .vc_toggle_arrow .vc_toggle_title .vc_toggle_icon::before{
display: none;
}
body.wpb-js-composer .vc_toggle_default .vc_toggle_title .vc_toggle_icon::after,
body.wpb-js-composer .vc_toggle_arrow .vc_toggle_title .vc_toggle_icon::after{
background: transparent !important;
z-index: 3;
content: "\f078";
font-family: "Font Awesome 5 Free";
font-weight: 900;
font-size: 80%;
letter-spacing: 0;
display: inline-block;
font-style: normal;
margin-top: 0;
position: static;
transform: none;
height: auto;
width: auto;
visibility: visible;
border: 0;
transition: 350ms ease;
}
body.wpb-js-composer .vc_toggle_default.vc_toggle_active .vc_toggle_title .vc_toggle_icon::after,
body.wpb-js-composer .vc_toggle_arrow.vc_toggle_active .vc_toggle_title .vc_toggle_icon::after{
transform: rotate(180deg);
}
body.wpb-js-composer .vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon,
body.wpb-js-composer .vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon,
body.wpb-js-composer .vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon{
opacity: 0.6;
}
body.wpb-js-composer .vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon{
background: transparent;
}
body.wpb-js-composer .vc_toggle_default .vc_toggle_title h4:before{
content: "\f059";
font-family: "Font Awesome 5 Free";
font-weight: 900;
letter-spacing: 0;
display: inline-block;
font-style: normal;
margin-right: 10px; font-size: 80%;
line-height: 20px;
position: relative;
top: -1px;
} body.wpb-js-composer .vc_toggle_round .vc_toggle_title{
border-radius: 30px;
} body.wpb-js-composer .vc_toggle_rounded .vc_toggle_title{
border-radius: 10px;
} body.wpb-js-composer .vc_toggle_color_blue.vc_toggle_default .vc_toggle_icon::after,
body.wpb-js-composer .vc_toggle_color_blue.vc_toggle_arrow .vc_toggle_icon::after{
color: #5472d2;
}
body.wpb-js-composer .vc_toggle_color_turquoise.vc_toggle_default .vc_toggle_icon::after,
body.wpb-js-composer .vc_toggle_color_turquoise.vc_toggle_arrow .vc_toggle_icon::after{
color: #00c1cf;
}
body.wpb-js-composer .vc_toggle_color_pink.vc_toggle_default .vc_toggle_icon::after,
body.wpb-js-composer .vc_toggle_color_pink.vc_toggle_arrow .vc_toggle_icon::after{
color: #fe9b94;
}
body.wpb-js-composer .vc_toggle_color_violet.vc_toggle_default .vc_toggle_icon::after,
body.wpb-js-composer .vc_toggle_color_violet.vc_toggle_arrow .vc_toggle_icon::after{
color: #8d6dc4;
}
body.wpb-js-composer .vc_toggle_color_peacoc.vc_toggle_default .vc_toggle_icon::after,
body.wpb-js-composer .vc_toggle_color_peacoc.vc_toggle_arrow .vc_toggle_icon::after{
color: #4cadc9;
}
body.wpb-js-composer .vc_toggle_color_chino.vc_toggle_default .vc_toggle_icon::after,
body.wpb-js-composer .vc_toggle_color_chino.vc_toggle_arrow .vc_toggle_icon::after{
color: #cec2ab;
}
body.wpb-js-composer .vc_toggle_color_mulled_wine.vc_toggle_default .vc_toggle_icon::after,
body.wpb-js-composer .vc_toggle_color_mulled_wine.vc_toggle_arrow .vc_toggle_icon::after{
color: #50485b;
}
body.wpb-js-composer .vc_toggle_color_vista_blue.vc_toggle_default .vc_toggle_icon::after,
body.wpb-js-composer .vc_toggle_color_vista_blue.vc_toggle_arrow .vc_toggle_icon::after{
color: #75d69c;
}
body.wpb-js-composer .vc_toggle_color_black.vc_toggle_default .vc_toggle_icon::after,
body.wpb-js-composer .vc_toggle_color_black.vc_toggle_arrow .vc_toggle_icon::after{
color: #202020;
}
body.wpb-js-composer .vc_toggle_color_grey.vc_toggle_default .vc_toggle_icon::after,
body.wpb-js-composer .vc_toggle_color_grey.vc_toggle_arrow .vc_toggle_icon::after{
color: #ebebeb;
}
body.wpb-js-composer .vc_toggle_color_orange.vc_toggle_default .vc_toggle_icon::after,
body.wpb-js-composer .vc_toggle_color_orange.vc_toggle_arrow .vc_toggle_icon::after{
color: #f7be68;
}
body.wpb-js-composer .vc_toggle_color_sky.vc_toggle_default .vc_toggle_icon::after,
body.wpb-js-composer .vc_toggle_color_sky.vc_toggle_arrow .vc_toggle_icon::after{
color: #5aa1e3;
}
body.wpb-js-composer .vc_toggle_color_green.vc_toggle_default .vc_toggle_icon::after,
body.wpb-js-composer .vc_toggle_color_green.vc_toggle_arrow .vc_toggle_icon::after{
color: #6dab3c;
}
body.wpb-js-composer .vc_toggle_color_juicy_pink.vc_toggle_default .vc_toggle_icon::after,
body.wpb-js-composer .vc_toggle_color_juicy_pink.vc_toggle_arrow .vc_toggle_icon::after{
color: #f4524d;
}
body.wpb-js-composer .vc_toggle_color_sandy_brown.vc_toggle_default .vc_toggle_icon::after,
body.wpb-js-composer .vc_toggle_color_sandy_brown.vc_toggle_arrow .vc_toggle_icon::after{
color: #f79468;
}
body.wpb-js-composer .vc_toggle_color_purple.vc_toggle_default .vc_toggle_icon::after,
body.wpb-js-composer .vc_toggle_color_purple.vc_toggle_arrow .vc_toggle_icon::after{
color: #b97ebb;
}
body.wpb-js-composer .vc_toggle_color_white.vc_toggle_default .vc_toggle_icon::after,
body.wpb-js-composer .vc_toggle_color_white.vc_toggle_arrow .vc_toggle_icon::after{
color: #ffffff;
}  .vc_progress_bar{
padding: 0;
overflow: hidden;
}
.vc_progress_bar .vc_single_bar{
background: none;
margin-top: 40px;
margin-bottom: 10px;
display: inline-block;
width: 100%;
height: 10px;
box-shadow: none;
border-radius: 0;
}
.vc_progress_bar .vc_single_bar:before{
content: "";
background: rgba(217,217,217,0.4);
position: absolute;
left: 0;
right: 0;
bottom: 0;
top: 0;
border-radius: 0;
}
.vc_progress_bar .vc_single_bar .vc_label{
padding: 0;
position: relative;
top: -40px;
left: 0;
}
.vc_progress_bar .vc_single_bar .vc_bar{
height: 10px;
left: 0;
top: 0;
border-radius: 0;
}
.vc_single_bar .vc_label_units{
margin-left: 10px; }  .ts-testimonial-wrapper .items:not(.owl-carousel):after{
content: '';
clear: both;
display: table;
}
.ts-testimonial-wrapper.columns-2 .item{
width: 50%;
float: left; }
.ts-testimonial-wrapper.columns-3 .item{
width: 33.3333%;
float: left; }
.ts-testimonial-wrapper.columns-4 .item{
width: 25%;
float: left; }
.ts-testimonial-wrapper.columns-2 .item:nth-child(2n+1),
.ts-testimonial-wrapper.columns-3 .item:nth-child(3n+1),
.ts-testimonial-wrapper.columns-4 .item:nth-child(4n+1){
clear: both;
}
.ts-shortcode .shortcode-heading-wrapper h2{
line-height: 50px !important;
}
.ts-testimonial-wrapper .shortcode-heading-wrapper img{
height: 28px;
width: auto;
margin-top: 10px;
margin-right: 15px; }
.ts-testimonial-wrapper .owl-dots{
text-align: center;
}
.ts-testimonial-wrapper .item .author-role .author,
.ts-testimonial-wrapper .item .author-role .role,
.ts-testimonial-wrapper .item .author-role .date{
display: inline-block;
margin-right: 10px; }
.ts-testimonial-wrapper .item .author-role .role,
.ts-testimonial-wrapper .item .author-role .date{
font-size: 80%;
color: #808080;
}
.ts-testimonial-wrapper .items:not(.owl-carousel){
margin: 0;
-webkit-columns: 1;
-moz-columns: 1;
columns: 1;
-webkit-column-gap: 30px;
-moz-column-gap: 30px;
column-gap: 30px;
}
.ts-testimonial-wrapper .items:not(.owl-carousel) .item{
width: 100%;
float: none; padding: 0;
margin-bottom: 30px;
-webkit-column-break-inside: avoid;
page-break-inside: avoid;
break-inside: avoid;
}
.ts-testimonial-wrapper.columns-2 .items:not(.owl-carousel){
-webkit-columns: 2;
-moz-columns: 2;
columns: 2;
}
.ts-testimonial-wrapper.columns-3 .items:not(.owl-carousel){
-webkit-columns: 3;
-moz-columns: 3;
columns: 3;
}
.ts-testimonial-wrapper.columns-4 .items:not(.owl-carousel){
-webkit-columns: 4;
-moz-columns: 4;
columns: 4;
}
.ts-testimonial-wrapper.columns-5 .items:not(.owl-carousel){
-webkit-columns: 5;
-moz-columns: 5;
columns: 5;
}
body .ts-testimonial-wrapper.has-border blockquote{
font-size: 100%;
padding-top: 60px;
}
body .ts-testimonial-wrapper.has-border blockquote .author{
font-size: 90%;
}
.ts-testimonial-wrapper.has-border .items .item{
border-width: 1px;
border-style: solid;
border-color: #e5e5e5;
border-radius: 4px;
}
.ts-testimonial-wrapper.has-border.ts-slider .items .item{
border-width: 0;
}
.ts-testimonial-wrapper.has-border.ts-slider .items .item blockquote{
border-width: 1px;
border-style: solid;
border-color: #e5e5e5;
border-radius: 4px;
}
.ts-testimonial-wrapper blockquote .image{
float: left; margin-right: 15px;
}
.ts-testimonial-wrapper  blockquote .image ~ .rating{
clear: both;
margin-top: 10px;
}
body .ts-testimonial-wrapper.has-border blockquote .rating{
position: absolute;
top: 30px;
left: 30px; margin-top: 0;
} .ts-testimonial-wrapper .rating,
blockquote .rating{
width: 82px;
height: 14px;
font-size: 14px;
line-height: 1;
display: block;
overflow: hidden;
position: relative;
font-style: normal;
letter-spacing: 0;
}
.ts-testimonial-wrapper .rating span,
blockquote .rating span{
padding-top: 1.5em;
overflow: hidden;
display: block;
margin: 0 auto;
position: relative;
float: left; }
.ts-testimonial-wrapper .rating:before,
blockquote .rating:before{
float: left; top: 0;
left: 0; position: absolute;
}
.ts-testimonial-wrapper .rating span:before,
blockquote .rating span:before{
top: 0;
position: absolute;
left: 0; } 
.ts-testimonial-wrapper .rating span:before,
.ts-testimonial-wrapper .rating:before,
blockquote .rating span:before,
blockquote .rating:before{
font-size: 12px;
line-height: 14px;
max-width: 100%;
} .ts-testimonial-wrapper.partial-view .items,
.ts-testimonial-wrapper.partial-view .items.owl-carousel{
width: calc(100vw + 240px);
margin-left: calc(-50vw + 50% - 120px);
margin-right: calc(-50vw + 50% - 120px);
}
.ts-testimonial-wrapper.partial-view.align-left .items,
.ts-testimonial-wrapper.partial-view.align-left .items.owl-carousel{
width: calc(100% + 50vw - 50% + 120px);
margin-left: -15px; margin-right: calc(-50vw + 50%); }
.ts-testimonial-wrapper.partial-view .items.owl-carousel .owl-dots{
margin-left: calc(-50vw + 50% - 90px); max-width: 100%;
}
.ts-testimonial-wrapper.partial-view .items.owl-carousel .owl-nav > .owl-prev, 
.ts-testimonial-wrapper.partial-view .items.owl-carousel .owl-nav > .owl-next {
top: 40%;
} .ts-testimonial-wrapper.text-light .ts-testimonial-wrapper,
.ts-testimonial-wrapper.text-light .ts-testimonial-wrapper .byline,
.ts-testimonial-wrapper.text-light .ts-testimonial-wrapper h4 > a,
.ts-testimonial-wrapper.text-light blockquote,
.ts-testimonial-wrapper.text-light .author-role a,
.ts-testimonial-wrapper.text-light .author-role .role,
.text-light .view-more a,
.title-light .shop-more a{
color: #fff;
}
.text-light .view-more a:hover,
.title-light .shop-more a:hover,
.ts-testimonial-wrapper.text-light .author-role a:hover,
.ts-testimonial-wrapper.text-light .ts-testimonial-wrapper h4 > a:hover,
body .text-light.nav-top .owl-nav > div:hover,
body .title-light.nav-top .owl-nav > div:hover{
opacity: 0.6;
}
body .ts-shortcode.text-light .shortcode-heading-wrapper *,
body .ts-shortcode.text-light .heading-title:before,
body .text-light.nav-top .owl-nav > div,
body .ts-shortcode.title-light .shortcode-heading-wrapper *,
body .ts-shortcode.title-light .heading-title:before,
body .title-light.nav-top .owl-nav > div{
border-color: #ffffff;
color: #ffffff;
}  .ts-team-members.ts-shortcode{
margin-bottom: 0;
text-align: center;
}
.ts-team-members.ts-shortcode .items{
margin-left: -30px;
margin-right: -30px;
}
.ts-team-members.ts-shortcode .items .item{
padding: 0 30px;
margin-bottom: 25px;
}
.ts-team-members.ts-shortcode.ts-slider .owl-carousel{
width: calc(100% + 60px)
}
.ts-team-members.ts-slider.nav-middle .items:hover .owl-nav .owl-prev {
left: 40px; }
.ts-team-members.ts-slider.nav-middle .items:hover .owl-nav .owl-next {
right: 40px; } .ts-team-members .team-content .image-thumbnail{
margin-bottom: 15px;
overflow: hidden;
}
.ts-team-members .team-content .image-thumbnail > a{
display: block;
} .ts-team-members .team-info header > *{
display: block;
margin-bottom: 0;
line-height: 24px;
}
.ts-team-members .team-content{
transition: 350ms ease 0s;
}
.ts-team-members:after{
display: table;
clear: both;
content: "";
} .ts-team-members .member-social{
margin-left: -10px;
margin-right: -10px;
opacity: 0;
visibility: hidden;
transition: 500ms ease;
}
.ts-team-members .item:hover .member-social{
opacity: 1;
visibility: visible;
}
.ts-team-members .member-social a{
text-align: center;
line-height: 16px;
font-size: 15px;
margin: 0 10px; overflow: hidden;
color: #363636;
transition: color 250ms ease 100ms;
}
.ts-team-members .member-social a.facebook:hover{
color: #3B5998;
}
.ts-team-members .member-social a.twitter:hover{
color: #2CAAE1;
}
.ts-team-members .member-social a.google:hover{
color: #DD4B39;
}
.ts-team-members .member-social a.linked:hover{
color: #007BB6;
}
.ts-team-members .member-social a.rss:hover{
color: #FF5600;
}
.ts-team-members .member-social a.dribbble:hover{
color: #F26798;
}
.ts-team-members .member-social a.instagram:hover{
color: #604c45;
}
.ts-team-members .member-social a.pinterest:hover{
color: #CA1517;
}  .vc_tta-container .vc_general.vc_tta-tabs{
background: transparent;
}
body.wpb-js-composer .vc_general.vc_tta-tabs .vc_tta-panel-body{
margin: 0;
padding: 0 0 0 50px; border: 0;
border-radius: 0;
overflow: visible;
}
body.wpb-js-composer .vc_general.vc_tta-tabs.vc_tta-tabs-position-right .vc_tta-panel-body{
padding: 0 50px 0 0; }
body.wpb-js-composer .vc_tta.vc_general .vc_tta-icon{
font-size: 85%;
}
body.wpb-js-composer .vc_general.vc_tta-tabs .vc_tta-panel.vc_animating.vc_active .vc_tta-panel-body,
.vc_general.vc_tta-tabs .vc_tta-panel:not(.vc_active),
body.wpb-js-composer .vc_tta-tabs:not([class*=vc_tta-gap]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-left .vc_tta-tab.vc_active>a::before,
body.wpb-js-composer .vc_tta-tabs:not([class*=vc_tta-gap]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-left .vc_tta-tab.vc_active>a::after{
display: none;
}
body.wpb-js-composer .vc_tta-tabs.vc_tta-tabs .vc_tta-tabs-container{
overflow: visible;
margin: 0;
}
body.wpb-js-composer .vc_general.vc_tta-tabs .vc_tta-tabs-list{
display: block !important;
margin: 0 -20px 20px;
overflow: visible;
z-index: 2;
}
body.wpb-js-composer .vc_general.vc_tta-tabs:not(.vc_tta-tabs-position-left) .vc_tta-tabs-list,
body.wpb-js-composer .vc_general.vc_tta-tabs:not(.vc_tta-tabs-position-right) .vc_tta-tabs-list{
text-align: center;
}
body.wpb-js-composer .vc_general.vc_tta-tabs .vc_tta-tab{
padding: 0 20px 10px;
position: relative;
}
body.wpb-js-composer .vc_general.vc_tta-tabs .vc_tta-tab > a{
padding: 0;
}
body.wpb-js-composer .vc_general.vc_tta-tabs .vc_tta-tab > a:before,
body.wpb-js-composer .vc_general.vc_tta-tabs .vc_tta-tab > a:after{
display: none;
}
body.wpb-js-composer .vc_general.vc_tta-tabs .vc_tta-tab:hover .vc_tta-title-text,
body.wpb-js-composer .vc_general.vc_tta-tabs .vc_tta-tab.vc_active .vc_tta-title-text{
text-decoration: underline;
} body.wpb-js-composer .vc_general.vc_tta-tabs.text-light .vc_tta-tab{
color: #ffffff !important;
} body.wpb-js-composer .vc_tta.vc_general .vc_tta-panel{
margin-bottom: 20px;
}
body.wpb-js-composer .vc_tta.vc_general .vc_tta-panel-heading {
transition: none;
border-width: 0;
}
body.wpb-js-composer .vc_tta.vc_general .vc_tta-panel-title>a{
position: relative;
padding: 12px 50px 12px 30px;
background: rgba(180,180,180,0.1);
display: block;
}
body.wpb-js-composer .vc_tta.vc_general .vc_tta-panel-title .vc_tta-controls-icon{
width: 50px;
height: 50px;
line-height: 50px;
text-align: center;
position: absolute;
top: 50%;
right: 0;
left: auto;
margin: 0;
-webkit-transform: translate(0,-50%);
-ms-transform: translate(0,-50%);
-o-transform: translate(0,-50%);
transform: translate(0,-50%);
}
body.wpb-js-composer .vc_tta.vc_general .vc_tta-panel-title .vc_tta-controls-icon:before{
content: "\f078";
width: auto;
height: auto;
font-family: "Font Awesome 5 Free";
font-weight: 900;
letter-spacing: 0;
font-size: 20px;
font-style: normal;
margin-top: 0;
position: static;
transform: none;
border: 0;
background: transparent;
display: block;
z-index: 3;
visibility: visible;
transition: 350ms ease 0s; 
}
body.wpb-js-composer .vc_tta.vc_general .vc_tta-panel-title .vc_tta-controls-icon.vc_tta-controls-icon-plus:before{
content: "+";
font-family: inherit;
font-weight: 400;
}
body.wpb-js-composer .vc_tta.vc_general .vc_tta-panel-title .vc_tta-controls-icon.vc_tta-controls-icon-triangle:before{
content: "\f0dd";
}
body.wpb-js-composer .vc_tta.vc_general .vc_tta-panel-title .vc_tta-controls-icon.vc_tta-controls-icon-triangle:before,
body.wpb-js-composer .vc_tta.vc_general .vc_tta-panel-title .vc_tta-controls-icon.vc_tta-controls-icon-chevron:before{
font-size: 14px;
}
body.wpb-js-composer .vc_tta.vc_general .vc_tta-panel-title .vc_tta-controls-icon:hover{
opacity: 0.6;
}
body.wpb-js-composer .vc_tta.vc_general .vc_tta-panel.vc_active .vc_tta-panel-title .vc_tta-controls-icon:before,
body.wpb-js-composer .vc_tta.vc_general .vc_tta-panel.vc_active .vc_tta-panel-title .vc_tta-controls-icon.vc_tta-controls-icon-triangle:before{
transform: rotate(180deg);
}
body.wpb-js-composer .vc_tta.vc_general .vc_tta-panel.vc_active .vc_tta-panel-title .vc_tta-controls-icon.vc_tta-controls-icon-plus:before{
content: "-";
}
body.wpb-js-composer .vc_tta .vc_tta-controls-icon.vc_tta-controls-icon-plus::after{
display: none;
}  .google-map-container{
position: relative;
}
.google-map-container .information{
position: absolute;
left: 40px; bottom: 40px;
z-index: 2;
max-width: 300px;
padding: 40px 40px 30px 40px;
box-shadow: 0 0 10px rgba(155,155,155,0.4);
}  .ts-portfolio-wrapper.has-margin .portfolio-inner{
margin-left: -15px;
margin-right: -15px;
}
.portfolio-inner *{
backface-visibility: hidden;
-webkit-backface-visibility: hidden;
}
.ts-portfolio-wrapper .filter-bar{
display: block;
overflow: hidden;
margin: 0 -20px 30px;
}
.ts-portfolio-wrapper .filter-bar li{
padding: 0 0 10px 0;
text-align: center;
display: inline-block;
margin: 0 20px 10px;
padding: 0;
list-style: none;
cursor: pointer;
transition: 350ms ease 0s;
}
.ts-portfolio-wrapper .filter-bar li:hover,
.ts-portfolio-wrapper .filter-bar li.current{
text-decoration: underline;
}
.ts-portfolio-wrapper .item-wrapper{
position: relative;
overflow: hidden;
}
.cats-portfolio{
position: relative;
padding: 0;
}
.ts-portfolio-wrapper .item .portfolio-meta a,
.ts-portfolio-wrapper .item .portfolio-meta a:hover{
text-decoration: none;
}
.ts-portfolio-wrapper .page_navi{
text-align: center;
margin: 40px 0;
}
.ts-portfolio-wrapper .page_navi .nav-content{
margin: 0 auto;
float: none;
display: inline-block;
}
.portfolio-inner .item{
float: left; display: block;
outline: 0;
margin-bottom: 60px;
}
.no-margin .portfolio-inner .item{
margin-bottom: 0;
}
.ts-slider .portfolio-inner .item{
margin-bottom: 0;
}
.ts-portfolio-wrapper.has-margin .portfolio-inner .item{
padding: 0 15px;
}
.portfolio-inner .item:after{
display: table;
clear: both;
content: "";
}
.ts-portfolio-wrapper.columns-2 .item{
width: 50%;
}
.ts-portfolio-wrapper.columns-3 .item{
width: 33.3333333%;
}
.ts-portfolio-wrapper.columns-4 .item{
width: 25%;
}
.ts-portfolio-wrapper.columns-2 .item:nth-child(2n+1),
.ts-portfolio-wrapper.columns-3 .item:nth-child(3n+1),
.ts-portfolio-wrapper.columns-4 .item:nth-child(4n+1){
clear: both;
}
.ts-portfolio-wrapper .portfolio-meta-bottom{
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.ts-portfolio-wrapper .portfolio-thumbnail .heading-title{
line-height: 28px;
margin-bottom: 5px;
}
.ts-portfolio-wrapper .portfolio-thumbnail figure img{
margin-bottom: 20px;
}
.icon-group > a{
margin-left: 10px; font-size: 80%;
}  .ts-effect-image{
backface-visibility: hidden;
-webkit-backface-visibility: hidden;
}
.ts-effect-image .image-link,
.ts-effect-image .bg-content{
display: block;
position: relative;
max-width: 100%;
overflow: hidden;
}
.ts-effect-image .image-link{
display: inline-block;
vertical-align: top;
} .eff-image-opacity{
position: relative;
}
.eff-image-opacity .overlay{
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
opacity: 0;
visibility: hidden;
transition: 500ms ease 0s;
}
.eff-image-opacity:hover .overlay{
opacity: 0.5;
background-color: rgba(255,255,255,0.7);
visibility: visible;
} .eff-image-scale img,
.eff-image-zoom-out img{
transition: 600ms ease 0s;
}
.eff-image-scale:hover img:not(.text-image){
transform: scale(1.1,1.1);
} .eff-image-zoom-out img{
transform: scale(1.1,1.1);
}
.eff-image-zoom-out:hover img:not(.text-image){
transform: scale(1,1);
}  .ts-feature-wrapper *{
backface-visibility: hidden;
-webkit-backface-visibility: hidden;
}
.ts-feature-wrapper .feature-header{
position: relative;
z-index: 2;
}
.ts-feature-wrapper .feature-header .feature-title{
margin: 0;
}
.ts-feature-wrapper .feature-content{
display: -webkit-inline-flex;
display: -ms-inline-flexbox;
display: inline-flex;
vertical-align: middle;
align-items: center;
}
a.feature-icon{
line-height: 0;
text-decoration: none !important;
}
.ts-feature-wrapper:not(.vertical-image):not(.vertical-icon) a.feature-icon{
width: 20px;
margin: 0 12px 0 0; }
.ts-feature-wrapper:not(.vertical-image):not(.vertical-icon) .feature-header{
width: calc(100% - 32px);
}
.is-safari .ts-feature-wrapper:not(.vertical-image):not(.vertical-icon) .feature-content:after{
content: '';
clear: both;
display: table;
}
.is-safari .ts-feature-wrapper:not(.vertical-image):not(.vertical-icon) a.feature-icon,
.is-safari .ts-feature-wrapper:not(.vertical-image):not(.vertical-icon) .feature-header{
float: left;
}
.vertical-icon a.feature-icon,
.vertical-image a.feature-icon{
display: block;
margin: 0 0 20px 0; overflow: hidden;
}
.ts-feature-wrapper.vertical-icon .feature-content,
.ts-feature-wrapper.vertical-image .feature-content{
display: block;
}
.ts-feature-wrapper.vertical-icon:not(.ts-alignleft):not(.ts-alignright) .feature-content,
.ts-feature-wrapper.vertical-image:not(.ts-alignleft):not(.ts-alignright) .feature-content{
text-align: center;
}
.ts-feature-wrapper.vertical-icon .feature-header .feature-title,
.ts-feature-wrapper.vertical-image .feature-header .feature-title,
.ts-feature-wrapper .feature-subtitle{
margin-bottom: 20px;
}
.ts-feature-wrapper.vertical-image .feature-icon img{
transition: 350ms ease;
}
.ts-feature-wrapper.vertical-image .feature-icon:hover img{
filter: grayscale(1);
}
.ts-feature-wrapper.vertical-icon .feature-icon i:before{
font-size: 24px;
line-height: 1;
} .ts-feature-wrapper.text-light *,
.ts-feature-wrapper.text-light .feature-subtitle,
.ts-feature-wrapper.text-light a{
color: #ffffff;
border-color: #ffffff;
}  .ts-price-table{
text-align: center;
position: relative;
border-width: 1px;
border-style: solid;
}
body .ts-price-table{
margin-bottom: 30px 
}
.ts-price-table .table-title{
display: inline-block;
width: 100%;
margin: 0 0 10px 0;
}
.ts-price-table.style-1 .table-title{
margin-bottom: 0;
}
.ts-price-table header{
padding: 40px 10px;
position: relative;
z-index: 2;
}
.ts-price-table header h3{
margin: 0;
}
.ts-price-table .table-description{
position: relative;
padding: 25px 12%;
}
.ts-price-table .table-description ul,
.ts-price-table .table-description a{
position: relative;
z-index: 1;
}
.ts-price-table .table-description ul{
margin: 0;
}
.ts-price-table .table-description ul li{
list-style: none;
padding: 15px 0;
margin: 0;
display: inline-block;
width: 100%;
}
.ts-price-table .table-button{
padding: 35px;
text-align: center;
}
.table-button > a.button{
width: 100%;
display: inline-block;
}
.ts-price-table.style-1:before{
position: absolute;
left: 33%;
right: 33%;
content: "";
top: -1px;
z-index: 1;
border-width: 6px 0 0 0;
border-style: solid;
transition: 350ms ease 0s;
}
.style-1.active-table:before{
left: -1px;
right: -1px;
}
.style-1.active-table{
box-shadow: 0 0 20px rgba(0,0,0,0.15);
}
.ts-price-table.style-1 .table-price{
display: inline-block;
width: auto;
}
.ts-price-table.style-1 header{
border-width: 0 0 1px 0;
border-style: solid;
position: relative;
}
.ts-price-table.style-1 .table-button{
border-width: 1px 0 0 0;
border-style: solid;
}
.ts-price-table.style-3{
padding: 40px 0 20px 0;
}
.ts-price-table .table-price{
font-size: 40px;
display: inline-block;
width: 100%;
line-height: 36px;
}
.ts-price-table .table-price span{
position: relative;
font-size: 15px;
line-height: 20px;
top: -16px;
}
.ts-price-table.style-1 .table-price span{
top: auto;
}
body .ts-price-table.style-2 .button-price-table{
border-color: #ffffff;
background: #ffffff;
}
body .ts-price-table.style-2 .button-price-table:hover{
border-color: #ffffff;
color: #ffffff;
background: transparent;
}
.ts-price-table.style-2 .table-title{
margin-bottom: 10px;
}
.ts-price-table.style-2 .table-price,
.ts-price-table.style-3 .table-price{
display: inline-block;
width: auto;
}
.ts-price-table.style-2 .table-title,
.ts-price-table.style-2 header *{
color: #ffffff;
}
body .ts-price-table.style-2 .button-price-table{
border-radius: 50px;
width: 100%;
margin-top: 20px;
}
.ts-price-table.style-2 header,
.ts-price-table.style-3 header{
padding: 10% 12%;
margin: -1px -1px 0 -1px;
width: auto;
}
.ts-price-table.style-3 .during-price{
font-size: 18px;
line-height: 22px;
}
.ts-price-table.style-3 header{
border-width: 0 0 1px 0;
border-style: solid;
padding: 0;
}
.ts-price-table.style-3 .group-price{
display: block;
margin-left: auto;
margin-right: auto;
position: relative;
width: 70%;
bottom: -27px;
}
.ts-price-table.style-3 .group-price > span{
color: #ffffff;
line-height: 24px;
padding-top: 8px;
padding-bottom: 8px;
text-align: center;
display: inline-block;
width: 100%;
}
.ts-price-table.style-3 .table-description{
padding-top: 55px;
}
.ts-price-table.style-3 .table-button{
padding-top: 0;
}
.style-3 .group-price:before{
width: 0;
height: 0;
border-top: 26px solid #ffffff;
border-left: 20px solid transparent;
position: absolute;
content: "";
right: 100%;
}
.style-3 .group-price:after{
width: 0;
height: 0;
border-top: 26px solid #ffffff;
border-right: 20px solid transparent;
position: absolute;
content: "";
left: 100%;
}
.style-3 .group-price > span:before{
width: 0;
height: 0;
border-bottom: 26px solid #ffffff;
border-right: 20px solid transparent;
position: absolute;
content: "";
bottom: 0;
left: 100%;
}
.style-3 .group-price > span:after{
width: 0;
height: 0;
border-bottom: 26px solid #ffffff;
border-left: 20px solid transparent;
position: absolute;
content: "";
bottom: 0;
right: 100%;
}
.style-3.active-table{
box-shadow: 0 0 20px rgba(0,0,0,0.15);
}  .ts-twitter-slider .icon{
position: absolute;
left: 0; top: 50%;
margin-top: -40px;
}
.ts-twitter-slider .twitter-content{
padding-left: 100px; position: relative;
}
.vc_col-sm-12 .ts-twitter-slider .twitter-content{
padding-left: 0; padding-right: 0; text-align: center;
}
.vc_col-sm-12 .ts-twitter-slider .icon{
position: relative;
top: auto;
left: auto;
right: auto;
bottom: auto;
margin: 0 0 20px 0;
}
.ts-twitter-slider .owl-item{
opacity: 0
}
.ts-twitter-slider .owl-item.active{
opacity: 1;
}
.twitter-content .content{
font-style: italic;
}
.ts-twitter-slider .icon{
font-size: 80px;
line-height: 80px;
color: #2CAAE1;
}
.ts-twitter-slider .date-time{
margin-bottom: 10px;
}
.ts-twitter-slider.text-light *{
color: #fff;
}
.ts-twitter-slider h4{
margin-bottom: 5px;
}
.ts-twitter-slider .owl-dots {
text-align: center;
}  .ts-milestone{
padding: 30px 10px;
text-align: center;
margin-bottom: 30px !important;
position: relative;
}
.ts-milestone.text-light .number,
.ts-milestone.text-light *{
color: #fff;
}
.ts-milestone .number{
display: inline-block;
width: 100%;
margin-bottom: 10px;
font-size: 40px;
line-height: 46px;
}
.ts-milestone h3.subject{
margin: 0;
text-transform: none !important;
}  .ts-countdown{
overflow: hidden;
text-align: center;
width: 100%;
}
.ts-countdown .counter-wrapper{
max-width: none;
}
.ts-countdown .counter-wrapper > div{
min-width: 80px;
width: auto;
padding: 0;
margin: 10px;
float: left; border-width: 0;
background: transparent;
}
.ts-product-deals-wrapper .ts-countdown .counter-wrapper > .days{
display: none;
}
.ts-countdown .counter-wrapper .number{
font-size: 32px;
line-height: 40px;
}
.ts-countdown .counter-wrapper .ref-wrapper{
line-height: 24px;
text-transform: none;
margin-top: 8px;
}
.ts-countdown.text-light .counter-wrapper .number,
.ts-countdown.text-light .counter-wrapper > div:not(:last-child):after,
.ts-countdown.text-light .counter-wrapper .ref-wrapper{
color: #ffffff;
}    .mailchimp-subscription .subscribe-email:after{
content: '';
clear: both;
display: table;
}
.mailchimp-subscription input[type="email"]{
width: calc(100% - 160px);
padding: 11px 25px 11px 25px; margin: 0;
float: left; }
.mailchimp-subscription .subscribe-email .button{
width: 150px;
float: left; margin-left: 10px; padding-left: 5px;
padding-right: 5px;
}
.mailchimp-subscription .widget-title-wrapper .newsletter{
margin-top: 20px;
}
.mailchimp-subscription .widget-title-wrapper .widget-title + .newsletter{
margin-top: -15px;
line-height: 30px;
} .form-center{
text-align: center;
}
.form-center .mailchimp-subscription{
max-width: 500px;
margin-left: auto;
margin-right: auto;
} .form-vertical .mailchimp-subscription input[type="email"]{
width: 100%;
float: none; }
.form-vertical .mailchimp-subscription .subscribe-email .button{
width: auto;
min-width: 150px;
margin-top: 10px;
margin-left: 0; float: none; } .text-light .mailchimp-subscription input[type="email"],
.input-white .mailchimp-subscription input[type="email"]{
background: #ffffff;
}  .ts-shortcode.ts-image-gallery-wrapper:not(.has-margin) .items{
margin: 0 !important;
width: 100% !important;
}
.ts-shortcode.ts-image-gallery-wrapper:not(.has-margin) .items .item{
padding: 0 !important;
}
.ts-shortcode.ts-image-gallery-wrapper .items .item{
overflow: hidden;
position: relative;
float: left; }
.ts-image-gallery-wrapper.columns-1 .images .item{
width: 100%;
}
.ts-image-gallery-wrapper.columns-2 .images .item{
width: 50%;
}
.ts-image-gallery-wrapper.columns-3 .images .item{
width: 33.33333%;
}
.ts-image-gallery-wrapper.columns-4 .images .item{
width: 25%;
}
.ts-image-gallery-wrapper.columns-5 .images .item{
width: 20%;
}
.ts-image-gallery-wrapper.columns-6 .images .item{
width: 16.666666%
}
.ts-image-gallery-wrapper .item a{
display: block;
position: relative;
cursor: pointer;
overflow: hidden;
}
.ts-image-gallery-wrapper .item img{
width: 100%;
}
.ts-image-gallery-wrapper .item a img{
transform: scale(1,1);
backface-visibility: hidden;
-webkit-backface-visibility: hidden;
transition: transform 800ms ease;
}
.ts-image-gallery-wrapper .item a:before{
position: absolute;
left: 0;
bottom: 0;
top: 0;
right: 0;
content: "";
z-index: 1;
opacity: 0;
background: rgba(0,0,0,0.6);
transition: transform .3s ease;
}
.ts-image-gallery-wrapper .item a:after{
width: 50px;
height: 50px;
line-height: 50px;
font-size: 20px;
letter-spacing: 0;
transform: scale(0);
color: #ffffff;
text-align: center;
position: absolute;
left: 50%;
top: 50%;
margin-top: -25px;
margin-left: -25px;
z-index: 2;
transition: transform .3s ease;
} .ts-image-gallery-wrapper .item a:hover{
text-decoration: none;
}
.ts-image-gallery-wrapper .item a:hover img{
transform: scale(1.14,1.14);
}
.ts-image-gallery-wrapper .item a:hover:before{
opacity: 1;
}
.ts-image-gallery-wrapper .item a:hover:after{
transform: scale(1);
} .ts-image-gallery-wrapper.has-margin .images,
.ts-image-gallery-wrapper.style-masonry.ts-slider .images{
margin-left: -15px;
margin-right: -15px;
}
.ts-image-gallery-wrapper.has-margin .images .item,
.ts-image-gallery-wrapper.style-masonry.ts-slider .images .item{
padding: 15px;
} .ts-image-gallery-wrapper.has-margin.margin-10 .images.owl-carousel,
.ts-image-gallery-wrapper.style-masonry.ts-slider.margin-10 .images.owl-carousel{
width: calc(100% + 10px);
}
.ts-image-gallery-wrapper.has-margin.margin-10 .images,
.ts-image-gallery-wrapper.style-masonry.ts-slider.margin-10 .images{
margin-left: -5px;
margin-right: -5px;
}
.ts-image-gallery-wrapper.has-margin.margin-10 .images .item,
.ts-image-gallery-wrapper.style-masonry.ts-slider.margin-10 .images .item{
padding: 5px;
} .ts-image-gallery-wrapper.style-masonry.ts-slider .items .item:nth-child(2n),
.ts-image-gallery-wrapper.style-masonry.ts-slider .owl-stage > div:nth-child(2n) {
margin-top: 30px;
}
.ts-image-gallery-wrapper.style-masonry.ts-slider.margin-10 .items .item:nth-child(2n),
.ts-image-gallery-wrapper.style-masonry.ts-slider.margin-10 .owl-stage > div:nth-child(2n) {
margin-top: 10px;
} .ts-image-gallery-wrapper.ts-slider.show-dots.style-verticle .items{
padding-right: 50px; }
.ts-image-gallery-wrapper.ts-slider.show-dots.dots-horizontal .owl-dots{
text-align: center;
}  .ts-video-bg{
padding-top: 150px;
padding-bottom: 200px;
} .ts-youtube-video-bg{
position: absolute;
height: auto;
left: 0;
top: 0;
right: 0;
bottom: 0;
} .ts-hosted-video-bg{
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
content: "";
overflow: hidden;
}
.ts-video-bg .ts-hosted-video-bg.pausing video{
opacity: 0;
}
.ts-hosted-video-bg video{
max-width: 100%;
min-width: 100%;
min-height: 100%;
} .vc_row.ts-video-bg{
display: block;
min-width: 100%;
position: relative;
clear: both;
margin-left: 0;
margin-right: 0;
}
.ts-video-bg:before{
background: rgba(0,0,0,0.3);
position: absolute;
left: 0;
right: 0;
bottom: 0;
top: 0;
content: "";
z-index: 1;
display: block;
}
.ts-video-bg.playing:before{
opacity: 0.2;
}
.vc_row.ts-video-bg .ts-youtube-video-bg.playing:before,
.vc_row.ts-video-bg .ts-hosted-video-bg.playing:before{
opacity: 0.05;
}
.vc_row.ts-video-bg .wpb_column{
position: relative;
z-index: 3;
}
.ts-youtube-video-bg .buttonBar > span{
display: none;
}
.ts-youtube-video-bg .mb_YTPBar{
position: static !important;
}
.ts-hosted-video-bg .video-control{
left: 50%;
bottom: 170px;
position: absolute;
z-index: 990 !important;
content: "";
margin-left: -25px;
width: 50px;
height: 50px;
font-size: 0;
text-align: center;
display: inline-block;
border-radius: 100%;
cursor: pointer;
background: url(//iciloc.fr/wp-content/plugins/themesky/images/video-play.png) no-repeat;
background-size: cover !important;
}
.ts-youtube-video-bg .buttonBar > span.mb_YTPPlaypause{
position: absolute;
z-index: 990 !important;
content: "";
top: 54%;
left: 50%;
width: 50px;
height: 50px;
font-size: 0;
text-align: center;
display: inline-block;
border-radius: 100%;
cursor: pointer;
background: url(//iciloc.fr/wp-content/plugins/themesky/images/video-play.png) no-repeat;
background-size: cover !important;
transform: translate(-50%,100%);
}
.vc_row.loading .video-control{
display: none !important;
}
.ts-youtube-video-bg .loading{	
position: absolute;
content: "";
top: 54%;
left: 50%;
width: 50px;
height: 50px;
font-size: 0;
z-index: 2;
text-align: center;
display: inline-block;
border-radius: 100%;
background: url(//iciloc.fr/wp-content/plugins/themesky/images/ajax-loader.gif) center no-repeat;
background-size: cover !important;
transform: translate(-50%,100%);
}
.ts-youtube-video-bg.playing .buttonBar > span.mb_YTPPlaypause,
.ts-hosted-video-bg.playing .video-control{
background: url(//iciloc.fr/wp-content/plugins/themesky/images/video-stop.png) no-repeat;
}
.ts-youtube-video-bg.pausing .buttonBar > span.mb_YTPPlaypause,
.ts-hosted-video-bg.pausing .video-control{
background: url(//iciloc.fr/wp-content/plugins/themesky/images/video-play.png) no-repeat;
}
.ts-youtube-video-bg .buttonBar > span.mb_YTPPlaypause:before,
.ts-hosted-video-bg .video-control:before{
position: absolute;
content: "";
left: -10px;
right: -10px;
bottom: -10px;
top: -10px;
border-width: 1px;
border-style: solid;
border-color: #fff;
border-radius: 100%;
opacity: 0.6;
}
.vc_row.ts-video-bg:hover .ts-youtube-video-bg .buttonBar > span.mb_YTPPlaypause:before,
.vc_row.ts-video-bg:hover .ts-hosted-video-bg .video-control:before{	
-webkit-animation-duration: 400ms;
-moz-animation-duration: 400ms;
animation-duration: 400ms;
animation-timing-function: ease;
-webkit-animation-timing-function: ease;
-moz-timing-function: ease;
-webkit-animation-fill-mode: both;
-moz-animation-fill-mode: both;
animation-fill-mode: both;
animation-iteration-count: infinite;
-webkit-animation-iteration-count: infinite;
-moz-animation-iteration-count: infinite;
animation-direction: alternate;
-webkit-animation-direction: alternate;
-moz-animation-direction: alternate;
-webkit-animation-name: animation_button_video;
-moz-animation-name: animation_button_video;
animation-name: animation_button_video;
} @-webkit-keyframes animation_button_video{
from{
left: -10px;
right: -10px;
bottom: -10px;
top: -10px;
opacity: 0.6;
}
to{
left: -15px;
right: -15px;
bottom: -15px;
top: -15px;
opacity: 0.3;
}
}
@-moz-keyframes animation_button_video{
from{
left: -10px;
right: -10px;
bottom: -10px;
top: -10px;
opacity: 0.6;
}
to{
left: -15px;
right: -15px;
bottom: -15px;
top: -15px;
opacity: 0.3;
}
}
@keyframes animation_button_video{
from{
left: -10px;
right: -10px;
bottom: -10px;
top: -10px;
opacity: 0.6;
}
to{
left: -15px;
right: -15px;
bottom: -15px;
top: -15px;
opacity: 0.3;
}
}
body .ts-video-bg h3.h3-video{
line-height: 26px;
margin-bottom: 10px;
}
.ts-video-bg.youtube-video > .wpb_column{
position: absolute;
top: 55%;
left: 50%;
z-index: 1;
transform: translate(-50%,-100%);
}
.ts-video-bg.youtube-video{
padding-top: 0 !important;
padding-bottom: 0 !important;
}  blockquote.quote-light{
background: #ffffff;
}
blockquote .image{
width: 32px;
height: 32px;
border-radius: 100%;
overflow: hidden;
}
blockquote .content,
blockquote .image{
margin-bottom: 15px;
}
blockquote .rating{
margin-top: 15px;
}
blockquote .author,
blockquote .role{
font-size: 80%;
line-height: 18px;
display: block;
}  .ts-image-box.image-left .box-header{
padding: 0 0 0 50px; }
.ts-image-box.image-right .box-header{
padding: 0 50px 0 0; }
.ts-image-box .image-thumbnail img{
transform: scale(1,1);
transition: 800ms ease 0s;
}
.ts-image-box .image-thumbnail a{
overflow: hidden;
display: block;
margin: 0;
}
.ts-image-box .image-thumbnail a:hover img{
transform: scale(1.14,1.14);
}
.ts-image-box .see-more{
margin-top: 25px;
display: inline-block;
}
.ts-image-box{
display: table;
width: 100%;
position: relative;
}
.ts-image-box > *{
display: table-cell;
vertical-align: middle;
width: 50%;
}  .list-categories ul.tabs,
.ts-product-in-product-type-tab-wrapper .column-tabs ul.tabs,
.ts-product-in-category-tab-wrapper .column-tabs .heading-title, 
.ts-product-in-product-type-tab-wrapper .column-tabs .heading-title{
margin-bottom: 0;
}
.list-categories ul.tabs li,
.column-tabs ul.tabs li{
list-style: none;
transition: 150ms ease;
}
.list-categories ul.tabs li:hover,
.column-tabs ul.tabs li:hover{
cursor: pointer;
}
.ts-product-in-category-tab-wrapper .column-tabs,
.ts-product-in-category-tab-wrapper .shop-more,
.ts-product-in-product-type-tab-wrapper .column-tabs,
.ts-product-in-product-type-tab-wrapper .shop-more{
text-align: center;
}
.ts-product-in-category-tab-wrapper .list-categories ul.tabs,
.ts-product-in-product-type-tab-wrapper .column-tabs ul.tabs{
margin: -10px -20px 0;
}
.ts-product-in-category-tab-wrapper .list-categories ul.tabs li,
.ts-product-in-product-type-tab-wrapper .column-tabs ul.tabs li{
display: inline-block;
padding: 0 20px 10px;
}
.ts-product-in-category-tab-wrapper .list-categories ul.tabs li:hover .category-name, 
.ts-product-in-category-tab-wrapper .list-categories ul.tabs li.current .category-name, 
.ts-product-in-product-type-tab-wrapper .column-tabs ul.tabs li:hover .category-name,
.ts-product-in-product-type-tab-wrapper .column-tabs ul.tabs li.current .category-name{
text-decoration: underline;
}  .ts-video-2 > a{
display: inline-block;
position: relative;
overflow: hidden;
}
.ts-video-2 > a:after{
position: absolute;
left: 50%;
content: "";
width: 100px;
height: 100px;
right: auto;
top: 50%;
margin-left: -50px;
margin-top: -50px;
background: url(//iciloc.fr/wp-content/plugins/themesky/images/icons.svg) no-repeat 0 0;
z-index: 2;
}
.ts-video-2 > a:hover:after{	
-webkit-animation-duration: 400ms;
-moz-animation-duration: 400ms;
animation-duration: 400ms;
animation-timing-function:ease-in-out;
-webkit-animation-timing-function:ease-in-out;
-moz-timing-function:ease-in-out;
-webkit-animation-fill-mode: both;
-moz-animation-fill-mode: both;
animation-fill-mode: both;
animation-iteration-count: infinite;
-webkit-animation-iteration-count: infinite;
-moz-animation-iteration-count: infinite;
animation-direction: alternate;
-webkit-animation-direction: alternate;
-moz-animation-direction: alternate;
-webkit-animation-name: animation_button_video;
-moz-animation-name: animation_button_video;
animation-name: animation_button_video;
} @-webkit-keyframes animation_button_video {
from {
transform:translate(0,0);
-webkit-transform:translate(0,0);
-moz-transform:translate(0,0);
}
to {
transform:translate(0,5px);
-webkit-transform:translate(0,5px);
-moz-transform:translate(0,5px);
}
}
@-moz-keyframes animation_button_video {
from {
transform:translate(0,0);
-webkit-transform:translate(0,0);
-moz-transform:translate(0,0);
}
to {
transform:translate(0,5px);
-webkit-transform:translate(0,5px);
-moz-transform:translate(0,5px);
}
}
@keyframes animation_button_video {
from {
transform:translate(0,0);
-webkit-transform:translate(0,0);
-moz-transform:translate(0,0);
}
to {
transform:translate(0,5px);
-webkit-transform:translate(0,5px);
-moz-transform:translate(0,5px);
}
}
.ts-video-2 > a img{
transform: scale(1,1);
backface-visibility: hidden;
-webkit-backface-visibility: hidden;
transition: 800ms ease 0s;
}
.ts-video-2 > a:hover img{
transform: scale(1.1,1.1);
}  .ts-list-of-product-categories-wrapper ul{
margin: 0;
}
.ts-list-of-product-categories-wrapper ul li{
list-style: none;
} .ts-product-category-wrapper .products,
.ts-product-category-wrapper .products .product-category{
border-width: 0 !important;
}
.woocommerce .ts-product-category-wrapper.style-default .products{
margin: 0 -4px;
}
.woocommerce .ts-product-category-wrapper.style-default.ts-slider .products {
width: calc(100% + 8px);
}
.ts-product-category-wrapper.style-default .products .product-category,
.woocommerce .ts-product-category-wrapper.style-default .products .product-category{
padding: 4px;
-webkit-box-flex: 0;
-ms-flex-positive: 0;
flex-grow: 0;
}
.style-default .products .product-category .product-wrapper > a{
display: block;
width: 100%;
height: 100%;
overflow: hidden;
background: #f0f2f5;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-flow: column wrap;
flex-flow: column wrap;
-webkit-box-align: end;
-ms-flex-align: end;
align-items: flex-end;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
}
.style-default.has-border .products .product-category .product-wrapper > a{
border: 1px solid #E8EAED;
}
.style-default .products .product-category .meta-wrapper{
position: absolute;
top: 35px;
left: 35px; padding: 0;
max-width: 60%;
}
.columns-4 .style-default .products .product-category .meta-wrapper{
top: 20px;
}
.style-default .products .product-category .meta-wrapper h3.heading-title{
line-height: 28px !important;
}
.product-category .meta-wrapper .count{
line-height: 18px;
margin-bottom: 14px;
}
.ts-product-category-wrapper.style-default:not(.auto-width) .products .product-category .product-wrapper > a{
max-height: 150px;
}
.ts-product-category-wrapper.style-default:not(.auto-width) .products .product-category .product-wrapper > a img{
width: auto !important;
height: auto !important;
max-width: 60%;
} .ts-product-category-wrapper.style-default.auto-width .products .product-category{
width: auto !important;
min-height: 300px;
} .style-icon .products .product-category{
text-align: center;
}
.style-icon .products .product-category .product-wrapper > a{
width: 90px;
height: 90px;
line-height: 90px;
border-radius: 100%;
display: inline-block;
vertical-align: middle;
position: relative;
}
.style-icon .products .product-category a img{
height: auto !important;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
}
.style-icon .products .product-category a img,
.woocommerce .style-icon .products .product-category a img{
width: auto !important;
max-width: 36px;
} .woocommerce .style-icon.style-icon-horizontal .products{
margin: 0 -5px;
width: calc(100% + 10px);
}
.woocommerce .style-icon.style-icon-horizontal .products .product-category{
padding: 5px;
}
.woocommerce .style-icon.style-icon-horizontal .products .product-category .product-wrapper{
width: 100%;
margin: 0;
padding: 12px 15px;
border: 1px solid #d9d9d9;
border-radius: 4px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.style-icon.style-icon-horizontal .product-category .product-wrapper > a{
width: 24px;
height: auto;
line-height: 1;
}
.style-icon.style-icon-horizontal .product-category .product-wrapper > a img{
width: 100% !important;
height: auto !important;
max-width: 100%;
position: static;
transform: none;
}
.style-icon.style-icon-horizontal .product-category .product-wrapper > .meta-wrapper{
width: calc(100% - 24px);
padding: 0 0 0 20px !important; text-align: left;
}
.style-icon.style-icon-horizontal .product-category .product-wrapper > .meta-wrapper .heading-title{
line-height: 1 !important;
}
.style-icon.style-icon-horizontal .product-category .product-wrapper > .meta-wrapper .heading-title,
.style-icon.style-icon-horizontal .product-category .product-wrapper > .meta-wrapper > *:last-child{
margin-bottom: 0;
} .style-icon-background .product-category .product-wrapper > a{
margin-bottom: 15px;
border-width: 1px;
border-style: solid;
border-color: transparent;
}
.style-icon-background .products .product-category .product-wrapper > a:hover{
background: transparent;
} .columns-5 .ts-product-brand-wrapper .items .item{
width: 20%;
}
.columns-5 .ts-product-brand-wrapper .items .item:nth-child(5n+1){
clear: both;
}
.ts-product-brand-wrapper.ts-shortcode .items{
border-width: 1px 1px 0 0;
border-style: solid;
margin: 0 !important;
position: relative;
}
.ts-product-brand-wrapper.ts-shortcode:not(.ts-slider) .items{
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
}
.ts-product-brand-wrapper .items .item{
border-width: 0 0 1px 1px;
border-style: solid;
text-align: center;
padding: 15px;
}
.ts-product-brand-wrapper.ts-shortcode:not(.ts-slider) .item{
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
}
.ts-product-brand-wrapper .item .heading-title{
margin-bottom: 0;
}.owl-carousel .animated{-webkit-animation-duration:1000ms;animation-duration:1000ms;-webkit-animation-fill-mode:both;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOut{0%{opacity:1}100%{opacity:0}}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{-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{display:none;width:100%;-webkit-tap-highlight-color:transparent;position:relative;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0px,0,0)}.owl-carousel .owl-controls .owl-dot,.owl-carousel .owl-controls .owl-nav .owl-next,.owl-carousel .owl-controls .owl-nav .owl-prev{cursor:pointer;cursor:hand;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-loaded{display:block}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel .owl-refresh .owl-item{display:none}.owl-carousel .owl-item{position:relative;min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-item img{display:block;width:100%;-webkit-transform-style:preserve-3d}.owl-carousel.owl-text-select-on .owl-item{-webkit-user-select:auto;-moz-user-select:auto;-ms-user-select:auto;user-select:auto}.owl-carousel .owl-grab{cursor:move;cursor:-webkit-grab;cursor:-o-grab;cursor:-ms-grab;cursor:grab}.owl-carousel .owl-rtl{direction:rtl}.owl-carousel .owl-rtl .owl-item{float:right}.no-js .owl-carousel{display:block}.owl-carousel .owl-item .owl-lazy{opacity:0;-webkit-transition:opacity 400ms ease;-moz-transition:opacity 400ms ease;-ms-transition:opacity 400ms ease;-o-transition:opacity 400ms ease;transition:opacity 400ms ease}.owl-carousel .owl-item img{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(//iciloc.fr/wp-content/plugins/themesky/css/owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;-webkit-transition:scale 100ms ease;-moz-transition:scale 100ms ease;-ms-transition:scale 100ms ease;-o-transition:scale 100ms ease;transition:scale 100ms ease}.owl-carousel .owl-video-play-icon:hover{-webkit-transition:scale(1.3,1.3);-moz-transition:scale(1.3,1.3);-ms-transition:scale(1.3,1.3);-o-transition:scale(1.3,1.3);transition:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;-webkit-background-size:contain;-moz-background-size:contain;-o-background-size:contain;background-size:contain;-webkit-transition:opacity 400ms ease;-moz-transition:opacity 400ms ease;-ms-transition:opacity 400ms ease;-o-transition:opacity 400ms ease;transition:opacity 400ms ease}.owl-carousel .owl-video-frame{position:relative;z-index:1}:root{--woocommerce:#720eec;--wc-green:#7ad03a;--wc-red:#a00;--wc-orange:#ffba00;--wc-blue:#2ea2cc;--wc-primary:#720eec;--wc-primary-text:#fcfbfe;--wc-secondary:#e9e6ed;--wc-secondary-text:#515151;--wc-highlight:#958e09;--wc-highligh-text:white;--wc-content-bg:#fff;--wc-subtext:#767676;--wc-form-border-color:rgba(32, 7, 7, 0.8);--wc-form-border-radius:4px;--wc-form-border-width:1px}.woocommerce .woocommerce-error .button,.woocommerce .woocommerce-info .button,.woocommerce .woocommerce-message .button,.woocommerce-page .woocommerce-error .button,.woocommerce-page .woocommerce-info .button,.woocommerce-page .woocommerce-message .button{float:right}.woocommerce .col2-set,.woocommerce-page .col2-set{width:100%}.woocommerce .col2-set::after,.woocommerce .col2-set::before,.woocommerce-page .col2-set::after,.woocommerce-page .col2-set::before{content:" ";display:table}.woocommerce .col2-set::after,.woocommerce-page .col2-set::after{clear:both}.woocommerce .col2-set .col-1,.woocommerce-page .col2-set .col-1{float:left;width:48%}.woocommerce .col2-set .col-2,.woocommerce-page .col2-set .col-2{float:right;width:48%}.woocommerce img,.woocommerce-page img{height:auto;max-width:100%}.woocommerce #content div.product div.images,.woocommerce div.product div.images,.woocommerce-page #content div.product div.images,.woocommerce-page div.product div.images{float:left;width:48%}.woocommerce #content div.product div.thumbnails::after,.woocommerce #content div.product div.thumbnails::before,.woocommerce div.product div.thumbnails::after,.woocommerce div.product div.thumbnails::before,.woocommerce-page #content div.product div.thumbnails::after,.woocommerce-page #content div.product div.thumbnails::before,.woocommerce-page div.product div.thumbnails::after,.woocommerce-page div.product div.thumbnails::before{content:" ";display:table}.woocommerce #content div.product div.thumbnails::after,.woocommerce div.product div.thumbnails::after,.woocommerce-page #content div.product div.thumbnails::after,.woocommerce-page div.product div.thumbnails::after{clear:both}.woocommerce #content div.product div.thumbnails a,.woocommerce div.product div.thumbnails a,.woocommerce-page #content div.product div.thumbnails a,.woocommerce-page div.product div.thumbnails a{float:left;width:30.75%;margin-right:3.8%;margin-bottom:1em}.woocommerce #content div.product div.thumbnails a.last,.woocommerce div.product div.thumbnails a.last,.woocommerce-page #content div.product div.thumbnails a.last,.woocommerce-page div.product div.thumbnails a.last{margin-right:0}.woocommerce #content div.product div.thumbnails a.first,.woocommerce div.product div.thumbnails a.first,.woocommerce-page #content div.product div.thumbnails a.first,.woocommerce-page div.product div.thumbnails a.first{clear:both}.woocommerce #content div.product div.thumbnails.columns-1 a,.woocommerce div.product div.thumbnails.columns-1 a,.woocommerce-page #content div.product div.thumbnails.columns-1 a,.woocommerce-page div.product div.thumbnails.columns-1 a{width:100%;margin-right:0;float:none}.woocommerce #content div.product div.thumbnails.columns-2 a,.woocommerce div.product div.thumbnails.columns-2 a,.woocommerce-page #content div.product div.thumbnails.columns-2 a,.woocommerce-page div.product div.thumbnails.columns-2 a{width:48%}.woocommerce #content div.product div.thumbnails.columns-4 a,.woocommerce div.product div.thumbnails.columns-4 a,.woocommerce-page #content div.product div.thumbnails.columns-4 a,.woocommerce-page div.product div.thumbnails.columns-4 a{width:22.05%}.woocommerce #content div.product div.thumbnails.columns-5 a,.woocommerce div.product div.thumbnails.columns-5 a,.woocommerce-page #content div.product div.thumbnails.columns-5 a,.woocommerce-page div.product div.thumbnails.columns-5 a{width:16.9%}.woocommerce #content div.product div.summary,.woocommerce div.product div.summary,.woocommerce-page #content div.product div.summary,.woocommerce-page div.product div.summary{float:right;width:48%;clear:none}.woocommerce #content div.product .woocommerce-tabs,.woocommerce div.product .woocommerce-tabs,.woocommerce-page #content div.product .woocommerce-tabs,.woocommerce-page div.product .woocommerce-tabs{clear:both}.woocommerce #content div.product .woocommerce-tabs ul.tabs::after,.woocommerce #content div.product .woocommerce-tabs ul.tabs::before,.woocommerce div.product .woocommerce-tabs ul.tabs::after,.woocommerce div.product .woocommerce-tabs ul.tabs::before,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs::after,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs::before,.woocommerce-page div.product .woocommerce-tabs ul.tabs::after,.woocommerce-page div.product .woocommerce-tabs ul.tabs::before{content:" ";display:table}.woocommerce #content div.product .woocommerce-tabs ul.tabs::after,.woocommerce div.product .woocommerce-tabs ul.tabs::after,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs::after,.woocommerce-page div.product .woocommerce-tabs ul.tabs::after{clear:both}.woocommerce #content div.product .woocommerce-tabs ul.tabs li,.woocommerce div.product .woocommerce-tabs ul.tabs li,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li,.woocommerce-page div.product .woocommerce-tabs ul.tabs li{display:inline-block}.woocommerce #content div.product #reviews .comment::after,.woocommerce #content div.product #reviews .comment::before,.woocommerce div.product #reviews .comment::after,.woocommerce div.product #reviews .comment::before,.woocommerce-page #content div.product #reviews .comment::after,.woocommerce-page #content div.product #reviews .comment::before,.woocommerce-page div.product #reviews .comment::after,.woocommerce-page div.product #reviews .comment::before{content:" ";display:table}.woocommerce #content div.product #reviews .comment::after,.woocommerce div.product #reviews .comment::after,.woocommerce-page #content div.product #reviews .comment::after,.woocommerce-page div.product #reviews .comment::after{clear:both}.woocommerce #content div.product #reviews .comment img,.woocommerce div.product #reviews .comment img,.woocommerce-page #content div.product #reviews .comment img,.woocommerce-page div.product #reviews .comment img{float:right;height:auto}.woocommerce ul.products,.woocommerce-page ul.products{clear:both}.woocommerce ul.products::after,.woocommerce ul.products::before,.woocommerce-page ul.products::after,.woocommerce-page ul.products::before{content:" ";display:table}.woocommerce ul.products::after,.woocommerce-page ul.products::after{clear:both}.woocommerce ul.products li.product,.woocommerce-page ul.products li.product{float:left;margin:0 3.8% 2.992em 0;padding:0;position:relative;width:22.05%;margin-left:0}.woocommerce ul.products li.first,.woocommerce-page ul.products li.first{clear:both}.woocommerce ul.products li.last,.woocommerce-page ul.products li.last{margin-right:0}.woocommerce ul.products.columns-1 li.product,.woocommerce-page ul.products.columns-1 li.product{width:100%;margin-right:0}.woocommerce ul.products.columns-2 li.product,.woocommerce-page ul.products.columns-2 li.product{width:48%}.woocommerce ul.products.columns-3 li.product,.woocommerce-page ul.products.columns-3 li.product{width:30.75%}.woocommerce ul.products.columns-5 li.product,.woocommerce-page ul.products.columns-5 li.product{width:16.95%}.woocommerce ul.products.columns-6 li.product,.woocommerce-page ul.products.columns-6 li.product{width:13.5%}.woocommerce-page.columns-1 ul.products li.product,.woocommerce.columns-1 ul.products li.product{width:100%;margin-right:0}.woocommerce-page.columns-2 ul.products li.product,.woocommerce.columns-2 ul.products li.product{width:48%}.woocommerce-page.columns-3 ul.products li.product,.woocommerce.columns-3 ul.products li.product{width:30.75%}.woocommerce-page.columns-5 ul.products li.product,.woocommerce.columns-5 ul.products li.product{width:16.95%}.woocommerce-page.columns-6 ul.products li.product,.woocommerce.columns-6 ul.products li.product{width:13.5%}.woocommerce .woocommerce-result-count,.woocommerce-page .woocommerce-result-count{float:left}.woocommerce .woocommerce-ordering,.woocommerce-page .woocommerce-ordering{float:right}.woocommerce .woocommerce-pagination ul.page-numbers::after,.woocommerce .woocommerce-pagination ul.page-numbers::before,.woocommerce-page .woocommerce-pagination ul.page-numbers::after,.woocommerce-page .woocommerce-pagination ul.page-numbers::before{content:" ";display:table}.woocommerce .woocommerce-pagination ul.page-numbers::after,.woocommerce-page .woocommerce-pagination ul.page-numbers::after{clear:both}.woocommerce .woocommerce-pagination ul.page-numbers li,.woocommerce-page .woocommerce-pagination ul.page-numbers li{display:inline-block}.woocommerce #content table.cart img,.woocommerce table.cart img,.woocommerce-page #content table.cart img,.woocommerce-page table.cart img{height:auto}.woocommerce #content table.cart td.actions,.woocommerce table.cart td.actions,.woocommerce-page #content table.cart td.actions,.woocommerce-page table.cart td.actions{text-align:right}.woocommerce #content table.cart td.actions .input-text,.woocommerce table.cart td.actions .input-text,.woocommerce-page #content table.cart td.actions .input-text,.woocommerce-page table.cart td.actions .input-text{width:80px}.woocommerce #content table.cart td.actions .coupon,.woocommerce table.cart td.actions .coupon,.woocommerce-page #content table.cart td.actions .coupon,.woocommerce-page table.cart td.actions .coupon{float:left}.woocommerce .cart-collaterals,.woocommerce-page .cart-collaterals{width:100%}.woocommerce .cart-collaterals::after,.woocommerce .cart-collaterals::before,.woocommerce-page .cart-collaterals::after,.woocommerce-page .cart-collaterals::before{content:" ";display:table}.woocommerce .cart-collaterals::after,.woocommerce-page .cart-collaterals::after{clear:both}.woocommerce .cart-collaterals .related,.woocommerce-page .cart-collaterals .related{width:30.75%;float:left}.woocommerce .cart-collaterals .cross-sells,.woocommerce-page .cart-collaterals .cross-sells{width:48%;float:left}.woocommerce .cart-collaterals .cross-sells ul.products,.woocommerce-page .cart-collaterals .cross-sells ul.products{float:none}.woocommerce .cart-collaterals .cross-sells ul.products li,.woocommerce-page .cart-collaterals .cross-sells ul.products li{width:48%}.woocommerce .cart-collaterals .shipping_calculator,.woocommerce-page .cart-collaterals .shipping_calculator{width:48%;clear:right;float:right}.woocommerce .cart-collaterals .shipping_calculator::after,.woocommerce .cart-collaterals .shipping_calculator::before,.woocommerce-page .cart-collaterals .shipping_calculator::after,.woocommerce-page .cart-collaterals .shipping_calculator::before{content:" ";display:table}.woocommerce .cart-collaterals .shipping_calculator::after,.woocommerce-page .cart-collaterals .shipping_calculator::after{clear:both}.woocommerce .cart-collaterals .shipping_calculator .col2-set .col-1,.woocommerce .cart-collaterals .shipping_calculator .col2-set .col-2,.woocommerce-page .cart-collaterals .shipping_calculator .col2-set .col-1,.woocommerce-page .cart-collaterals .shipping_calculator .col2-set .col-2{width:47%}.woocommerce .cart-collaterals .cart_totals,.woocommerce-page .cart-collaterals .cart_totals{float:right;width:48%}.woocommerce ul.cart_list li::after,.woocommerce ul.cart_list li::before,.woocommerce ul.product_list_widget li::after,.woocommerce ul.product_list_widget li::before,.woocommerce-page ul.cart_list li::after,.woocommerce-page ul.cart_list li::before,.woocommerce-page ul.product_list_widget li::after,.woocommerce-page ul.product_list_widget li::before{content:" ";display:table}.woocommerce ul.cart_list li::after,.woocommerce ul.product_list_widget li::after,.woocommerce-page ul.cart_list li::after,.woocommerce-page ul.product_list_widget li::after{clear:both}.woocommerce ul.cart_list li img,.woocommerce ul.product_list_widget li img,.woocommerce-page ul.cart_list li img,.woocommerce-page ul.product_list_widget li img{float:right;height:auto}.woocommerce form .form-row::after,.woocommerce form .form-row::before,.woocommerce-page form .form-row::after,.woocommerce-page form .form-row::before{content:" ";display:table}.woocommerce form .form-row::after,.woocommerce-page form .form-row::after{clear:both}.woocommerce form .form-row label,.woocommerce-page form .form-row label{display:block}.woocommerce form .form-row label.checkbox,.woocommerce-page form .form-row label.checkbox{display:inline}.woocommerce form .form-row select,.woocommerce-page form .form-row select{width:100%}.woocommerce form .form-row .input-text,.woocommerce-page form .form-row .input-text{box-sizing:border-box;width:100%}.woocommerce form .form-row-first,.woocommerce form .form-row-last,.woocommerce-page form .form-row-first,.woocommerce-page form .form-row-last{width:47%;overflow:visible}.woocommerce form .form-row-first,.woocommerce-page form .form-row-first{float:left}.woocommerce form .form-row-last,.woocommerce-page form .form-row-last{float:right}.woocommerce form .form-row-wide,.woocommerce-page form .form-row-wide{clear:both}.woocommerce form .password-input,.woocommerce-page form .password-input{display:flex;flex-direction:column;justify-content:center;position:relative}.woocommerce form .password-input input[type=password],.woocommerce-page form .password-input input[type=password]{padding-right:2.5rem}.woocommerce form .password-input input::-ms-reveal,.woocommerce-page form .password-input input::-ms-reveal{display:none}.woocommerce form .show-password-input,.woocommerce-page form .show-password-input{background-color:transparent;border-radius:0;border:0;color:var(--wc-form-color-text,#000);cursor:pointer;font-size:inherit;line-height:inherit;margin:0;padding:0;position:absolute;right:.7em;text-decoration:none;top:50%;transform:translateY(-50%);-moz-osx-font-smoothing:inherit;-webkit-appearance:none;-webkit-font-smoothing:inherit}.woocommerce form .show-password-input::before,.woocommerce-page form .show-password-input::before{background-repeat:no-repeat;background-size:cover;background-image:url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M17.3 3.3C16.9 2.9 16.2 2.9 15.7 3.3L13.3 5.7C12.2437 5.3079 11.1267 5.1048 10 5.1C6.2 5.2 2.8 7.2 1 10.5C1.2 10.9 1.5 11.3 1.8 11.7C2.6 12.8 3.6 13.7 4.7 14.4L3 16.1C2.6 16.5 2.5 17.2 3 17.7C3.4 18.1 4.1 18.2 4.6 17.7L17.3 4.9C17.7 4.4 17.7 3.7 17.3 3.3ZM6.7 12.3L5.4 13.6C4.2 12.9 3.1 11.9 2.3 10.7C3.5 9 5.1 7.8 7 7.2C5.7 8.6 5.6 10.8 6.7 12.3ZM10.1 9C9.6 8.5 9.7 7.7 10.2 7.2C10.7 6.8 11.4 6.8 11.9 7.2L10.1 9ZM18.3 9.5C17.8 8.8 17.2 8.1 16.5 7.6L15.5 8.6C16.3 9.2 17 9.9 17.6 10.8C15.9 13.4 13 15 9.9 15H9.1L8.1 16C8.8 15.9 9.4 16 10 16C13.3 16 16.4 14.4 18.3 11.7C18.6 11.3 18.8 10.9 19.1 10.5C18.8 10.2 18.6 9.8 18.3 9.5ZM14 10L10 14C12.2 14 14 12.2 14 10Z" fill="%23111111"/></svg>');content:"";display:block;height:22px;width:22px}.woocommerce form .show-password-input.display-password::before,.woocommerce-page form .show-password-input.display-password::before{background-image:url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M18.3 9.49999C15 4.89999 8.50002 3.79999 3.90002 7.19999C2.70002 8.09999 1.70002 9.29999 0.900024 10.6C1.10002 11 1.40002 11.4 1.70002 11.8C5.00002 16.4 11.3 17.4 15.9 14.2C16.8 13.5 17.6 12.8 18.3 11.8C18.6 11.4 18.8 11 19.1 10.6C18.8 10.2 18.6 9.79999 18.3 9.49999ZM10.1 7.19999C10.6 6.69999 11.4 6.69999 11.9 7.19999C12.4 7.69999 12.4 8.49999 11.9 8.99999C11.4 9.49999 10.6 9.49999 10.1 8.99999C9.60003 8.49999 9.60003 7.69999 10.1 7.19999ZM10 14.9C6.90002 14.9 4.00002 13.3 2.30002 10.7C3.50002 8.99999 5.10002 7.79999 7.00002 7.19999C6.30002 7.99999 6.00002 8.89999 6.00002 9.89999C6.00002 12.1 7.70002 14 10 14C12.2 14 14.1 12.3 14.1 9.99999V9.89999C14.1 8.89999 13.7 7.89999 13 7.19999C14.9 7.79999 16.5 8.99999 17.7 10.7C16 13.3 13.1 14.9 10 14.9Z" fill="%23111111"/></svg>')}.woocommerce #payment .form-row select,.woocommerce-page #payment .form-row select{width:auto}.woocommerce #payment .terms,.woocommerce #payment .wc-terms-and-conditions,.woocommerce-page #payment .terms,.woocommerce-page #payment .wc-terms-and-conditions{text-align:left;padding:0 1em 0 0;float:left}.woocommerce #payment #place_order,.woocommerce-page #payment #place_order{float:right}.woocommerce .woocommerce-billing-fields::after,.woocommerce .woocommerce-billing-fields::before,.woocommerce .woocommerce-shipping-fields::after,.woocommerce .woocommerce-shipping-fields::before,.woocommerce-page .woocommerce-billing-fields::after,.woocommerce-page .woocommerce-billing-fields::before,.woocommerce-page .woocommerce-shipping-fields::after,.woocommerce-page .woocommerce-shipping-fields::before{content:" ";display:table}.woocommerce .woocommerce-billing-fields::after,.woocommerce .woocommerce-shipping-fields::after,.woocommerce-page .woocommerce-billing-fields::after,.woocommerce-page .woocommerce-shipping-fields::after{clear:both}.woocommerce .woocommerce-terms-and-conditions,.woocommerce-page .woocommerce-terms-and-conditions{margin-bottom:1.618em;padding:1.618em}.woocommerce .woocommerce-oembed,.woocommerce-page .woocommerce-oembed{position:relative}.woocommerce-account .woocommerce-MyAccount-navigation{float:left;width:30%}.woocommerce-account .woocommerce-MyAccount-content{float:right;width:68%}.woocommerce-account .woocommerce-MyAccount-content mark{background-color:transparent;color:inherit;font-weight:700}.woocommerce-page.left-sidebar #content.twentyeleven{width:58.4%;margin:0 7.6%;float:right}.woocommerce-page.right-sidebar #content.twentyeleven{margin:0 7.6%;width:58.4%;float:left}.twentyfourteen .tfwc{padding:12px 10px 0;max-width:474px;margin:0 auto}.twentyfourteen .tfwc .product .entry-summary{padding:0!important;margin:0 0 1.618em!important}.twentyfourteen .tfwc div.product.hentry.has-post-thumbnail{margin-top:0}@media screen and (min-width:673px){.twentyfourteen .tfwc{padding-right:30px;padding-left:30px}}@media screen and (min-width:1040px){.twentyfourteen .tfwc{padding-right:15px;padding-left:15px}}@media screen and (min-width:1110px){.twentyfourteen .tfwc{padding-right:30px;padding-left:30px}}@media screen and (min-width:1218px){.twentyfourteen .tfwc{margin-right:54px}.full-width .twentyfourteen .tfwc{margin-right:auto}}.twentyfifteen .t15wc{padding-left:7.6923%;padding-right:7.6923%;padding-top:7.6923%;margin-bottom:7.6923%;background:#fff;box-shadow:0 0 1px rgba(0,0,0,.15)}.twentyfifteen .t15wc .page-title{margin-left:0}@media screen and (min-width:38.75em){.twentyfifteen .t15wc{margin-right:7.6923%;margin-left:7.6923%;margin-top:8.3333%}}@media screen and (min-width:59.6875em){.twentyfifteen .t15wc{margin-left:8.3333%;margin-right:8.3333%;padding:10%}.single-product .twentyfifteen .entry-summary{padding:0!important}}.twentysixteen .site-main{margin-right:7.6923%;margin-left:7.6923%}.twentysixteen .entry-summary{margin-right:0;margin-left:0}#content .twentysixteen div.product div.images,#content .twentysixteen div.product div.summary{width:46.42857%}@media screen and (min-width:44.375em){.twentysixteen .site-main{margin-right:23.0769%}}@media screen and (min-width:56.875em){.twentysixteen .site-main{margin-right:0;margin-left:0}.no-sidebar .twentysixteen .site-main{margin-right:15%;margin-left:15%}.no-sidebar .twentysixteen .entry-summary{margin-right:0;margin-left:0}}.rtl .woocommerce .col2-set .col-1,.rtl .woocommerce-page .col2-set .col-1{float:right}.rtl .woocommerce .col2-set .col-2,.rtl .woocommerce-page .col2-set .col-2{float:left}