@import "/css/rr-variable.css?v=20250529";
@import "/css/rr-banner.css?v=20250529";
@import "/css/rr-menu.css?v=20250529";
@import "/css/rr-catalog.css?v=20250529";
@import "/css/rr-button.css?v=20250529";
@import "/css/rr-contact.css?v=20250529";
@import "/css/rr-notif.css?v=20250529";
@import "/css/rr-slide-panel.css?v=20250529";
@import "/css/rr-image-viewer.css?v=20250529";
@import "/css/rr-wordcloud.css?v=20250529";
@import "/css/rr-wordanimation.css?v=20250529";
@import "/css/rr-presentation.css?v=20250529";
@import "/css/rr-footer.css?v=20250529";
@import "/css/rr-cookies.css?v=20250529";

body {
	/*Disable zoom on mobile*/
	touch-action: pan-y; 
}

* {
  	box-sizing: border-box;
	user-select: none;
	-webkit-user-select: none;
	-webkit-user-drag: none;
	-webkit-app-region: no-drag;
	-moz-user-select: none;
	-moz-user-drag: none;
	-moz-app-region: no-drag;
}

html {
  scroll-behavior: smooth;
}

table {
	white-space: nowrap;
	border-spacing: 0;
}

td {
	padding: 0px;
	margin: 0px;
}

a:link{
  color:inherit;
  text-decoration: none;
}
a:visited{
  color:inherit;
  text-decoration: none;
}
a:hover{
  color:inherit;
  text-decoration: none;
}
a:focus{
  color:inherit;
  text-decoration: none;
}
a:active{
  color:inherit;
  text-decoration: none;
}

h1 {
  	font-size: var(--font-size);
  	margin: 0;
    font-weight: normal;
}

input[type="radio"] {
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	width: var(--radio-size);
	height: var(--radio-size);
	border : var(--radio-border);
	
	border-radius: 50%;
	transition: 0.3s all linear;

}
input[type="radio"]:checked {
	border : var(--radio-border-sel);
}

.root {
	position: relative !important;
  	overflow: hidden overlay !important;
	width: 100%;
	height: 100%;
  	/*font-family: Arial Unicode MS, Arial, sans-serif;*/
  	font-family: courgette;
  	font-size: var(--font-size);
}

div::-webkit-scrollbar {
	width: 0px;
	height: 0px;
	display: none;
}

.disableSelection {
	user-select: none;
	-webkit-user-select: none;
	-webkit-user-drag: none;
	-webkit-app-region: no-drag;
	-moz-user-select: none;
	-moz-user-drag: none;
	-moz-app-region: no-drag;
    -ms-user-select: none;
	user-drag: none;
	outline: none;
}

.body {
	position: relative !important;
	overflow: visible !important;
	/*display: flex;
	flex-direction: column;*/
	width: 100%;
	position: relative;
	float: left;
	/*display: contents;*/
	min-height: 100vh;
	
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
    align-content: center;
    justify-content: center;
}

.bodyUp {
	position: fixed !important;
	width: var(--rr-body-up-width);
	height: var(--rr-body-up-width);
	bottom: var(--rr-body-up-position);
	
	border-radius: var(--rr-body-up-radius);
	background-color: #000;
	opacity: 0.5;
	z-index: 20;
	right: var(--rr-body-up-position);
	transition: 0.5s all cubic-bezier( 0.175, 0.885, 0.32, 1.275 ) ;
	cursor: pointer;
}

.bodyUpArrow {
  border: solid white;
  border-width: 0 calc(var(--rr-body-up-width) * 0.1) calc(var(--rr-body-up-width) * 0.1) 0;
  display: inline-block;
  padding: calc(var(--rr-body-up-width) * 0.1);
  margin-top: calc(var(--rr-body-up-width) * 0.1);
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}

.bodyUpVisible{
	transform: translateX(calc(var(--rr-body-up-width) + var(--rr-body-up-position)) * -1);	
}

.bodyUpHidden{
	transform: translateX(calc(var(--rr-body-up-width) + var(--rr-body-up-position)));
}

/*.body::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #CCC;
}

.body::-webkit-scrollbar {
	width: 6px;
	height: 6px;
	background-color: #CCC;
}

.body::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #999;
}

.body::-webkit-scrollbar-corner {
	background: #CCC;
}*/

.section {
	width: 100%;
	height: 100%;
	position: relative;
	float: left;
}
.sectionFullscreen {
	min-height: 100vh;
}

.sectionContainer {
	width: 100%;
	height: 100%;
	position: relative;
	float: left;
	display: flex;
    justify-content: center;
}

.sectionContainerFullscreen {
	min-height: 100vh;
}



.desktop{
	display: var(--desktop-display);
	visibility: var(--desktop-visibility);
}
.mobile{
	display: var(--mobile-display);
	visibility: var(--mobile-visibility);	
}

.imageZoom{
	background-image: url("/res/image1.jpg");
	background-size: 110%;
	background-position: center;
	animation: imageZoom 10s infinite linear;
}

.message{
  	font-family: var(--font-family);
  	font-size: var(--font-size);
  	color:var(--rr-color);
	
}

.myButtonSwitch {
	
	min-width: calc(var(--rr-button-switch-size) * 2);
	width: calc(var(--rr-button-switch-size) * 2);
	height: var(--rr-button-switch-size);
	
	border-radius: var(--rr-button-switch-size);
	padding: calc(var(--rr-button-switch-size) * 0.1);
	cursor: pointer;
	position: relative;
	transition: all 0.3s ease-out;
}
.myButtonSwitchOff {
	background-color: var(--rr-color-min);
}
.myButtonSwitchOn {
	background-color: var(--rr-color);
}
.myButtonSwitchCircle {
	position: absolute;
	min-width: calc(var(--rr-button-switch-size) * 0.8);
	width: calc(var(--rr-button-switch-size) * 0.8);
	height: calc(var(--rr-button-switch-size) * 0.8);
	background-color: white;
	border-radius: calc(var(--rr-button-switch-size) * 0.8);
	cursor: pointer;
	transition: all 0.3s ease-out;
	
}
.myButtonSwitchCircleOff {
	left: calc(var(--rr-button-switch-size) * 0.1);
}
.myButtonSwitchCircleOn {
	left: calc(var(--rr-button-switch-size) + var(--rr-button-switch-size) * 0.1);
	/*left: var(--rr-button-switch-size);*/
}

@keyframes imageZoom {
  from {
  	transform: scale(1);
    zoom: 100%;
  }
  to {
    zoom: 110%;
    transform: scale(1.1);
  }
}

@keyframes imageZoomLoop {
  from {
    zoom: 100%;
  }
  50% {
    zoom: 110%;
  }
  to {
    zoom: 100%;
  }
}

@keyframes loading {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}



.gwt-PopupPanel {
	z-index: 500;
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }

    70% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes swing { 
   20% { transform: rotate(15deg); } 
   40% { transform: rotate(-10deg); } 
   60% { transform: rotate(5deg); } 
   80% { transform: rotate(-5deg); } 
   100% { transform: rotate(0deg); } 
} 

 @keyframes swing2 {
 	75% {
        transform: rotate(0deg);
    }
    80% {
        transform: rotate(15deg);
    }

    85% {
        transform: rotate(-10deg);
    }

    90% {
        transform: rotate(5deg);
    }

    95% {
        transform: rotate(-5deg);
    }

    100% {
        transform: rotate(0deg);
    }
}