


a {
	text-decoration: none;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	outline: 0 !important;
	color: #0b0b31;
}

a:hover {
	color: #016893;
	text-decoration: none;
}

.wrapper
{     
    font-family: 'Helvetica';
    font-size: 14px;
}
.StepProgress
{
    position: relative;    
    list-style: none;
}
.StepProgress::before
{
    display: inline-block;
    content: '';
    position: absolute;
    top: 0;
    left: 5px;
    width: 10px;
    height: 100%;
}
.StepProgress-item
{
    display: flex;
    position: relative;
    justify-content: space-between;
}
.StepProgress-item:not(:last-child)
{
    padding-bottom: 75px;
}
.StepProgress-item::before
{
    display: inline-block;
    content: '';
    position: absolute;
    left: -30px;
    width: 10px;
    height: 100%;
}
.StepProgress-item::after 
{
    content: '';
    display: inline-block;
    position: absolute;
    top: 0;
    left: -45px;
    width: 35px;
    height: 35px;
    border: 2px solid #CCC;
    border-radius: 50%;
    background-color: #FFF;
}
.StepProgress-item.active::before
{
    border-left: 6px solid #5b12ad;
}
.StepProgress-item.active::after
{ 
    content: "✔";
    font-size: 20px;
    color: #1f8b09;
    text-align: center;
    border: 1px solid gray;
    background-color: #d4cece;
}
.StepProgress-item.active::before
{
    border-left: 6px solid #666464;
}
.StepProgress-item.todo::before
{
    border-left: 6px solid #666464;
}
.StepProgress-item.todo::after
{
    content: "";
    padding-top: 1px;
    width: 35px;
    height: 35px;
    top: -4px;
    left: -45px;
    font-size: 14px;
    text-align: center;
    color: #5c5555;
    border: 1px solid gray;
    background-color: #d4cece;
}
.StepProgress-item.done::before
{
    border-left: 6px solid #5b12ad;
}
.StepProgress-item:first-child::after
{
  content: none;
}
.StepProgress-item:last-child::after
{
  content: none;
}

input[type="radio"].taille 
{
    display: none;
}
input[type="radio"].taille + label 
{
    padding: 0.75rem 0.75rem;
    margin-left : 1rem;
    font-size: 0.75rem;
    line-height: 1.5;
    border-radius: 5rem;
    color: black;
    background-color: #bdb3b3fd;
    border: 1px solid transparent;
    transition: all 0.5s ease-in-out;
}
input[type="radio"].taille:hover + label 
{
    background-color: #218838;
    border-color: #1e7e34;
}
input[type="radio"].taille:checked + label 
{
    background-color: #28a745;
    border-color: #28a745;
}
.card-group .cards.active
{
    background: #a4ebf5;
}

.validator {
    border: 1px solid #dc3545 !important;
    border-color: #dc3545;
}

.error-validator {
    display: block !important;
    font-size: .875em;
    color: #dc3545;
}

.cover-photo .logo {
    position: absolute;
    bottom: -30px;
    width: 170px;
    height: 170px;
    left: 15px;
    border: 1px solid #333;
    background: white;
    background-image: url(../../images/default_cover.png);
    background-size: 95%;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 3px;
  }

 /**************************************
 **  - block-wrap - CSS
 **************************************/
