
html{
	scroll-behavior:smooth !important;
}

@font-face {
	font-family: "OrangeVoyage";
	src:
	  url("../font/OrangeVoyageDemo-Regular.otf")
}

@font-face {
	font-family: "Silka";
	src:
	  url("../font/silka-regular-webfont.ttf")
}

.orangeVoyage {
	font-family:"OrangeVoyage";
}

.silka {
	font-family:"Silka";
}

.container-fluid {
	padding-left: 0;
	padding-right: 0;
	width: 100%;
}

#bkImgContainer {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
}

picture img {
	width: 100%;
	height: auto;
}

.bkImg {
	width: 100%;
	height: auto;
	left: 0;
	position: absolute;
	-webkit-transition: opacity 2s ease-in-out;
	-moz-transition: opacity 2s ease-in-out;
	-o-transition: opacity 2s ease-in-out;
	transition: opacity 2s ease-in-out;
}

img.bkHide {
	opacity:0;
}

img:not(.bkHide) {
	opacity: 1;
}

picture.bkHide {
	opacity:0;
}

picture:not(.bkHide) {
	opacity: 1;
}

.content.bkHide {
	display: none;
}

.content:not(.bkHide) {
	display: initial;
}

#scrollBtn a:hover {
	opacity: .5;
  }

#scrollBtn a {
	padding-top: 60px;
}

#scrollBtn a span {
	position: absolute;
	left: 50%;
	width: 46px;
	height: 46px;
	margin-left: -23px;
	border: 1px solid #fff;
	border-radius: 100%;
	box-sizing: border-box;
}

#scrollBtn a span::after {
	position: absolute;
	top: 50%;
	left: 50%;
	content: '';
	width: 16px;
	height: 16px;
	margin: -12px 0 0 -8px;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	box-sizing: border-box;
}

.navbar-collapse {
	opacity: 1;
    background: #FAFAFA;;
    margin: 0;
    border: none;
	padding: 0;
    border-radius: 0.5rem;
	box-shadow: 0 0.2rem 0.5rem 0.2rem rgba(50, 50, 50, 0.5);
	text-align: center;
}

.dropdown-menu {
	box-shadow: 0 0.2rem 0.5rem 0.2rem rgba(50, 50, 50, 0.5);
	margin-top: -0.5rem;
}

.nav-item a {
	font-family: 'Arima Madurai', sans-serif;
	font-size: 1.5rem;
	color: #9D9D9D;
	font-style: normal;
	text-decoration: none;
	/*color: #0603A6;*/
  	transition-property: color; /* Active la transition sur background-color */
    transition-duration: 1s; /* La transition dure 1s */
}

.nav>li {
	margin-left: 0.1rem;
	margin-right: 0.1rem;
}

.navbar-default .navbar-brand:hover {
 color: #5E5E5E;
}

.nav-item a:hover,
.nav-item a:focus {
	color: #6264E4 !important;
}

ul.nav li.dropdown:hover > ul.dropdown-menu {
	display: block;
}

.navbar-toggler {
    background-color: #EEEEEE;
    color: black;
    position: fixed;
    top: 0.5rem;
    right: 0.5rem;
}

.titleRow {
	margin-top: 8rem;
	margin-bottom: 2rem;
	margin-left: 2.1rem;
	margin-right: 2.1rem;
	opacity: 0.8;
    font-family: 'Cinzel', serif;
	font-size: 4rem;
	color: #FFFFFF;
	text-shadow: rgba(0, 0, 0, 0.498039) -1px -1px 0px, rgba(0, 0, 0, 0.498039) -1px 1px 0px, rgba(0, 0, 0, 0.498039) 1px 1px 0px, rgba(0, 0, 0, 0.498039) 1px -1px 0px;
}

.title {
	opacity: 0.8;
    font-family: 'Cinzel', serif;
	font-size: 4rem;
	color: #FFFFFF;
	text-shadow: rgba(0, 0, 0, 0.498039) -1px -1px 0px, rgba(0, 0, 0, 0.498039) -1px 1px 0px, rgba(0, 0, 0, 0.498039) 1px 1px 0px, rgba(0, 0, 0, 0.498039) 1px -1px 0px;
}

.pageTitle {
	opacity: 0.8;
    font-family: 'Cinzel', serif;
	font-size: 2rem;
	color: #FFFFFF;
	text-shadow: rgba(0, 0, 0, 0.498039) -1px -1px 0px, rgba(0, 0, 0, 0.498039) -1px 1px 0px, rgba(0, 0, 0, 0.498039) 1px 1px 0px, rgba(0, 0, 0, 0.498039) 1px -1px 0px;
}

