/* import fonts from fonts.css file */
@import url(./fonts.css);

/* CSS Variables */
@import url(./partials/_variables.css);

/* Global Styling */
@import url(./partials/_global.css);

body {
	background: #fafcff;
	height: 100vh;
}
.header-top{background:#04091e;font-size:12px;padding:8px}.header-top a{color:#fff}.header-top ul li{display:inline-block;margin-left:15px}.header-top .header-top-left a:hover i{color:#1C8877}.header-top .header-top-right{text-align:right}.header-top .header-top-right a{margin-right:10px}.header-top .header-top-right a .lnr{display:none;font-weight:700}@media (max-width: 480px){.header-top .header-top-right a .lnr{display:inline-block}.header-top .header-top-right a .text{display:none}}.top-head-btn{background:#1C8877;padding:9px 26px}.main-menu{padding-bottom:20px;padding-top:20px;border-bottom:1px solid #39353e}#header{position:fixed;left:0;top:0;right:0;transition:all 0.5s;z-index:997}
#header.header-scrolled{transition:all 0.5s;background-color:rgba(31,31,31,0.9)}
#header.header-scrolled .main-menu{border-color:transparent}
@media (max-width: 673px){#logo{margin-left:20px}}
#header #logo h1{font-size:34px;margin:0;padding:0;line-height:1;font-weight:700;letter-spacing:3px}
#header #logo h1 a,#header #logo h1 a:hover{color:#000;padding-left:10px;border-left:4px solid #1C8877}#header #logo img{padding:0;margin:0}@media (max-width: 768px){#header #logo h1{font-size:28px}#header #logo img{max-height:40px}}.nav-menu,.nav-menu *{margin:0;padding:0;list-style:none}.nav-menu ul{position:absolute;display:none;top:100%;right:0;z-index:99}.nav-menu li{position:relative;white-space:nowrap}.nav-menu>li{float:left}.nav-menu li:hover>ul,.nav-menu li.sfHover>ul{display:block}.nav-menu ul ul{top:0;right:100%}.nav-menu ul li{min-width:180px}.sf-arrows .sf-with-ul{padding-right:30px}.sf-arrows .sf-with-ul:after{content:"\f107";position:absolute;right:15px;font-family:FontAwesome;font-style:normal;font-weight:normal}.sf-arrows ul .sf-with-ul:after{content:"\f105"}@media (max-width: 768px){#nav-menu-container{display:none}}.nav-menu a{padding:0 8px 0px 8px;text-decoration:none;display:inline-block;color:#fff;font-weight:500;font-size:12px;text-transform:uppercase;outline:none}.nav-menu li:hover>a{color:#1C8877}.nav-menu>li{margin-left:10px}.nav-menu ul{margin:24px 0 0 0;padding:10px;box-shadow:0px 0px 30px rgba(127,137,161,0.25);background:#fff}.nav-menu ul li{transition:0.3s}.nav-menu ul li a{padding:5px 10px;color:#333;transition:0.3s;display:block;font-size:12px;text-transform:none}.nav-menu ul li:hover>a{color:#1C8877}.nav-menu ul ul{margin-right:10px;margin-top:0}


input[type='radio']:checked:before {
	background:green;
	}

.hauteur {
	margin-top: -60px;
	position: relative;
	width: 100%;
	margin: 0;
	padding: 0;
	background-repeat: no-repeat;
}

.card-body span {
	color: rgba(255,255,255,.57);
}

.card-body small{
	color: rgba(255,255,255,.57);
}

.card-body {
	color: teal;
	transition-duration: 2s;
	transition-property:  color;
}

a .card-body{
	background-color: #1C8877;
}

.menu-has-children ul a{
	font-weight: bold;
}

.menu-has-children ul a:hover{
	background-color: #1C8877;
	color: #ffffff !important;
}

section a .card-hover {
	height: calc(100vh - 300px);
	position: absolute;
	/*left: 0;*/
	bottom: 0;
	z-index: 2;
    display: flex;
    flex-direction: column;
	/*padding: 12px;*/
	/*transition: all 0.5s cubic-bezier(.48, -0.28, 0.41, 1.4);
	/*transition: all 0.7s cubic-bezier(0.250, 0.460, 0.450, 0.940);*/
	transition: all .2s ease;
	box-sizing: border-box;
	overflow: hidden;
	transform: translateY(0em);
	opacity: 0;
}


.overlay-bg{background:rgba(4,9,30,0.8)}

section a .card-hover:hover .card-title-second{
	color: transparent;
	visibility: hidden;
}

section a .card-title-second{
	color: transparent;
	visibility: hidden;
}


section a .card-hover:hover .card-text{
	color: #ffffff;
	margin: 2em;
	height: 75%;
	margin-bottom: 10px;
}


.sd1{
   align-items: center;
   overflow: hidden;
   display: flex;
   /*margin: 1em;*/
   justify-content: space-between;
   align-items: center;
}


.sd2new{
	width: 66.66666%;
	height: 100vh;
	position: relative;
	overflow:hidden;
	flex: auto;
	/*transform: translateY(60px);   */
}
.dimension{
	height: calc(100vh - 100px);
	margin-left: 3em;
	margin-right: 3em;
	top: 0;
	transform: translateY(100px);
}


.sd2{
	width: 33.33333%;
	height: 100vh;
	position: relative;
	overflow:hidden;
	flex: auto;
	/*transform: translateY(60px);   */
}

.sd3{

	transform: translateY(100px);
	height: calc(100vh - 100px);
	padding: 2rem 0 0.5em 2.4rem;
    top: 0;
    /*height: 100%;*/
}

.btnsd4{
	border: 0;
    display: block;
    text-align: left;
	background: transparent;
	/*font-size: 1.8rem;
	font-weight: 400;*/
	width: calc(33vw - 2.9rem);
}

.contentCarouseltext{
	border: 0;
    display: block;
    text-align: left;
	color: #ffffff;
	width: calc(33vw - 2.9rem);
	margin: 0 0 .625em;
}



.btnCostum{
	border-radius: 3em;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	padding-left: 2em;
	padding-right: 2em;
	box-sizing: border-box;
	background-color: #1C8877;
	color: #ffffff;
	border: none;
	margin-bottom:2em ;
	margin-top: 1em;
}

.btnCostumitem1{
	border-radius: 3em;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	padding-left: 2em;
	padding-right: 2em;
	box-sizing: border-box;

	background:rgba(51,51,51,0.9);
	border: 1px solid #FFF;
	color: #ffffff;
	margin-bottom:2em ;
	cursor: pointer;
	transition: all .3s;
}

.btnCostumitem1:hover{
	background-color: #1E1E1E;
}


.carousel-indicators .active {
    background-color: #1C8877;
}

.carousel-indicators li {
    display: inline-block;
	margin: 6px;
	border: 3px solid #1C8877;
	margin-bottom: 2em;
}

.btnCostum:hover{
	border: none;
}

.titleArt1{
	line-height: 1.3;
	margin: 0 0 .625em;
	font-family: Sahitya;
}

.titleArt2{
	line-height: 1.3;
	margin: 0 0 .625em;
	font-weight: 500;
	color: #fafcff;
	font-family: Roboto;
}

.titleArt p{
	font-family: Sahitya;
}

.titleArt{
	line-height: 1.3;
	margin: 0 0 .625em;
	font-size: 2.5rem;
    font-weight: 800;
}

.title{
	font-size: 2.8rem;
    font-weight: 420;
    line-height: 1.3;
	margin: 0 0 .625em;
	color: #ffffff;
	font-family: Sahitya;
}

.titlenew{
	font-family: Sahitya;
}

.title3{
	font-size: 2.8rem;
    font-weight: 800;
	margin: 0 0 .625em;
	color: #ffffff;
	font-family: Roboto;
}

.textitem3{
	/*font-size: 2.5rem;*/
    font-weight: 700;
	margin: 0 0 .625em;
	padding-right: 0.5em;
	margin-bottom: 1em;
	color: #ffffff;
	font-family: inherit;
}

.text2item3{
	font-weight: 500;
	margin: 0 0 .625em;
	padding-right: 0.5em;
	color: #ffffff;
}

.item1{
	background-image:url("../img/img21.jpg");
	background-position:100% 0;
	background-size:cover;
	background-repeat: no-repeat;
	opacity: 0.9;
	background-color: #F69E7B;
}


.carousel-item {
    height: 100vh;
	min-height: 300px;
	/*background-image:url("../img/slide2.jpg");*/
    background: no-repeat center center scroll;
    background-size: cover;
    }

.item2{
	/*background-color: #f3a86f; #FFC69A
	background-color: #1d2134;*/
	background-color: rgba(#123569, .4);

}

.item3{
	background-color: #383E56;
	background-image:url("../img/img12.jpg");
	background-position:30% 0%;
	background-size:cover;
	background-repeat: no-repeat;
	opacity: 0.95;
}

/*Add overlay on image background.*/

.block{
	/*background-image: url("../img/img30.jpg");*/
	position: relative;
  }

  .carousel-item::before{
	background-color: rgba(4,9,30,0.2);
	content: '';
	display: block;
	height: 100%;
	position: absolute;
	width: 100%;
  }

  .card {
	/* position: relative;
	color: #CEEBE9;*/
	background: transparent;
	overflow: hidden;
	/*background: -webkit-linear-gradient(rgba(157, 51, 0, 0.9),rgba(255, 222, 207, 0.16));
	background: linear-gradient(rgba(157, 51, 0, 0.94),rgba(255, 222, 207, 0.16));*/
	border-radius: 0%;
	margin-bottom: 2em;
	border: none;
   /* width: 80%;*/
}

a:hover	.card .card-img-top{
	transform:scale(1.05) ;
	opacity: 1;
}

a:hover .card-body{
	background-color: teal;
}

/*a:hover{
	background-color: teal;
	height: 10px;
}*/

.img-card {
	/* position: absolute;*/
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 1;
	min-height: 180px;
	/*max-width: 316px;*/
}

.card-text {
	bottom: 10px;
	position: static;
	z-index: 2;
	padding: 10px;
}
.card-text-title {
	color: white;
	font-size: 1.2em;
	opacity: 1;
	z-index: 2;
}

.card-text-date {
	font-size: 0.8em;
	color: whitesmoke;

}
.card-img-content {
	overflow: hidden;
}

.flag{
	position: absolute;
		z-index: 4;
		top: 0%;
		right: 0%;
		width:80px;
		height: 100%;
		right: 0px;
		/*background: rgb(202, 233, 205);*/
		/*background: #0C499D;*/

		vertical-align: middle;
	-webkit-clip-path:polygon(100% 0, 100% 50%, 100% 100%, 0% 100%, 41% 51%, 0% 0%);
	clip-path: polygon(100% 0, 100% 50%, 100% 100%, 0% 100%, 41% 51%, 0% 0%);
}


.card-footer{
	background-color: #0D1728;/* rgba(17, 21, 100, 0.9);*/
	border-radius: 0%;
	padding-left : 10px;

}

.struc{
	background-color: #1D264C;/* rgba(17, 21, 100, 0.9);*/
	align-items: center;
	/*overflow: hidden;
	display: flex;*/
	margin-top: 0em;
	margin-left: 0.0em;
	margin-right: 0.3em;
	margin-bottom: 0.3em;
	align-items: center;
	width: calc(50% - 0.3em);
	padding:10px;
}

.forumContent{
	background-color: #1D264C;
	border-radius: 0%;
	padding-left : 10px;
}


.footer-area{background-color:#04091e}.single-footer-widget h4{color:#fff;margin-bottom:25px;font-weight:500}.single-footer-widget .form-control{border:none;width:80% !important;font-weight:300;background:#f9f9ff;padding-left:20px;border-radius:0;font-size:14px;line-height:normal !important;color:#222}.single-footer-widget .form-control:focus{box-shadow:none;color:#222}.single-footer-widget ul li{margin-bottom:10px}.single-footer-widget ul li a{color:#777;-webkit-transition:all 0.3s ease 0s;-moz-transition:all 0.3s ease 0s;-o-transition:all 0.3s ease 0s;transition:all 0.3s ease 0s}.single-footer-widget ul li a:hover{color:#1C8877}.single-footer-widget .bb-btn{color:#1C8877;color:#fff;font-weight:300;border-radius:0;z-index:9999;cursor:pointer}.single-footer-widget .info{margin-top:25px;color:#fff;font-size:12px}.single-footer-widget .info.valid{color:green}.single-footer-widget .info.error{color:red}.single-footer-widget .btn{font-size:1.2rem;border-radius:0;background:#1C8877;color:#fff}.single-footer-widget .btn .lnr{line-height:inherit;font-size:13px;padding:0px 4px}.single-footer-widget ::-moz-selection{background-color:#191919 !important;color:#777}.single-footer-widget ::selection{background-color:#191919 !important;color:#777}.single-footer-widget ::-webkit-input-placeholder{color:#777;font-weight:300}.single-footer-widget :-moz-placeholder{color:#777;opacity:1;font-weight:300}.single-footer-widget ::-moz-placeholder{color:#777;opacity:1;font-weight:300}.single-footer-widget :-ms-input-placeholder{color:#777;font-weight:300}.single-footer-widget ::-ms-input-placeholder{color:#777;font-weight:300}@media (max-width: 991.98px){.single-footer-widget{margin-bottom:30px}}.footer-bottom{padding-top:50px}.footer-bottom .footer-social{text-align:right}@media (max-width: 991px){.footer-bottom .footer-social{text-align:left;margin-top:30px}}.footer-bottom .lnr,.footer-bottom a{color:#1C8877}.footer-bottom .footer-social a{background:rgba(255,255,255,0.1);color:#fff;width:30px;height:30px;display:inline-block;text-align:center;-webkit-transition:all 0.3s ease 0s;-moz-transition:all 0.3s ease 0s;-o-transition:all 0.3s ease 0s;transition:all 0.3s ease 0s}.footer-bottom .footer-social a i{vertical-align:bottom}.footer-bottom .footer-social a:hover{background-color:#1C8877}
.section-gap{padding:25px 0}

/*Page trois ......*/

.card-body .card-title .forums{
	text-align: center;
	text-transform: capitalize;
	margin: 0px;

	}

a:hover .card-body{
	transform:scale(1.05) ;
	opacity: 1;
}

input[type=date] {
	border: none;
	background-color: transparent;
	color: #1C8877;
	font-weight: normal;
}

.listforumcontent{
	/*box-shadow: 4px 4px 4px 4px rgb(51, 50, 50);*/
	border-radius: 10%;
	margin-bottom: 18px;
	background-color: #04091E;
}

.listforumcontent4{
	/*box-shadow: 4px 4px 4px 4px rgb(51, 50, 50);*/
	border-radius: 10%;
	margin-bottom: 18px;
	background-color: #2F2F2F;
}

.titlesujet{
	margin-bottom: 12px;
	color: #fff;
}

a:hover .entete{
	color: #1C8877 !important;
}

/*Footer link hover*/
.single-footer-widget a:hover{
	color: #1C8877 !important;
}

/* Small devices (landscape phones, 576px and up)*/
@media (max-width: 576px) {
	.Titlefirst h2{
		margin-bottom: 1em;
	}
 }

/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {
	.Titlefirst h2{
		margin-bottom: 1em;
	}
 }

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
	.Titlefirst h2{
		margin-bottom: 1em;
	}
 }

 /* Large devices (desktops, 992px and up) */
@media (min-width: 1024px) {
	.Titlefirst h2{
		margin-bottom: 1em;
		font-weight: 600;
		font-size:130%;
	}
 }

 /* Large devices (desktops, 1345px and up) */
@media (min-width: 1185px){
	.Titlefirst h2{
		margin-bottom: .5em;
		font-weight: 450;
		font-size: 160%;
	}
 }

/* Large devices (desktops, 1345px and up) */
@media (min-width: 1345px){
	.Titlefirst h2{
		margin-bottom: .5em;
		font-weight: 450;
		font-size: 180%;
	}
 }

/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
	.Titlefirst h2{
	}
 }

 @media (min-width : 992){
	 #navSmallScreen{
		 visibility: hidden !important;
		 display: none !important;
	 }
	 #navlargeScreen{
		visibility: hidden ;

	}
 }

 @media (max-width : 991){
	#navlargeScreen{
		visibility: hidden;
	}
}
.img-circle {
    border-radius: 50%;
}

.img-size-64,
.img-size-50,
.img-size-32 {
    height: auto;
}
