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

.font-motion {
	font-family: 'motion', sans-serif;
}

.font-shadow {
	text-shadow: 2px 2px black;
}

html, body
{
	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
}


body {
		background: url(../images/beige-bg.jpg) #f8f4ec;
		color: #5a5a5a;
		font-family: 'Poppins', sans-serif;
}

a {
	text-decoration: none;
	color: #c59d5f;
}

a:hover {
	color: #5c554f;
}


h1
{
	font-family: 'Teko', sans-serif;
	color: #c59d5f;
}


h2
{
	font-size: 2rem;
}

h5
{
	color: #c59d5f;
}


.content
{
	background-color: #75b5b0;
		display: block;
		width: 95%;
		height: 95%;
		left: 2.5%;
		position: absolute;
		top: 2.5%;
		border-radius: 40px;
		overflow: hidden;
}

.lead {
	font-size: 1.2rem;
	font-weight: 300;
	text-align: justify;
}

.bdRotate 
{
		width: 100%;
		height: 100%;
		display: block;
}

.logo
{
	height: 50%;
		z-index: 10;
		position: absolute;
		margin: auto 0;
		position: absolute;
		margin: auto;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		max-width: 90%;
}

@-webkit-keyframes rotating /* Safari and Chrome */ {
	from {
		-webkit-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	to {
		-webkit-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes rotating {
	from {
		-ms-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	to {
		-ms-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.rotating {
	-webkit-animation: rotating 120s linear infinite;
	-moz-animation: rotating 120s linear infinite;
	-ms-animation: rotating 120s linear infinite;
	-o-animation: rotating 120s linear infinite;
	animation: rotating 120s linear infinite;
}


/*------------------------HOME----------------------------*/


.btn-primary {
	color: #fff;
	background-color: #c59d5f;
	border-color: #b18d57;
}

.btn-primary.disabled, .btn-primary:disabled {
	color: #fff;
	background-color: #cdb592;
	border-color: #cdb592;
}

.btn:hover {
	color: #fff;
	background-color: #b18d57;
	border-color: #b18d57;
}

#home
{
    width: 100%;
    height: 100%;
    background: linear-gradient( #1c150fb3, #1c150fb3 );
    background-size: cover;
    background-position: center;
    display: block;
	font-family: 'Teko', sans-serif;
	position: relative;
}

#home .bottom
{
    font-size: 20px;
    text-shadow: 1px 1px 1px #000000;
    border-top: 1px solid rgba(255,255,255,0.1);
    display: block;
    bottom: 0px;
    text-align: center;
    position: absolute;
    color: #ffffff;
    width: 100%;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 23px;
}

#home .bottom > div
{

	display: inline-block;
    width: 33%;
    vertical-align: middle;
}

#home .bottom > div.divMiddle
{
	
    padding: 35px 0px;
    border-left: 1px solid rgba(255,255,255,0.1);
    border-right: 1px solid rgba(255,255,255,0.1);
}

#menu .nav
{
	position: fixed;
	width: 100%;
	z-index: 999;
}

#menu .nav .nav-item a
{
	color: #ffffff;
	font-size: 23px;
	padding: 50px 25px;
	text-transform: uppercase;
	text-shadow: 2px 2px 4px #000000;
}

#menu .nav-logo
{
	padding: 15px 0 !important;
	text-align: center;
	width: 0px;
	overflow: hidden;
	display: block;
	background: url(../images/Workandco-logo-uni2.svg) no-repeat center center;
	background-size: 111px;
	height: 125px;
	transition: width 0.5s;
}

#menu .nav-logo2
{
	padding: 15px 0 !important;
	text-align: center;
	width: 125px;
	overflow: hidden;
	display: block;
	background: url(../images/Workandco-logo-uni2.svg) no-repeat center center;
	background-size: 111px;
	height: 125px;
	transition: width 0.5s;
}

#menu .nav-logo.active
{
	width: 125px;
	transition: all 0.5s;
}

#menu .nav-item a:hover
{
	color: #c59d5f;
	/*text-shadow: none;*/
}

#menu .logoMenu
{
	width: 165px;
	display: block;
	height: 150px;
}

#menu.fixed {
	color : black;
}

.form-signin {
	width: 100%;
	max-width: 330px;
	padding: 15px;
	margin: auto;
}

.form-signin .checkbox {
	font-weight: 400;
}

.form-signin .form-floating:focus-within {
	z-index: 2;
}

.form-signin input[type="email"] {
	margin-bottom: -1px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

.form-signin input[type="password"] {
	margin-bottom: 10px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.container
{
	padding-top: 150px;
	padding-bottom: 150px;
}

#exposants
{
	padding: 15rem 0;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.1) 100%), url(../img/bg-commerce.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

#assoreu  {
	padding-top: 7.5rem;
    padding-bottom: 7.5rem;
    --bs-bg-opacity: 1;
    background-color: rgb(251, 182, 45) !important;
    color: rgb(255, 255, 255) !important;


}

#homeText {
	text-align: center;
}


#contact {
	    height: 30rem;
}

#contact iframe {
    pointer-events: none;
    height: 100%;
    width: 100%;
    border: 0;
}

#footer {
	background-color: #5c554f;
	color: #ffffff;
}

#footer .container {
	padding-top: 50px;
	padding-bottom: 50px;
	font-size: 12px;
	text-align: center;
}

.courriel {
	color: #fff;
}


.card {
	border-radius: 20px;
	overflow: hidden;
}

.container .card .form {
	width: 100%;
	height: 100%;
	display: flex;
}

.container .card.step {
	background-color: #fff;
	position: relative;
	box-shadow: 0 15px 30px rgb(0 0 0 / 10%);
}

.container .card .left-side {
	width: 45%;
	background-color: #eeaf00;
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
	padding: 20px 20px;
	box-sizing: border-box;
}

.container .card .right-side {
	width: 65%;
	background-color: #fff;
	height: 100%;
	border-radius: 20px;
}


.progress-checkout {
	list-style: none;
	margin-top: 30px;
	font-size: 13px;
	font-weight: 700;
	counter-reset: container 0
}

.progress-checkout li {
	position: relative;
	margin-left: 40px;
	margin-top: 50px;
	counter-increment: container 1;
	color: #5c554f;
}

.progress-checkout li::before {
	content: counter(container);
	line-height: 36px;
	text-align: center;
	position: absolute;
	height: 40px;
	width: 40px;
	border: 1px solid #5c554f;
	border-radius: 50%;
	left: -46px;
	top: -10px;
	z-index: 10;
	background-color: #eeaf00;
}

.progress-checkout li::after {
	content: '';
	position: absolute;
	height: 90px;
	width: 2px;
	background-color: #5c554f;
	z-index: 1;
	left: -27px;
	top: -70px
}

.progress-checkout li.active::after {
	background-color: #fff
}

.progress-checkout li:first-child:after {
	display: none
}

.progress-checkout li.active::before {
	color: #fff;
	border: 1px solid #fff
}

.progress-checkout li.active {
	color: #fff
}

.main {
	padding: 40px;
}

.active {
	display: block;
}

.fixed-topHeader, .fixed-topHeader .text-white {
	color: black !important;
	text-shadow: none !IMPORTANT;
}

#ariane {
	height: 32px;
	font-family: 'Poppins';
	background-color: #5c554f;
	color: #ffffff;
	position: absolute;
	width: 100%;
	bottom: 0;
	letter-spacing: 0.7px;
	font-weight: 600;
}

#ariane .title {
	background-color: #5c554f;
	width: auto;
	position: absolute;
	margin-top: -66px;
	padding: 10px 30px;
	color: #ffffff !important;
	font-size: 30px !important;
	line-height: 42px !important;
	font-weight: 600;
	border-radius: 22px 22px 0 0;
}