@media (orientation: portrait) {
	.title {
		font-size: 1.6rem;
	}
	.pageTitle {
		font-size: 1rem;
	}
	.titleRow {
		font-size: 1.6rem;
		margin-top: 2.5rem;
		margin-left: 1rem;
		margin-right: 1rem;
	}
}

@media (orientation: landscape) and (max-width: 1150px){
	.title {
		font-size: 3.5rem;
	}
	.titleRow {
		margin-left: 1.5rem;
		margin-right: 1.5rem;
	}
}

@media (orientation: landscape) and (min-width: 481px) {
	.extraMarge {
		margin-top: 13rem !important;
	}
}

@media (orientation: landscape) and (min-width: 1281px) {
	.extraMarge {
		margin-top: 16rem !important;
	}
}

.textRow {
	margin-left: 0;
	margin-right: 0;
	padding-top: 1rem;
	padding-bottom: 1rem;
	background-color: #EEEEEE;
	opacity: 0;
}

.firstRow {
	margin-top: 20%;
}

.noscroll {
	margin-top: 0 !important;
}

.spaceRow {
	margin-top: 1.4rem;
}

.vfButton {
	font-family: 'Norican', cursive;
	font-size: 1.7rem;
	width: 100%;
	border-radius: 4px;
	box-shadow: 1px 1px 1px 1px #000000;
	-webkit-box-shadow: 1px 1px 1px 1px #000000;
	border-radius: 4px;
	border: none;
	color: #FFFFFF;
	background-color: #0603A6;
}

button a {
	text-decoration: none;
	color: #FFFFFF;
}

.btnShadow {
    opacity: 1;
 	transition: opacity 0.5s;
}

.imgBtnShadow {
	margin-left: -20%;
	width:100%;
	height:1.8vw;
	vertical-align: top;

}

.hideBtnShadow {
    opacity: 1;
 	transition: opacity 0.5s;
}

.btnShadow:hover .hideBtnShadow {
    opacity: 0.1;
 	transition: opacity 0.5s;

}

.photos {
	zoom: 0;
}
.aShadow {
	text-shadow: #FFFFFF 0px 0px 10px;
}

.aShadowWhite {
	text-shadow: #555555 0px 0px 6px;
}



.uniqueCol {
	padding-left: 16vw;
	padding-right: 16vw;
}

@media (orientation: portrait) {
	.uniqueCol {
		padding-left: 0;
		padding-right: 0;
	}
}

@media (orientation: landscape) and (max-width: 1400px){
	.uniqueCol {
		padding-left: 2vw;
		padding-right: 2vw;
	}
}

@media (orientation: landscape) and (max-width: 1280px){
	.uniqueCol {
		padding-left: 1vw;
		padding-right: 1vw;
	}
}


.leftCol {
	margin-left: 20vw;
	padding-right: 2.1vw;
}

.rightCol {
	margin-right: 20vw;
	padding-left: 2.1vw;
}

.centerCol {
	float: none;
	text-align: center;
}

.imgCol {
	margin: 0;
	padding: 0;
}

.pointer {
	cursor: pointer;
}

.textBackground {
	opacity: 1;
	background-image: url('ressources/images/bamboo.png');
	background-size: cover;
	z-index:100000;
}

.timeBackground {
	background-image: url("../ressources/images/dottime.png");
	background-position: left;
	background-repeat: no-repeat;
}

.circleBackground { 
	background: #0012E6; 
	-moz-border-radius: 50%; 
	-webkit-border-radius: 50%; 
	border-radius: 50%;
	width: 3rem;
	height: 3rem;
 }

 .circleBackgroundSm { 
	background: #0012E6; 
	-moz-border-radius: 50%; 
	-webkit-border-radius: 50%; 
	border-radius: 50%;
	width: 1.5rem;
	height: 1.5rem;
 }

 .dateBullet {
	margin-left: -1rem;
 }

 .dateBullet::before { 
	content: "•";
	font-size: 5rem;
	color: #0012E6;
	display: inline-block;

 }

.parMargin {
	margin-top: 0.7vw;
	margin-bottom: 0.7vw;
}

.blue {
	color: #0012E6;
}

.bluebg {
	background-color: #0603A6 !important;
}

.grisbk {
	background-color: #999999 !important;
}

.violet {
	/*font-family: 'Open Sans', sans-serif;*/
	color: #1a2dd8;
}

.gris {
	/*font-family: 'Open Sans', sans-serif;*/
	color: #333333;
}

.grisclair {
	color: #999999;
}

.blanc {
	/*font-family: 'Open Sans', sans-serif;*/
	color: #FFFFFF;
}

.noir {
	color: #000000;
}

.taille11 {
	font-size: 0.7rem;
}

.taille14 {
	font-size: 0.9rem;
}

