/********** Template CSS **********/
:root {
	--primary: #008B6C;
	--light: #F0FBFC;
	--dark: #181d38;
}


.page-item.active .page-link {
	background-color: #008b6c;
	border-color: #008b6c;
}

.page-link a {
	color: var(--primary);
}


.link-like-footer {
	display: block;
	margin-bottom: 5px;
	padding: 0;
	text-align: left;
	font-size: 15px;
	font-weight: normal;
	text-transform: capitalize;
	transition: .3s;
}

/* ============ desktop view ============ */
@media all and (min-width: 992px) {
	.dropdown-menu li {
		position: relative;
	}

	.dropdown-menu .submenu {
		display: none;
		position: absolute;
		left: 100%;
		top: -7px;
	}

	.dropdown-menu .submenu-left {
		right: 100%;
		left: auto;
	}

	.dropdown-menu>li:hover {
		background-color: #f1f1f1
	}

	.dropdown-menu>li:hover>.submenu {
		display: block;
	}

	.submenu {
		display: none;
		margin-top: -40px !important;
	}

}

.submenu {
	display: block;
}

.menu-left.active,
.menu-left:hover {
	margin-left: 15px;
	font-weight: bold;
	color: #008b6c;
}

/* ============ desktop view .end// ============ */
/* ============ small devices ============ */
@media (max-width: 991px) {
	.dropdown-menu .dropdown-menu {
		margin-left: 0.7rem;
		margin-right: 0.7rem;
		margin-bottom: .5rem;
	}

}

/* ============ small devices .end// ============ */

/* (A) WRAPPER */
.fullwrap {
	position: relative;
	/* required for (c2) */
	max-width: 500px;
	/* optional */
}

/* (B) RESPONSIVE IMAGE */
.fullwrap img {
	width: 100%;
}

/* (C) CAPTION */
.fullcap {
	/* (C1) DIMENSIONS */
	box-sizing: border-box;
	width: 100%;
	height: 100%;

	/* (C2) POSITION */
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;
	padding-top: 30%;

	/* (C3) COLORS */
	background-color: rgba(0, 0, 0, 0.5);
	color: white;
}

/* (D) SHOW/HIDE */
.fullcap {
	visibility: none;
	opacity: 0;
	transition: opacity 0.3s;
}

.fullwrap:hover .fullcap {
	visibility: visible;
	opacity: 1;
}

.card {
	border: none;
}

.accordion-button:not(.collapsed) {
	background-color: #f0fbfc;
}




/********** custom ***********/


.wrap {
	height: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
}


.button {
	    /* min-width: 300px; */
    /* min-height: 60px; */
    font-size: 15px;
    letter-spacing: 1.3px;
    /* font-weight: 700; */
    color: #fff;
    background: #008b6c;
    background: linear-gradient(90deg, --primary 0%, rgb(7, 104, 15) 100%);
    border: none;
    border-radius: 1000px;
    box-shadow: 12px 12px 24px rgb(9 116 36 / 26%);
    transition: all 0.3s ease-in-out 0s;
    cursor: pointer;
    outline: none;
    /* position: relative; */
    padding: 6px;
}

.link-btn::before {
	content: '';
	border-radius: 1000px;
	min-width: calc(300px + 12px);
	min-height: calc(60px + 12px);
	border: 6px solid --primary;
	box-shadow: 0 0 60px rgba(4, 88, 18, 0.64);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	opacity: 0;
	transition: all .3s ease-in-out 0s;
}

.button:hover, .button:focus {
	color: #313133;
	transform: translateY(-6px);
}

.link-btn:hover::before, .link-btn:focus::before {
	opacity: 1;
}

.link-btn::after {
	content: '';
	width: 30px;
	height: 30px;
	border-radius: 100%;
	border: 6px solid #008B6C;
	position: absolute;
	z-index: -1;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	animation: ring 1.5s infinite;
}

