@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@500&display=swap');
@import url("https://fonts.googleapis.com/css?family=Poppins:200,200i,300,300i,400,400i,500,500i,600,600i,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Poppins:200,200i,300,300i,400,400i,500,500i,600,600i,700&display=swap");
#leSite
{
	background-color: #eaeef6;
}

#leSite section{
	padding-top: 50px;
}

#leSite .container p {
	margin-top: 0px !important;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	text-transform: none;
	line-height: 1.7;
	letter-spacing: 0;
	color: #272727;
	font-family: poppins, sans-serif;
}

#leSite h3, #leSite h4 {
	font-family: 'Josefin Sans', sans-serif;
}

#leSite .container h3 {
	font-size: 28px;
	text-align: center;
	text-transform: uppercase;
	margin-top: 0;
}

.button
{
	cursor: pointer;
}

.input_btn
{
	padding: 10px;
	font-size: 16px;
	color: white;
	box-shadow: 0px 4px 4px #1c1a19;
	border: none;
	border-radius: 5px;
	background-color: rgba(0,125,0,1);
	transition: 0.6s ease;
    cursor: pointer;
    width: 100%;
}

.input_btn:hover
{
	box-shadow:none;
}

.couvreForm input
{
    width: calc(100% - 20px);
    max-width: 400px;
}

.couvreForm select
{
    width: 100%;
    max-width: 400px;
}

.couvreForm span
{
	font-size: 12px;
}

.couvreForm p
{
	margin-bottom: 0;
}

.basFooterElt1 {
	justify-content: left;
}
.basFooterElt2 {
	width: 100px;
}

.auth-form
{
	margin: 20px;
	padding: 10px;
	box-shadow: 0px 0px 30px rgba(0,0,0,0.2);
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 20px;
	border-radius: 5px;
	transition: 0.6s ease;
    max-width: 360px;
	background-color: white;
}


.custom-alert-box {
	width: 300px;
	max-width: 80%;
	position: fixed;
	bottom: 5px;
	right: 5px;
	z-index: 100;
}

.custom-alert {
	border-radius: 8px;
	background: #ff6060;
	color: white;
	margin-top: 5px;
}

.custom-alert h3 {
	font-size: 15px;
	margin: 0px;
	margin-bottom: 5px;
}

.custom-alert p {
	font-size: 12px;
	margin: 0px;
	line-height: 1.5;
}

.custom-alert.success {
	background: #28a745;
}

.custom-alert.info {
	background: #17a2b8;
}

.custom-alert.danger {
	background: #dc3545;
}

.custom-alert.primary {
	background: #006fdc;
}

.custom-alert i
{
	position: absolute;
	right: 12px;
	font-size: 20px;
}

.custom-alert i:hover
{
	font-size: 23px;
	color: aqua;
	top: 11.5px;
	right: 10.5px;
}

.boutton_valide
{
	width: 130px;
}

#companyName h1 {
	font-size: 22px;
}

.header-title
{
	height: 450px;
	padding-top: 220px;
	background-color: rgba(0,0,0,0.5);
}

.header-title h1
{
	font-size: 40px;
	color: white;
	display: block;
	width: 600px;
	max-width: 80%;
	text-align: center;
	margin: auto;
}


.information .tag {
	max-width: 130px;
}

.information .button {
	max-width: 150px;
}

.information .title {
	font-size: 25px;
	font-weight: 400;
}

.information.card {
	border: none;
}


.form-control.shadow {
	box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}


.services-btn
{
	width: 100%;
	margin-top: 15px;
	font-size: 16px;
}



.table-container{
	box-shadow: 0px 1px 2px 0px rgb(60 64 67 / 25%), 0px 2px 6px 2px rgb(60 64 67 / 10%);
	padding:1rem;
	border-radius: 12px;
	background-color: white;
	font-size: 13px;
}

.avatar-span{
width: 40px;
height: 40px;
cursor: pointer;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
border-radius: 20px;
object-fit: fill;
background-image: url("https://st4.depositphotos.com/14903220/22197/v/450/depositphotos_221970610-stock-illustration-abstract-sign-avatar-icon-profile.jpg");
}


.table-container .btn{
	height: 20px;
	padding: 4px 10px;
	font-size: 10px;
}

.table-container .time{
	font-size: 12px !important;
}

.table-container tr{
	box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .12) !important;
}

.table-container td{
	vertical-align: middle;
	padding: 5px;
}

.table-container .flex-data
{
	display: flex;
	align-items: center;
	justify-content: center;
	/* max-width: 180px; */
	margin: auto;
}

.table-container span
{
	margin-right: 2px;
}

.table-container .table thead th {
	border-bottom: none;
}

