/* *******************************************
 Template: CiteLibre
 Author: Mairie de Paris - LHO
 Created: March 2023
******************************************* */
/* Variables 								*/
:root {
	--main-color: #003E66;
	--main-danger-color: #EF4833;
	--main-success-color: #248619;
	--main-warning-color: #FA8984;
	--alt-main-color: #103A69;
	--alt-gray-color: #A8B7C8;
	--alt-blue-light-color: #CEE1F2;
	--alt-info-second-color: #4C68B1;
	--alt-success-color: #3ECD2E;
	--alt-warning-light-color: #FFBFBF;
	--alt-warning-dark-color: #FF3300;
	--black-color: #000;
	--dark-color: #111;
	--gray-light-color: #333;
	--gray-color: #555;
	--white-color: #FFF;
	--dark-mode-light-color: #eee;
	--light-color: #f3f7fd;

	--border-color: #C4D8DC;
	--border-gray-color: #A1A1A1;

	--navbar-color : #f7f5f5;

	--dropdown-menu-color : #2c4051;
	--card-title-icon: #001f33;

	--main-color-shadow: #071f321a;
	--card-color-shadow: #00000029;
	--switch-color-shadow: #0088dd40;

	/* TarteAuCitron 							*/
	--gray-gray-color: var(--gray-color);
    --gray-medium-color:   #4D4D4D;
	--gray-lighter-color: var( --white-strong-color );
    
	--banner-color: var( --gray-lighter-color );
	--text-color: var( --main-color );
	--decline-color: var( --main-danger-color );
    --accept-color: var( --main-success-color );
    --accept-text-color: var( --white-color );
    --dot-color: var( --alt-warning-light-color );

    --alt-color: #3333331a;
    --alt-hover-color: #33333333;
    --alt-hidden-color: #33333312;

    --number-color: #ffffff33;
    --number-hover-color: #ffffff4d;
    --manager-hover : #ffffff0d;

    --banner-lpos : auto;
    --banner-rpos : 0;
    --banner-width : 60%;
    --banner-padding: 2rem;

	--size-tiny: .5rem;
	--size-small: .75rem;
	--size-normal: 1rem;
	--size-medium: 1.25rem;
	--size-large: 1.5rem;
	--size-xlarge: 2rem;
	--size-xxlarge: 4.5rem;
	--size-xxxlarge: 6rem;
}

body, html {
    width: 100%;
	height: 100%;
	background-color: var( --main-color );
}

body, p {
	color: var(--light-color); 
	font: 400 1rem/1.625rem "Open Sans", sans-serif;
}

.modal p, .modal section{
	color: var(--main-color); 
}

.p-large {
	font: 400 1.125rem/1.75rem "Open Sans", sans-serif;
}

.p-small {
	font: 400 0.875rem/1.5rem "Open Sans", sans-serif;
}

h1 {
	color: var(--light-color); 
	font: 700 2.5rem/2.125rem "Open Sans", sans-serif;
	letter-spacing: -0.2px;
}

.modal h1{
	color: var(--main-color); 
}

h2 {
	color: var(--light-color);
	font: 700 2rem/2.625rem "Open Sans", sans-serif;
	letter-spacing: -0.2px;
}

.modal h2{
	color: var(--main-color); 
}

h3 {
	color: var(--light-color);
	font: 700 1.625rem/2.125rem "Open Sans", sans-serif;
	letter-spacing: -0.2px;
}

.modal h3{
	color: var(--main-color); 
}

h4 {
	color: var(--light-color);
	font: 700 1.375rem/1.75rem "Open Sans", sans-serif;
	letter-spacing: -0.1px;
}

h5 {
	color: var(--light-color);
	font: 700 1.125rem/1.5rem "Open Sans", sans-serif;
	letter-spacing: -0.1px;
}

h6 {
	color: var(--light-color);
	font: 700 1rem/1.375rem "Open Sans", sans-serif;
	letter-spacing: -0.1px;
}

.above-heading {
	color: var(--light-color);
	font: 700 0.75rem/0.875rem "Open Sans", sans-serif;
	text-align: center;
	padding:  0 0 2rem 0;
}

.sub-heading {
	color: var(--light-color);
	font: 700 0.75rem/0.875rem "Open Sans", sans-serif;
	text-align: center;
	padding: 1rem 0;
}

.p-heading {
	margin-bottom: 3.25rem;
}

.testimonial-text {
	font: italic 400 1rem/1.625rem "Open Sans", sans-serif;
}

.testimonial-author {
	font: 700 1rem/1.625rem "Open Sans", sans-serif;
	letter-spacing: -0.1px;
}

.li-space-lg li {
	margin-bottom: 0.375rem;
}

.indent {
	padding-left: 1.25rem;
}

a {
	color: var(--light-color);
	text-decoration: underline;
}

a:hover {
	color: var(--dark-mode-light-color);
	text-decoration: underline;
}

a.white {
	color: var(--white-color);
}

.decorative-line {
	display: block;
	width: 5rem;
	height: 0.5rem;
	margin-right: auto;
	margin-left: auto;
}

.primary {
	color: var( --main-color );
}

.bg-main{
	background-color: var( --main-color ) !important;
}

.border-main {
	border-color: var( --main-color ) !important;
}

.danger {
	color: var( --main-danger-color );
}

.btn-action{
	display: inline-block;
	padding: 2rem 1rem 2rem 1rem;
	border: 0.125rem solid var( --alt-info-second-color );
	border-radius: 2rem;
	background-color: var( --alt-info-second-color );
	color: var(--white-color);
	font: 700 1rem/0 "Open Sans", sans-serif;
	text-decoration: none;
	transition: all 0.2s;
}

.btn-action:hover {
	background-color: var(--white-color);
	color: var( --alt-info-second-color );
	text-decoration: none;
}
.btn-action-warning{
	display: inline-block;
	padding: 2rem 1rem 2rem 1rem;
	border: 0.125rem solid var(--alt-warning-dark-color );
	border-radius: 2rem;
	background-color: var(--alt-warning-dark-color );
	color: var(--white-color);
	font: 700 1rem/0 "Open Sans", sans-serif;
	text-decoration: none;
	transition: all 0.2s;
}

.btn-action-warning:hover {
	background-color: var(--white-color);
	color: var(--alt-warning-dark-color ));
	text-decoration: none;
}

.btn-solid-reg {
	display: inline-block;
	padding: 1.1875rem .125rem 1.1875rem .125rem;
	border: 0.125rem solid var( --white-color );
	border-radius: 2rem;
	background-color: var( --white-color );
	color: var(--main-color);
	font: 700 0.875rem/0 "Open Sans", sans-serif;
	text-decoration: none;
	transition: all 0.2s;
}

.btn-solid-reg:hover {
	background-color: transparent;
	color: var( --white-color );
	text-decoration: none;
}

.btn-solid-danger {
	display: inline-block;
	padding: 1.1875rem .125rem 1.1875rem .125rem;
	border: 0.125rem solid var( --main-danger-color );
	border-radius: 2rem;
	background-color: var( --main-danger-color  );
	color: var(--white-color);
	font: 700 0.875rem/0 "Open Sans", sans-serif;
	text-decoration: none;
	transition: all 0.2s;
}

.btn-solid-danger:danger {
	background-color: transparent;
	color: var( --main-danger-color  );
	text-decoration: none;
}

.btn-solid-lg {
	display: inline-block;
	padding: 1.375rem .625rem 1.375rem .625rem;
	border: 0.125rem solid var( --main-color );
	border-radius: 2rem;
	background-color: var( --main-color );
	color: var(--white-color);
	font: 700 0.875rem/0 "Open Sans", sans-serif;
	text-decoration: none;
	transition: all 0.2s;
}

.btn-solid-lg:hover {
	background-color: transparent;
	color: var( --main-color );
	text-decoration: none;
}

.btn-outline-reg {
	display: inline-block;
	padding: 1.1875rem 1.125rem 1.075rem 1.125rem;
	border: 0.125rem solid var( --white-color );
	border-radius: 2rem;
	background-color: transparent;
	color: var( --white-color );
	font: 700 0.875rem/0 "Open Sans", sans-serif;
	text-decoration: none;
	transition: all 0.2s;
}

.btn-outline-reg:hover {
	background-color: var( --white-color );
	color: var(--main-color);
	text-decoration: none;
}

.btn-outline-danger {
	display: inline-block;
	padding: 1.1875rem .125rem 1.1875rem .125rem;
	border: 0.125rem solid var( --main-danger-color );
	border-radius: 2rem;
	background-color: transparent;
	color: var( --main-danger-color );
	font: 700 0.875rem/0 "Open Sans", sans-serif;
	text-decoration: none;
	transition: all 0.2s;
}

.btn-outline-danger:hover {
	background-color: var( --main-danger-color );
	color: var(--white-color);
	text-decoration: none;
}

.btn-outline-lg {
	display: inline-block;
	padding: 1.375rem .625rem 1.375rem .625rem;
	border: 0.125rem solid var( --main-color );
	border-radius: 2rem;
	background-color: transparent;
	color: var( --main-color );
	font: 700 0.875rem/0 "Open Sans", sans-serif;
	text-decoration: none;
	transition: all 0.2s;
}

.btn-outline-lg:hover {
	background-color: var( --main-color );
	color: var(--white-color);
	text-decoration: none;
}

.btn-outline-sm {
	display: inline-block;
	padding: 0.875rem .5rem 0.875rem .5rem;
	border: 0.125rem solid var( --main-color );
	border-radius: 2rem;
	background-color: transparent;
	color: var( --main-color );
	font: 700 0.875rem/0 "Open Sans", sans-serif;
	text-decoration: none;
	transition: all 0.2s;
}

.btn-outline-sm:hover {
	background-color: var( --main-color );
	color: var(--white-color);
	text-decoration: none;
}

/* Add To Calendar overrides */
.atcb-button-wrapper {
    padding: 0 10px !important;
}

.atcb-button {
    background-color: var( --alt-info-second-color ) !important;
    border: var( --alt-info-second-color ) !important;
    color: var(--white-color) !important;
}

.atcb-button:hover {
    background-color: var( --white-color  ) !important;
    color: var( --alt-info-second-color) !important;
}

.atcb-icon {
    height: 22px !important;
    margin-bottom: 8px !important;
}

.atcb-icon svg {
    fill: #fff !important;
}


.atcb-button:hover svg {
    fill: var( --alt-info-second-color) !important;
}

legend{
	font: 700 0.875rem/1.25rem "Open Sans", sans-serif;
}

/* Breadcrumb */
.breadcrumb-item form{
	display: inline-block;
	margin: 0;
	padding: 0;
}

.breadcrumb-item form button{
	margin: 0;
	padding: 0;
	background: none;
	border: 0;
	color: var(--gray-color);
	text-decoration: underline;
}

.breadcrumb-item form button:hover,
.breadcrumb-item a:hover{
	color: var(--main-color)
}

/* common */
.ribbon {
	width: 140px;
	height: 140px;
	overflow: hidden;
	position: absolute;
}

