body {
	--color-normalfont: white;
	--color-info: #6889BC;  /* Bleu */
	--color-transparent-info: #6889BC20;  /* Bleu */
	--color-alt: #F96C3C;   /* Orange */
	--color-transparent-alt: #F96C3C20;   /* Orange */
	--color-bg-secondary: #6c757d;
	color: #d0b899;
	font-family: 'Open Sans', sans-serif;
	/* font-size: 14px; */
	/* line-height: 1.2em; */
	/* background: linear-gradient(#444444, #111111);   */
	background: linear-gradient(#14263a, #6885a6);
	min-height: 100vh;
}

a:not([href="#"]){
	color: white;
}

.alt.back {
	background-color: var(--color-transparent-alt);
}

.back {
	min-height: calc(100% + 66px);
	padding-bottom:15px;
}

.bg-dark { 
	background-color: #161717!important;
}

.botArrow {
	position: absolute;
	left: calc(50% - 25px);
	top: calc(75vh - 25px);
	width: 50px;
	height: 50px;
	cursor: pointer;
	animation-name: showScroll;
	animation-delay: 1s;
	animation-duration: 2s;
	animation-iteration-count: infinite;	
}

.botArrow:hover {
	 animation-play-state:paused;
}

.botArrow div:nth-child(1) {
	position: absolute; 
	width: 100%; 
	height: 100%; 
	border-radius: 50%;
	background: #f5f5f5;
}

.botArrow div:nth-child(2) {
	position: absolute;
	width: 40%;
	height: 40%;
	transform: rotate(45deg);
	border-bottom: solid 3px black;
	border-right: solid 3px black;
	left: 15px;
	top: 13px;
}

.calendar {
	background: white;
	color: darkslategray;
    border-top: solid orange 4px;
}

.calendarTab {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid grey;
}

.calendarTab .date {
	width: 100%;
	text-align: right;
	padding-right: 5px
}

.calendarTab th, td {
	border: 1px solid grey;
	width: 14.28%
}

.calendarTab th {
	text-align: center;
}

.card-body {
	color: white;
}

.clickable {
	cursor: pointer;
}
.clickable:hover {
	transform: scale(1.02);
	box-shadow: 1px 1px 10px 3px rgba(0, 0, 0, 0.2);
}

.color-ocre-red {
	color: #805640 ;
}

.dfH1 {
	font-size: 2rem ;
}

.dfThumbnails {
	padding: 1px;
}

.dfThumbnails.folder {
	/* margin: 20px;
	box-shadow: 10px 5px 20px grey; */
}

/* XSmall devices  */
@media (min-width: 228px) {
	.dfThumbnails {
		width: auto; /* 48vw; */
		height: 120px /* 48vw; */
	}
}

/* Small devices  */
@media (min-width: 576px) {
	.dfH1 {
		font-size: 2.5rem;
	}
	
	.dfThumbnails {
		width: auto; /* 180px; */
		height: 120px /* 180px; */
	}
}

/*  Medium devices  */
@media (min-width: 768px) {
	.dfThumbnails {
		width: auto; /* 180px; */
		height: 180px;
	}
}

/* Large devices  */
@media (min-width: 992px) {
	.dfThumbnails {
		width: auto; /* 192px; */
		height: 192px;
	}
}

/* X-Large devices  */
@media (min-width: 1200px) {
	.dfThumbnails {
		width: auto; /* 228px; */
		height: 228px;
	}
}

/* XX-Large large devices  */
@media (min-width: 1400px) {
	.dfThumbnails {
		width: auto; /* 228px ; */
		height: 228px;
	}
}

.dfThumbnails:hover {
	transform: scale(1.05);
	box-shadow: 0px 0px 20px black;
}

div {
	transition: all linear 0.2s;
}

#dropdownMenuLink::after {
	display: none;
}

.form-control {
	font-size: 1em;
	line-height: 1.2em;
}

.galPhotoGF {
	position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
	height: 100%;
    padding-top: 2vh;
    background-color: #808080d1;
	z-index: 9999;
}

.galPhotoImg {
	position: relative;
	border: solid black; 
	width: max-content; 
	background: white; 
	margin: auto; 
	box-shadow: 0px 0px 20px black;
	transform: translateY(calc(48vh - 50%));
	max-width: 100%;
}

.galPhotoGF>div>a>span:hover {
	transform: scale(1.1);
}

.galPhotoGF > div > a {
	color: white;
}

.galPhotoGF > div > img {
	max-width: 100%; 
	max-height: 100vh; 
	object-fit: cover;
}

.galPhotoGF>a>span {
	color: white;
}

.galPhotoGF>a>span:hover {
	transform: scale(1.1);
}

.headPage {
	height: 66px;
}
	
.headPage2 {
	height: 50px;
}

.iframe-container{


}
.iframe-container iframe{
	max-width: 100%;
	margin: 5px;
}

.info.back {
	background-color: var(--color-transparent-info);
}

.largePenta {
	position: absolute; 
	width: 100%; 
	height: 60%; 
	overflow-x: hidden; 
	overflow-y: visible;
}

.largePenta div:nth-child(1) {
	position: absolute;
	z-index: -1;
	left: 0px;
	top: 0px;
	background: #000000;
	width: 60%;
	height: 50%;
	transform-origin: bottom left;
	transform: scaleX(-1) translateX(-50vw) rotate(-10deg);
}

.largePenta div:nth-child(2) {
	position: absolute;
	z-index: -1;
	left: 0px;
	top: 0px;
	background: #000000;
	width: 60%;
	height: 50%;
	transform-origin: bottom left;
	transform: translateX(50vw) rotate(-10deg);
	padding-top: 20vh;
	padding-left: 10vw;
}

