/* ===================================
  UNFM
====================================== */
/* font */
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300;400;500;600;700&display=swap");
/* variable */
:root {
	--base-color: #209c5e;
	--second-color: #e1862b;
	--dark-gray: #262b35;
	--medium-gray: #868d98;
	--alt-font: "Space Grotesk", sans-serif;
	--primary-font: "Inter", sans-serif;
}

h1 {
	font-weight: 700 !important;
	letter-spacing: -1px !important;
	color: var(--dark-gray);
	font-family: var(--alt-font);
	font-size: 2.813rem;
	line-height: 3.125rem;
}

/* reset */
body {
	font-size: 17px;
	line-height: 32px;
}
/* header */
header .navbar-brand img {
	max-height: 90px;
}
.navbar .navbar-nav .nav-link {
	font-size: 12px;
	font-weight: 600;
}
.sticky .header-transparent .header-button .btn {
	color: var(--dark-gray);
	border-color: var(--dark-gray);
}
.sticky .header-transparent .header-button .btn:hover {
	border-color: var(--dark-gray);
	color: var(--white);
	background: var(--dark-gray);
}
header.sticky.sticky-active [data-header-hover="light"] .widget-text i {
	color: var(--white);
}

.text-second-color {
	color: var(--second-color);
}
/* bg color */