.ribbon::before,
.ribbon::after {
	position: absolute;
	z-index: -1;
	content: '';
	display: block;
	border: 5px solid var(--main-color);
}

.ribbon span {
	position: absolute;
	display: block;
	width: 180px;
	padding: 10px 0;
	background-color:  var(--main-color);
	box-shadow: 0 5px 10px rgba(0,0,0,.1);
	color:  var(--white-color);
	font: 600 14px/1 'Open sans', sans-serif;
	text-shadow: 0 1px 1px rgba(0,0,0,.2);
	text-transform: uppercase;
	text-align: center;
}

/* top left*/
.ribbon-top-left {
	top: -5px;
	left: -5px;
}

.ribbon-top-left::before,
.ribbon-top-left::after {
	border-top-color: transparent;
	border-left-color: transparent;
}

.ribbon-top-left::before {
	top: 0;
	right: 0;
}

.ribbon-top-left::after {
	bottom: 0;
	left: 0;
}

.ribbon-top-left span {
	right: -25px;
	top: 30px;
	transform: rotate(-45deg);
}

/* top right*/
.ribbon-top-right {
	top: -10px;
	right: -10px;
}
.ribbon-top-right::before,
.ribbon-top-right::after {
	border-top-color: transparent;
	border-right-color: transparent;
}
.ribbon-top-right::before {
	top: 0;
	left: 0;
}
.ribbon-top-right::after {
	bottom: 0;
	right: 0;
}
.ribbon-top-right span {
    left: -10px;
    top: 45px;
    transform: rotate(45deg);
}

/* bottom left*/
.ribbon-bottom-left {
	bottom: -10px;
	left: -10px;
}
.ribbon-bottom-left::before,
.ribbon-bottom-left::after {
	border-bottom-color: transparent;
	border-left-color: transparent;
}
.ribbon-bottom-left::before {
	bottom: 0;
	right: 0;
}
.ribbon-bottom-left::after {
	top: 0;
	left: 0;
}
.ribbon-bottom-left span {
	right: -25px;
	bottom: 30px;
	transform: rotate(225deg);
}

/* bottom right*/
.ribbon-bottom-right {
	bottom: -10px;
	right: -10px;
}
.ribbon-bottom-right::before,
.ribbon-bottom-right::after {
	border-bottom-color: transparent;
	border-right-color: transparent;
}
.ribbon-bottom-right::before {
	bottom: 0;
	left: 0;
}
.ribbon-bottom-right::after {
	top: 0;
	right: 0;
}
.ribbon-bottom-right span {
	left: -25px;
	bottom: 30px;
	transform: rotate(-225deg);
}

/* File Types */
.xls, .pdf, .doc, .file, .csv{ width: 0; }
.file:before, .doc:before, .xls:before, .pdf:before, .csv:before{
	content: '';
	font-family: "Font Awesome 5 Free";
	width: 48px;
	height: 48px;
}

.xls:before{
	content: '';
}

.doc:before{
	content: '';
}

.csv:before{
	content: '';
}

.pdf:before{
	content: '';
}


/* FORMS */
.form-group {
	position: relative;
	margin-bottom: 1.25rem;
}

.form-group.has-error.has-danger {
	margin-bottom: 0.625rem;
}

.form-group.has-error.has-danger .help-block.with-errors ul {
	margin-top: 0.375rem;
}

.label-control {
	position: absolute;
	top: 0.87rem;
	left: 1.25rem;
	color: var(--gray-color);
	opacity: 1;
	font: 400 0.875rem/1.375rem "Open Sans", sans-serif;
	cursor: text;
	transition: all 0.2s ease;
}

/* IE10+ hack to solve lower label text position compared to the rest of the browsers */
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {  
	.label-control {
		top: 0.9375rem;
	}
}

.form-control-input:focus ~ .label-control,
.form-control-input.notEmpty ~ .label-control,
.form-control-select:focus ~ .label-control,
.form-control-select.notEmpty ~ .label-control,
.form-control-textarea:focus ~ .label-control,
.form-control-textarea.notEmpty ~ .label-control {
	top: 0.125rem;
	opacity: 1;
	font-size: 0.75rem;
	font-weight: 700;
}

.form-control-input,
.form-control-select {
	display: block; /* needed for proper display of the label in Firefox, IE, Edge */
	width: 100%;
	padding-top: 1.25rem;
	padding-bottom: 0;
	padding-left: 1.25rem;
	border: 1px solid var(--border-color);
	border-radius: 0.25rem;
	background-color: var(--white-color);
	color: var(--gray-color);
	font: 400 0.875rem/1.875rem "Open Sans", sans-serif;
	transition: all 0.2s;
	-webkit-appearance: none; /* removes inner shadow on form inputs on ios safari */
}

.form-control-input::placeholder{
	color: var( --white-color );
}

.form-control-input:focus::placeholder,
.form-control-input.notEmpty::placeholder{
	color: var( --gray-color );
}

 .form-control-select {
	padding-top: 0.95rem;
	padding-bottom: 0.5rem;
	height: 3rem;
}

.label-control-datepicker{ 
	z-index: 99;
}

/* IE10+ hack to solve lower label text position compared to the rest of the browsers */
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {  
	.form-control-input {
		padding-top: 1.25rem;
		padding-bottom: 0.75rem;
		line-height: 1.75rem;
	}

	.form-control-select {
		padding-top: 0.875rem;
		padding-bottom: 0.75rem;
		height: 3.125rem;
		line-height: 2.125rem;
	}
}

select {
    /* you should keep these first rules in place to maintain cross-browser behavior */
    -webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    background-image: url('../images/down-arrow.png');
    background-position: 96% 50%;
    background-repeat: no-repeat;
    outline: none;
}

select::-ms-expand {
    display: none; /* removes the ugly default down arrow on select form field in IE11 */
}

.form-control-textarea {
	display: block; /* used to eliminate a bottom gap difference between Chrome and IE/FF */
	width: 100%;
	height: 8rem; /* used instead of html rows to normalize height between Chrome and IE/FF */
	padding-top: 1.25rem;
	padding-left: 1.3125rem;
	border: 1px solid var(--border-color);
	border-radius: 0.25rem;
	background-color: var(--white-color);
	color: var(--gray-color);
	font: 400 0.875rem/1.75rem "Open Sans", sans-serif;
	transition: all 0.2s;
}

.form-control-input:focus,
.form-control-select:focus,
.form-control-textarea:focus {
	border: 1px solid var(--border-gray-color);
	outline: none; /* Removes blue border on focus */
}

.form-control-input:hover,
.form-control-select:hover,
.form-control-textarea:hover {
	border: 1px solid var(--border-gray-color);
}

.checkbox {
	font: 400 0.75rem/1.25rem "Open Sans", sans-serif;
}

input[type='checkbox'] {
	vertical-align: -15%;
	margin-right: 0.375rem;
}

/* IE10+ hack to raise checkbox field position compared to the rest of the browsers */
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {  
	input[type='checkbox'] {
		vertical-align: -9%;
	}
}

.form-control-submit-button {
	display: inline-block;
	width: 100%;
	height: 3.125rem;
	border: 1px solid var( --main-color );
	border-radius: 1.5rem;
	background-color: var( --main-color );
	color: var(--white-color);
	font: 700 0.875rem/0 "Open Sans", sans-serif;
	cursor: pointer;
	transition: all 0.2s;
}

.form-control-submit-button:hover {
	background-color: transparent;
	color: var( --main-color );
}

/* Fade-move Animation For Details Lightbox - Magnific Popup */
/* at start */
.my-mfp-slide-bottom .zoom-anim-dialog {
	opacity: 0;
	transition: all 0.2s ease-out;
	-webkit-transform: translateY(-1.25rem) perspective(37.5rem) rotateX(10deg);
	-ms-transform: translateY(-1.25rem) perspective(37.5rem) rotateX(10deg);
	transform: translateY(-1.25rem) perspective(37.5rem) rotateX(10deg);
}

/* animate in */
.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
	opacity: 1;
	-webkit-transform: translateY(0) perspective(37.5rem) rotateX(0); 
	-ms-transform: translateY(0) perspective(37.5rem) rotateX(0); 
	transform: translateY(0) perspective(37.5rem) rotateX(0); 
}

/* animate out */
.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
	opacity: 0;
	-webkit-transform: translateY(-0.625rem) perspective(37.5rem) rotateX(10deg); 
	-ms-transform: translateY(-0.625rem) perspective(37.5rem) rotateX(10deg); 
	transform: translateY(-0.625rem) perspective(37.5rem) rotateX(10deg); 
}

/* dark overlay, start state */
.my-mfp-slide-bottom.mfp-bg {
	opacity: 0;
	transition: opacity 0.2s ease-out;
}

/* animate in */
.my-mfp-slide-bottom.mfp-ready.mfp-bg {
	opacity: 0.8;
}
/* animate out */
.my-mfp-slide-bottom.mfp-removing.mfp-bg {
	opacity: 0;
}
/* end of fade-move animation for details lightbox - magnific popup */

/* Fade Animation For Image Lightbox - Magnific Popup */
@-webkit-keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

@keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

.fadeIn {
	-webkit-animation: fadeIn 0.6s;
	animation: fadeIn 0.6s;
}

@-webkit-keyframes fadeOut {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
	}
}

@keyframes fadeOut {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
	}
}

.fadeOut {
	-webkit-animation: fadeOut 0.8s;
	animation: fadeOut 0.8s;
}
/* end of fade animation for image lightbox - magnific popup */


/**************************/
/*  Navigation     		  */
/**************************/
.navbar-custom {
	background-color: var( --main-color );
	box-shadow: 0 0.0625rem 0.375rem 0 rgba(0, 0, 0, 0.1);
	font: 700 0.875rem/0.875rem "Open Sans", sans-serif;
	transition: all 0.2s;
}

.navbar-custom .container {
	max-width: 87.5rem;
}

.navbar-custom .navbar-brand.logo-image img {
    /* width: 4.4375rem; */
	height: 3.5rem;
}

.navbar-custom .navbar-brand.logo-text {
	font: 700 2rem/1.5rem "Open Sans", sans-serif;
	color: var(--white-color);;
	text-decoration: none;
}

.navbar-custom .navbar-nav {
	margin-top: 0.75rem;
	margin-bottom: 0.5rem;
}

.navbar-custom .nav-item .nav-link {
	padding: 0.625rem 0.75rem 0.625rem 0.75rem;
	color: var(--navbar-color);
	opacity: 0.8;
	text-decoration: none;
	transition: all 0.2s ease;
	text-transform: uppercase;
}

.navbar-custom .nav-item .nav-dark-mode {
	padding: 0.625rem 0.75rem 0.625rem 0.75rem;
	color: var(--navbar-color);
	opacity: 0.8;
	text-decoration: none;
	transition: all 0.2s ease;
}

.navbar-custom .nav-item .nav-dark-mode i{
	color: var(--white-color);
	opacity: 1;
	transition: all 0.2s ease;
}

.navbar-custom .nav-item .nav-dark-mode:hover{
	cursor: pointer;
}

