body {
	--color-normalfont: white;
	--color-info: #6889BC;  /* Bleu */
	--color-bginfo: #b0cdf9;  /* Bleu */
	--color-transparent-info: #6889BC20;  /* Bleu */
	--color-alt: #F96C3C;   /* Orange */
	--color-transparent-alt: #F96C3C20;   /* Orange */
	--color-warning: #F96C3C;   /* Orange */
	--color-bgwarning: #ffcab8;   /* Orange */
	--color-danger: #DD0505;   /* Rouge */
	--color-success: #7bd987;   /* Vert */
	--color-bgsuccess: #7bd987;   /* Vert */
	--color-bg-secondary: #;
	--color-primary: #F96C3C;	 /* Orange */
	--color-soft-background: #edf0f5;	 /* Gris bleu */
	--color-hard-background: #dd3333;	 /* Rouge */

	font-family: 'Open Sans', sans-serif;
	/* font-size: 14px; */
	/* line-height: 1.2em; */
	/* background: linear-gradient(#444444, #111111);   */

	min-height: 100vh;
}

h1 {
	font-size: 1.5em;
	font-weight: bold;
}

h2 {
	font-size: 1.4em;
	font-weight: bold;
}

h3 {
	font-size: 1.2em;
	font-weight: bold;
}

.amount {
	text-align: right;
	white-space: nowrap;
}

.annonce {
	border:	solid lightgrey;
	border-width: 1px 1px 1px 1px;
	margin-bottom: 10px;
	box-shadow: 3px 3px 10px;
	padding: 2px;
}

.annonceText {
	margin: 10px;
}

.anTitle {
	font-size: 1.5em;
	font-weight: bold;
}

a:focus {
	outline: none !important;
}

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

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

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

.bginfo {
	background-color: var(--color-bginfo);
}

.bgsuccess {
	background-color: var(--color-bgsuccess);
}

.bgwarning {
	background-color: var(--color-bgwarning);
}

.bold {
	font-weight: bold;
}

.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;
}

.cadre {
	box-shadow: 10px 5px 5px var(--color-transparent-alt); 
}

.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 ;
}

.containerSite {
	margin: auto;
	position: relative;
	max-width: 1116px;
}

.dfH1 {
	font-size: 2rem ;
}

.dfThumbnails {
	padding: 1px;
	border: solid 1px darkgrey;
}

.dfThumbnails img {
	object-fit: cover;
	width:	100%;
	height:	100%;
}

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

.dfThumbnails+div {
	word-break: break-word;
}

/* XSmall devices  */
@media (min-width: 228px) {
	.dfThumbnails {
		width: 48vw; 
		height: 48vw;
	}
	.dfThumbnails+div {
		width: 48vw; 
	}
	
	.smartPhoneSmall {
		font-size: 80%;
	}
}

/* Small devices  */
@media (min-width: 576px) {
	.dfH1 {
		font-size: 2.5rem;
	}
	
	.dfThumbnails {
		width: 180px; 
		height: 180px;
	}
	.dfThumbnails+div {
		width: 180px; 
	}
	.smartPhoneSmall {
		font-size: 100%;
	}
}	
}

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

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

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

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

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

div {
	tranosition: all linear 0.2s;
}

#dropdownMenuLink::after {
	display: none;
}
.dropdown-menu>ul {

}
.dropdown-menu>li {
	white-space: nowrap;
	padding-left: 10px;
	padding-right: 10px;
}

.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: 98vh; 
	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;
}

.line-through {
	text-decoration: line-through;
}
.line-through:hover {
	text-decoration: line-through;
}

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

.lowopacity {
	background: #d3d3d305;
	color: #80808070
}

.lowopacity img {
	opacity: 0.4;
}

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

.navbar {
	background-color: hsl(14deg 88% 56%) !important; 
}

.navbar a {
	color: black !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;
}

@media (min-width: 1000px) {
	.modal-dialog {
		min-width: 1000px;
	}
}

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

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

p 	{
	margin-bottom: 0em;
}

.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;
}

.scale2:hover {
	z-index: 1000;
}

.scale2 img:hover {
	transform: scale(2.5) translate(25%, 0);
}

.smallImg {
	overflow-x: hidden;
	height: 150px;
}

.smallImg img {
	height: 150px;
}

.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;
}

span[ng-click], div[ng-click] {
	cursor: pointer;
}

.statutWarning {
	color: var(--color-normalfont);
	background-color: var(--color-warning);
	font-weight: bold;
}

.tabRow {
	border-bottom: 0.2px solid var(--color-alt);
}

.textDanger{
	color: var(--color-danger);
	font-weight: bold;
}

.unselected {
	opacity: 0.2;
}

.zIndex2 {
	z-index: 2;
}

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

@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")
}

