@import url("fonts.css");
@import url("colors.css");
@import url("shapes.css");
@import url("medias.css");

body {
	font-size: 16px;
	overflow-x: hidden;
	display: flex;
	flex-direction: column;
	color: var(--grey-color);
	font-family: "Poppins", sans-serif;
	font-weight: 400;
	font-style: normal;
}

html,
body {
	height: 100%;
	margin: 0;
	background-color: #fff;
}



/* FILE UPLOAD */
.fileinput-list {
	margin-top: 5px;
	margin-bottom: 5px;
	height: 1.2em;
	line-height: 1em;
	overflow: hidden;
}

.fileinput-list span {

	cursor: pointer;
}

.upload-list-item {
	margin-top: 15px;
}

.has-success .form-control.filename-text,
.has-success .file-upload-icon {
	border-color: #ddd;
}

.has-success .file-upload-icon,
.file-upload-icon {
	background-color: #eee;
	width: 45px;
	height: 35px;
	color: #555;
	padding: 0;
	line-height: 33px;
	background-position: center center;
	background-size: cover;
	text-align: center;
}

.file-upload-icon {
	display: none;
}

.file-upload-box {
	padding: 0;
	display: flex;
	width: 325px;
}

.file-upload-box .card-body {
	padding: 6px 12px;
}

.upload-list-item .input-group-btn button {
	padding: 6px 12px;
	width: 36px;
	height: 35px;
}

.file-upload-box .identification-row {
	display: none;
}

.file-upload-box .file_upload_progress .progress {
	margin: 5px 0 0 0 !important;
	height: 11px;
}

.file-upload-box .file-upload-image {
	max-width: 32px;
	max-width: 20px;
}