.navbar-custom .nav-item .nav-dark-mode input:not(:checked) ~ .fa-sun {
	display: none;
}

.navbar-custom .nav-item .nav-dark-mode input:checked ~ .fa-sun {
	display: block;
}

.navbar-custom .nav-item .nav-dark-mode input:checked ~ .fa-moon {
	display: none;
}

.navbar-custom .nav-item .nav-link:hover,
.navbar-custom .nav-item .nav-link.active {
	color: var(--white-color);
	opacity: 1;
	outline: 1px solid #fff;
}

/* Dropdown Menu */
.navbar-custom .dropdown:hover > .dropdown-menu {
	display: block; /* this makes the dropdown menu stay open while hovering it */
	min-width: auto;
	animation: fadeDropdown 0.2s; /* required for the fade animation */
}

@keyframes fadeDropdown {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.navbar-custom .dropdown-menu {
	margin-top: 0;
	border: none;
	border-radius: 0.25rem;
	background-color: var( --main-color );
}

.navbar-custom .dropdown-item {
	color: var(--navbar-color);
	opacity: 0.8;
	font: 700 0.875rem/0.875rem "Open Sans", sans-serif;
	text-decoration: none;
}

.navbar-custom .dropdown-item:hover {
	background-color: var( --main-color );
	color: var(--white-color);
	opacity: 1;
}

.navbar-custom .dropdown-items-divide-hr {
	width: 100%;
	height: 1px;
	margin: 0.75rem auto 0.725rem auto;
	border: none;
	background-color: var(--border-color);
	opacity: 0.2;
}
/* end of dropdown menu */

.navbar-custom .nav-item .btn-outline-sm {
	margin-top: 0.25rem;
	margin-bottom: 1.375rem;
	margin-left: 0.5rem;
	border: 0.125rem solid var(--white-color);
	color: var(--white-color);
}

.navbar-custom .nav-item .btn-outline-sm:hover {
	background-color: var(--white-color);
	color: var( --main-color );
}

.navbar-custom .navbar-toggler {
	padding: 0;
	border: none;
	color: var(--white-color);
	font-size: 2rem;
}

.navbar-custom button[aria-expanded='false'] .navbar-toggler-menu.ti.ti-x{
	display: none;
}

.navbar-custom button[aria-expanded='false'] .navbar-toggler-menu.ti.ti-menu-2{
	display: inline-block;
}

.navbar-custom button[aria-expanded='true'] .navbar-toggler-menu.ti.ti-menu-2{
	display: none;
}

.navbar-custom button[aria-expanded='true'] .navbar-toggler-menu.ti.ti-x{
	display: inline-block;
	margin-right: 0.125rem;
}

/*********************/
/*   Header          */
/*********************/
.header {
	background-color: var( --main-color );
	margin-top: 6rem
}

.header .header-content {
    padding-top: 5rem;
    padding-bottom: 0;
    text-align: center;
}

.header .text-container {
	margin-bottom: 1rem;
}

.header h1 {
	margin-bottom: 1rem;
	color: var(--white-color);
	font-size: 2.5rem;
	line-height: 3rem;
}

.header .p-large {
	margin-bottom: 2rem;
	color: var(--light-color);
}

.header .btn-solid-lg {
	margin-right: 0.5rem;
	margin-bottom: 1.125rem;
	margin-left: 0.5rem;
	border-color: var(--light-color);
	background-color: var(--light-color);
	color: var( --main-color );
}

.header .btn-solid-lg:hover {
	background: transparent;
	color: var(--light-color);
}

.header .btn-outline-lg {
	border-color: var(--light-color);
	color: var(--light-color);
}

.header .btn-outline-lg:hover {
	background-color: var(--light-color);
	color: var( --main-color );
}

.header-frame {
	margin-top: -1px; /* To remove white margin in FF */
	width: 100%;
	height: 2.25rem;
}

.header.lutece-page-header ~ .ex-footer-frame{
	display: none;
}

/***************************/
/*     Main               */
/***************************/
#main{ 
	margin-top: 6.5rem;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:svgjs='http://svgjs.com/svgjs' width='1440' height='560' preserveAspectRatio='none' viewBox='0 0 1440 560'%3e%3cg mask='url(%26quot%3b%23SvgjsMask1150%26quot%3b)' fill='none'%3e%3crect width='1440' height='560' x='0' y='0' fill='none'%3e%3c/rect%3e%3crect width='60' height='60' clip-path='url(%26quot%3b%23SvgjsClipPath1151%26quot%3b)' x='268.4' y='282.47' fill='url(%23SvgjsPattern1152)' transform='rotate(272.74%2c 298.4%2c 312.47)'%3e%3c/rect%3e%3cpath d='M1130.38 493.91a5.6 5.6 0 1 0 4.79-10.13 5.6 5.6 0 1 0-4.79 10.13zM1137.23 479.45a5.6 5.6 0 1 0 4.79-10.13 5.6 5.6 0 1 0-4.79 10.13zM1144.08 464.99a5.6 5.6 0 1 0 4.79-10.13 5.6 5.6 0 1 0-4.79 10.13zM1150.93 450.53a5.6 5.6 0 1 0 4.79-10.12 5.6 5.6 0 1 0-4.79 10.12z' fill='rgba(76%2c 104%2c 177%2c 1)'%3e%3c/path%3e%3crect width='96' height='96' clip-path='url(%26quot%3b%23SvgjsClipPath1153%26quot%3b)' x='411.91' y='428.38' fill='url(%23SvgjsPattern1154)' transform='rotate(325.1%2c 459.91%2c 476.38)'%3e%3c/rect%3e%3ccircle r='46.666666666666664' cx='156.27' cy='429.58' fill='rgba(76%2c 104%2c 177%2c 1)'%3e%3c/circle%3e%3cpath d='M627.2 385.87 L709.49 296.02L740.3158402760188 412.9158402760188z' stroke='rgba(239%2c 72%2c 51%2c 1)' stroke-width='1' stroke-dasharray='2%2c 2'%3e%3c/path%3e%3crect width='108' height='108' clip-path='url(%26quot%3b%23SvgjsClipPath1155%26quot%3b)' x='-23.88' y='23.65' fill='url(%23SvgjsPattern1156)' transform='rotate(1.57%2c 30.12%2c 77.65)'%3e%3c/rect%3e%3cpath d='M129.81 472.17a5.6 5.6 0 1 0-2.81-10.84 5.6 5.6 0 1 0 2.81 10.84zM125.79 456.68a5.6 5.6 0 1 0-2.81-10.84 5.6 5.6 0 1 0 2.81 10.84zM121.77 441.2a5.6 5.6 0 1 0-2.81-10.84 5.6 5.6 0 1 0 2.81 10.84zM117.75 425.71a5.6 5.6 0 1 0-2.81-10.84 5.6 5.6 0 1 0 2.81 10.84zM153.34 499.13a5.6 5.6 0 1 0-2.82-10.85 5.6 5.6 0 1 0 2.82 10.85zM149.32 483.64a5.6 5.6 0 1 0-2.82-10.84 5.6 5.6 0 1 0 2.82 10.84zM145.3 468.15a5.6 5.6 0 1 0-2.82-10.84 5.6 5.6 0 1 0 2.82 10.84zM141.28 452.66a5.6 5.6 0 1 0-2.82-10.84 5.6 5.6 0 1 0 2.82 10.84zM176.86 526.08a5.6 5.6 0 1 0-2.81-10.84 5.6 5.6 0 1 0 2.81 10.84zM172.84 510.59a5.6 5.6 0 1 0-2.81-10.84 5.6 5.6 0 1 0 2.81 10.84zM168.82 495.11a5.6 5.6 0 1 0-2.81-10.85 5.6 5.6 0 1 0 2.81 10.85zM164.8 479.62a5.6 5.6 0 1 0-2.81-10.84 5.6 5.6 0 1 0 2.81 10.84z' fill='rgba(76%2c 104%2c 177%2c 1)'%3e%3c/path%3e%3crect width='204' height='204' clip-path='url(%26quot%3b%23SvgjsClipPath1157%26quot%3b)' x='1107.48' y='349.25' fill='url(%23SvgjsPattern1158)' transform='rotate(151.88%2c 1209.48%2c 451.25)'%3e%3c/rect%3e%3crect width='156.24' height='156.24' clip-path='url(%26quot%3b%23SvgjsClipPath1159%26quot%3b)' x='557.93' y='452.35' fill='url(%23SvgjsPattern1160)' transform='rotate(48.94%2c 636.05%2c 530.47)'%3e%3c/rect%3e%3ccircle r='89.30654268170409' cx='1314.78' cy='533.34' fill='rgba(76%2c 104%2c 177%2c 1)'%3e%3c/circle%3e%3crect width='359.32' height='359.32' clip-path='url(%26quot%3b%23SvgjsClipPath1161%26quot%3b)' x='798.07' y='-155.11' fill='url(%23SvgjsPattern1162)' transform='rotate(45.91%2c 977.73%2c 24.55)'%3e%3c/rect%3e%3crect width='299.2' height='299.2' clip-path='url(%26quot%3b%23SvgjsClipPath1163%26quot%3b)' x='-133.92' y='44.36' fill='url(%23SvgjsPattern1164)' transform='rotate(208.35%2c 15.68%2c 193.96)'%3e%3c/rect%3e%3c/g%3e%3cdefs%3e%3cmask id='SvgjsMask1150'%3e%3crect width='1440' height='560' fill='white'%3e%3c/rect%3e%3c/mask%3e%3cpattern x='0' y='0' width='6' height='6' patternUnits='userSpaceOnUse' id='SvgjsPattern1152'%3e%3cpath d='M3 1L3 5M1 3L5 3' stroke='rgba(239%2c 72%2c 51%2c 1)' fill='none' stroke-width='1'%3e%3c/path%3e%3c/pattern%3e%3cclipPath id='SvgjsClipPath1151'%3e%3ccircle r='15' cx='298.4' cy='312.47'%3e%3c/circle%3e%3c/clipPath%3e%3cpattern x='0' y='0' width='6' height='6' patternUnits='userSpaceOnUse' id='SvgjsPattern1154'%3e%3cpath d='M0 6L3 0L6 6' stroke='rgba(239%2c 72%2c 51%2c 1)' fill='none'%3e%3c/path%3e%3c/pattern%3e%3cclipPath id='SvgjsClipPath1153'%3e%3ccircle r='24' cx='459.91' cy='476.38'%3e%3c/circle%3e%3c/clipPath%3e%3cpattern x='0' y='0' width='108' height='6' patternUnits='userSpaceOnUse' id='SvgjsPattern1156'%3e%3crect width='108' height='3' x='0' y='0' fill='rgba(76%2c 104%2c 177%2c 1)'%3e%3c/rect%3e%3crect width='108' height='3' x='0' y='3' fill='rgba(0%2c 0%2c 0%2c 0)'%3e%3c/rect%3e%3c/pattern%3e%3cclipPath id='SvgjsClipPath1155'%3e%3ccircle r='27' cx='30.12' cy='77.65'%3e%3c/circle%3e%3c/clipPath%3e%3cpattern x='0' y='0' width='6' height='6' patternUnits='userSpaceOnUse' id='SvgjsPattern1158'%3e%3cpath d='M3 1L3 5M1 3L5 3' stroke='rgba(239%2c 72%2c 51%2c 1)' fill='none' stroke-width='1'%3e%3c/path%3e%3c/pattern%3e%3cclipPath id='SvgjsClipPath1157'%3e%3ccircle r='51' cx='1209.48' cy='451.25'%3e%3c/circle%3e%3c/clipPath%3e%3cpattern x='0' y='0' width='156.24' height='8.68' patternUnits='userSpaceOnUse' id='SvgjsPattern1160'%3e%3crect width='156.24' height='4.34' x='0' y='0' fill='rgba(76%2c 104%2c 177%2c 1)'%3e%3c/rect%3e%3crect width='156.24' height='4.34' x='0' y='4.34' fill='rgba(0%2c 0%2c 0%2c 0)'%3e%3c/rect%3e%3c/pattern%3e%3cclipPath id='SvgjsClipPath1159'%3e%3ccircle r='39.06' cx='636.05' cy='530.47'%3e%3c/circle%3e%3c/clipPath%3e%3cpattern x='0' y='0' width='13.82' height='13.82' patternUnits='userSpaceOnUse' id='SvgjsPattern1162'%3e%3cpath d='M0 13.82L6.91 0L13.82 13.82' stroke='rgba(239%2c 72%2c 51%2c 1)' fill='none'%3e%3c/path%3e%3c/pattern%3e%3cclipPath id='SvgjsClipPath1161'%3e%3ccircle r='89.83' cx='977.73' cy='24.55'%3e%3c/circle%3e%3c/clipPath%3e%3cpattern x='0' y='0' width='299.2' height='8.8' patternUnits='userSpaceOnUse' id='SvgjsPattern1164'%3e%3crect width='299.2' height='4.4' x='0' y='0' fill='rgba(239%2c 72%2c 51%2c 1)'%3e%3c/rect%3e%3crect width='299.2' height='4.4' x='0' y='4.4' fill='rgba(0%2c 0%2c 0%2c 0)'%3e%3c/rect%3e%3c/pattern%3e%3cclipPath id='SvgjsClipPath1163'%3e%3ccircle r='74.8' cx='15.68' cy='193.96'%3e%3c/circle%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");
	/* background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:svgjs='http://svgjs.com/svgjs' width='1440' height='560' preserveAspectRatio='none' viewBox='0 0 1440 560'%3e%3cg mask='url(%26quot%3b%23SvgjsMask1024%26quot%3b)' fill='none'%3e%3crect width='1440' height='560' x='0' y='0' fill='rgba(0%2c 62%2c 102%2c 1)'%3e%3c/rect%3e%3cpath d='M167.88 498.9a34.98 34.98 0 1 0-32.28 62.07z' stroke='rgba(168%2c 183%2c 200%2c 1)'%3e%3c/path%3e%3cpath d='M679.53 90.1 a42.88 42.88 0 1 0 85.76 0 a42.88 42.88 0 1 0 -85.76 0z' stroke='rgba(206%2c 225%2c 242%2c 1)'%3e%3c/path%3e%3cpath d='M866.98 416.74L879.36 416.74L879.36 429.12L866.98 429.12z' stroke='rgba(206%2c 225%2c 242%2c 1)'%3e%3c/path%3e%3cpath d='M1362.28 99.81L1383.52 99.81L1383.52 121.05L1362.28 121.05z' stroke='rgba(239%2c 72%2c 51%2c 1)'%3e%3c/path%3e%3cpath d='M241.83 420.35L262.14 420.35L262.14 441.1L241.83 441.1z' stroke='rgba(239%2c 72%2c 51%2c 1)'%3e%3c/path%3e%3cpath d='M777.52 191.49L804.67 191.49L804.67 218.64L777.52 218.64z' stroke='rgba(168%2c 183%2c 200%2c 1)'%3e%3c/path%3e%3cpath d='M1077.76 129.76 a52.68 52.68 0 1 0 105.36 0 a52.68 52.68 0 1 0 -105.36 0z' fill='rgba(168%2c 183%2c 200%2c 1)'%3e%3c/path%3e%3cpath d='M767.2 221.68 a24.56 24.56 0 1 0 49.12 0 a24.56 24.56 0 1 0 -49.12 0z' fill='rgba(168%2c 183%2c 200%2c 1)'%3e%3c/path%3e%3cpath d='M330.28 69.45 a28.2 28.2 0 1 0 56.4 0 a28.2 28.2 0 1 0 -56.4 0z' fill='rgba(168%2c 183%2c 200%2c 1)'%3e%3c/path%3e%3cpath d='M655.85 518.16a13.78 13.78 0 1 0 26.36-8.06z' stroke='rgba(206%2c 225%2c 242%2c 1)'%3e%3c/path%3e%3cpath d='M121.01 428.58L141.48 428.58L141.48 449.05L121.01 449.05z' stroke='rgba(206%2c 225%2c 242%2c 1)'%3e%3c/path%3e%3cpath d='M-5.52 246.18 a25.21 25.21 0 1 0 50.42 0 a25.21 25.21 0 1 0 -50.42 0z' fill='rgba(168%2c 183%2c 200%2c 1)'%3e%3c/path%3e%3cpath d='M863.01 49.65L908.28 49.65L908.28 93.43L863.01 93.43z' fill='rgba(239%2c 72%2c 51%2c 1)'%3e%3c/path%3e%3cpath d='M707.99 497.81L761.87 497.81L761.87 551.69L707.99 551.69z' stroke='rgba(168%2c 183%2c 200%2c 1)'%3e%3c/path%3e%3cpath d='M431.26 260.88L449.12 260.88L449.12 268.92L431.26 268.92z' fill='rgba(206%2c 225%2c 242%2c 1)'%3e%3c/path%3e%3cpath d='M259.96 127.75a24.7 24.7 0 1 0 5.11-49.14z' fill='rgba(168%2c 183%2c 200%2c 1)'%3e%3c/path%3e%3cpath d='M1026.26 308.61L1040.3 308.61L1040.3 355.1L1026.26 355.1z' stroke='rgba(206%2c 225%2c 242%2c 1)'%3e%3c/path%3e%3cpath d='M1208.26 111.44a14.62 14.62 0 1 0 1.45-29.2z' stroke='rgba(239%2c 72%2c 51%2c 1)'%3e%3c/path%3e%3cpath d='M5.41 510.92 a55.56 55.56 0 1 0 111.12 0 a55.56 55.56 0 1 0 -111.12 0z' stroke='rgba(168%2c 183%2c 200%2c 1)'%3e%3c/path%3e%3cpath d='M149.43 515.15L202.25 515.15L202.25 544.7L149.43 544.7z' fill='rgba(239%2c 72%2c 51%2c 1)'%3e%3c/path%3e%3cpath d='M1219.43 84.75a27.91 27.91 0 1 0 9.22-55.05z' fill='rgba(239%2c 72%2c 51%2c 1)'%3e%3c/path%3e%3cpath d='M1245.12 385.39a36.89 36.89 0 1 0 1.88 73.76z' stroke='rgba(206%2c 225%2c 242%2c 1)'%3e%3c/path%3e%3cpath d='M867.57 82.11a45.32 45.32 0 1 0-37.58 82.48z' stroke='rgba(206%2c 225%2c 242%2c 1)'%3e%3c/path%3e%3cpath d='M841.66 71.39a4.75 4.75 0 1 0-4.15 8.54z' fill='rgba(168%2c 183%2c 200%2c 1)'%3e%3c/path%3e%3cpath d='M359.26 51.12a32.38 32.38 0 1 0-14.24-63.18z' stroke='rgba(239%2c 72%2c 51%2c 1)'%3e%3c/path%3e%3cpath d='M533.36 128.06a8.02 8.02 0 1 0 0.38 16.03z' fill='rgba(168%2c 183%2c 200%2c 1)'%3e%3c/path%3e%3cpath d='M822.41 22.05a23.25 23.25 0 1 0 43.55 16.3z' stroke='rgba(206%2c 225%2c 242%2c 1)'%3e%3c/path%3e%3cpath d='M1315.6 265.39L1337.98 265.39L1337.98 287.77L1315.6 287.77z' fill='rgba(206%2c 225%2c 242%2c 1)'%3e%3c/path%3e%3cpath d='M317.77 229.94a34.35 34.35 0 1 0-42.76-53.77z' fill='rgba(168%2c 183%2c 200%2c 1)'%3e%3c/path%3e%3cpath d='M829.79 296.22L855.39 296.22L855.39 321.82L829.79 321.82z' fill='rgba(168%2c 183%2c 200%2c 1)'%3e%3c/path%3e%3cpath d='M973.85 129.75 a32.57 32.57 0 1 0 65.14 0 a32.57 32.57 0 1 0 -65.14 0z' fill='rgba(239%2c 72%2c 51%2c 1)'%3e%3c/path%3e%3cpath d='M904.74 529.03L915.19 529.03L915.19 581.87L904.74 581.87z' fill='rgba(168%2c 183%2c 200%2c 1)'%3e%3c/path%3e%3cpath d='M701.95 58.73 a45.2 45.2 0 1 0 90.4 0 a45.2 45.2 0 1 0 -90.4 0z' fill='rgba(206%2c 225%2c 242%2c 1)'%3e%3c/path%3e%3c/g%3e%3cdefs%3e%3cmask id='SvgjsMask1024'%3e%3crect width='1440' height='560' fill='white'%3e%3c/rect%3e%3c/mask%3e%3c/defs%3e%3c/svg%3e"); */
	background-repeat: repeat-x;
}