.login-btn {
    display: block;
    margin-left: 110px;
}
.gsi-material-button {
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	-webkit-appearance: none;
	background-color: WHITE;
	background-image: none;
	border: 1px solid #747775;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #1f1f1f;
	cursor: pointer;
	font-family: 'Roboto', arial, sans-serif;
	font-size: 14px;
	height: 40px;
	letter-spacing: 0.25px;
	outline: none;
	overflow: hidden;
	padding-left: 50px;
	padding-right: 50px;
	padding-top: 10px;
	padding-bottom: 10px;
	position: relative;
	text-align: center;
	-webkit-transition: background-color .218s, border-color .218s, box-shadow .218s;
	transition: background-color .218s, border-color .218s, box-shadow .218s;
	vertical-align: middle;
	white-space: nowrap;
	width: auto;
	min-width: min-content;
  }
  
  .gsi-material-button .gsi-material-button-icon {
	height: 20px;
	margin-right: 12px;
	min-width: 20px;
	width: 20px;
  }
  
  .gsi-material-button .gsi-material-button-content-wrapper {
	-webkit-align-items: center;
	align-items: center;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	height: 100%;
	justify-content: space-between;
	position: relative;
	width: 100%;
  }
  
  .gsi-material-button .gsi-material-button-contents {
	-webkit-flex-grow: 1;
	flex-grow: 1;
	font-family: 'Roboto', arial, sans-serif;
	font-weight: 500;
	overflow: hidden;
	text-overflow: ellipsis;
	vertical-align: top;
  }
  
  .gsi-material-button .gsi-material-button-state {
	-webkit-transition: opacity .218s;
	transition: opacity .218s;
	bottom: 0;
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
  }
  
  .gsi-material-button:disabled {
	cursor: default;
	background-color: #ffffff61;
	border-color: #1f1f1f1f;
  }
  
  .gsi-material-button:disabled .gsi-material-button-contents {
	opacity: 38%;
  }
  
  .gsi-material-button:disabled .gsi-material-button-icon {
	opacity: 38%;
  }
  
  .gsi-material-button:not(:disabled):active .gsi-material-button-state, 
  .gsi-material-button:not(:disabled):focus .gsi-material-button-state {
	background-color: #303030;
	opacity: 12%;
  }
  
  .gsi-material-button:not(:disabled):hover {
	-webkit-box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .30), 0 1px 3px 1px rgba(60, 64, 67, .15);
	box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .30), 0 1px 3px 1px rgba(60, 64, 67, .15);
  }
  
  .gsi-material-button:not(:disabled):hover .gsi-material-button-state {
	background-color: #303030;
	opacity: 8%;
  }
  

.btnGoogle .default-btn {
	
	padding-left: 50px;
	padding-right: 50px;
	padding-top: 10px;
	padding-bottom: 10px;
}


.btnFacebook .default-btn {
    background-color: #4d71c0;
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.btnFacebook .default-btn span {
	background-color: #3b5998;
}

/**************************************
 **  - about-inscription - CSS
 **************************************/
.container .content-text {
    margin-top: 20px;
}

.about-inscription .container .section-title {
    margin-top: 50px;
    margin-bottom: 20px;
}

.about-inscription {
	position: relative;
	z-index: 1;
}

.about-content h2 {
	font-size: 38px;
	font-weight: 700;
	margin-bottom: 20px;
}

.image {
	position: relative;
	text-align: center;
	margin-left: 0px;
	margin-top: -60px;
	margin-bottom: -90px;
}

.content-text {
	position: relative;
	text-align: center;
	margin-left: 0px;
}

.block-wrap {
	position: relative;
	text-align: center;
	margin-left: 0px;
}

.contact-form .contact-form {
	margin-top: -40px;
}

.part2 .connection a {
	text-align: left;
}

.part2 .default-btn {
	float: right;
}

.part2 .inscription {
	margin-top: 60px;
	text-align: center;
}

.box-content a {
	display: block;
	cursor: pointer;
	background-color: #fff;
	text-decoration:none;
	color: #000;
  }

.box-content a:hover {
	background-color: #0396A6;
	color: #fff;
  }

.box-content .box_categories ul:hover li {
	color: #fff
}
/**************************************
 ** - - Navbar Area CSS
 **************************************/
 .techvio-responsive-nav {
	display: none;
}

.techvio-nav {
	background-color: transparent;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-right: 0;
	padding-left: 0;
}

.techvio-nav .navbar {
	padding-right: 0;
	padding-top: 0;
	padding-left: 0;
	padding-bottom: 0;
}

.techvio-nav .navbar ul {
	padding-left: 0;
	list-style-type: none;
	margin-bottom: 0;
}

.techvio-nav .navbar .navbar-nav {
	margin: auto;
}

.techvio-nav .navbar .navbar-nav .nav-item {
	position: relative;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 0;
	padding-right: 0;
}

.techvio-nav .navbar .navbar-nav .nav-item a {
	font-size: 16px;
	font-weight: 600;
	color: #505050;
	text-transform: capitalize;
	padding-left: 0;
	padding-right: 0;
	padding-top: 0;
	padding-bottom: 0;
	margin-left: 15px;
	margin-right: 15px;
}

.techvio-nav .navbar .navbar-nav .nav-item a:hover, .techvio-nav .navbar .navbar-nav .nav-item a:focus, .techvio-nav .navbar .navbar-nav .nav-item a.active {
	color: #016893;
}

.techvio-nav .navbar .navbar-nav .nav-item:last-child a {
	margin-right: 0;
}

.techvio-nav .navbar .navbar-nav .nav-item:first-child a {
	margin-left: 0;
}

.techvio-nav .navbar .navbar-nav .nav-item:hover a, .techvio-nav .navbar .navbar-nav .nav-item:focus a, .techvio-nav .navbar .navbar-nav .nav-item.active a {
	color: #016893;
}

.techvio-nav .navbar .other-option {
	margin-left: 0;
	margin-top: 5px;
}

.techvio-nav .black-logo {
	display: none;
}

.navbar-area {
	background-color: transparent;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	position: absolute;
	z-index: 999;
	left: 0;
	top: 0;
	width: 100%;
	height: auto;
}

.navbar-area.is-sticky {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
	-webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
	box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
	background: #ffffff !important;
	-webkit-animation: 500ms ease-in-out 0s normal fadeInDown;
	animation: 500ms ease-in-out 0s normal fadeInDown;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.navbar-area.is-sticky .navbar-nav .nav-item a {
	color: #505050;
}

.navbar-area.is-sticky .navbar-nav .nav-item a:hover, .navbar-area.is-sticky .navbar-nav .nav-item a:focus, .navbar-area.is-sticky .navbar-nav .nav-item a.active {
	color: #016893;
}

.navbar-area.is-sticky .techvio-nav .navbar-brand .white-logo {
	display: none;
}

.navbar-area.is-sticky .techvio-nav .navbar-brand .black-logo {
	display: block;
}

@media only screen and (max-width: 991px) {
	.navbar-area {
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.navbar-area.is-sticky {
		border-bottom: none;
		-webkit-box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.1);
		box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.1);
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.navbar-area.is-sticky .logo .white-logo {
		display: none;
	}

	.navbar-area.is-sticky .logo .black-logo {
		display: block;
	}

	.techvio-responsive-nav {
		display: block;
	}

	.techvio-responsive-nav .techvio-responsive-menu {
		position: relative;
	}

	.techvio-responsive-nav .techvio-responsive-menu.mean-container .mean-nav ul {
		font-size: 15px;
	}

	.techvio-responsive-nav .techvio-responsive-menu.mean-container .mean-nav ul li a {
		font-size: 15px;
	}

	.techvio-responsive-nav .techvio-responsive-menu.mean-container .mean-nav ul li a.active {
		color: #016893;
	}

	.techvio-responsive-nav .techvio-responsive-menu.mean-container .mean-nav ul li li a {
		font-size: 15px;
	}

	.techvio-responsive-nav .techvio-responsive-menu.mean-container .navbar-nav {
		overflow-y: scroll;
		height: 300px;
		-webkit-box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.1);
		box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.1);
	}

	.techvio-responsive-nav .techvio-responsive-menu.mean-container .others-options {
		display: none;
	}

	.techvio-responsive-nav .mean-container a.meanmenu-reveal {
		color: #0b0b31;
	}

	.techvio-responsive-nav .mean-container a.meanmenu-reveal span {
		background: #0b0b31;
	}

	.techvio-responsive-nav .logo {
		position: relative;
		width: 50%;
		z-index: 999;
	}

	.techvio-responsive-nav .logo .white-logo {
		display: block;
	}

	.techvio-responsive-nav .logo .black-logo {
		display: none;
	}

	.techvio-nav {
		display: none;
	}

	.other-option{
		display: none;
	}
}