.breadcrumbs:not(:last-child) {
	opacity: 0.7;
}

.breadcrumbs:not(:last-child):after {
	content: '\f285';
	display: inline-block;
	font-family: bootstrap-icons !important;
	font-size: 11px;
	line-height: 1;
	vertical-align: baseline;
	margin: 0 10px;
}

.ticket {
	position: relative;
	text-align: center;
	font-size: 80px;
	line-height: 261px;
}

.ticket::before {
	content: "\f6ca";
	display: block;
	font-family: bootstrap-icons !important;
	font-style: normal;
	font-weight: normal;
	position: absolute;
	font-variant: normal;
	text-transform: none;
	height: 263px;
	width: 100%;
	line-height: 1;
	transform: rotate(
			90deg);
	vertical-align: -0.125em;
	font-size: 265px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.ticketDiv span{
	text-align: center;
	width: 100%;
	display: block;
	font-size: 20px;
	margin: 20px 0px;
}

.calendarContent {
	overflow: hidden;
	width: 100%;
}

.calendar {
	width: 200%;
}

.calendar > div {
	display: inline-block;
	width: 49%;
	border: 1px solid;
	margin-right: 6px;
	padding: 0px 30px 30px;
}

.calendar .calendar-nav-title {
	display: flex;
	min-height: 32px;
	padding: 0.5em;
	cursor: pointer;
	align-items: center;
	justify-content: center;
	font-size: 2.6rem;
	color: #eeaf00;
}

.calendarLine {
	display: flex;
	flex-wrap: wrap;
	margin: 8px 0 3px;
}


.calendarLine.jour {
	color: #eeaf00;
}

.calendarLine > div {
	font-weight: 400;
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 1;
	text-align: center;
	text-transform: uppercase;
	border-radius: 4px;
	box-sizing: border-box;
	cursor: pointer;
	position: relative;
	height: 32px;
	z-index: 1;
}



.calendarLine > div.current, .calendarLine > div:hover {
	color: #5b5b5b;
	background: #f5f5f5;
}

.calendarLine .inactiv,.calendarLine .inactiv:hover {
	cursor: default;
	color: #c4c4c4;
	background: none;
}

.calendarLine .active, .calendarLine .active:hover {
	color: #fff;
	border: none;
	background: #eeaf00 !IMPORTANT;
}

.calendar-nav {
	padding-right: 3rem;
	padding-left: 3rem;
}
.calendar-nav {
	display: flex;
	justify-content: space-between;
	min-height: 32px;
	padding: 0.5em;
}

.calendar-nav-action {
	width: 32px;
	border-radius: 4px;
	user-select: none;
	display: flex;
	cursor: pointer;
	align-items: center;
	justify-content: center;
}

.calendar-nav-action.-disabled-, label.-disabled- {
	visibility: hidden;
}

.calendar-nav-action svg {
	width: 32px;
	height: 32px;
}

.calendar-nav-action path {
	fill: none;
	stroke: rgb(121, 121, 121);
	stroke-width: 2px;
}

#dateReservation {
	font-size: 1.15rem;
	padding-top: 19px;
}