.w-100
{
	width: 100%;
}



/* Color */
.plan button{
	background-color: #026F6B  !important;
  }


 .information .tag {
	/* background-color: red !important; */
	color: #026F6B !important;
}


.information .button {
	color: #026F6B !important;
	border-color: #026F6B !important;
}

.btn.btn-primary {
	background: #026F6B !important;
	border-color: #026F6B !important;
	color: #fff !important;
}

.btn.btn-primary:hover {
	background: #015754 !important;
}

input[type=file]::file-selector-button {
    background: #129691 !important;
  }

input[type=file]::file-selector-button:hover {
    background: #026F6B !important;
  }

  .bg-primary {
	background: #026F6B !important;
}

#bac-year {
	background-color: #015754;
}

#bac-type {
	background-color: #129691;
}

.flex-form input[type="submit"] {
	background: #015754;
	border: 1px solid #015754;
}

.information .details dd {
	color: #026F6B !important;
}

.information .details dT {
	color: #129691 !important;
}

.modal .custom-alert.primary {
	background: #026F6B;
}

.info-box .box-icon i {
    color: #026F6B;
}


.contactLien:hover a
{
	color: rgba(12,65,49,1) !important;
}

.person-box .box-avatar .no-name.bg-danger {
	background: #f23a2e;
}


.testimonial-card .admin-remove-btn
{
	font-size: 14px;
	height: 30px;
	width: 30px;
	text-align: center;
	line-height: 2;
	border-radius: 50px;
	position: absolute;
	border: 1px solid rgba(0, 0, 0, .1);
	background-color: rgba(0, 0, 0, .15);
	top: 150px;
	left: calc(50% + 20px);
	color: red;
	cursor: pointer;
}

.testimonial-card .admin-remove-btn:hover
{
	border: 1px solid rgba(0, 0, 0, .1);
	background-color: rgba(0, 0, 0, .4);
	color: red;
}


.user-roles span
{
	display: inline-block;
	font-size: 12px;
	cursor: pointer;
}

.user-roles span.active
{
	background-color: #026F6B;
	color: white !important;
}

#show-mobile-nav {
	display: none;
}


.categorieDeroulant.that
{
	display: none;
}

.action-btn
{
	color: #272727;
	background-color: #eaeef6;
	font-size: 12px;
	float: right;
	cursor: pointer;
}
.action-btn:hover
{
	color: #eaeef6;
	background-color: #272727;
}

.shadow
{
	box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .12) !important;
}

.top-action {
	float: right;
	position: relative;
	top: -10px;
	left: -10px;
	cursor: pointer;
	font-size: 15px;
	border-radius: 5px;
	color: #eaeef6;
	background-color: #006fdc;
	border: 1px solid transparent;
}

.top-action:hover {
	color: #006fdc;
	background-color: #eaeef6;
	border: 1px solid #2372c2;
}


body {
	background-size: cover;
}


.w-50
{
	width: 50%;
}

.w-45
{
	width: calc(50% - 3px);
}

a
{
	text-decoration: none;
}

.text-black
{
	color: #1c1a19 !important;
}

header
{
	position: absolute;
}

.iti {
	width: 100%;
}

#leSite .container p {
	font-size: 14px;
}

.information .title {
	font-size: 20px;
}

.plan li
{
	font-size: 14px;
}








































@media only screen and (max-width: 991px)
{

}




@media only screen and (max-width: 767px)
{
	#enteteCategories
	{
		display: block;
		background-color: #19604a;
		padding: 10px;
		position: absolute;
		top: 60px;
		width: calc(50% - 5px);
		max-width: 250px;
		right: 5px;
	}
	#enteteCategories li
	{
		display: block !important;
		width: 100%;
		border-right: none;
		text-align: left;
	}
	#enteteCategories li a, #enteteCategories li p
	{
		height: 40px;
	}
	
	#enteteCategories li ul
	{
		width: 100%;
		right: calc(100% - 0px);
		top: 50px !important;
		border-radius: 0;
	}

	.categorieDeroulant.this
	{
		display: none;
	}

	.categorieDeroulant.that
	{
		display: block;
	}

	#show-mobile-nav {
		position: absolute;
		right: 20px;
		font-size: 25px;
		color: rgba(255,255,255,.5);
		cursor: pointer;
		display: inline;
	}

	.hide#enteteCategories
	{
		display: none !important;
	}
        .header-title h1 {
    	font-size: 38px !important;
    }

}




@media only screen and (max-width: 575px)
{
        .header-title h1 {
    	font-size: 32px !important;
    }

}




@media only screen and (max-width: 400px)
{
        .header-title h1 {
    	font-size: 27px !important;
    }

}

































































