@font-face
{
    font-family: 'Poppins';
    src: url('/pages/css/fonts/poppins/Poppins-Light.eot');
    src: url('/pages/css/fonts/poppins/Poppins-Light.eot?#iefix') format('embedded-opentype'),
        url('/pages/css/fonts/poppins/Poppins-Light.woff2') format('woff2'),
        url('/pages/css/fonts/poppins/Poppins-Light.woff') format('woff'),
        url('/pages/css/fonts/poppins/Poppins-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face
{
    font-family: 'Poppins';
    src: url('/pages/css/fonts/poppins/Poppins-Regular.eot');
    src: url('/pages/css/fonts/poppins/Poppins-Regular.eot?#iefix') format('embedded-opentype'),
        url('/pages/css/fonts/poppins/Poppins-Regular.woff2') format('woff2'),
        url('/pages/css/fonts/poppins/Poppins-Regular.woff') format('woff'),
        url('/pages/css/fonts/poppins/Poppins-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face
{
    font-family: 'Poppins';
    src: url('/pages/css/fonts/poppins/Poppins-SemiBold.eot');
    src: url('/pages/css/fonts/poppins/Poppins-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('/pages/css/fonts/poppins/Poppins-SemiBold.woff2') format('woff2'),
        url('/pages/css/fonts/poppins/Poppins-SemiBold.woff') format('woff'),
        url('/pages/css/fonts/poppins/Poppins-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face
{
    font-family: 'Arcadienne Brush';
    src: url('/pages/css/fonts/arcadienne-brush/Arcadienne-Brush.eot');
    src: url('/pages/css/fonts/arcadienne-brush/Arcadienne-Brush.eot?#iefix') format('embedded-opentype'),
        url('/pages/css/fonts/arcadienne-brush/Arcadienne-Brush.woff2') format('woff2'),
        url('/pages/css/fonts/arcadienne-brush/Arcadienne-Brush.woff') format('woff'),
        url('/pages/css/fonts/arcadienne-brush/Arcadienne-Brush.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

*,
::before,
::after
{ 
	margin:0;
	padding:0; 
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	
	/* Scrollbar Firefox */
  	/*scroll-behavior: smooth;*/
	scrollbar-color: #ccc #f5f5f5;
	scrollbar-width: thin;
}
html, body
{
	height: 100%;
}
body
{
	font-family: 'Poppins';
	font-size:14px;
	font-weight:400;
	color:#222;
	background:#fff;
	/*overflow:hidden;*/
	overflow:auto;
	overflow-y:auto;
	overflow-x:hidden;
    -webkit-text-size-adjust: none; /* Modif pour IPHONE / IPAD  */
	-webkit-overflow-scrolling: touch; /* Modif pour IPHONE / IPAD */
}

/* Scrollbar Chrome */

::-webkit-scrollbar
{
    -webkit-appearance: none;
    width: 9px;
    height: 9px;
}
::-webkit-scrollbar-thumb
{
    /*border-radius: 8px;*/
    border-radius: 0px;
    border: 1px solid #fff; /* should match background, can't be transparent */
    background-color: rgba(0, 0, 0, 0.2);
}
:hover::-webkit-scrollbar-thumb
{
    background-color: rgba(0, 0, 0, .4);
}
::-webkit-scrollbar-track
{ 
    /*border-radius: 8px;*/
    border-radius: 0px; 
    background-color: #f5f5f5; 
} 

/* Selection / Surlignage */

::selection 
{
  background: #212121;
  color: white;
}
::-moz-selection 
{
  background: #212121;
  color: white;
}

#loadContenu
{
	overflow:hidden;
	width:100%;
	height:100%;
    position:fixed;
    z-index:2;
	left: 0;
	top:0;
	background:#222;
	color:#fff;
	display: none;
}
#loadContenu .logo
{
	position:absolute;
	left:50%;
	top:50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	max-width: 350px;
	width: 100%;
	padding: 40px;
		
    -webkit-transition: filter 0.6s ease 0s;
    -moz-transition: filter 0.6s ease 0s;
    -o-transition: filter 0.6s ease 0s;
    transition: filter 0.6s ease 0s;
	filter: gray;
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
}
#loadContenu .pourcentage
{        
    bottom: 10px;
    right: 10px;
    position: absolute;
    text-align: center;
}
.noscript div
{
    border: 1px solid #555555;
    color: #FFFFFF;
    font-size: 20px;
    left: 50%;
    margin-left: -165px;
    margin-top: -57.5px;
    padding: 30px;
    position: fixed;
    text-align: center;
    top: 50%;
	height:115px;
    width: 330px;
    z-index: 4;
    background:#333;
}
.verticalCenter
{
	position:absolute;
	top:50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%;
	max-height:100%;
	overflow-y: auto;
    overflow-x: hidden;
}
.tooltipster-sidetip.tooltipster-custom .tooltipster-box {
 border-radius:2px;
 border:none;
 border-bottom:3px solid #212121;
 background:rgba(34,34,34,0.90);
}
.tooltipster-sidetip.tooltipster-custom.tooltipster-top .tooltipster-box {
 margin-bottom:7px;
}
.tooltipster-sidetip.tooltipster-custom .tooltipster-content {
 color:#fff;
 padding:8px 16px;
}
.tooltipster-sidetip.tooltipster-custom .tooltipster-arrow-background {
 display:none;
}
.tooltipster-sidetip.tooltipster-custom.tooltipster-bottom .tooltipster-arrow-border {
 border-bottom-color:rgba(34,34,34,0.90);
}
.tooltipster-sidetip.tooltipster-custom.tooltipster-left .tooltipster-arrow-border {
 border-left-color:rgba(34,34,34,0.90);
}
.tooltipster-sidetip.tooltipster-custom.tooltipster-right .tooltipster-arrow-border {
 border-right-color:rgba(34,34,34,0.90);
}
.tooltipster-sidetip.tooltipster-custom.tooltipster-top .tooltipster-arrow-border {
 border-top-color:#212121;
}


/* Animations */

.infinite
{
	-webkit-animation-iteration-count:infinite;
	animation-iteration-count:infinite;
}
.anim
{
    -webkit-transition: all 0.6s ease 0s;
    -moz-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s;
}
.noAnim
{
	-webkit-transition: none !important;
	-moz-transition: none !important;
	-o-transition: none !important;
	-ms-transition: none !important;
	transition: none !important;
}
.animOpacity
{
	cursor:pointer;
	opacity:1;
	filter:alpha(opacity=100);
    -webkit-transition: opacity 0.6s ease 0s, filter 0.6s ease 0s;
    -moz-transition: opacity 0.6s ease 0s, filter 0.6s ease 0s;
    -o-transition: opacity 0.6s ease 0s, filter 0.6s ease 0s;
    transition: opacity 0.6s ease 0s, filter 0.6s ease 0s;
}
.animOpacity:hover,.animOpacity.active
{
	opacity:0.6;
	filter:alpha(opacity=60);
}
.animShowHide
{
   	-webkit-transition: opacity 0.6s ease 0s, filter 0.6s ease 0s, visibility 0s linear 0.6s;
    -moz-transition: opacity 0.6s ease 0s, filter 0.6s ease 0s, visibility 0s linear 0.6s;
    -o-transition: opacity 0.6s ease 0s, filter 0.6s ease 0s, visibility 0s linear 0.6s;
    transition: opacity 0.6s ease 0s, filter 0.6s ease 0s, visibility 0s linear 0.6s;
	opacity:0;
	filter:alpha(opacity=0);
	visibility:hidden;
}
.animShowHide.active
{
	opacity:1;
	filter:alpha(opacity=100);
	visibility:visible;
	-webkit-transition-delay:0s;
	-moz-transition-delay:0s;
	-o-transition-delay:0s;
	transition-delay:0s;
}
.animRotation
{
	display:inline-block;
	-webkit-perspective: 300px;
	-moz-perspective: 300px;
	-ms-perspective: 300px;
	-o-perspective: 300px;
	perspective: 300px;
}
.animRotation img
{
    -webkit-transition: transform 0.6s ease 0s;
    -moz-transition: transform 0.6s ease 0s;
    -o-transition: transform 0.6s ease 0s;
    transition: transform 0.6s ease 0s;
}
.animRotation:hover img,
.animRotation:active img
{
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
	transform: rotateY(180deg);
}
.animUp
{
    -webkit-transition: transform 0.6s ease 0s;
    -moz-transition: transform 0.6s ease 0s;
    -o-transition: transform 0.6s ease 0s;
    transition: transform 0.6s ease 0s;
}
.animUp:hover,
.animUp.active
{
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	-o-transform: translateY(-10px);
	transform: translateY(-10px);
}
.animDown
{
    -webkit-transition: transform 0.6s ease 0s;
    -moz-transition: transform 0.6s ease 0s;
    -o-transition: transform 0.6s ease 0s;
    transition: transform 0.6s ease 0s;
}
.animDown:hover,
.animDown.active
{
	-webkit-transform: translateY(10px);
	-moz-transform: translateY(10px);
	-ms-transform: translateY(10px);
	-o-transform: translateY(10px);
	transform: translateY(10px);
}
.animBorder
{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
    -webkit-transition: border-radius 0.6s ease 0s;
    -moz-transition: border-radius 0.6s ease 0s;
    -o-transition: border-radius 0.6s ease 0s;
    transition: border-radius 0.6s ease 0s;
}
.animBorder:hover,
.animBorder.active
{
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
.animBlackAndWhiteIn:hover,
.animBlackAndWhiteIn.active
{
	-webkit-animation-duration: 3s;
	animation-duration: 3s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: animBlackAndWhiteIn;
	animation-name: animBlackAndWhiteIn;
}
@-webkit-keyframes animBlackAndWhiteIn
{
	0%
	{
		-webkit-filter: grayscale(0%);
		filter: grayscale(0%);
	}
	50%,100%
	{
		-webkit-filter: grayscale(100%);
		filter: grayscale(100%);
	}
}
@keyframes animBlackAndWhiteIn
{
	0%
	{
		-webkit-filter: grayscale(0%);
		filter: grayscale(0%);
	}
	50%,100%
	{
		-webkit-filter: grayscale(100%);
		filter: grayscale(100%);
	}
}
.animBlackAndWhiteOut:hover,
.animBlackAndWhiteOut.active
{
	-webkit-animation-duration: 3s;
	animation-duration: 3s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: animBlackAndWhiteOut;
	animation-name: animBlackAndWhiteOut;
}
@-webkit-keyframes animBlackAndWhiteOut
{
	0%
	{
		-webkit-filter: grayscale(100%);
		filter: grayscale(100%);
	}
	50%,100%
	{
		-webkit-filter: grayscale(0%);
		filter: grayscale(0%);
	}
}
@keyframes animBlackAndWhiteOut
{
	0%
	{
		-webkit-filter: grayscale(100%);
		filter: grayscale(100%);
	}
	50%,100%
	{
		-webkit-filter: grayscale(0%);
		filter: grayscale(0%);
	}
}
.animFlouIn:hover,
.animFlouIn.active
{
	-webkit-animation-duration: 3s;
	animation-duration: 3s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: animFlouIn;
	animation-name: animFlouIn;
}
@-webkit-keyframes animFlouIn
{
	0%
	{
		-webkit-filter: blur(0px);
		filter: blur(0px);
	}
	50%,100%
	{
		-webkit-filter: blur(3px);
		filter: blur(3px);
	}
}
@keyframes animFlouIn
{
	0%
	{
		-webkit-filter: blur(0px);
		filter: blur(0px);
	}
	50%,100%
	{
		-webkit-filter: blur(3px);
		filter: blur(3px);
	}
}
.animFlouOut:hover,
.animFlouOut.active
{
	-webkit-animation-duration: 3s;
	animation-duration: 3s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: animFlouOut;
	animation-name: animFlouOut;
}
@-webkit-keyframes animFlouOut
{
	0%
	{
		-webkit-filter: blur(3px);
		filter: blur(3px);
	}
	50%,100%
	{
		-webkit-filter: blur(0px);
		filter: blur(0px);
	}
}
@keyframes animFlouOut
{
	0%
	{
		-webkit-filter: blur(3px);
		filter: blur(3px);
	}
	50%,100%
	{
		-webkit-filter: blur(0px);
		filter: blur(0px);
	}
}
.animFadeInUp.active
{
	-webkit-animation-duration: 3s;
	animation-duration: 3s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: animFadeInUp;
	animation-name: animFadeInUp;
}
@-webkit-keyframes animFadeInUp
{
	0%
	{
		opacity: 0;
		-webkit-transform: translate3d(0, 20%, 0);
		transform: translate3d(0, 20%, 0);
	}
	50%,100%
	{
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}
@keyframes animFadeInUp
{
	0%
	{
		opacity: 0;
		-webkit-transform: translate3d(0, 20%, 0);
		transform: translate3d(0, 20%, 0);
	}
	50%,100%
	{
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}
.animFadeInDown.active
{
	-webkit-animation-duration: 3s;
	animation-duration: 3s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: animFadeInDown;
	animation-name: animFadeInDown;
}
@-webkit-keyframes animFadeInDown
{
	0%
	{
		opacity: 0;
		-webkit-transform: translate3d(0, -20%, 0);
		transform: translate3d(0, -20%, 0);
	}
	50%,100%
	{
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}
@keyframes animFadeInDown
{
	0%
	{
		opacity: 0;
		-webkit-transform: translate3d(0, -20%, 0);
		transform: translate3d(0, -20%, 0);
	}
	50%,100%
	{
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}
.animFadeInLeft.active
{
	-webkit-animation-duration: 3s;
	animation-duration: 3s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: animFadeInLeft;
	animation-name: animFadeInLeft;
}
@-webkit-keyframes animFadeInLeft
{
	0%
	{
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
	50%,100%
	{
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}
@keyframes animFadeInLeft
{
	0%
	{
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
	50%,100%
	{
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}
.animFadeInRight.active
{
	-webkit-animation-duration: 3s;
	animation-duration: 3s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: animFadeInRight;
	animation-name: animFadeInRight;
}
@-webkit-keyframes animFadeInRight
{
	0%
	{
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
	50%,100%
	{
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}
@keyframes animFadeInRight
{
	0%
	{
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
	50%,100%
	{
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}
.animJello:hover,
.animJello.active
{
	-webkit-animation-duration: 3s;
	animation-duration: 3s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: animJello;
	animation-name: animJello;
	-webkit-transform-origin: center;
	transform-origin: center;
}
@-webkit-keyframes animJello
{
	from, 11.1%, to
	{
		-webkit-transform: none;
		transform: none;
	}
	22.2%
	{
		-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
		transform: skewX(-12.5deg) skewY(-12.5deg);
	}
	33.3%
	{
		-webkit-transform: skewX(6.25deg) skewY(6.25deg);
		transform: skewX(6.25deg) skewY(6.25deg);
	}
	44.4%
	{
		-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
		transform: skewX(-3.125deg) skewY(-3.125deg);
	}
	55.5%
	{
		-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
		transform: skewX(1.5625deg) skewY(1.5625deg);
	}
	66.6%
	{
		-webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
		transform: skewX(-0.78125deg) skewY(-0.78125deg);
	}
	77.7%
	{
		-webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
		transform: skewX(0.390625deg) skewY(0.390625deg);
	}
	88.8%
	{
		-webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
		transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
	}
}
@keyframes animJello
{
	from, 11.1%, to 
	{
		-webkit-transform: none;
		transform: none;
	}
	22.2%
	{
		-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
		transform: skewX(-12.5deg) skewY(-12.5deg);
	}
	33.3%
	{
		-webkit-transform: skewX(6.25deg) skewY(6.25deg);
		transform: skewX(6.25deg) skewY(6.25deg);
	}
	44.4%
	{
		-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
		transform: skewX(-3.125deg) skewY(-3.125deg);
	}
	55.5%
	{
		-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
		transform: skewX(1.5625deg) skewY(1.5625deg);
	}
	66.6%
	{
		-webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
		transform: skewX(-0.78125deg) skewY(-0.78125deg);
	}
	77.7%
	{
		-webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
		transform: skewX(0.390625deg) skewY(0.390625deg);
	}
	88.8%
	{
		-webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
		transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
	}
}


/*
-----------------------
   Couleurs
-----------------------
*/

.noir
{
    color: #222;
}
.bleu1
{
    color: #EAF8F9;
}
.bleu2
{
    color: #212121;
}
.bleu3
{
    color: #166F8D;
}
.bleu4
{
    color: #13617C;
}
.gris
{
    color: #4a5568;
}
.rouge
{
    color: #ae1d2b;
}
.vert
{
    color: #256328;
}

/*
-----------------------
   Attribut general 
-----------------------
*/

a
{
    border:none;
    text-decoration: none;
    outline:none;
	color:#222;
    -webkit-transition: color 0.6s ease 0s, background 0.6s ease 0s, border-color 0.6s ease 0s;
    -moz-transition: color 0.6s ease 0s, background 0.6s ease 0s, border-color 0.6s ease 0s;
    -o-transition: color 0.6s ease 0s, background 0.6s ease 0s, border-color 0.6s ease 0s;
    transition: color 0.6s ease 0s, background 0.6s ease 0s, border-color 0.6s ease 0s;
}
a:hover,
a.active
{
    color: #212121;
}
i
{
    -webkit-transition: color 0.6s ease 0s, background 0.6s ease 0s, border-color 0.6s ease 0s;
    -moz-transition: color 0.6s ease 0s, background 0.6s ease 0s, border-color 0.6s ease 0s;
    -o-transition: color 0.6s ease 0s, background 0.6s ease 0s, border-color 0.6s ease 0s;
    transition: color 0.6s ease 0s, background 0.6s ease 0s, border-color 0.6s ease 0s;
}
img
{
	border:none;
}
ul
{
	list-style:none;
}
.disableSelection
{
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.separator
{
	border-top: 1px solid #ddd;
}
.text-left
{
	text-align: left !important;
}
.text-right
{
	text-align: right !important;
}
.text-center
{
	text-align: center !important;
}
@media (min-width: 576px)
{
	.text-sm-left
	{
		text-align: left !important;
	}
	.text-sm-right
	{
		text-align: right !important;
	}
	.text-sm-center
	{
		text-align: center !important;
	}
}
@media (min-width: 768px)
{
	.text-md-left
	{
		text-align: left !important;
	}
	.text-md-right
	{
		text-align: right !important;
	}
	.text-md-center
	{
		text-align: center !important;
	}
}
@media (min-width: 992px)
{
	.text-lg-left
	{
		text-align: left !important;
	}
	.text-lg-right
	{
		text-align: right !important;
	}
	.text-lg-center
	{
		text-align: center !important;
	}
}
@media (min-width: 1200px)
{
	.text-xl-left
	{
		text-align: left !important;
	}
	.text-xl-right
	{
		text-align: right !important;
	}
	.text-xl-center
	{
		text-align: center !important;
	}
}
.light
{
	font-weight: 300!important;
}
.regular
{
	font-weight: 400!important;
}
.medium
{
	font-weight: 400!important;
}
.bold
{
	font-weight: 600!important;
}
.nowrap
{
    white-space: nowrap;
}
.ellipsis
{
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.uppercase
{
	text-transform: uppercase;
}
.lowercase
{
	text-transform: lowercase;
}
.underline
{
	text-decoration: underline;
}
.pointer
{
	cursor: pointer;
}
.button
{
	cursor: pointer;
    -webkit-transition: color 0.6s ease 0s, background 0.6s ease 0s, border-color 0.6s ease 0s;
    -moz-transition: color 0.6s ease 0s, background 0.6s ease 0s, border-color 0.6s ease 0s;
    -o-transition: color 0.6s ease 0s, background 0.6s ease 0s, border-color 0.6s ease 0s;
    transition: color 0.6s ease 0s, background 0.6s ease 0s, border-color 0.6s ease 0s;
	color: #222;
}
.button:hover
{
	color: #666;
}
.h-100
{
	height: 100%;
}
.w-100
{
	width: 100%;
}

/*
-----------------------
    BOUTTON, CHAMP
-----------------------
*/

input[type="text"], input[type="email"], input[type="number"], input[type="time"], input[type="password"], input[type="file"], select, textarea
{
	display:block;
	vertical-align:middle;
	/*border:1px solid transparent;*/
	border:1px solid #ccc;
	height:40px;
	line-height:40px;
	width:100%;   
	color: #222222;
	background-color:#fff;
	padding:0 10px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	outline: none;
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
	-webkit-appearance:none; /* enleve style de safari */
	
    -webkit-transition: color 0.6s ease 0s, background 0.6s ease 0s, border-color 0.6s ease 0s;
    -moz-transition: color 0.6s ease 0s, background 0.6s ease 0s, border-color 0.6s ease 0s;
    -o-transition: color 0.6s ease 0s, background 0.6s ease 0s, border-color 0.6s ease 0s;
    transition: color 0.6s ease 0s, background 0.6s ease 0s, border-color 0.6s ease 0s;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="time"]:focus, input[type="password"]:focus, textarea:focus, input[type="file"]:focus, select:focus, textarea:focus
{
	/*background-color:#eee;*/
	/*box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);*/
	/*box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);*/
	border:1px solid #212121;
}
input[type="text"]:invalid, input[type="email"]:invalid, input[type="number"]:invalid, input[type="time"]:invalid, input[type="password"]:invalid, textarea:invalid, input[type="file"]:invalid, select:invalid, textarea:invalid
{
	border:1px solid #ae1d2b;
}
input[type="text"]:disabled, input[type="email"]:disabled, input[type="number"]:disabled, input[type="time"]:disabled, input[type="password"]:disabled, textarea:disabled, input[type="file"]:disabled, select:disabled, textarea:disabled
{
	background:#eee;
}
input[type="image"]
{
	width:auto;
}
/*input[type="file"]
{
	display:none;
}*/
input[type="checkbox"],
input[type="radio"]
{
	display:none;
}
input[type="checkbox"] ~ div,
input[type="radio"] ~ div
{
	font-size:27px;
	margin: 0;
	padding: 0;
	cursor: pointer;
}
input[type="checkbox"] ~ .on,
input[type="checkbox"]:checked ~ .off,
input[type="radio"] ~ .on,
input[type="radio"]:checked ~ .off
{
	display: none;
}
input[type="checkbox"]:checked ~ .on,
input[type="checkbox"] ~ .off,
input[type="radio"]:checked ~ .on,
input[type="radio"] ~ .off
{
	display: block;
}
input[type="checkbox"]:checked ~ .on.green,
input[type="radio"]:checked ~ .on.green
{
	color: #256328;
}
input[type="checkbox"] ~ .off.red,
input[type="radio"] ~ .off.red
{
	color: #ae1d2b;
}
input[type="checkbox"]:disabled ~ .off,
input[type="radio"]:disabled ~ .off,
input[type="checkbox"]:disabled ~ .on,
input[type="radio"]:disabled ~ .on
{
	opacity: 0.5;
}
input[type="checkbox"] ~ div > span,
input[type="radio"] ~ div > span
{
	margin-left: 5px;
	font-size: 14px;
	vertical-align: 4px;
}
select option[value=""]
{
	display:none;
}
textarea 
{
    resize: none;
	height:150px;
	padding:10px;
	line-height: inherit;
}
button, input[type="submit"]
{
	position: relative;
	cursor:pointer;
	background:none; 
	border: 1px solid #222;
	padding:8px 40px;
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
    -webkit-transition: color 0.6s ease 0s, background 0.6s ease 0s, border-color 0.6s ease 0s;
    -moz-transition: color 0.6s ease 0s, background 0.6s ease 0s, border-color 0.6s ease 0s;
    -o-transition: color 0.6s ease 0s, background 0.6s ease 0s, border-color 0.6s ease 0s;
    transition: color 0.6s ease 0s, background 0.6s ease 0s, border-color 0.6s ease 0s;
	z-index: 0;
}
button:hover, input[type="submit"]:hover
{
	color: #fff;
}
button:before, input[type="submit"]:before
{
	content: "";
	background:#212121;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	height: 0;
   	-webkit-transition: height 0.3s ease-in 0s;
    -moz-transition: height 0.3s ease-in 0s;
    -o-transition: height 0.3s ease-in 0s;
    transition: height 0.3s ease-in 0s;
	z-index: -1;
}
button:hover:before, input[type="submit"]:hover:before
{
	height: 100%;
}
button::-moz-focus-inner
{
	border:0;
	padding:0
}

.select2-container--default .select2-selection
{
	background:#fff!important;
	color: #222!important;
	border: 1px solid #ccc!important;
	border-radius: 0!important;
	text-align: left!important;
}
.select2-container--default.select2-container--focus .select2-selection,
.select2-container--default.select2-container--open .select2-selection
{
	border: 1px solid #212121!important;
}
.select2-container--default .select2-selection--single
{
	height: 40px!important;
}
.select2-container--default.select2-container--disabled .select2-selection--single
{
	background:#eee!important;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder
{
	color:rgba(0,0,0,0.70)!important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered
{
	color: #222!important;
	line-height: 38px!important;
	
	padding-right: 32px!important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow
{
	height: 38px!important;
}
.select2-container--default .select2-selection--single .select2-selection__clear
{
	position: absolute!important;
	right: 20px!important;
	float: none!important;
	
	/*float: none!important;
	padding-right: 5px!important;
	vertical-align: top;*/
	
	font-size: 20px!important;
}
.select2-container--default .select2-selection--multiple
{
	min-height: 40px!important;
}
.select2-container--default.select2-container--disabled .select2-selection--multiple
{
	background:#eee!important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice
{
	margin-top: 10px!important;
	color: #222!important;
}
.select2-container--default .select2-selection--multiple .select2-selection__clear
{
	position: absolute!important;
	font-size: 20px!important;
    line-height: 20px!important;
	right: 5px!important;
	top: 50% !important;
    margin: -10px 0px 0px 0px!important;
    float: none!important;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered
{
	padding-right: 20px!important;
}
.select2-container--default .select2-selection--multiple .select2-search--inline .select2-search__field
{
	margin-top: 10px!important;
	font-family: inherit!important;
	width: 0.75em;
}

.inputAppend
{
	position:relative;
	overflow: hidden;
}
.inputAppend input,
.inputAppend select
{
	width:100%;
	padding:0;
	padding-left:40px;
}
.inputAppend .select2-container--default .select2-selection .select2-selection__rendered
{
	padding-left: 40px!important;
}
.inputAppend .buttons
{
	position:absolute;
	top: 0;
	left:0;
	text-align: center;
	z-index: 1;
}
.inputAppend .buttons > *
{
	display:block;
    padding: 0;
    margin: 0;
	width:40px;
	line-height: 40px;
	vertical-align:middle;
	color: #222;
}
.inputAppend input:focus + .buttons > *,
.inputAppend .select2-container--focus + .buttons > *,
.inputAppend .select2-container--open + .buttons > *
{
	color: #212121;
}
::-webkit-input-placeholder
{
	color:inherit;
	opacity:0.7;
}
::-moz-placeholder
{
	color:inherit;
	opacity:0.7;
}
:-moz-placeholder
{
	color:inherit;
	opacity:0.7;
}
:-ms-input-placeholder
{
	color:inherit;
	opacity:0.7;
}

/*
-----------------------
    BLOC USER
-----------------------
*/

.blocUser
{
	background:rgba(0,0,0,0.70);
	color: #fff;
	padding: 10px;
	overflow: hidden;
}
.blocUser .logo img
{
	max-width: 100%;
	padding: 20px 50px;
	display: block;
}
.blocUser .formUser
{
	display: none;
}
.blocUser .formUser.active
{
	display: block;
}
.blocUser .formUser .inputAppend input
{
	background:transparent;
	color: #fff;
}
.blocUser .formUser .inputAppend .buttons > *
{
	color: #fff;
}
.blocUser .formUser .inputAppend .select2-container--default .select2-selection--single
{
	background:transparent!important;
	color: #fff!important;
}
.blocUser .formUser .inputAppend .select2-container--default .select2-selection--single .select2-selection__rendered
{
	color: #fff!important;
}
.blocUser .formUser .inputAppend .select2-container--default .select2-selection--single .select2-selection__placeholder
{
	color:rgba(255,255,255,0.70)!important;
}
.blocUser .formUser button
{
	position: relative;
	width: 100%;
	font-size: 16px;
	font-weight: 400;
	padding: 0;
	height: 40px;
	line-height: 40px;
	color: #fff;
	border: 1px solid #fff;
	text-align: center;
	text-transform: uppercase;
	cursor: pointer;
	z-index: 1;
}
.blocUser .formUser button:before
{
	content: "";
	background:#212121;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	height: 0;
   	-webkit-transition: height 0.3s ease-in 0s;
    -moz-transition: height 0.3s ease-in 0s;
    -o-transition: height 0.3s ease-in 0s;
    transition: height 0.3s ease-in 0s;
	z-index: -1;
}
.blocUser .formUser button:hover:before
{
	height: 100%;
}

/*
-----------------------
    COLONE
-----------------------


.colone
{
	display:inline-block;
	vertical-align: middle;
}
.col-12
{
	width: 100%;
}
.col-11_75
{
	width: 97.91666666%;
}
.col-11_5
{
	width: 95.83333333%;
}
.col-11_25
{
	width: 93.75%;
}
.col-11
{
	width: 91.66666667%;
}
.col-10_75
{
	width: 89.59333333%;
}
.col-10_5
{
	width: 87.5%;
}
.col-10_25
{
	width: 85.41666666%;
}
.col-10
{
	width: 83.33333333%;
}
.col-9_75
{
	width: 81.25%;
}
.col-9_5
{
	width: 79.16666666%;
}
.col-9_25
{
	width: 77.08333333%;
}
.col-9
{
	width: 75%;
}
.col-8_75
{
	width: 72.91666666%;
}
.col-8_5
{
	width: 70.83333333%;
}
.col-8_25
{
	width: 68.75%;
}
.col-8
{
	width: 66.66666666%;
}
.col-7_75
{
	width: 64.58333333%;
}
.col-7_5
{
	width: 62.5%;
}
.col-7_25
{
	width: 60.41666666%;
}
.col-7
{
	width: 58.33333333%;
}
.col-6_75
{
	width: 56.25%;
}
.col-6_5
{
	width: 54.16666666%;
}
.col-6_25
{
	width: 52.08333333%;
}
.col-6
{
	width: 50%;
}
.col-5_75
{
	width: 47.91666666%;
}
.col-5_5
{
	width: 45.83333333%;
}
.col-5_25
{
	width: 43.75%;
}
.col-5
{
	width: 41.66666666%;
}
.col-4_75
{
	width: 39.58333333%;
}
.col-4_5
{
	width: 37.5%;
}
.col-4_25
{
	width: 35.41666666%;
}
.col-4
{
	width: 33.33333333%;
}
.col-3_75
{
	width: 31.25%;
}
.col-3_5
{
	width: 29.16666666%;
}
.col-3_25
{
	width: 27.08333333%;
}
.col-3
{
	width: 25%;
}
.col-2_75
{
	width: 22.91666666%;
}
.col-2_5
{
	width: 20.83333333%;
}
.col-2_25
{
	width: 18.75%;
}
.col-2
{
	width: 16.66666666%;
}
.col-1_75
{
	width: 14.58333333%;
}
.col-1_5
{
	width: 12.5%;
}
.col-1_25
{
	width: 10.4166666%;
}
.col-1
{
	width: 8.33333333%;
}
.col-0_75
{
	width: 6.25%;
}
.col-0_5
{
	width: 4.16666666%;
}
.col-0_25
{
	width: 2.08333333%;
}*/

/*
-----------------------
    MIN WIDTH
-----------------------
*/

.minWidth1222
{
	min-width:1222px;
}
.minWidth950
{
	min-width:950px;
}
.minWidth900
{
	min-width:900px;
}
.minWidth850
{
	min-width:850px;
}
.minWidth800
{
	min-width:800px;
}
.minWidth750
{
	min-width:750px;
}
.minWidth700
{
	min-width:700px;
}
.minWidth650
{
	min-width:650px;
}
.minWidth600
{
	min-width:600px;
}
.minWidth550
{
	min-width:550px;
}
.minWidth500
{
	min-width:500px;
}
.minWidth450
{
	min-width:450px;
}
.minWidth400
{
	min-width:400px;
}
.minWidth350
{
	min-width:350px;
}
.minWidth300
{
	min-width:300px;
}
.minWidth250
{
	min-width:250px;
}
.minWidth200
{
	min-width:200px;
}
.minWidth150
{
	min-width:150px;
}
.minWidth100
{
	min-width:100px;
}
.minWidth50
{
	min-width:50px;
}

/*
-----------------------
    MAX WIDTH
-----------------------
*/

.maxWidth2222
{
	max-width:2222px;
	margin:auto;
}
.maxWidth1900
{
	max-width:1900px;
	margin:auto;
}
.maxWidth1800
{
	max-width:1800px;
	margin:auto;
}
.maxWidth1700
{
	max-width:1700px;
	margin:auto;
}
.maxWidth1600
{
	max-width:1600px;
	margin:auto;
}
.maxWidth1500
{
	max-width:1500px;
	margin:auto;
}
.maxWidth1400
{
	max-width:1400px;
	margin:auto;
}
.maxWidth1300
{
	max-width:1300px;
	margin:auto;
}
.maxWidth1200
{
	max-width:1200px;
	margin:auto;
}
.maxWidth1100
{
	max-width:1100px;
	margin:auto;
}
.maxWidth1222
{
	max-width:1222px;
	margin:auto;
}
.maxWidth900
{
	max-width:900px;
	margin:auto;
}
.maxWidth800
{
	max-width:800px;
	margin:auto;
}
.maxWidth700
{
	max-width:700px;
	margin:auto;
}
.maxWidth600
{
	max-width:600px;
	margin:auto;
}
.maxWidth500
{
	max-width:500px;
	margin:auto;
}
.maxWidth400
{
	max-width:400px;
	margin:auto;
}
.maxWidth300
{
	max-width:300px;
	margin:auto;
}
.maxWidth200
{
	max-width:200px;
	margin:auto;
}
.maxWidth100
{
	max-width:100px;
	margin:auto;
}

/*
-----------------------
   CONTENEUR
-----------------------
*/

main
{
	background:#fff;
	z-index:1;
	min-height: 100%;
}
.loadhtml
{
	display:none;	
}

/*
-----------------------
    COOKIE
-----------------------
*/
.cookiesSettings
{
	position:fixed;
	top:0;
	bottom:0;
	left:0;
	right:0;
	background:rgba(0,0,0,0.40);
	z-index:4;
	justify-content: center;
	align-items: center;
	padding: 20px;
	display: none;
}
.cookiesSettings.active
{
	display: flex;
}
.cookiesSettings .content
{
	position:relative;
	width: 500px;
	max-width: 100%;
	max-height: 100%;
	background:#fff;
	overflow: auto;
}
.cookiesSettings .content .blocDefault
{
	display: none;
}
.cookiesSettings .content .blocDefault.active
{
	display: block;
}
.cookiesSettings .content .blocPreferences
{
	display: none;
}
.cookiesSettings .content .blocPreferences.active
{
	display: block;
}
.cookiesSettings .content .data
{
	overflow: auto;
	padding: 40px;
}
.cookiesSettings .content .data .titre
{
	font-size: 25px;
}
.cookiesSettings .content .data .desc
{
	font-size: 14px;
}
.cookiesSettings .content .options
{
	position: relative;
	position: -webkit-sticky;
	position: sticky;
	height: 50px;
	bottom: 0;
	font-size: 20px;
	display: flex;
	justify-content: center;
	align-items: stretch;
}
.cookiesSettings .content .options > div
{
	flex: 1;
	text-align: center;
	line-height: 50px;
	cursor: pointer;
	padding: 0 10px;
	overflow: hidden;
	text-overflow: ellipsis;
    -webkit-transition: color 0.6s ease 0s, background 0.6s ease 0s, border-color 0.6s ease 0s;
    -moz-transition: color 0.6s ease 0s, background 0.6s ease 0s, border-color 0.6s ease 0s;
    -o-transition: color 0.6s ease 0s, background 0.6s ease 0s, border-color 0.6s ease 0s;
    transition: color 0.6s ease 0s, background 0.6s ease 0s, border-color 0.6s ease 0s;
}
.cookiesSettings .content .options > div.buttonRefuser
{
	font-size: 14px;
	background: #ccc;
	color: #fff;
}
.cookiesSettings .content .options > div.buttonRefuser:hover
{
	background: #ddd;
}
.cookiesSettings .content .options > div.buttonPreferences
{
	font-size: 16px;
	background: #666;
	color: #fff;
}
.cookiesSettings .content .options > div.buttonPreferences:hover
{
	background: #888;
}
.cookiesSettings .content .options > div.buttonAccepter
{
	background: #222;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	flex: 2;
}
.cookiesSettings .content .options > div.buttonAccepter:hover
{
	background: #444;
}
.cookiesSettings .content .options > div.buttonRetour
{
	font-size: 16px;
	background: #666;
	color: #fff;
}
.cookiesSettings .content .options > div.buttonRetour:hover
{
	background: #888;
}
.cookiesSettings .content .options > div.buttonEnregistrer
{
	background: #222;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	flex: 2;
}
.cookiesSettings .content .options > div.buttonEnregistrer:hover
{
	background: #444;
}
.cookiesSettings .content .allPreferences .thisPreference
{
	display: flex;
	justify-content: center;
	align-items: center;
}
.cookiesSettings .content .allPreferences .thisPreference > div
{
	flex: 1;
}
.cookiesSettings .content .allPreferences .thisPreference > div.check
{
	flex: 0 0 110px;
	margin-left: 20px;
}
.cookiesSettings .content .allPreferences .thisPreference .titre
{
	font-size: 20px;
}
.cookiesSettings .content .allPreferences .thisPreference .desc
{
	font-size: 14px;
}
@media screen and (max-width: 450px), screen and (max-device-width : 450px)
{
	.cookiesSettings .content .allPreferences .thisPreference
	{
		flex-direction: column;
		align-items: start;
	}
	.cookiesSettings .content .allPreferences .thisPreference > div
	{
		flex: 1!important;
		margin-left: 0!important;
		margin-top: 20px!important;
	}
}

/*
-----------------------
    DATEPICKER JQUERYUI
-----------------------
*/

.ui-datepicker.ui-widget-content
{
	width:250px;
	border:none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
.ui-datepicker .ui-widget-header
{
	background:none;
	border:none;
	color:#888;
}
.ui-datepicker .ui-widget-header .ui-icon
{
	background-image:url("/ressources/class/jquery/jquery-ui-1.12.1/images/ui-icons_444444_256x240.png");
	margin-top:-7px;
	cursor: pointer;
}
.ui-datepicker .ui-widget-header .ui-datepicker-prev.ui-state-hover,
.ui-datepicker .ui-widget-header .ui-datepicker-next.ui-state-hover
{
	border:none;
	top:2px;
	background:none;
	opacity:0.5;
}
.ui-datepicker .ui-widget-header .ui-datepicker-prev.ui-state-hover
{
	left:2px;
}
.ui-datepicker .ui-widget-header .ui-datepicker-prev .ui-icon
{
	background-position: -96px -1px;
}
.ui-datepicker .ui-widget-header .ui-datepicker-next.ui-state-hover
{
	right:2px;
}
.ui-datepicker .ui-widget-header .ui-datepicker-next .ui-icon
{
	background-position: -32px -1px;
}
.ui-datepicker .ui-widget-header .ui-datepicker-title .ui-datepicker-month,
.ui-datepicker .ui-widget-header .ui-datepicker-title .ui-datepicker-year
{
	padding: 0 5px;
	margin: 0px 2px;
	display: inline-block;
	height: 25px;
	line-height: 25px;
	vertical-align: inherit;
	cursor: pointer;
	font-weight: normal;
	text-align: center;
}
/*.ui-datepicker .ui-widget-header .ui-datepicker-title .ui-datepicker-year
{
	color: #888;
	vertical-align: inherit;
	height: inherit;
	line-height: inherit;
}*/
.ui-datepicker .ui-widget-header .ui-datepicker-prev,
.ui-datepicker .ui-widget-header .ui-datepicker-next
{
	z-index:1;
}
.ui-datepicker table
{
	table-layout: fixed;
}
.ui-datepicker th
{
	color:#888;
	font-weight: normal!important;
}
.ui-datepicker td .ui-state-default
{
	border:none;
	background:none;
	text-align:center;
	color:#222;
	font-weight:300;
	padding: 0;
	line-height: 30px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
.ui-datepicker td a.ui-state-default
{
    /*background: rgba(34, 189, 71, 0.5);
    color: #fff;*/
}
.ui-datepicker td a.ui-state-default.ui-state-active,
.ui-datepicker td a.ui-state-default.ui-state-hover
{
    /*background: rgba(34, 189, 71, 1);
    color: #fff;*/
	background:#222;
	color: #fff;
}
.ui-datepicker td.ui-state-disabled span
{
    /*background:rgba(138,25,27,1.00);
    color: #fff;*/
	color: #bbb;
}
.ui-datepicker td a.ui-state-default.ui-state-hover
{
	/*background:#ddd;*/
}

/*
-----------------------
    SLIDER ion-rangeslider
-----------------------
*/

.irs--flat .irs-handle
{
	width: 6px!important;
}
.irs--flat .irs-handle > i:first-child
{
	width: 6px!important;
	margin-left: -3px!important;
	background-color: #248893!important;
}
.irs--flat .irs-handle.state_hover > i:first-child, .irs--flat .irs-handle:hover > i:first-child
{
	background-color: #13617C!important;
}
.irs--flat .irs-bar
{
	background-color: #212121!important;
}
.irs--flat .irs-from, .irs--flat .irs-to, .irs--flat .irs-single
{
	background-color: #212121!important;
}
.irs--flat .irs-from::before, .irs--flat .irs-to::before, .irs--flat .irs-single::before
{
	border-top-color: #212121!important;
}

/*
-----------------------
    SLIDER JQUERYUI
-----------------------
*/

.ui-slider.ui-widget-content
{
	border:none;
}
.ui-slider .ui-widget-header
{
	background:#c63d44;
}
.ui-slider.ui-slider-horizontal .ui-slider-handle
{
	top:-0.2em;
}

/*
-----------------------
    BOOTSTRAP GRID : correction bug "whitespace: nowrap" (sur un enfant) avec une "col" (100%)
-----------------------
*/

.col, .col-sm, .col-md, .col-lg, .col-xl
{
	min-width: 0;
}

/*
-----------------------
    LOADER
-----------------------
*/

.loader
{
	position:fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background:rgba(0,0,0,0.2);
	z-index: 6;
	
	/*display:none;*/
   	-webkit-transition: opacity 0.6s ease 0s, filter 0.6s ease 0s, visibility 0s ease 0.6s;
    -moz-transition: opacity 0.6s ease 0s, filter 0.6s ease 0s, visibility 0s ease 0.6s;
    -o-transition: opacity 0.6s ease 0s, filter 0.6s ease 0s, visibility 0s ease 0.6s;
    transition: opacity 0.6s ease 0s, filter 0.6s ease 0s, visibility 0s ease 0.6s;
	opacity:0;
	filter:alpha(opacity=0);
	visibility:hidden;
}
.loader.active
{
	/*display:block;*/
	opacity:1;
	filter:alpha(opacity=100);
	visibility:visible;
	-webkit-transition-delay:0s;
	-moz-transition-delay:0s;
	-o-transition-delay:0s;
	transition-delay:0s;
}
.double-bounce1, .double-bounce2
{
	position: absolute;
	width: 40px;
	height: 40px;
	top: 50%;
	margin-top:-20px;
	left: 50%;
	margin-left:-20px;
	border-radius: 50%;
	background-color: #212121;
	opacity: 0.6;
	-webkit-animation: bounce 2.0s infinite ease-in-out;
	animation: bounce 2.0s infinite ease-in-out;
}
.double-bounce2
{
	-webkit-animation-delay: -1.0s;
	animation-delay: -1.0s;
}

@-webkit-keyframes bounce {
	0%, 100% { -webkit-transform: scale(0.0) }
	50% { -webkit-transform: scale(1.0) }
}

@keyframes bounce {
	0%, 100% { 
	-webkit-transform: scale(0.0);
	transform: scale(0.0);
	} 50% { 
	-webkit-transform: scale(1.0);
	transform: scale(1.0);
	}
}
.lds-ripple
{
	position: absolute;
	width: 80px;
	height: 80px;
	top: 50%;
	margin-top:-40px;
	left: 50%;
	margin-left:-40px;
}
.lds-ripple div {
  position: absolute;
  border: 4px solid #fff;
  opacity: 1;
  border-radius: 50%;
  animation: lds-ripple 2s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.lds-ripple div:nth-child(2) {
  animation-delay: -0.5s;
}
@keyframes lds-ripple {
  0% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 0;
  }
  4.9% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 0;
  }
  5% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: 0px;
    left: 0px;
    width: 72px;
    height: 72px;
    opacity: 0;
  }
}

/*
-----------------------
    LOADER PAGE
-----------------------
*/

#loaderPage
{
	width:100%;
	display:block;
	padding:0;
	height:5px;
	margin:0;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	position:fixed;
	top:0;
	left:0;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	background:none;
	z-index:6;
	display: none;
}
#loaderPage .progress
{
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

/*
-----------------------
    PAGINATION
-----------------------
*/

.pagination
{
	text-align:center;
	font-size:20px;
	padding: 10px;
	font-weight:500;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	flex-direction: row;
}
.pagination .page
{
	position:relative;
	margin:0 20px;
	cursor:pointer;
	color:#666;
}
.pagination .page.active,
.pagination .page:hover
{
	color:#212121;
}
.pagination .page.active
{
	font-weight: 600;
}
.pagination .prev,
.pagination .next
{
	color: #ccc;
	font-size:20px;
	cursor: default;
	margin: 0 20px;
}
.pagination .prev.active,
.pagination .next.active
{
	cursor: pointer;
	color: #666;
}
.pagination .prev.active:hover,
.pagination .next.active:hover
{
	color:#212121;
}

/*
-----------------------
    PRINT
-----------------------
*/

@media print
{
	@page
	{
		size: A4;
		margin: 0;
	}
	*
	{
		-webkit-print-color-adjust: exact !important;
    	color-adjust: exact !important;
	}
	nav
	{
		display: none;
	}
	main
	{
		padding: 0!important;
	}
}