.bg-second-color {
	background-color: var(--second-color);
}
.bg-cabaret-red {
	background-color: #d94f6f;
}
.bg-ghost-white {
	background-color: #f4f6ff;
}
.bg-cosmic-latte-white {
	background-color: #f2fbf9;
}
.bg-chablis-red {
	background-color: #fef3f5;
}
.bg-lavender-violet {
	background-color: #f5edfc;
}
.bg-clear-green {
	background-color: #e9f6f5;
}
.bg-linen-white {
	background-color: #fbf3ee;
}
.bg-lavender-violet-light {
	background-color: #ecf7fc;
}
.bg-midnight-blue {
	background-color: #242e45;
}
.bg-gradient-flamingo-amethyst-green {
	background-image: linear-gradient(to right, #e3545c, #c84d9d, #885dd1, #2f86bc, #01a89e);
}
.bg-gradient-very-light-gray {
	background-image: linear-gradient(to bottom, #f9eaec, #f9eaec, #faf5f9, #fcfafc, #ffffff);
}
.bg-gradient-very-ghost-white {
	background-image: linear-gradient(to bottom, #f4f6ff, #f7f8ff, #fafaff, #fdfdff, #ffffff);
}
.bg-unfm {
	background-color: #f7f2ee;
}

/* accordion style 02 */
.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu {
	background-color: white;
}
.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a {
	border-bottom: 1px solid rgb(209 209 209 / 50%);
	color: var(--dark-gray);
}
.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li:hover a,
.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li.active a {
	opacity: 0.5;
}
/* bg color */
.bg-gradient-sherpa-blue-black {
	background-image: linear-gradient(to right top, #23248c, #22236d, #232348, #222226, #232323);
}
.bg-gradient-sherpa-black-blue {
	background-image: linear-gradient(to right top, #232323, #222226, #232348, #22236d, #23248c);
}
/* bg transparent color */
.bg-base-color-transparent {
	background-color: rgba(87, 88, 214, 0.8);
}
/*  tabs style 05  */
.tab-style-05 .nav-tabs > li.nav-item {
	letter-spacing: -0.5px;
}
/* accordion */
.accordion .accordion-item .accordion-header .accordion-title i {
	top: 52%;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
	margin-bottom: 25px;
}

/*  progress bar style 01  */
.progress-bar-style-01 .progress .progress-bar-title {
	bottom: 15px;
}
/* page title */
.page-title-extra-large h1 {
	font-size: 4.7rem;
	line-height: 4.7rem;
}
/* separator line */
.separator-line-9px {
	height: 9px;
}
/* tag */
.tag-cloud a {
	padding-top: 5px;
	padding-bottom: 9px;
}
/* blog comment */
.blog-comment li .btn-reply {
	padding-top: 5px;
	padding-bottom: 7px;
}
/* number pagination style 01 */
.pagination-style-01 .page-item .page-link {
	line-height: 42px;
}
.pagination-style-01 .page-item.active .page-link {
	background: var(--dark-gray);
	color: var(--white);
}
/* top right bottom left */
.bottom-minus-45px {
	bottom: -45px;
}
.right-minus-45px {
	right: -45px;
}
/* footer */
footer .footer-logo img {
	max-height: 26px;
}
footer ul li {
	margin-bottom: 0;
}
.footer-dark a:hover {
	color: var(--white);
}
/* model popup */
.mfp-bg {
	background: #000000;
	opacity: 0.7;
}
/* media query responsive */
@media (max-width: 1499px) {
	.navbar .navbar-nav .nav-link {
		padding-left: 15px;
		padding-right: 15px;
	}
}
@media (max-width: 1399px) {
	.navbar .navbar-nav .nav-link {
		padding-left: 13px;
		padding-right: 13px;
	}
	.sticky-wrap.shadow-in {
		left: 35px;
	}
}
@media (max-width: 1300px) {
	.sticky-wrap.shadow-in {
		left: 10px;
	}
}
@media (max-width: 991px) {
	.header-transparent .header-button .btn {
		color: var(--dark-gray);
		border-color: var(--dark-gray);
	}
	.header-transparent .header-button .btn:hover {
		border-color: var(--dark-gray);
		color: var(--white);
		background: var(--dark-gray);
	}
	.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu {
		width: calc(100% + 30px) !important;
		margin-left: -15px;
		padding: 10px 45px;
		margin-bottom: 0;
		margin-right: -15px;
	}
	.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li:last-child a {
		padding-bottom: 17px;
	}
}
@media (max-width: 767px) {
	p {
		margin-bottom: 20px;
	}
	.page-title-extra-large h1 {
		font-size: 40px;
		line-height: 46px;
	}
}

.text-justify {
	text-align: justify;
}

.chiffres {
	border-radius: 1rem;
	border: 1px solid #333;
	padding: 0rem 3rem 2rem 3rem;
}

.img-program {
	margin: auto;
	text-align: center;
}

.swiper-backface-hidden .swiper-slide.slide-programme {
	height: 243px !important;
	display: flex;
	align-items: center;

	border-radius: 0.5rem;
	border: 1px solid rgb(20, 64, 86);
	padding: 10px;
}

.bg-gradient-white-light-transparent {
	background-image: -webkit-gradient(linear, left bottom, left top, from(rgb(255 255 255 / 80%)), to(transparent));
	background-image: linear-gradient(to top, rgb(255 255 255 / 100%) 0%, transparent 100%);
}

.interactive-banner-style-05 figure:hover .bg-gradient-white-light-transparent {
	opacity: 1 !important;
	transition-timing-function: linear;
	-webkit-transition: all 700ms cubic-bezier(0.61, 1, 0.88, 1);
	transition: all 700ms cubic-bezier(0.61, 1, 0.88, 1);
}

.interactive-banner-style-05 figure figcaption .btn {
	width: 100%;
	text-align: center;
}

.bg-gray {
	background-color: #f0f2f7 !important;
}

.img-logos {
	height: 5em !important;
	width: fit-content;
}

.bg-gray-border-top-right {
	background: linear-gradient(180deg, rgba(0, 45, 131, 0.06) 0%, rgba(0, 45, 131, 0.06) 100%);
	border-top-right-radius: 18.75rem;
}

.bg-gray-border-top-left {
	background: linear-gradient(180deg, rgba(0, 45, 131, 0.06) 0%, rgba(0, 45, 131, 0.06) 100%);
	border-top-left-radius: 18.75rem;
}
.bg-gray-border-bottom-right {
	background: linear-gradient(180deg, rgba(0, 45, 131, 0.06) 0%, rgba(0, 45, 131, 0.06) 100%);
	border-bottom-right-radius: 18.75rem;
}

.bg-gray-border-bottom-left {
	background: linear-gradient(180deg, rgba(0, 45, 131, 0.06) 0%, rgba(0, 45, 131, 0.06) 100%);
	border-bottom-left-radius: 18.75rem;
}

.mt-100px {
	margin-top: 100px !important;
}

.home-cc {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
}

.h-180px {
	height: 180px;
}

.position-relative.box-image img {
	height: 220px;
	object-fit: cover;
}

.bloc-text {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

div#loom-companion-mv3 {
	display: none;
}

.bg-charcoal-grey {
	background-color: #d2d2d2;
}

.services-box-activities {
	max-height: 390px;
	display: flex;
	align-items: center;
	min-height: 390px;
}

.p-activities {
	display: -webkit-box !important;
	-webkit-box-orient: vertical;
	overflow: hidden;
	-webkit-line-clamp: 2;
	text-overflow: ellipsis;
}

.fs-25 {
	font-size: 25px;
}

.img-programme {
	height: 300px;
	object-fit: cover;
}

.services-box-style-05 figure figcaption .content-box {
	margin-bottom: -80px;
	height: 185px;
	display: flex;
	align-items: center;
}

.img-media {
	height: 175px;
	object-fit: cover;
}

@media (max-width: 1399px) {
	.navbar .navbar-nav .nav-link {
		font-size: 12px !important;
	}
}
@media screen and (width: 1440px) and (height: 900px) {
	.navbar .navbar-nav .nav-link {
		font-size: 12px !important;
	}
}

.navbar .navbar-nav .nav-link {
	font-size: 15px !important;
}

.mb-minus-260px {
	margin-bottom: -260px;
}

.left-45 {
	left: 45%;
}

.mt-minus-190px {
	margin-top: -190px;
}

.side-icon-programme {
	position: absolute;
	background: white;
	border-radius: 100%;
	right: 0;
	width: 80px;
	height: 80px;
	display: flex;
	align-items: center;
	top: -20px;
}
.side-icon-programme.side-icon2 {
	left: 0 !important;
	margin-left: 15px;
}

.text-right {
	text-align: right;
}

.float-right {
	float: right;
}

.img-interne {
	height: 100%;
	width: 100%;
	inset: 0px;
	object-fit: cover;
}
.top-47 {
	top: 47%;
}

input:focus,
select:focus,
textarea:focus,
.form-control:focus {
	background: wheat;
}
option {
	background: white;
}
option:hover {
	background: wheat !important;
}

.pb-170px {
	padding-bottom: 170px !important;
}

.feature-box.association:hover {
	transform: translateX(15px);
}

.feature-box.association {
	-webkit-transition: all 0.5s cubic-bezier(0.61, 1, 0.88, 1);
	transition: all 0.5s cubic-bezier(0.61, 1, 0.88, 1);
}

.feature-box-icon.icon-association::before {
	width: 40px;
	height: 40px;
	background: #f7f2ee;
	content: "";
	display: inline-block;
	margin-right: 5px;
	position: absolute;
	z-index: -1;
	top: 2px;
	left: -15px;
	border-radius: 100%;
}

/* custom scrollbar */
::-webkit-scrollbar {
	width: 20px;
}

::-webkit-scrollbar-track {
	background-color: transparent;
}

::-webkit-scrollbar-thumb {
	background-color: #d6dee1;
	border-radius: 20px;
	border: 6px solid transparent;
	background-clip: content-box;
}

::-webkit-scrollbar-thumb:hover {
	background-color: #a8bbbf;
}

.form-icon {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	padding-top: 2px;
	left: 25px;
}

.page-title-extra-large h1 {
	font-size: 3.7rem !important;
	line-height: 3.7rem !important;
}

.page-title-big-typography.cover-background {
	background-position: center bottom !important;
}

.lh-25 {
	line-height: 25px !important;
}

.tl-slide .tl-slide-content-container .tl-slide-content {
	align-items: center !important;
}

@media (max-width: 1199px) {
	.moucha-resp {
		opacity: 0;
	}
	.footer-resp {
		width: auto;
	}
	.home-padd {
		margin-top: 100px;
	}
	.qsm-padd {
		margin-top: 110px;
	}
	.mars-padd {
		margin-top: 180px !important;
	}
	.detail-marg {
		margin-bottom: 50px;
	}
}

.bar-w {
	max-width: 600px;
}

@media (max-width: 992px) {
	.green-span {
		font-size: 12px;
	}
}