/***************************/
/*     Cards               */
/***************************/
.cards-1 {
	padding-top: 1rem;
	padding-bottom: 1rem;
	text-align: center;
}

.cards-1 .h2-heading {
	margin-bottom: 3.5rem;
}

.cards-1 .card-list {
	display: block;
}

.cards-1 .card {
	max-width: 21rem;
	margin-right: auto;
	margin-bottom: 1.5rem;
	margin-left: auto;
	padding: 0;
	border: none;
	
	background-color: var(--alt-info-second-color);
}

.cards-1 .card-image {
	/* max-width: 16rem;0 */
	margin-right: auto;
	/* margin-bottom: 2rem; */
	margin-left: auto;
}

.cards-1 .card-title {
	margin-bottom: 0.5rem;
}

.cards-1 .card-body {
	padding: 0;
}

.card{
	background: var( --white-color ) 0% 0% no-repeat padding-box;
	box-shadow: 0px 10px 20px var( --card-color-shadow );
	border: 0;
	-webkit-border-radius: 0;
			border-radius: 0;
}

.card-title-link{
	font-weight: 800;
	font-size: 1.8rem;
	color: var(--main-color);
	text-decoration: none;
}

/* Bullet Card Header Info */
/* .card.bullet .card-header{} */

.card.bullet .card-header:before{
	position: absolute;
	content: attr("data-bullet");
}