.link-btn:hover::after, .link-btn:focus::after {
	animation: none;
	display: none;
}

@keyframes ring {
	0% {
		width: 30px;
		height: 30px;
		opacity: 1;
	}

	100% {
		width: 300px;
		height: 300px;
		opacity: 0;
	}
}


.text-primary {
	color: var(--primary) !important;
}

.btn-primary {
	background-color: var(--primary) !important;
	border-color: var(--primary) !important;
}

.overflow-hidden img {
	object-fit: fill;
	width: 100%;
	height: 300px;
}

/**contact custom**/

.contact-style {
	border-radius: 30px 5px 20px 30px;
	margin: 5px;
	max-height: 50px;
	font-size: 15px;
	padding-top: 12px !important;
	padding-bottom: 1px !important;
}

.contact-style:hover {
	border-radius: 30px 5px 20px 5px;
	transition: 2;
	animation: 2;

}

/****** end concact custom*******/

.navbar {
	margin-top: -150px;
	/*top: -100px;*/
}

.svg_nav {
	height: 200px;
	position: relative;
	/*z-index: 9999;*/
	top: 65px;
	max-width: 580px;
	z-index: 2;
	max-height: 150px;
}

/*** Team ***/
.team-item img {
	transition: .5s;
}

.team-item:hover img {
	transform: scale(1.1);
}

/*
.svg_nav img{    
    height: 200px;
    margin-top: -70px;
    margin-left: 15px;
}*/

@media (max-width: 550px) {
	.logo-uf {
		height: 120px !important;
		margin-top: 120px !important;
	}

	.btn-rechercher {
		position: inherit!important;
	}

	#navbarCollapse {
		overflow-y: unset;
		max-height: 450px;
	}
}

@media (max-width: 550px) {
	.btn-rechercher {
		position: inherit!important;
		width: 100%;
	}
}


@media (max-width: 400px) {
	.logo-uf {
		height: 100px !important;
		margin-top: 90px !important;
	}

	#navbarCollapse {
		overflow-y: unset;
		max-height: 450px;
	}
}


.logo-uf {
	height: 140px;
	min-width: 50px;
    margin-top: 130px;
	min-width: 50px;
	margin-top: 120px;
}

.logo-uf-min {
	height: 50px;
}

/*
@media (min-width: 550px) {
    .navbar-brand img{    
        height: 200px;
    }
}*/

.nav-bar {
	margin-top: -200px;
	top: -100px;
}

.action-style-box {
	margin-top: -88px;
	z-index: 1;
	position: relative;
	background: var(--light);
	box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%) !important;
	border-color: #008B6C;
}


.action-style-box h3 {
	margin-top: 15px;
}

/*************************************/

/************ a la une custome *************/
/************ a la une custome *************/

.container-actus {
	align-items: center;
	justify-content: center
}

.container-actus p {
	margin: 0px
}

.container-actus .card {
	height: 480px;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 8px;
	background: var(--light);
	transition: all 0.5s ease;
	cursor: pointer;
	user-select: none;
	z-index: 10;
	overflow: hidden
}

.container-actus .card .backgroundEffect {
	bottom: 0;
	height: 0px;
	width: 100%
}

.container-actus .card:hover {
	color: var(--light);
	transform: scale(1.025);
	box-shadow: rgba(0, 0, 0, 0.24) 0px 5px 10px
}

.container-actus .card:hover .backgroundEffect {
	bottom: 0;
	height: 320px;
	width: 100%;
	position: absolute;
	z-index: -1;
	background: var(--primary);
	animation: popBackground 0.3s ease-in
}

@keyframes popBackground {
	0% {
		height: 20px;
		border-top-left-radius: 50%;
		border-top-right-radius: 50%
	}

	50% {
		height: 80px;
		border-top-left-radius: 75%;
		border-top-right-radius: 75%
	}

	75% {
		height: 160px;
		border-top-left-radius: 85%;
		border-top-right-radius: 85%
	}

	100% {
		height: 320px;
		border-top-left-radius: 100%;
		border-top-right-radius: 100%
	}
}