.taille16 {
	font-size: 1.0rem;
}

.taille18 {
	font-size: 1.1rem;
}

.taille21 {
	font-size: 1.3rem;
}

.taille25 {
	font-size: 1.5rem;
}

.taille32 {
	font-size: 2rem;
}

.roundPanel {
	background-color: #FFFFFF;
	border-radius: 0.5rem;
	/*margin-left:15px;
	margin-right:15px;*/
}

.roundRadius {
	border-radius: 0.5rem;
}

.textPanel {
	background-color: #FFFFFF;
	border-radius: 0.5rem;
}

.textTitle {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.textDate {
	white-space: nowrap;
}

.textContent {
    font-family: 'Open Sans', sans-serif;
	background-color: #EEEEEE;
	border-radius: 0.3rem;
	padding: 0.5rem;
}

.textBtnRow {
	background-color: #FFFFFF;
}

.linkCol {
	background-color: #FFFFFF;
	border-radius: 0.7vw;
	padding-top: 1vw;
	padding-bottom: 1vw;
}

.linkTitleCol {
	background-color: #EEEEEE;
	text-align: center;
	border-radius: 0.7vw;
	padding-top:0.1vw;
	padding-bottom: 0.1vw;
}

.linkPanel {
	margin-left: 0vw;
	margin-right: 0vw;
	margin-top: 1vw;
	padding-top: 1vw;
	padding-bottom: 1vw;
	margin-bottom: 1vw;
	background-color: transparent;
	opacity: 0.95;
}

.linkTitle {
	margin-left: 0vw;
	margin-right: 0vw;
	margin-top: 1vw;
	padding-top: 0.2vw;
	padding-bottom: 0.2vw;
	margin-bottom: 1vw;
	background-color: transparent;
	opacity: 0.95;
}

.linkLogo {
	width: 8rem;
	height: auto;
}

.dlRow:last-child {
	margin-bottom: 0 !important
}

.dlFile {
	cursor: pointer;
}

.dlFile a {
	text-decoration: none;
}

.dlDate {
	white-space: nowrap;
}

.noPadding {
	padding:0;
}

.noMargin {
	margin:0;
}

input:not([type="submit"]):not([type="checkbox"]), textarea {
	width: 100%;
	margin-bottom: 0.7vw;
	background-color: #FFFFFF;
	opacity:0.9;
}

.checkbox-container {
	display: flex;
	align-items: baseline;
}

.checkbox-container label {
	flex-grow: 1;
	padding-left: 0.5rem;
}

.downloadLink {
	cursor: pointer;
	color: #0603A6;
}

.bootbox-close-button {
	width:2vw;
}

.spinImage {
	-webkit-animation:spin 1500s linear infinite;
	-moz-animation:spin 1500s linear infinite;
	animation:spin 1500s linear infinite;
}
@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }

.degrBack{
	background-color: #FFFFFF;
	background: linear-gradient(to bottom, transparent, white, white,white, transparent);
	background: linear-gradient(to right, transparent, white, white,white, transparent);

	background: -webkit-linear-gradient(to bottom, transparent, white,white, transparent);
	background: -webkit-linear-gradient(to right, transparent, white,white, transparent);

}

.zodiacLink img {
	padding: 4px;
}

.vfCollapsed {
	height: 10vw;
	line-height: 1.4vw;
	overflow: hidden;
	text-overflow: ellipsis;

}

.btn-vf {
	padding:0.4vw;
	margin:0;
	font-size: 1.1vw;
	line-height: 0.8;
	width: auto;
	background-color: transparent;
	box-shadow: none;
	-webkit-box-shadow: none;
}

.btn-vf:hover {
	background-color: #605E5E;
}

.video-responsive {
	overflow:hidden;
	padding-bottom:56.25%;
	position:relative;
	height:0;
	}

.video-responsive iframe {
	left:0;
	top:0;
	height:100%;
	width:100%;
	position:absolute;
	}

@media (orientation: landscape) {
	.miniature {
		display: inline;
		height: 13vw;
		width: auto;
	}
	.miniature-big {
		display: inline;
		width: 30%;

	}
}

@media (orientation: portrait) {
	.miniature {
		display: inline;
		height: 13vh;
		width: auto;

	}
	.miniature-big {
		display: inline;
		width: 30%;
	}
}

@media (orientation: portrait) and (max-width: 767px){
	.miniature {
		display: inline;
		height: 25vh;
		width: auto;

	}
	.miniature-big {
		display: inline;
		width: 30%;
	}
}

@media (orientation: landscape) and (max-width: 767px){
	.miniature {
		display: inline;
		height: 30rem;
		width: auto;

	}
	.miniature-big {
		display: inline;
		width: 30%;
	}
}