/* Add border to non-shadowed cards */
.card.no-shadow{
	border: 1px solid var( --gray-color );
}

/* Card Circle */
.card-circle{
	text-align:center;
	background: var( --main-color );    
	border: 10px solid transparent;
	color:#fff;
	padding:0;
	border-radius:50%;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	box-shadow: 1px 2px 20px 8px rgba(241, 235, 235, 0.12);
}

.card-circle .card-title{
	font-weight: 600;
	font-size: 2rem;
}

.card-circle .card-text{
	font-weight:400;
}

.card-circle .card-icon i{
	font-size: 3rem;
	display: block; 
	margin-top: -30px;
}

.card-circle .btn,.card-circle .card-icon i,.card-circle{
	transition: all ease-in-out 0.2s;
}

.card-circle .btn:hover{
	transform: scale(1.1);
}

.card-circle:hover{
	border: 6px solid #fff;
}

.card-circle:hover i {
	text-shadow: 0px -1px 10px #fff;
	transform: scale(1.2) rotate(20deg);
}

/************************/
/*    Tabs              */
/************************/
.tabs {
	padding-top: 2rem;
}

.tabs.tabs-form{
	margin-top: -10rem
}

.tabs .h2-heading,
.tabs .p-heading {
	text-align: center;
}

.tabs .nav-tabs {
	display: block;
	margin-bottom: 2.25rem;
	border-bottom: none;
}

.tabs .nav-link {
	padding: 0.375rem 1rem 0.375rem 1rem;
	border: none;
	color: var( --alt-gray-color );
	font-weight: 700;
	font-size: 1.25rem;
	line-height: 1.75rem;
	text-align: center;
	text-decoration: none;
	transition: all 0.2s ease;
}

.tabs .nav-link:hover,
.tabs .nav-link.active {
	background: transparent;
	color: var( --light-color );
}

.tabs .nav-link .fas {
	margin-right: 0.625rem;
}

.tabs .image-container {
	margin-bottom: 2.75rem;
}

.tabs .list-unstyled .fas {
	color: var( --main-color );
	font-size: 0.5rem;
	line-height: 1.625rem;
}

.tabs .list-unstyled .media-body {
	margin-left: 0.625rem;
}

.tabs #tab-1 h3 {
	margin-bottom: 0.75rem;
}

.tabs #tab-1 .list-unstyled {
	margin-bottom: 1.5rem;
}

.tabs #tab-2 h3 {
	margin-bottom: 0.75rem;
}

.tabs #tab-2 .list-unstyled {
	margin-bottom: 1.5rem;
}

.tabs #tab-3 h3 {
	margin-bottom: 0.75rem;
}

.tabs #tab-3 .list-unstyled {
	margin-bottom: 1.5rem;
}

/*** 										***/
/*** Accordion								***/
/***  										***/
.accordion{
	margin-top: 2rem;
	margin-bottom: 2rem;
}

.accordion .card, .accordion .card-header{
	background-color: var( --main-color );
	color: var( --white-color );
	border: 0;
	box-shadow: none;
}

.accordion .card .card-header{
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	padding-left: 2rem;
}

.accordion .card .card-header > h5{
	flex: 1;
	max-height: 7.5rem;
	overflow-y: hidden;
}

.accordion .card:not(.outline):not(.info):not(.primary):hover .card-header{
	background-color: var( --main-color );
	border-color: var( --main-color );
	color: var( --white-color );
}

.accordion .card .card-header .card-header-info,
.accordion .card-header .card-title{
	font-size: 1.5rem;
	font-weight: 600;
	display: flex;
	align-items: center;
}

.accordion .card .card-header .card-subtitle{
	transform: translateY( -1rem );
}

.accordion .card:hover .card-header .card-subtitle,
.accordion .card:hover .card-header .card-title{
	color: var( --white-color );
}

.accordion .card .collapse.show{
	border-top: 1px solid var( --white-color );
}

.accordion .card-body{
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
	font-size: 1.5rem;
	border: 0;
	padding: 2rem
}

.accordion .card .btn-accordion{
	transform: rotate(180deg);
	transition: transform .3s ease;
	padding: 0
}

.accordion .card .btn-accordion.collapsed{
	transform: rotate(0);
	transition: transform .3s ease;
}

.accordion .card .btn-accordion .paris-icon {
	fill: var( --main-color );
}

.accordion .card:hover .btn-accordion .paris-icon {
	fill: var( --white-color );
}

/* With border */
.accordion .card.with-border{
	border: 1px solid var( --main-color );
}

.accordion .card.with-border:hover,
.accordion .card.with-border.open,
.accordion .card.with-border.open .card-header{
	background-color: var( --main-color );
	cursor: pointer;
}

.accordion .card.with-border.open .btn-accordion .paris-icon {
	fill: var( --white-color );
}

.accordion .card.with-border.open .card-body{
	background-color: var( --white-color );
}

.accordion .card.with-border.open .card-title,
.accordion .card.with-border.open .card-subtitle{
	color: var( --white-color );
}

/* Gray style							 		*/
.accordion .primary,
.accordion .primary .card-header{
	background-color: var( --white-light-color );
	border: 0;
}

.accordion .primary:hover .card-header{
	background-color: var( --white-light-color );
}

.accordion .primary .collapse.show{
	border-top: 1px solid var( --gray-color );
}

/* Main style							 		*/
.accordion .card.main,
.accordion .card.main .card-header{
	background-color: var( --main-color );
	border: 1px solid var( --main-color );
}

.accordion .card:hover .btn-accordion .paris-icon {
	fill: var( --white-color );
}

.accordion .card.main-inverse .collapse.show{
	border-top: 1px solid var( --main-color );
}

.accordion .card.main-inverse{
	border: 1px solid var( --main-color );
} 

.accordion .card.main .card-header,
.accordion .card.main .card-header a,
.accordion .card.main .card-header .card-title{
	color: var( --white-color );
}

.accordion .card.main .card-body{
	background-color: var( --white-color );
}

/* Info style 									*/
.accordion .card.info,
.accordion .card.info p,
.accordion .card.info small,
.accordion .card.info span,
.accordion .card.info .card-header{
	background-color: var( --main-color);
	color: var( --white-color );
	border-bottom-color: var( --border-accordion-color);
}

.accordion .card.info .card-header{
	padding: 0.8rem 2rem;
	height: 8.5rem;
}

.accordion .card.info .card-header .card-header-info,
.accordion .card.info .card-header .card-title,
.accordion .card.info .card-header .card-header-info span,
.accordion .card.info .card-header .card-header-info h5{
	font-family: "Montserrat", Arial, sans-serif;
	font-weight: 700;
	color: var( --white-color );
	font-size: 15px;
	font-size: 1.5rem;
}

.accordion .card.info .card-header .card-header-info .rounded-bg-icon{
	padding: 1rem 1.8rem;
	margin-right: inherit;
}

.accordion .card.info .card-header .card-header-info .paris-icon{
	fill:  var( --main-color );
}

.accordion .card.info .collapse.show{
	border-top: 1px solid var( --border-accordion-color);
}

.accordion .card.info .btn .paris-icon{
	fill: var( --white-color );
}

.accordion .card.info:hover .btn .paris-icon{
	fill: var( --white-color );
}

.accordion .card.info .card-header-info{
	color: var( --white-color );
}

.accordion .card.info .card-header .card-header-info + .card-header-separator{
	border-right: 1px solid  var( --border-accordion-color );
	padding: 2.8rem;
}

.accordion .card.info .card-header .card-header-info.no-collapse{
	border-right: 0;
	width: 100%;
}

/* Outline style 									*/
.accordion .card.outline{
	border: 2px solid var( --main-color);
}

.accordion .card.outline,
.accordion .card.outline p,
.accordion .card.outline small,
.accordion .card.outline span,
.accordion .card.outline .card-header h5,
.accordion .card.outline .card-header,
.accordion .card.outline .card-body{
	font-weight: 700;
	color: var( --main-color );
	background-color: var( --white-color );
	font-size: 15px;
	font-size: 1.5rem;
}

.accordion .card.outline .card-header{
	padding: 0;
	padding-right: 0;
	/* height: 8.5rem; */
	/* border-bottom: 3px solid var( --main-color ); */
}

.accordion .card.outline .collapse.show{
	border-top: 2px solid var(  --main-color  );
}

.accordion .card.outline .card-header h5{
	margin-left: 3rem;
}

.accordion .card.outline .card-header .card-header-prepend{
	background-color: var( --main-color );
	align-self: stretch;
	display: flex;
	align-items: center;
	justify-content: center;
	/* width: 10rem */
}

.accordion .card.outline .card-header .card-header-prepend .rounded-bg-icon{
	padding: 1rem 1.8rem;
	margin: 0;
	background-color: var( --white-color );
	border-right: 2px solid var(--main-color);
}

.accordion .card.outline .card-header .card-header-prepend .fas{
	fill: var( --main-color );
}

.accordion .card.outline .btn .fas{
	fill: var( --main-color );
	margin-left: 2rem;
}

.accordion .card.outline:hover .btn .fas{
	fill:  var( --main-color );
}

.accordion .card.outline .card-header .card-header-prepend + h5 + .card-header-separator{
	border-right: 1px solid  var( --main-color );
	/* padding: 2.8rem .5rem; */
}

.accordion .card.outline .card-header .card-header-prepend.no-collapse{
	border-right: 0;
	width: 100%;
}

.accordion .card.outline .card-header.collapsed{
	border-bottom: 0;
}

.accordion .card.outline .btn-accordion.collapsed {
    transform: rotate(0) translateX(-15px);
    transition: transform .3s ease;
}

.accordion .card.outline .card-header:hover{
	cursor: pointer;
}

/*** 		 						***/
/*** 	Alert 						***/
/*** 		 						***/
.alert{
	border-radius: 0;
	border: 2px solid var( --white-color );
	color: var( --main-color );
	/* min-height: 7.5rem; */
	display:flex;
	justify-content: space-between;
	padding: 1rem 0;
	/*margin-top: 1rem;
	margin-bottom: 1rem; */
}

.alert:not(.alert-dismissible){
	justify-content: flex-start;
}

.alert .alert-dismiss,
.alert .alert-icon{
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 1;
	color: var( --white-color );
}

.alert .rounded-bg-icon{
	margin-right: 1rem;
	padding: 1rem 1.8rem;
}

.alert .alert-text{
	display: flex;
	align-items: center;
	padding: 1rem 0;
	flex: 8;
}
 
.alert:not(.alert-dismissible) .alert-text{
	padding-right: 4rem;
}

.alert .alert-text, .alert .alert-text p{
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	font-size: 1.3rem;
	line-height: 1.6rem;
	color: var( --white-color );
}

.alert.alert-outline .alert-text, .alert.alert-outline .alert-text p{
	color: var(--main-color);
}

.alert .close {
	flex: 1;
	position: static;
	border-left: 1px solid rgba(255, 255, 255, 0.5);
	opacity: 1;
}

.alert .close .paris-icon{
	fill: var( --white-color );
	color: var( --white-color );
}