.container-actus .card .pic {
	position: relative
}

.container-actus .card .pic img {
	width: 100%;
	height: 280px;
	object-fit: cover
}

.container-actus .card .date {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 70px;
	background-color: var(--primary);
	color: var(--light);
	position: absolute;
	bottom: 0px;
	transition: all ease
}

.container-actus .card .date .day {
	font-size: 14px;
	font-weight: 600
}

.container-actus .card .date .month,
.container-actus .card .date .year {
	font-size: 10px
}

.container-actus .card .text-muted {
	font-size: 12px
}

.container-actus .card:hover .text-muted {
	color: var(--light) !important
}

.container-actus .card .content {
	padding: 0 20px
}

.container-actus .card .content .btn {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 5px 10px;
	background-color: #008b6c !important;
	border-radius: 25px;
	font-size: 12px;
	border: none;
	position: absolute;
	bottom: 20px;
	right: 30px;
}

.container-actus .card:hover .content .btn {
	background: var(--light);
	color: var(--light);
	box-shadow: #ffffff8f 0px 3px 5px
}

.container-actus .card .content .btn .fas {
	font-size: 10px;
	padding-left: 5px
}

.container-actus .card .content .foot .admin {
	color: var(--primary);
	font-size: 12px
}

.container-actus .card:hover .content .foot .admin {
	color: var(--light)
}

.container-actus .card .content .foot .icon {
	font-size: 12px
}


/**********************************************/


/** details actu custom **/

.user-timing {
	right: 0px;
	bottom: 0px;
	color: #fff;
	background: var(--primary);
	padding: 6px;
}

.views-content {
	color: #606271
}

.views {
	font-size: 12px
}

.dots {
	display: flex;
	height: 10px;
	width: 10px;
	background-color: green;
	border-radius: 50%;
	margin-left: 5px;
	margin-bottom: 6px
}

.days-ago {
	margin-top: -10px;
	color: #606271
}

.snipimage img {
	height: 200px
}

.detail_actu:hover {
	border-color: var(--primary);
	cursor: pointer;
}

/******** end detail actu custom********/

.fw-medium {
	font-weight: 600 !important;
}

.fw-semi-bold {
	font-weight: 700 !important;
}

.back-to-top {
	position: fixed;
	display: none;
	right: 45px;
	bottom: 45px;
	z-index: 99;
}


/*** Spinner ***/
#spinner {
	opacity: 0;
	visibility: hidden;
	transition: opacity .5s ease-out, visibility 0s linear .5s;
	z-index: 99999;
}

#spinner.show {
	transition: opacity .5s ease-out, visibility 0s linear 0s;
	visibility: visible;
	opacity: 1;
}


/*** Button ***/
.btn {
	font-family: 'Nunito', sans-serif;
	font-weight: 600;
	transition: .5s;
}

.btn.btn-primary,
.btn.btn-secondary {
	color: #FFFFFF;
}

.btn-square {
	width: 38px;
	height: 38px;
}

.btn-sm-square {
	width: 32px;
	height: 32px;
}

.btn-lg-square {
	width: 48px;
	height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: normal;
	border-radius: 0px;
}


/*** Navbar ***/
.navbar .dropdown-toggle::after {
	border: none;
	content: "\f107";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	vertical-align: middle;
	margin-left: 8px;
}

.navbar-light .navbar-nav .nav-link {
	margin-right: 16px;
	padding: 25px 0;
	color: #FFFFFF;
	font-size: 15px;
	/*text-transform: uppercase;*/
	outline: none;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
	color: var(--primary);
}

@media (max-width: 991.98px) {
	.navbar-light .navbar-nav .nav-link {
		margin-right: 0;
		padding: 10px 0;
	}

	.navbar-light .navbar-nav {
		border-top: 1px solid #EEEEEE;
		background: #fff;
	}
}