.upload-list-item .form-control {
	display: none;
	cursor: default !important;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	height: 35px;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.upload-list-item .form-control:focus {
	border-color: #ccc;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.file-upload-icon {
	width: 35px;
	height: 35px;
	display: flex;
}

.file-upload-icon .input-group-text {
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: contain;
}

/* FILE UPLOAD END */







/* SHARED STYLE START */
.underlined {
	text-decoration: underline;
}

.uppercase {
	text-transform: uppercase;
}

.link-icon {
	padding-right: 5px;
	text-decoration: none !important;
}

.centered-text {
	text-align: center !important;
}

.right-text {
	text-align: right !important;
}

.centered-button {
	display: inline-block;
	margin: 0 auto;
}

.text-decoration-none,
.text-decoration-none:hover {
	text-decoration: none !important;
}

.font-1em {
	font-size: 1em !important;
}

.font-1-5em {
	font-size: 1.5em !important;
}

.font-1-75em {
	font-size: 1.75em !important;
}

.font-2em {
	font-size: 2em !important;
}

.bold {
	font-weight: bold !important;
}

.no-backgroud-color {
	background-color: transparent !important;
}


.section {
	position: relative;
	min-height: 60px;
	padding-top: 5.9375em;
	padding-bottom: 5.9375em;
	max-width: 120em;
	margin: 0 auto;
}

.section-light-grey {
	background-color: var(--light-grey-color);
}

.section-light-orange {
	background-color: var(--light-orange-color);
}

.section-no-v-padding {
	padding-top: 0;
	padding-bottom: 0;
}

.section-lined-title {
	color: var(--purple-color);
	font-size: 1.125em;
	font-family: 'Amoresa';
	font-weight: bold;
	position: relative;
	display: inline-block;
	padding-left: 30px;
	padding-right: 40px;
}

.section-lined-title::before,
.section-lined-title::after {
	content: "";
	position: absolute;
	width: 20px;
	height: 4px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background: var(--purple-color);
	top: 0;
	bottom: 0;
	margin: auto;
}

.section-lined-title::before {
	left: 0;
}

.section-lined-title::after {
	right: 0;
}

.section-subtitle {
	font-size: 1.5em;
}

.section-title-subline {
	width: 3.125em;
	height: 2px;
	background-color: var(--gold-color);
	margin: 0 auto;
}

.section-text {
	font-size: 1.125em;
}

.wrapper {
	flex: 1 0 auto;
}

.top-bar ul.navbar-nav li.nav-item {
	padding: 0 0 0 35px;
}

.top-bar ul.navbar-nav li.nav-item:first-child {
	padding-left: 0;
}

.top-bar ul.navbar-nav li.nav-item a.nav-link {
	color: var(--dark-grey-color);
	font-family: "Poppins", sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 0.875em;
}

.top-bar ul.navbar-nav li.nav-item.active a.nav-link {
	color: var(--light-blue-color);
}

.top-bar ul.navbar-nav li.nav-item a.nav-link:hover {
	color: var(--light-blue-color);
}

.top-bar ul.navbar-nav li.nav-item.lang-switch a.nav-link {
	background-color: var(--light-grey-color);
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	padding: 0.5rem 1.25em;
	border-bottom: none;
}

.top-bar ul.navbar-nav li.nav-item.lang-switch a.nav-link:hover {
	background-color: var(--light-blue-color);
	color: #ffffff;
}

.top-bar ul.navbar-nav li.nav-item.fab-account a.nav-link {
	background-color: var(--dark-orange-color);
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
	padding: 0.5rem 1.25em;
	border-bottom: none;
	color: #ffffff;
}

.top-bar ul.navbar-nav li.nav-item.fab-account a.nav-link:hover {
	background-color: var(--light-blue-color);
}

.top-bar ul.navbar-nav li.nav-item a.nav-link.special.special-pc {
	padding: 0.30rem 0.5rem;
	position: relative;
	top: 0.15em;
}

.top-bar .collapse.navbar-collapse {
	z-index: 999;
	background-color: var(--white-color);
}

.section-title {
	font-family: "Poppins", sans-serif;
	font-optical-sizing: auto;
	font-weight: 600;
	font-style: normal;
	font-variation-settings: "wdth"100;
	font-size: 3rem;
}

.centered-container {
	display: block;
	align-content: center;
	height: 100%;
	text-align: center;
	font-family: "Poppins", sans-serif;
	font-weight: 900;
	font-style: normal;
	font-size: 5.3125em;
}

/* SCROLL TO TOP START */
.scroll-to-top {
	display: none;
	z-index: 9999;
	position: fixed;
	bottom: 1em;
	right: 1em;
	width: 2.5em;
	height: 2.5em;
	line-height: 2.5em;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: rgba(254, 113, 52, 0.5);
	color: #ffffff !important;
	text-align: center;
	text-decoration: none !important;
}

.scroll-to-top span {
	position: absolute;
	top: 29%;
	left: 30%;
}

/* SCROLL TO TOP END */


/* HOME SECTION */

.home-banner {
	position: relative;
	display: flex;
	width: 100%;
	background-image: url("/image/banner_idea1.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	aspect-ratio: 1920 / 700;
}


.home-banner-overley {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 1;
}

.home-mission-img {
	background-image: url("/image/mission.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	aspect-ratio: 974 / 549;
}

.home-social-icon {
	display: inline-block;
	width: 5.06em;
	height: 5.1875em;
}

.home-social-icon img {
	width: 100%;
	height: 100%;
}

.home-job-apply-section {
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.24) 0%, rgba(0, 0, 0, 0.24) 100%), url("//img1.wsimg.com/isteam/ip/3edc131a-f0ce-426e-a684-a3aac61d3e69/IMG_2388%202.JPG/:/cr=t:0%25,l:0%25,w:100%25,h:100%25/rs=w:1920,m");
	background-position: 53.1838% 24.7826%;
	background-repeat: no-repeat;
	background-blend-mode: normal;
	background-size: auto, cover;
}

/* HOME SECTION END */


/* GET INVOLVED SECTION */
.impliquer-main-img {
	background-image: url("/image/impliquer.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	aspect-ratio: 1280 / 721;
}

/* GET INVOLVED SECTION END */



/* ABOUT PAGE SECTION */
.about-page .team-block .picture-block img {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.about-page .team-block .name {
	font-size: 1.5em;
}

.about-page .team-block .position {
	font-size: 1.125em;
}

/* ABOUT PAGE SECTION END */


/* EVENTS PAGE */
.events-page .event-box {
	border-radius: 0.5em;
	box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
	width: 100%;
	border-color: transparent;
}

.events-page .event-box .event-picture {
	aspect-ratio: 360 / 270;
	border-top-left-radius: 0.5em;
	border-top-right-radius: 0.5em;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	position: relative;
}

.events-page .event-box .event-picture .badge {
	position: absolute;
	top: 1.25em;
	left: 1.25em;
}

.events-page .event-box .event-info {
	padding: 1.75em;
}

.events-page .event-box .event-info .event-date {
	font-size: 1em;
}

.events-page .event-box .event-info .event-date.small {
	font-size: 0.85em;
}

.events-page .event-box .event-info .event-date i {
	padding-right: 1em;
}

.sidebar-subtitle {
	font-family: "Poppins", sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 1.25em;
	color: var(--grey-color);
}

/* EVENTS PAGE END */



/* ACCOUNT PURCHASE DETAILS PAGE */
.account-purchase-detail-page .item-image {
	width: 1.875em;
	height: 1.875em;
}

.account-purchase-detail-page .item-image svg {
	width: 100%;
	height: 100%;
	fill: var(--dark-orange-color);
}

/* ACCOUNT PURCHASE DETAILS PAGE END */



/* CART PAGE */
.shopping-cart .item-image {
	width: 1.875em;
	height: 1.875em;
	position: relative;
	top: 0.75em;
}

.shopping-cart .item-image svg {
	width: 100%;
	height: 100%;
	fill: var(--dark-orange-color);
}

/* CART PAGE END */

/* CATERING PAGE */
.meal-modal .abc-checkbox {
	margin: -1em 0 0 0;
	/*position: relative;
	top: -1.7em;*/
}

/* CATERING PAGE END */




/* FOOTER START */
.footer {
	flex-shrink: 0;
	width: 100%;
	background-color: var(--dark-blue-color);
	padding-bottom: 0 !important;
	position: relative;
}

.footer .footer-title {
	font-size: 1.5em;
}

.footer .footer-menu {
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style: none;
}

.footer .footer-menu li {
	list-style-type: none;
	list-style: none;
	text-transform: uppercase;
}

.footer .footer-menu li a {
	text-decoration: none;
	color: var(--dark-orange-color);
}

.footer .footer-menu li a:hover,
.footer .footer-menu li.active a {
	color: var(--white-color);
	text-decoration: none;
}

.footer .socials a {
	width: 2.5em;
	height: 2.5em;
	line-height: 2.5em;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #173f63;
	color: #fff;
	text-decoration: none;
	text-align: center;
	margin-left: 1.1em;
}

.footer .socials a:first-child {
	margin-left: 0;
}

.footer .socials a:hover {
	background-color: var(--dark-orange-color);
	color: #fff;
	text-decoration: none;
}

.footer .footer-line {
	border-bottom: #173f63 1px solid;
}

.footer .footer-signature {
	font-size: 0.75em;
	color: #edf5fa;
}

.footer .footer-nws-logo {
	position: relative;
	top: -2px;
}

.footer .elementor-shape-bottom {
	bottom: initial;
	top: -15px;
}

.footer .elementor-shape-bottom svg {
	height: 15px;
}


/* Extra Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
	.top-bar ul.navbar-nav li.nav-item {
		padding: 0px;
	}

	.home-banner {
		background-image: none;
		background-color: var(--dark-orange-color);
		aspect-ratio: 1920 / 700;
	}

	.home-banner-overley {
		background-color: transparent;
	}

	.home-job-apply-section .section-title {
		text-align: center;
	}
}

/* Extra Small devices */
@media (min-width: 576px) and (max-width: 767.98px) {
	.top-bar ul.navbar-nav li.nav-item {
		padding: 0px;
	}

	.home-banner {
		background-image: none;
		background-color: var(--dark-orange-color);
		aspect-ratio: 1920 / 700;
	}

	.home-banner-overley {
		background-color: transparent;
	}

	.home-job-apply-section .section-title {
		text-align: center;
	}
}

/* Anything Up to Small devices */
@media (max-width: 991px) {

	.top-bar ul.navbar-nav li.nav-item.lang-switch a.nav-link,
	.top-bar ul.navbar-nav li.nav-item.fab-account a.nav-link {
		padding-left: 0;
		padding-right: 0;
		background-color: transparent;
		-webkit-border-radius: 0px;
		-moz-border-radius: 0px;
		border-radius: 0px;
		color: var(--dark-grey-color);
		font-family: "Poppins", sans-serif;
		font-weight: 500;
		font-style: normal;
		font-size: 0.875em;
		border-bottom: none;
	}

	.top-bar ul.navbar-nav li.nav-item.lang-switch a.nav-link:hover,
	.top-bar ul.navbar-nav li.nav-item.fab-account a.nav-link:hover {
		background-color: transparent;
		color: var(--light-blue-color);
	}

	.centered-container {
		font-size: 3.3125em;
	}
}

/* Small devices */
@media (min-width: 768px) and (max-width: 991px) {
	.top-bar ul.navbar-nav li.nav-item {
		padding: 0px;
	}

	.centered-container {
		font-size: 4.3125em;
	}

	.home-job-apply-section .section-title {
		text-align: center;
	}
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) {
	.top-bar ul.navbar-nav li.nav-item {
		padding: 0 0 0 25px;
	}

	.top-bar ul.navbar-nav li.nav-item a.nav-link {
		font-size: 0.775em;
	}

	.section-title {
		font-size: 2.5em;
	}

	/* .home-job-apply-section .btn {
		font-size: 0.875em;
	} */
}

@media (min-width: 1200px) {}