.alert-primary{
	background-color: var( --main-color);
}

.alert-primary .paris-icon{
	fill: var( --main-color );
}

.alert-danger{
	background-color: var( --white-color);
	border-color: var( --main-danger-color );
	color: var( --main-color )
}

.alert-danger .ti.ti-exclamation-circle{
	color: var( --main-danger-color );
	font-weight: 500;
	font-size: 2rem
}

.alert-danger .alert-title{
	margin-bottom: 0;
	color: var( --main-danger-color )
}

.alert-danger .rounded-bg-icon{
	padding: 1rem 1.2rem;
}

.alert-danger .alert-icon .paris-icon{
	fill: var( --main-danger-color );
	stroke: var( --main-danger-color );
	stroke-width:2px;
}

.alert-warning{
	background-color: var( --main-warning-color);
}

.alert.alert-warning .rounded-bg-icon{
	border-radius: 0;
	clip-path: polygon( 50% 0%, 0% 100%, 100% 100% );
}

.alert-warning .paris-icon{
	fill: var( --main-warning-color);
}

.alert-success{
	background-color: var( --main-success-color);
}

.alert-success .rounded-bg-icon{
	padding: 1rem 0.8rem;
}

.alert-success .paris-icon{
	fill: var( --main-success-color);
}

.alert .alert-text a{
	color: var( --white-color );
}

/************************/
/* Outline alert box 	*/
/************************/
.alert-outline{
	background-color: var( --white-color );
	border: 2px solid var( --white-color );
	padding: 0;
}

.alert-outline.alert-danger{
	border-color: var( --main-danger-color );
}

.alert-outline.alert-danger .alert-icon {
	background-color: var( --main-danger-color );
}

.alert-outline.alert-warning{
	border-color: var( --main-warning-color );
}

.alert-outline.alert-warning .alert-icon {
	background-color: var( --main-warning-color );
}

.alert-outline.alert-success{
	border-color: var( --main-success-color );
}

.alert-outline.alert-success .alert-icon {
	background-color: var( --main-success-color );
}

.alert-outline.alert-primary{
	border-color: var( --main-color );
}

.alert-outline.alert-primary .alert-icon {
	background-color: var( --main-color );
}

.alert-outline .rounded-bg-icon {
    margin-left: -.1rem;
    margin-right: .5rem;
}

.alert-outline .alert-text{
	padding: 1rem 2rem;
	font-weight: 600;
	font-size: 1rem;
}

.alert-outline .alert-text,
.alert-outline .alert-text a{
	color: var( --main-color );
}

.alert-outline .close .paris-icon{
	fill: var( --main-color );
	color: var( --main-color );
}

/*** 										***/
/*** Info-step								***/
/***  										***/
.info-step{
	display: flex;
	justify-content: center;
	margin-top: 2rem;
	margin-bottom: 2rem;
}

.info-step ol{
	/* list-style-type: none; */
	display: inline-flex;
	justify-content: space-around;
	padding: 0
}

.info-step > ol > li{
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 0 1vw;
	padding: 0 1vw;
	max-width: 30rem;
}

.info-step li .idx, .info-step li figure{
	border-radius: 50%;
	background-color: var( --main-color );
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	width: 11.7rem;
	height: 11.7rem; 
}

.info-step li::after {
	content: '';
	position: absolute;
	width: 100%;
	top: 6rem;
	left: -14rem;
	z-index: -1;
	border-top: 1px dotted var( --gray-dark-color );
}

.info-step li:first-child::after {
	border: 0;
}

.info-step .list-idx li .idx::before,
.info-step .list-idx li figure::before {
	content: attr(data-idx);
	position: absolute;
	top: 0;
	left: 0;
	width: 3rem;
	height: 3rem;
	border-radius: 50%;
	background-color: var( --alt-warning-light-color );
	color: var( --main-color );
	font-family: "Montserrat", sans-serif;
	font-weight: 500;
	font-size: 1.6rem;
	text-align: center;
	vertical-align: bottom;
	padding-top: .5rem;
}

.info-step li .idx span{
	font-family: "Montserrat", sans-serif;
	font-weight: 600;
	font-size: 4rem;
	text-align: center;
	color: var( --white-color )
}

.info-step li p {
	text-align: center;
	padding: 0;
}

.btn-infostep-more{
	opacity: .8;
}

.btn-infostep-more:hover{
	opacity: 1;
}

/*********************/
/*     10. Video     */
/*********************/
.basic-2 {
	padding-top: 8rem;
	padding-bottom: 6.75rem;
	background-color: var(--light-color);
	text-align: center;
}

.basic-2 .image-container {
	margin-bottom: 2rem;
}

.basic-2 .image-container img {
	border-radius: 0.75rem;
}

.basic-2 .video-wrapper {
	position: relative;
}

/* Video Play Button */
.basic-2 .video-play-button {
	position: absolute;
	z-index: 10;
	top: 50%;
	left: 50%;
	display: block;
	box-sizing: content-box;
	width: 2rem;
	height: 2.75rem;
	padding: 1.125rem 1.25rem 1.125rem 1.75rem;
	border-radius: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}
  
.basic-2 .video-play-button:before {
	content: "";
	position: absolute;
	z-index: 0;
	top: 50%;
	left: 50%;
	display: block;
	width: 4.75rem;
	height: 4.75rem;
	border-radius: 50%;
	background: var( --main-color );
	animation: pulse-border 1500ms ease-out infinite;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}
  
.basic-2 .video-play-button:after {
	content: "";
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 50%;
	display: block;
	width: 4.375rem;
	height: 4.375rem;
	border-radius: 50%;
	background: var( --main-color );
	transition: all 200ms;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}
  
.basic-2 .video-play-button span {
	position: relative;
	display: block;
	z-index: 3;
	top: 0.375rem;
	left: 0.25rem;
	width: 0;
	height: 0;
	border-left: 1.625rem solid var(--white-color);
	border-top: 1rem solid transparent;
	border-bottom: 1rem solid transparent;
}
  
@keyframes pulse-border {
	0% {
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
		opacity: 1;
	}
	100% {
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
		opacity: 0;
	}
}
/* end of video play button */  

.basic-2 .p-heading {
	margin-bottom: 1rem;
}


/**************************/
/*    FORMS               */
/**************************/
.form {
	padding-top: 4rem;
	padding-bottom: 6rem;
}

.form .text-container {
	margin-bottom: 3.5rem;
	padding: 3.5rem 1rem 2.5rem 1rem;
	border-radius: 0.5rem;
	background-color: var(--light-color);
}

.form h2 {
	margin-bottom: 2.75rem;
	text-align: center;
}

.form .icon-container {
	text-align: center;
}

.form .fa-stack {
	width: 2em;
	margin-bottom: 0.75rem;
	margin-right: 0.375rem;
	font-size: 1.5rem;
}

.form .fa-stack .fa-stack-1x {
    color: var(--white-color);
	transition: all 0.2s ease;
}

.form .fa-stack .fa-stack-2x {
	color: var( --main-color );
	transition: all 0.2s ease;
}

.form .fa-stack:hover .fa-stack-1x {
	color: var( --main-color );
}

.form .fa-stack:hover .fa-stack-2x {
    color: var(--light-color);
}

.form-check-input:checked {
    background-color: var( --white-color );
    border-color: var( --white-color );
}
.form-switch .form-check-input:checked {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23043E66'/%3e%3c/svg%3e");
}
/*** 										***/
/*** Forms		NEW							***/
/***  										***/
input:required:invalid {
	border: 1px solid var( --main-danger-color );
}

.form-switch .form-check-input{
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%28 95, 77, 238, 0.55 %29'/%3e%3c/svg%3e");
}

.form-check-input:focus {
    box-shadow: 0 0 0 0.25rem rgb(82 62 255 / 53%);
}

/*** 										***/
/*** File Input								***/
/***  										***/
.file-input{
	margin-top: 1rem;
	width: 100%;
	height: 100%;
	padding: 2rem;
	background-color: var( --gray-lighter-color );
	border: 2px dashed var( --main-color );
	border-radius: 1rem;
	text-align: center;
}

.formsAsynchronousUploadHandler{
	width: 100%;
	height: 100%;
}

.file-input.fileinput-button .btn {
	font-size: 1.6rem;
	font-weight: 600;
	padding: 0 0 0.3rem;
}

.file-input.fileinput-button p{
	font-size: 1.6rem;
	font-weight: 500;
}

.file-input .paris-icon-upload {
	background-color: var( --main-color );
	border-radius: 50%;
	width: 52px;
	width: 5.2rem;
	height: 52px;
	height: 5.2rem;
	padding-left: 4px;
	padding-top: 3px;
}

/* One file max skin	*/
.group-files.one-file {
	display: flex;
	justify-content: space-between;
}

.group-files.one-file .file-input{
	flex-basis: 50%;
	flex-shrink: 0;
}

/* Two columns 			*/
.group-files .files-item{
	flex-basis: 100%;
}

.group-files .file-input.fileinput-button{
	margin-right: 20px;
	margin-right: 2rem;
}

/* Uploaded files */
.files-group{
	display: flex;
	flex-wrap: wrap;
	padding-left: 0
}

.files-item{
	flex-basis:50%;
	position: relative;
}

.files-item input[type="checkbox"]{
	position: absolute;
	left: -9999999px
}

.files-item input[type="checkbox"]:checked + .files-item-link{
	font-weight: bold;
}

.files-item-label{
	border-bottom: 1px solid var( --light-color );
	padding-bottom: 1.2rem;
	margin-bottom: 1.2rem;
	display: flex;
	align-items: center;
}

.files-item-label * {
	padding-left: 2rem;
}

.files-item:first-of-type {
	border-top: 1px solid var( --light-color );
	padding-top: 1.2rem;
}

.files-item-label > :nth-child(2),
.files-item-label > :nth-child(2) :first-child {
	padding-left: 0;
	flex-basis: 30%;
}

.files-item-link {
	/* padding: 1rem; */
	text-transform: lowercase;
	background: url(../images/files.png ) no-repeat;
	text-overflow: clip;
	display: inline-block;
}

.files-item-link img{
	width: 48px;
	height: 48px;

}

.files-item-link span {
	flex-grow: 2;
	text-overflow: clip;
	display: inline-block;
}

.files-item-label small {
	color: var( --dark-light-color );
	position: relative;
	font-weight: 500;
	font-size: 1.1rem;
}

/*** 								***/
/*** Check no input   				***/
/*** 								***/
.form-check-noinput{
	position: absolute;
	left: -99999px;
}

.file-input input[type="file"]{
	padding: 0;
}

/*** 							 	***/
/*** Open Street Map Geolocation 	***/
/***  								***/
.col-osm{
	height: 300px;
	margin-top: 2rem;
}

.openstreetmap-readonly .col-osm{
	height: 150px;
	margin-top: 15px
}

.list-osm-adress{
	overflow: auto;
}

.list-osm-adress:empty{
	width: 0;
	flex-basis: 100%;
	height: 0;
}

.list-osm-adress li{
	padding-left: 1rem;
}