.techvio-responsive-nav .techvio-responsive-menu .logo>img {
    max-width: 350px;
    max-height: 350px;
}

.techvio-nav .navbar .navbar-brand>img {
    max-width: 350px;
    max-height: 350px;
}

/**************************************
 ** - - Box CSS
 **************************************/
 .box-image img {
	width: 50px;
	float: right;
	padding-right: 14px;
	margin-top: -50px;
 }

 .box-area .box_categories ul {
	padding-left: 0;
	margin-bottom: 0;
	list-style-type: none;
}

.box-area .box_categories ul li {
	position: relative;
	margin-bottom: 12px;
	color: #5f5f5f;
	padding-left: 18px;
	font-size: 15.5px;
	font-weight: 400;
}

.box-area .box_categories ul li:last-child {
	margin-bottom: 0;
}

.box-area .box_categories ul li::before {
	background: #016893;
	height: 10px;
	width: 10px;
	content: '';
	left: 0;
	top: 7px;
	position: absolute;
	border-radius: 50px;
	border-right-style: inset;
}

.box-content a {
	display: block;
	cursor: pointer;
	background-color: #fff;
	text-decoration:none;
	color: #000;
}

.box-content:hover {
	background-color: #0396A6;
}

.box-content:hover a,
.box-content:hover section ul li {	
	color: #fff;
}

/**************************************
 **  - Privacy CSS
 **************************************/

.privacy-padding {
	padding: 120px 0;
}

.privacy-title {
	text-align: center;
	margin-bottom: 65px;
	line-height: 1.5;
}