.largePenta div:nth-child(2) span {
	position:  absolute;
	z-index: -1;
	bottom: -70px;
	left: 20px;
	padding-left:  3vw;
	padding-right: 50px;
	font-family: 'Lucida Handwriting';
	font-size: 24px;
	color: black;
	overflow-x: hidden;
}

.loading {
	background:  url('../images/loading.gif') center no-repeat;
	z-index: 10000;
}

.margin10 {
	margin: 10px;
}

.margin-bottom {
	margin-bottom: 1vh;
}

.navbar {
	background-color: #bfddff !important;
}

.navbar-dark .navbar-nav .nav-link {
	color: #805640 !important;
}

.navbar-dark .navbar-toggler-icon {
	color: #805640 !important;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(128, 86, 64, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.ng-hide {
	opacity: 0;
}

.noPadding {
	padding: 0;
}

.thumbnail-video {
	margin: 2px;
	display: inline-block;
	max-width: 100%;
}

@media (min-aspect-ratio: 9/5) {
	.full-screen-image {
		width: 100vw
	}
}

@media (max-aspect-ratio: 9/5) {
	.full-screen-image {
		height: 50vh;
		width: 100vw;
		/* transform: translateX(calc(125vh * -0.9 + 50vw)); */
		object-fit: cover;
		object-position: 37%;
	}
}

p 	{
	margin-bottom: 0.5em;
}

.page {
	position: relative; 
	width: 100vw; 
	min-height: calc(100vh - 66px); 
	overflow-x: hidden; 
	overflow-y: hidden; 
	transition-property: top;
	transition-duration: 1s;
}

.page:nth-child(2) {
	top: 0px;
}

.page:nth-child(3) {
	top: 0px;
}

.page:nth-child(4) {
	top: 0px;
}
.page:nth-child(5) {
	top: 0px;
}

.smallPenta {
	position: absolute; 
	width: 100%; 
	height: 310px; 
	overflow-x: hidden; 
	overflow-y: visible;
	z-index: 1;
}

.smallPenta div:nth-child(1) {
	position: absolute;
	left: 0px;
	top: 0px;
	height: 66px;
	width: 100%;
}

.smallPenta div:nth-child(2) {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 60%;
	height: 50%;
	transform-origin: bottom right;
	transform: translateX(var(--pos)) translateX(-10vw) rotate(25deg) ;
}

.smallPenta div:nth-child(3) {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 60%;
	height: 50%;
	transform-origin: bottom left;
	transform: translateX(var(--pos)) translateX(50vw) rotate(-25deg) ;
	padding-top: 20vh;
	padding-left: 10vw;
}

.smallPenta div:nth-child(4) {
	position: absolute;
	z-index: -1;
	left: 0px;
	top: 0px;
	width: 60%;
	height: 50%;
	transform-origin: bottom left;
	transform: translateX(var(--pos)) translateX(30vw);
}

.smallPenta.alt div:nth-child(1n) {
	background-color: var(--color-alt);
}

.smallPenta.info div:nth-child(1n) {
	background-color: var(--color-info);
}

.smallPenta.pos1 :nth-child(1n+1) {
	--pos: -30vw;
}

.smallPenta.pos2 :nth-child(1n+1) {
	--pos: -10vw;
}

.smallPenta.pos3 :nth-child(1n+1) {
	--pos: +10vw;
}

.smallPenta.pos4 :nth-child(1n+1) {
	--pos: +30vw;
}

@media (max-width: 768px) {
	.smallPenta div:nth-child(2) {
		transform: translateY(-41px) translateX(var(--pos)) translateX(-10vw) rotate(20deg) ;
	}
	.smallPenta div:nth-child(3) {
		transform: translateY(-41px) translateX(var(--pos)) translateX(50vw) rotate(-20deg) ;		
	}
}

.smallPenta :nth-child(4) {
    transform-origin: bottom left;
    transform: translateX(var(--pos)) translateX(45vw) translateY(50px);
    position: absolute;
    font-size: calc(0.5vw + 20px);
}

.selected {
	border: ridge lightblue 10px;
}

.unselected {
	opacity: 0.2;
}

.zIndex2 {
	z-index: 2;
}

@keyframes crossfade {
	0% {opacity: 0}
	35% {opacity: 0}
	55% {opacity: 1}
	100% {opacity: 1}
}

@keyframes crossfade-1-4 {
	0% {opacity: 1}
	15% {opacity: 1}
	25% {opacity: 0}
	90% {opacity: 0}
	100% {opacity: 1}
}	

@keyframes crossfade-2-4 {
	15% {opacity: 0}
	25% {opacity: 1}
	40% {opacity: 1}
	50% {opacity: 0}
}

@keyframes crossfade-3-4 {
	40% {opacity: 0}
	50% {opacity: 1}
	65% {opacity: 1}
	75% {opacity: 0}
}

@keyframes crossfade-4-4 {
	65% {opacity: 0}
	75% {opacity: 1}
	90% {opacity: 1}
	100% {opacity: 0}
}

@keyframes showScroll {
  0% { }
  30% {transform: translateY(5vh); }
  100% {}
}

@font-face {
	font-family: "Kaushan Script";
	src: url("/fonts/KaushanScript-Regular.ttf") format("truetype")
}

@font-face {
	font-family: NothingYouCouldDo;
	src: url("/fonts/NothingYouCouldDo-Regular.ttf") format("truetype")
}