.list-osm-adress li:hover{
	cursor: pointer;
	color: var( --main-color );
}

.list-osm-adress li:before{
	cursor: pointer;
	color: var( --main-color );
}

.list-osm-adress li:active,
.list-osm-adress li:focus,
.list-osm-adress li:not('no-hover'):hover,
.list-osm-adress li.active{
	background-color: var( --main-color);
	color: var( --white-color );
	border-color: var( --main-color);
}

.btn-osm{
	position: absolute;
	top: 10px;
	right: 10px;
}

.openstreetmap{
	position: relative;
}

.openstreetmap::after{
	position: absolute;
	top: 45px;
	left: 10px;
}

.openstreetmap .form-geoloc{
	width: 100%;
	background: transparent !important;
}

/*** 										***/
/*** Forms Validation Screen				***/
/***  										***/
.form-submited{
	margin: 3rem 15%;
}

/*  Summary of a submission 					 */
#summary_validate .card > .card-heading{
	position: relative;
}

#summary_validate .card > .card-heading  > .card-title{
	margin-left: 30px;
	position: relative;
}

#summary_validate .card > .card-heading  > .card-title:before{
	content: "\f00c";
	font-family: 'FontAwesome', 'Font Awesome 5 Free', 'Font Awesome 5 Brands';
	position: absolute;
	top: 0;
	left: -4rem;
	border-radius: 50%;
	padding: 1rem;
 	background-color: var( --card-title-icon );
	border-color: var( --card-title-icon );
	color: var( --white-color );
	font-size: 1.3rem;
	font-weight: normal;
}

#summary_validate .summary_actions {
	position: sticky;
	top: 2rem;
	bottom: 0;
	background-color: var( --white-color );
	padding: 1rem 0;
}

#summary_validate .summary_actions.actions_shadow {
	box-shadow: 0px -5px 5px 0px var( --card-color-shadow );
}

.summary_steps h2{
	font-size: 2rem;
	line-height: 2.62rem;
}

/*** 										***/
/*** Forms Steps							***/
/***  										***/
/* 		Steps Commons	 					*/
.step-title{
	border-bottom: 2px solid var( --main-color ); 
 	height: 8rem;
	display: flex;
	align-items: center;
}

/* 		Step-group 									*/
.step-title h1{
	font-size: 2rem;
}

.step-group h1{
	font-size: 2.5rem;
	margin-bottom: 0.8rem;
}

.step-title h1{
	color: var( --light-color );
	display: flex;
	align-items: center;
}

/* 		Step Title Icon / Number				 */
.step-title h1:before {
    border: 4px solid var( --light-color );
    border-radius: 100%;
    margin-top: 0.5rem;
    margin-right: 1rem;
    padding-bottom: 2rem;
    height: 3rem;
    width: 3rem;
    background: none;
    text-align: center;
    line-height: 3rem;
    content: attr(data-step);
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
    font-size: 2.7rem;
}

.step-content{
	position: relative;
}

/* Previous Steps  									*/
.step-done{
	padding-bottom: 2rem;
	border-bottom: 1px solid var( --light-color );
}

.step-done .step-title{
	border-bottom: 0;
}

.step-done .step-title h1::before{
	content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 14'%3e%3cpath fill='%23FFF' d='M 11.516602,1.7578123 5.0205081,8.2539061 2.5107424,5.6718748 0.50293,7.6230467 4.9931643,12.242188 13.49707,3.7382811 Z'/%3e%3c/svg%3e");
	background: var( --main-color );
}

.step-done .step-content{
	padding: 0 0 0 1rem;
}

.step-done strong{
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	line-height: 15px;
	line-height: 1.5rem;
}

.step-done .step-done-hide{
	display: none;
}

/** 		Current Step 								**/
.step-current{
	background-color: var( --white-strong-color );
	border-bottom: 2px solid var( --main-color );
}

.step-current .step-title{
	background-color: var( --main-color );
}

.step-current .step-title h1{
	color: var( --white-color )
}

.step-current .step-title h1::before {
    color: var( --white-color );
    border-color: var( --white-color );
    font-size: 2rem;
    height: 3.5rem;
    width: 3.5rem;
}

.step-next .step-title h1::before {
    font-size: 2rem;
    height: 3.5rem;
    width: 3.5rem;
}

.step-current .step-title h1.no-step::before{
	border-color: transparent;
}

.step-current .step-content .step-group{
	display: flex;
	flex-direction: column;
	background-color : var( --white-color );
	background-color:var( --white-color );
	border-radius: 0;
}

.step-current .step-content .step-group header{
	border-bottom: 0.6rem solid var( --main-color );
	padding-bottom: 1.3rem;
	padding-left: 0;
	margin-bottom: 1rem;
}

.step-current .step-content .step-group header h1{
	align-self: flex-end;
	margin-bottom: 3.5px;
	color: var( --main-color );
}

.step-current .step-content .mandatory-warning{
	padding: 0 0 3rem 0;
}

.step-current .step-content .step-group.form-row>.col, 
.step-current .step-content .step-group.form-row>[class*=col-] {
    padding-left: 0;
}

/**********************/
/*     14. Footer     */
/**********************/
.footer-frame {
	width: 100%;
	height: 1.5rem;
}

.footer {
	padding-top: 3rem;
	padding-bottom: 0.5rem;
	background-color: var( --main-color );
}

.footer .footer-col {
	margin-bottom: 2.25rem;
}

.footer h4 {
	margin-bottom: 0.625rem;
	color: var(--white-color);
}

.footer .list-unstyled,
.footer p {
	color: var(--light-color);
}

.footer .footer-col.middle .list-unstyled .media-body {
	margin-left: 0.5rem;
}

.footer .footer-col.last .list-unstyled .fas {
	color: var(--white-color);
	font-size: 0.875rem;
	line-height: 1.5rem;
}

.footer .footer-col.last .list-unstyled .media-body {
	margin-left: 0.625rem;
}

.footer .footer-col.last .list-unstyled .fas.fa-globe {
	margin-left: 1rem;
	margin-right: 0.625rem;
}

/****************************/
/*     Testimonials     */
/****************************/
.slider-2 {
	padding-top: 2.75rem;
	padding-bottom: 4rem;
}

.slider-2 .slider-container {
	position: relative;
}

.slider-2 .swiper-container {
	position: static;
	width: 82%;
	text-align: center;
}

.slider-2 .image-wrapper {
	width: 6rem;
	margin-right: auto;
	margin-bottom: 1rem;
	margin-left: auto;
}

.slider-2 .image-wrapper img {
	border-radius: 50%;
}

.slider-2 .testimonial-text {
	margin-bottom: 0.5rem;
}

.slider-2 .testimonial-author {
	color: var(--gray-light-color);;
}

.slider-2 .swiper-button-prev,
.slider-2 .swiper-button-next {
	width: 1.125rem;
}

.slider-2 .swiper-button-prev:focus,
.slider-2 .swiper-button-next:focus {
	/* even if you can't see it chrome you can see it on mobile device */
	outline: none;
}

.slider-2 .swiper-button-prev {
	left: -0.375rem;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2028%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23505c67'%2F%3E%3C%2Fsvg%3E");
	background-size: 1.125rem 1.75rem;
}

.slider-2 .swiper-button-next {
	right: -0.375rem;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2028%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23505c67'%2F%3E%3C%2Fsvg%3E");
	background-size: 1.125rem 1.75rem;
}

/*************************/
/*     Copyright     */
/*************************/
.copyright {
	padding-top: 1rem;
	padding-bottom: 0.375rem;
	background-color: var( --main-color );
	text-align: center;
}

.copyright .p-small {
	padding-top: 1.375rem;
	border-top: 1px solid #718ad1;
	color: var(--light-color);
}

.copyright a {
	color: var(--light-color);
	text-decoration: none;
}

/**********************************/
/*     Back To Top Button        */
/**********************************/
a.back-to-top {
	position: fixed;
	z-index: 999;
	right: 0.75rem;
	bottom: 0.75rem;
	display: none;
	width: 2.625rem;
	height: 2.625rem;
	border-radius: 1.875rem;
	background: #4f3cda url("../images/up-arrow.png") no-repeat center 47%;
	background-size: 1.125rem 1.125rem;
	text-indent: -9999px;
}

a:hover.back-to-top {
	background-color: #4332c5; 
}

a[name^="last_"]:before {
	content: "\00a0";
  	position: absolute;
  	height: 100vh;
  	margin-top: -6em;
}
/* end of footer */

/***************************/
/*    Pages     			*/
/***************************/
.lutece-page-header {
	padding-top: 4rem;
	padding-bottom: 0;
	background-color: var( --main-color );
	text-align: center;
}

.lutece-page-header h1 {
	color: var(--white-color);
}

.lutece-breadcrumb {
	margin-bottom: 1rem;
}

.lutece-breadcrumb .breadcrumb-item{
	color: var(--light-color );
	font-weight: 700;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: var(--light-color );
	font-weight: 700;
    content: var(--bs-breadcrumb-divider, "/");
}

.lutece-breadcrumb a{
	text-transform: uppercase;
	color: var(--alt-warning-dark-color );
}

.lutece-breadcrumb a:hover{
	color: var(--main-danger-color );
	text-decoration: none;
}

.lutece-breadcrumb .breadcrumb {
	margin-bottom: 0;
}


/* Slider  */
.slider-1 .slider-container {
	background-color: var(--light-color);
	margin: 0;
	padding: 1rem 0;
	position: absolute;
	left: 0;
	width: 100%;
}

.slider-1 .slider-container .swiper-slide {
		max-width: 250px;
}