.navbar-light .navbar-brand,
.navbar-light a.btn {
	height: 65px;
}

.navbar-light .navbar-nav .nav-link {
	color: var(--dark);
	font-weight: 500;
}

.navbar-light.sticky-top {
	top: -100px;
	transition: .5s;
	max-height: 65px;
}

@media (min-width: 992px) {
	.navbar .nav-item .dropdown-menu {
		display: block;
		margin-top: 0;
		opacity: 0;
		visibility: hidden;
		transition: .5s;
		border-radius: 6px;
	}

	.navbar .dropdown-menu.fade-down {
		top: 100%;
		transform: rotateX(-75deg);
		transform-origin: 0% 0%;
		border-radius: 6px;
		margin-top: -3px !important;
	}

	.navbar .nav-item:hover .dropdown-menu {
		top: 100%;
		transform: rotateX(0deg);
		visibility: visible;
		transition: .5s;
		opacity: 1;
	}
}


/*** Header carousel ***/
@media (max-width: 768px) {
	.header-carousel .owl-carousel-item {
		position: relative;
		min-height: 500px;
	}

	.header-carousel .owl-carousel-item img {
		position: absolute;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
}

.header-carousel .owl-nav {
	position: absolute;
	top: 50%;
	right: 8%;
	transform: translateY(-50%);
	display: flex;
	flex-direction: column;
}

.header-carousel .owl-nav .owl-prev,
.header-carousel .owl-nav .owl-next {
	margin: 7px 0;
	width: 45px;
	height: 45px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #FFFFFF;
	background: transparent;
	border: 1px solid #FFFFFF;
	font-size: 22px;
	transition: .5s;
}

.header-carousel .owl-nav .owl-prev:hover,
.header-carousel .owl-nav .owl-next:hover {
	background: var(--primary);
	border-color: var(--primary);
}

.page-header {
	background: linear-gradient(rgba(24, 29, 56, .5), rgba(24, 29, 56, .5)), url(../img/carousel-1.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
}

.page-header-inner {
	background: rgba(15, 23, 43, .5);
}

.breadcrumb-item+.breadcrumb-item::before {
	color: var(--light);
}


/*** Section Title ***/
.section-title {
	position: relative;
	display: inline-block;
	text-transform: uppercase;
}

.section-title::before {
	position: absolute;
	content: "";
	width: calc(100% + 80px);
	height: 2px;
	top: 4px;
	left: -40px;
	background: var(--primary);
	z-index: -1;
}

.section-title::after {
	position: absolute;
	content: "";
	width: calc(100% + 120px);
	height: 2px;
	bottom: 5px;
	left: -60px;
	background: var(--primary);
	z-index: -1;
}

.section-title.text-start::before {
	width: calc(100% + 40px);
	left: 0;
}

.section-title.text-start::after {
	width: calc(100% + 60px);
	left: 0;
}


/*** Service ***/
.service-item {
	background: var(--light);
	transition: .5s;
}

.service-item:hover {
	margin-top: -10px;
	background: var(--primary);
}

.service-item * {
	transition: .5s;
}

.service-item:hover * {
	color: var(--light) !important;
}


/*** Categories & Courses ***/
.category img,
.course-item img {
	transition: .5s;
}

.category a:hover img,
.course-item:hover img {
	transform: scale(1.1);
}


/*** Team ***/
.team-item img {
	transition: .5s;
}

.team-item:hover img {
	transform: scale(1.1);
}


/*** Testimonial ***/
.testimonial-carousel::before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	height: 100%;
	width: 0;
	background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
	z-index: 1;
}

.testimonial-carousel::after {
	position: absolute;
	content: "";
	top: 0;
	right: 0;
	height: 100%;
	width: 0;
	background: linear-gradient(to left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
	z-index: 1;
}

@media (min-width: 768px) {

	.testimonial-carousel::before,
	.testimonial-carousel::after {
		width: 200px;
	}
}

@media (min-width: 992px) {

	.testimonial-carousel::before,
	.testimonial-carousel::after {
		width: 300px;
	}
}

.testimonial-carousel .owl-item .testimonial-text,
.testimonial-carousel .owl-item.center .testimonial-text * {
	transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-text {
	background: var(--primary) !important;
}

.testimonial-carousel .owl-item.center .testimonial-text * {
	color: #FFFFFF !important;
}

.testimonial-carousel .owl-dots {
	margin-top: 24px;
	display: flex;
	align-items: flex-end;
	justify-content: center;
}

.testimonial-carousel .owl-dot {
	position: relative;
	display: inline-block;
	margin: 0 5px;
	width: 15px;
	height: 15px;
	border: 1px solid #CCCCCC;
	transition: .5s;
}

.testimonial-carousel .owl-dot.active {
	background: var(--primary);
	border-color: var(--primary);
}


/*** Footer ***/
.footer .btn.btn-social {
	margin-right: 5px;
	width: 35px;
	height: 35px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--light);
	font-weight: normal;
	border: 1px solid #FFFFFF;
	border-radius: 35px;
	transition: .3s;
}

.footer .btn.btn-social:hover {
	color: var(--primary);
}

.footer .btn.btn-link {
	display: block;
	margin-bottom: 5px;
	padding: 0;
	text-align: left;
	color: #FFFFFF;
	font-size: 15px;
	font-weight: normal;
	text-transform: capitalize;
	transition: .3s;
}

.footer .btn.btn-link::before {
	position: relative;
	content: "\f105";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin-right: 10px;
}

.footer .btn.btn-link:hover {
	letter-spacing: 1px;
	box-shadow: none;
}

.footer .copyright {
	padding: 25px 0;
	font-size: 15px;
	border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
	color: var(--light);
}

.footer .footer-menu a {
	margin-right: 15px;
	padding-right: 15px;
	border-right: 1px solid rgba(255, 255, 255, .1);
}

.footer .footer-menu a:last-child {
	margin-right: 0;
	padding-right: 0;
	border-right: none;
}


#ourclients {
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 30px;
	height: 150px;
}

#ourclients .clients-wrap {
	display: block;
	width: 95%;
	height: 99px;
	margin: 0 auto;
	overflow: hidden;
}