.privacy-title h6 {
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 700;
	color: #0b0b31;
	letter-spacing: 0.5px;
	text-transform: uppercase;
}

.privacy-title h2 {
	font-size: 40px;
	color: #0b0b31;
	margin: 10px 0 0 0;
	font-weight: 800;
}

.single-privacy h3 {
	font-size: 20px;
	margin: 0 0 12px 0;
	text-transform: uppercase;
	color: #016893;
}
.form-control.is-invalid, .was-validated .form-control:invalid {
    border-color: #dc3545 !important;
}
.invalid-feedback {
    font-size: inherit;
}

.select2-container--default .select2-selection--single
{
	background-color: #ffffff;
	padding: 15px !important;
	border: none;
	height: 55px !important;
	font-size: 15px;
	border-left: 3px solid #016893 !important;
	-webkit-box-shadow: 0px 5px 30px 0px rgba(148, 146, 245, 0.15);
	box-shadow: 0px 5px 30px 0px rgba(148, 146, 245, 0.15);
}

.select2-container--default .select2-selection--single .select2-selection__arrow
{
	padding: 28px !important;
}

/************************* modal close ***********************/  
.btn-close {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	width: 1em;
	height: 1em;
	padding: 0.25em 0.25em;
	color: var(--ct-gray-900);
	background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%238b96a0'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
	border: 0;
	border-radius: 0.25rem;
	opacity: 1;
	}
  .btn-close:hover {
	color: var(--ct-gray-900);
	text-decoration: none;
	opacity: 0.8;
  }
  .btn-close:focus {
	outline: 0;
	-webkit-box-shadow: none;
			box-shadow: none;
	opacity: 1;
  }
  .btn-close:disabled, .btn-close.disabled {
	pointer-events: none;
	-webkit-user-select: none;
	   -moz-user-select: none;
		-ms-user-select: none;
			user-select: none;
	opacity: 0.25;
  }
  
  .btn-close-white {
	-webkit-filter: invert(1) grayscale(100%) brightness(200%);
			filter: invert(1) grayscale(100%) brightness(200%);
  }
  
/************************* verif email ***********************/  
.container-success, .container-error {
	text-align: center;
	padding: 40px 0;
}

.container-success h1,
.container-error h1 {
	font-weight: 900;
	font-size: 25px;
	margin-bottom: 10px;
}

.container-success h1 {
	color: #88B04B;
}

.container-error h1 {
	color: #ad666c;
}

.container-success p {
	color: #404F5E;
	font-size: 16px;
	margin: 0;
}

.container-success i,
.container-error i {
	font-size: 100px;
	line-height: 150px;
	margin-left: -15px;
}

.container-error i {
	margin-left: unset !important;
}

.container-error i {
	font-style: normal;
}

.container-success i {
	color: #9ABC66;
}

.container-error i {
	color: #ad666c;
}

.container-success .card,.container-error .card {
	background: white;
	padding: 60px;
	border-radius: 4px;
	display: inline-block;
	margin: 0 auto;
}

.flatpickr-calendar {
	width: auto !important;
	z-index: 111 !important;
}

.social-list-item {
    height: 2rem;
    width: 2rem;
    line-height: calc(2rem - 2px);
    display: block;
    border: 2px solid #a1a9b1;
    border-radius: 50%;
}

/********************* date range picker ***********************************/
@media (max-width: 768px) {

	.daterangepicker.show-calendar .drp-buttons {
		display: block;
		text-align: center;
	}

	.daterangepicker .drp-selected {
		display: block;
		font-size: 12px;
		padding-right: 8px;
		margin-bottom: 10px;
	}
	.daterangepicker .drp-buttons .btn {
		margin-left: 8px;
		font-size: 12px;
		font-weight: bold;
		padding: 4px 8px;
		width: 100%;
		margin: 3px;
	}
}

.cancelBtn{
	background-color: gray !important;
	color: white;
    border-color: gray
}
.applyBtn{
	background-color: #0396A6 !important;
}
.daterangepicker td.active, .daterangepicker td.active:hover {
    background-color: #0396A6;
    border-color: transparent;
    color: #fff;
}

.accordion-button:not(.collapsed),
	.accordion-button:focus {
	outline: none;
	border-color: transparent;
	box-shadow: none;
	background-color: transparent;
}
.accordion-button::after {
	width: 11px;
	height: 11px;
	border-radius: 100%;
	background-color: #0396A6;
	background-image: none !important;
}
.accordion-button.collapsed::after {
	background-color: var(--bs-gray-300);
}

.point-collecte{
	font-weight: normal !important;
}