/* end of customer */
/*****************************/
/*     Media Queries         */
/*****************************/	
/* Min-width width 768px */
@media (min-width: 768px) {
	
	/* General Styles */
	.p-heading {
		width: 85%;
		margin-right: auto;
		margin-left: auto;
	}

	h1{
		font: 700 2.5rem/3.125rem "Open Sans", sans-serif;
	}

	.h2-heading {
		width: 80%;
		margin-right: auto;
		margin-left: auto;
	}
	/* end of general styles */


	/* Header */
	.header .text-container {
		margin-bottom: 4rem;
	}

	.header h1 {
		font-size: 3rem;
		line-height: 4.125rem;
	}

	.header .btn-solid-lg {
		margin-bottom: 0;
		margin-left: 0;
	}

	.header-frame {
		height: 5.5rem;
	}
	/* end of header */
	/* Description 	*/
	.cards-1 {
		text-align: center;
	}
	/* End description */

	/* Slider  */
	.slider-1 .slider-container {
		padding: 1rem 10%;
	}

	.slider-1 .slider-container .swiper-slide {
		max-width: 200px;
	}
	/* End Slider  */
	/* Testimonials */
	.slider-2 .swiper-button-prev {
		width: 1.375rem;
		background-size: 1.375rem 2.125rem;
	}
	
	.slider-2 .swiper-button-next {
		width: 1.375rem;
		background-size: 1.375rem 2.125rem;
	}
	/* end of testimonials */

	/* Forms */
	.form .text-container {
		padding: 4rem 2.5rem 3rem 2.5rem;
	}

	.form form {
		margin-right: 4rem;
		margin-left: 4rem;
	}
	
	.btn-solid-reg{
		padding: 1.1875rem 2.125rem 1.1875rem 2.125rem;
	}
	
	.btn-solid-lg{
		padding: 1.375rem 2.625rem 1.375rem 2.625rem;
	}

	.btn-outline-sm {
		padding: 0.875rem 1.5rem 0.875rem 1.5rem;
	}

	/* Step  */
	.step-title h1{
		font-size: 3rem;
	}
		
	.step-group h1{
		font-size: 2.5rem;
	}

	/* 		Step Title Icon / Number				 */
	.step-current .step-title h1:before {
		border: 4px solid var( --white-color );
		border-radius: 100%;
		margin-right: 1.5rem;
		height: 4rem;
		width: 4rem;
		background: none;
		text-align: center;
		line-height: 3.5rem;
		content: attr(data-step);
		font-family: 'Montserrat', sans-serif;
		font-weight: 900;
		font-size: 2.7rem;
	}

	.step-done .step-content{
		padding: 0 0 0 4rem;
	}

	.step-next .step-title h1:before {
		border: 4px solid var( --main-color );
		height: 4rem;
		width: 4rem;
		line-height: 3.5rem;
	}

	.openstreetmap .form-geoloc {
		width: 65%;
	}
	/* end of Forms */
	/* Footer */
	.footer-frame {
		height: 5rem;
	}
	/* Extra Pages */
	.lutece-page-header {
		padding-top: 8rem;
		padding-bottom: 5rem;
		
	}
	/* end of extra pages */
/* end of sign up and log in pages */
}
/* end of min-width width 768px */
/* Min-width width 992px */
@media (min-width: 992px) {
	
	/* Navigation */
	.navbar-custom {
		padding: 1.125rem 1.5rem 1.125rem 2rem;
        background-color: var( --main-color );
		box-shadow: none;
	}

	.navbar-custom .navbar-nav {
		margin-top: 0;
		margin-bottom: 0;
	}

	.navbar-custom .nav-item .nav-link {
		padding: 0.25rem 0.75rem 0.25rem 0.75rem;
	}
	
	.navbar-custom .nav-item .nav-link:hover,
	.navbar-custom .nav-item .nav-link.active {
		opacity: 1;
	}

	.navbar-custom.top-nav-collapse {
        padding: 0.5rem 1.5rem 0.5rem 2rem;
		background-color: var( --main-color );
		box-shadow: 0 0.0625rem 0.375rem 0 rgba(0, 0, 0, 0.1);
	}

	.navbar-custom.top-nav-collapse .nav-item .nav-link:hover,
	.navbar-custom.top-nav-collapse .nav-item .nav-link.active {
		color: var(--white-color);
	}

	.navbar-custom .dropdown-menu {
		padding-top: 0;
		padding-bottom: 0;
		border-top: 0.25rem solid rgba(0, 0, 0, 0);
		border-radius: 0.25rem;
	}

	.navbar-custom.top-nav-collapse .dropdown-menu {
		border-top: 0.25rem solid rgba(0, 0, 0, 0);
		box-shadow: 0 0.375rem 0.375rem 0 rgba(0, 0, 0, 0.02);
	}

	.navbar-custom .dropdown-item {
		padding-top: .75rem;
		padding-bottom: .75rem;
	}	
	
	.navbar-custom .dropdown-item:hover {
		outline: 1px solid #fff;
	}

	.navbar-custom .dropdown-items-divide-hr {
		width: 84%;
	}

	.navbar-custom .nav-item .btn-outline-sm {
		margin-top: 0;
		margin-bottom: 0;
		margin-left: 1rem;
	}
	/* end of navigation */
	/* General Styles */
	.p-heading {
		width: 65%;
	}

	.h2-heading {
		width: 60%;
	}
	/* end of general styles */
	/* Header */
	.header .header-content {
		padding-top: 8rem;
		padding-bottom: 4rem;
		text-align: left;
	}

	.header .text-container {
		margin-top: 4rem;
		margin-bottom: 0;
	}

	.header .image-container {
		position: relative;
		margin-top: 3rem;
	}
	
	.header .image-container .img-wrapper {
		position: absolute;
		display: block;
		width: 470px;
	}

	.header-frame {
		height: 8rem;
	}
	/* end of header */
	/* Description */
	.cards-1 .card-list {
		display: flex; 
		align-items: stretch;
		justify-content: space-evenly;	
	}

	.cards-1 .card {
		display: flex; 
		align-items: stretch;
		width: 18rem;
		height: 18rem;
		max-width: 100%;
		vertical-align: top;
	}

	.cards-1 .card-image {
		width: 9rem;
	}
	/* end of description */
	/* Features */
	.tabs .nav-tabs {
		display: flex;
		justify-content: center;
		margin-bottom: 2.75rem;
	} 

	.tabs .nav-link {
		padding-right: 1.25rem;
		padding-left: 1.25rem;
		border-bottom: 2px solid rgb(202, 202, 202);
	}
	
	.tabs .nav-link:hover,
	.tabs .nav-link.active {
		border-bottom: 2px solid var( --light-color );
	}

	.tabs .image-container {
		margin-bottom: 0;
	}
	/* end of features */
	/* Features Lightboxes */
	.lightbox-basic {
		max-width: 62.5rem;
		padding: 2.5rem 2.5rem 2.5rem 2.5rem;
	}

	.lightbox-basic .image-container {
		max-width: 100%;
		margin-right: 2rem;
		margin-bottom: 0;
		margin-left: 0.5rem;
	}
	
	.lightbox-basic h3 {
		margin-top: 0.5rem;
	}
	/* end of features lightboxes */
	/* Details */
	.basic-1 {
		padding-top: 8rem;
	}

	.basic-1 .text-container {
		margin-bottom: 0;
	}
	/* end of details */
	/* Video */
	.basic-2 .image-container {
		max-width: 53.125rem;
		margin-right: auto;
		margin-left: auto;
	}

	.basic-2 p {
		width: 65%;
		margin-right: auto;
		margin-left: auto;
	}
	/* end of video */
	/* Pricing */
	.cards-2 .card {
		display: inline-block;
		margin-right: 0.5rem;
		margin-left: 0.5rem;
		vertical-align: top;
	}
	/* end of pricing */
	/* Testimonials */
	/* Slider  */
	.slider-1 .slider-container {
		padding: 1rem 10%;
	}
	
	.slider-2 .swiper-container {
		width: 92%;
		text-align: left;
	}

	.slider-2 .image-wrapper {
		float: left;
		width: 10rem;
		margin-bottom: 0;
	}

	.slider-2 .text-wrapper {
		max-width: 100%;
		margin-top: 1.25rem;
		margin-left: 13rem;
	}

	.slider-2 .swiper-button-prev {
		left: -0.75rem;
	}
	
	.slider-2 .swiper-button-next {
		right: -0.75rem;
	}
	/* end of testimonials */
	/* Newsletter 		*/
	.form .text-container {
		width: 55rem;
		margin-right: auto;
		margin-left: auto;
		padding-top: 5rem;
		padding-bottom: 4.5rem;
	}

	.form h2 {
		margin-right: 7rem;
		margin-left: 7rem;
	}

	.form form {
		margin-right: 9rem;
		margin-left: 9rem;
	}
	
	.openstreetmap .form-geoloc {
		width: 70%;
	}
	/* end of newsletter */
	/* Extra Pages */
	.lutece-page-header h1 {
		width: 80%;
		margin-right: auto;
		margin-left: auto;
	}

	.main-site-map{
		margin-top: 15vh;
		min-height: 50vh;
	}

	.main-site-map ul li .fa-map-marker:before:hover{
		content: "";
	}

	.main-site-map .site-map-level-one ul{
		margin-left: 3.5rem;
	}
	/* end of extra pages */
}
/* end of min-width width 992px */
/* Min-width width 1200px */
@media (min-width: 1200px) {
	.above-heading {
		padding: 6rem 0 2rem 0;
	}
	/* General Styles */
	.h2-heading {
		width: 50%;
	}
	/* end of general styles */
	/* Header */
	.header .header-content {
		padding-top: 5rem;
		padding-bottom: 5rem;
		text-align: center;
	}

	.header .text-container {
		margin-top: 5.5rem;
		margin-right: 0.5rem;
	}

	.header .image-container {
		margin-top: 1rem;
		margin-left: 1.5rem;
	}

	.header .image-container .img-wrapper {
		width: 630px;
	}

	.header-frame {
		height: 9.375rem;
		position: relative;
		z-index: 1;
	}
	/* end of header */
	/* Main features */
	#features{
		padding-bottom: 140px;
	}
	/* Description */
	.cards-1 .card {
		width: 18.875rem;
	}

	.cards-1 .card-image {
		width: 12.5rem;
	}
	/* end of description */
	/* Features */
	.tabs.tabs-form{
		margin-top: -10rem
	}

	.tabs .image-container {
		margin-right: 1.5rem;
		margin-left: 1rem;
	}
	
	.tabs .text-container {
		margin-top: 1.5rem;
		margin-right: 1rem;
		margin-left: 1.5rem;
	}
	/* end of features */


	/* Details */
	.basic-1 .image-container {
		margin-right: 1rem;
		margin-left: 1.5rem;
	}
	
	.basic-1 .text-container {
		margin-top: 1rem;
		margin-right: 1.5rem;
		margin-left: 1rem;
	}

	.basic-1 h2 {
		margin-bottom: 1rem;
	}
	/* end of details */


	/* Pricing */
	.cards-2 .card {
		width: 19.375rem;
		max-width: 100%;
		margin-right: 1.75rem;
		margin-left: 1.75rem;
	}

	.cards-2 .card .card-body {
		padding-right: 2.25rem;
		padding-left: 2.25rem;
	}
	/* end of pricing */


	/* Testimonials */
	.slider-2 .slider-container {
		width: 64.125rem;
		margin-right: auto;
		margin-left: auto;
	}
	/* end of testimonials */

	.slider-1 .slider-container .swiper-slide {
		max-width: 500px;
	}

	/* Newsletter */
	.form .text-container {
		width: 64.75rem;
		padding-top: 6rem;
		padding-bottom: 5.5rem;
	}

	.form h2 {
		margin-right: 12rem;
		margin-left: 12rem;
	}

	.form form {
		margin-right: 15rem;
		margin-left: 15rem;
	}

	.openstreetmap .form-geoloc {
		width: 85%;
	}
	/* end of newsletter */


	/* Footer */
	.footer .footer-col.first {
		margin-right: 1.5rem;
	}

	.footer .footer-col.middle {
		margin-right: 0.75rem;
		margin-left: 0.75rem;
	}

	.footer .footer-col.last {
		margin-left: 1.5rem;
	}
	/* end of footer */


	/* Extra Pages */
	.lutece-page-header h1 {
		width: 60%;
		margin-right: auto;
		margin-left: auto;
	}
	/* end of extra pages */
}
/* end of min-width width 1200px */