#ourclients .clients-wrap ul {
	display: block;
	list-style: none;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}

#ourclients .clients-wrap ul li {
	display: block;
	float: left;
	position: relative;
	width: 220px;
	height: 100px;
	line-height: 100px;
	text-align: center;
}

#ourclients .clients-wrap ul li img {
	vertical-align: middle;
	max-width: 100%;
	width: 150px;
	max-height: 100%;
	-webkit-transition: 0 linear left;
	-moz-transition: 0 linear left;
	transition: 0 linear left;
}

#ourclients h3 {
	border-bottom: 2px solid #3399ff;
	width: 150px;
	padding: 10px;
}


@media (min-width: 992px) {
	.meme-div {
		width: 33.33333% !important;
	}
}


.shadow {
	box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 7%) !important;
}

.list-centrer {
	justify-content: center;
}

.txt-actu {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	max-height: 100px;
	-webkit-line-clamp: 2;
	font-family: "Heebo",sans-serif;
}

.txt-actu p{
	font-family: "Heebo",sans-serif !important;
}

.currently-playing {
	display: flex;
	flex-direction: column;
	margin-bottom: 12px;
	margin-top: -8px;
}


.img-actua {
	height: 200px;
}
.container_presidence {
	max-width: 600px;
  }
  .container_presidence__image {
	width: 220px;
	margin: 0px 30px 30px 0;
	float: left;
	box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 14%) !important;
  }
  .container_presidence__text {
	text-align: justify;
  }/*# sourceMappingURL=style.css.map */