#dateReservation > span {

	padding-top: 19px;
	color : #eeaf00;
	text-transform: capitalize;
}

.reservation label {
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
}

.formule-resa {
	display: flex;
	flex-flow: column wrap;
	justify-content: center;
	border: 1px solid rgb(194, 194, 194);
	border-radius: 3px;
	width: 140px;
	height: 85px;
	line-height: 1.4em;
	user-select: none;
}

.nnTextColor--grey {
	color: #5b5b5b;
}

label.selected .formule-resa {
	border-width: 3px;
	border-color: #eeaf00 !important;
	color:#eeaf00 !important;
}

.formule-resa .periode-resa {
	text-align: center;
	font-size: 1.3em;
}

.formule-resa div {
	margin-top: 0px;
	margin-bottom: 0px;
}

.formule-resa .tarif-resa {
	font-size: 0.9em;
	line-height: 1;
	text-align: center;
}
.formule-resa div {
	margin-top: 0px;
	margin-bottom: 0px;
}
.flex-container-nowrap {
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	width: 100%;
}

.formule-resa .tarif-resa .tvaTarifs {
	font-size: .75em;
}

.reservationLinge {

}

.reservationLinge .dateItemResa, .reservationLinge .resaInfo {
	display: flex;
	width: 100%;
}

.reservationLinge .dateItemResa > span:first-child , .reservationLinge .resaInfo > span:first-child {
	width: 75%;
	display: block;
	hyphens: initial;
}

.reservationLinge .dateItemResa > span:last-child, .reservationLinge .resaInfo > span:last-child {
	display: block;
	width: 25%;
	text-align: right;
}

.resaDetail {
	display: block;
}