.sec-Inscription {
	padding: 60px 0 200px
}
.sec-Inscription h2 {
	font-size: 48px;
	margin-bottom: 20px;
	line-height: normal;
	text-align: center
}
.sec-Inscription .titre {
	max-width: 735px;
	margin: 0 auto 0
}
.sec-Inscription .titre p {
	text-align: center;
	margin-bottom: 10px
}
.blc-select {
	max-width: 380px;
	margin: 0 auto 40px;
}
.blc-select select {
	height: 60px;
  background: url(../images/select.png) no-repeat calc(100% - 30px) center;
   background-color: rgba(0, 0, 0, 0);
  background-color: var(--white);
  border: none;
  border-bottom: #cccccc solid 1px;
  font-size: 24px;
  font-family: var(--f1);
  width: 100%;
  padding: 0 40px 0 30px;
  appearance: none;
  cursor: pointer;
  color: var(--black);
  text-align: center;
 
}
.blcBtn.blcChp{
	padding: 0;
}


.form-inscription .blcLeft {
	width: 430px
}

.form-inscription .blcRight{
	width: calc(100% - 430px);
	padding-left: 57px
}
.form-inscription textarea.form-control {
	height: 110px;
	line-height: 24px;
	
}

.button-file {
	position: relative;
	background: url(../images/file.jpg);
	background-size: contain !important;
}

.button-file  span.label {
  position: relative;
  z-index: 0;
  display: flex;
  width: 100%;
  
  cursor: pointer;
  color: #fff;
  padding: 10px 0;
  font-size:16px;
  width: 430px;
  height: 430px;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: column;
  position: relative;
  z-index: 20
}
.button-file  span.label:before {
	content:'';
	background: url(../images/picture.png);
	width: 35px;
	height: 30px;
	display: block;
	margin: 0 auto 10px
}

#upload {
    display: inline-block;
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    cursor: pointer;
    z-index: 20
}
.form-inscription  .form-contact {
	display: block;
}
.form-inscription  .cont-form .inner {
	display: flex;
	flex-flow: row wrap;
	margin: 0 -10px;

}

 .cont-form {
	display: none;
}



.cont-form.visible {
	display: block;
}

.star {
	color: var(--red);
	position: absolute;
	right: 30px;
	top: 10px;
}
.info {
	color: var(--red);
}
.info-compte {
	text-align: center;
	margin-top: 40px
}
.info-compte p {
	display: inline-block;
	text-align: center;
	color: var(--red);
	background-color: #fdd0cd;
	padding: 10px;
	text-align: center
}

.toggle-password {
	position: absolute;
	right: 20px;
	top: 55px;
	width: 20px;
	height: 20px;
	background: red;
	z-index: 20;
	cursor: pointer
}

.toggle-button {
	display: inline-flex;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: unset;
	right: 12px;
	cursor: pointer;
}

.eye-icon {
	width: 20px;
	height: 20px;
}

.form-inscription .password .material-symbols-rounded {
  background: url(../images/hide1.png) no-repeat left center;
    background-size: auto;
  width: 25px;
  height: 20px;
  background-size: cover;
  position: absolute;
  right: 27px;
  top: 20px;
  left: auto;
  z-index: 20
}
.form-inscription .password .material-symbols-rounded.showcharacters {
	 background-image: url(../images/view1.png) ;
}
button#remove-picture {
    cursor: pointer;
}


.sec-Inscription.formateur .form-inscription  .password .material-symbols-rounded {
	top: 55px
}


.chosen-container-multi .chosen-choices {
	border: 1px solid #cacccc !important;
	padding: 13px 29px;
	cursor: pointer;
	font-size: 16px;
	font-family: var(--f1);
	color: #ccc !important;
	background: url(../images/select.png) no-repeat calc(100% - 20px) center
}

.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
	margin: 1px 0;
	padding: 0;
	height: 25px;
	outline: 0;
	border: 0 !important;
	background: 0 0 !important;
	box-shadow: none;
	color: #ccc;
	font-size: 16px;
	font-family: var(--f1);
	line-height: normal;
	border-radius: 0;
}
.chosen-container-multi .chosen-choices li.search-choice {
	padding: 5px 20px 6px 5px;
	color: #ccc;
	background: none
}
.chosen-container .chosen-results li {
	display: none;
	margin: 0;
	padding: 5px 30px;
	list-style: none;
	line-height: 15px;
	word-wrap: break-word;
	-webkit-touch-callout: none;
	font-size: 16px;
	/* color: #ccc; */
}
.chosen-container-multi .chosen-results {
	margin: 0;
	padding: 10px 0;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
	background: url(../images/close1.png) no-repeat center;
	width: 10px;
	height: 10px;
	background-size: cover;
	margin-top: 3px;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
	background-position: center;
}
.chosen-container-active .chosen-choices {
	
	box-shadow: none;
}



 @media (max-width:1200px) {  
	 .form-inscription .blcLeft {
		width: 350px
	}

	.form-inscription .blcRight{
		width: calc(100% - 350px);
		padding-left: 57px
	}
	.button-file  span.label {
		width: 100%;
		height: 350px
	}

 }

 @media (max-width:991px) {  

 	.form-inscription .blcLeft {
		width: 100%
	}

	.form-inscription .blcRight{
		width:100%;
		padding-left: 0;
		padding-top: 40px
	}
	.button-file  span.label {
		width: 100%;
		height: 300px
	}
	.sec-Inscription h2 {
		font-size: 35px
	}
	.sec-Inscription {
		padding: 60px 0 10px;
	}


 }

  @media (max-width:767px) {  
  	.sec-Inscription {
		padding: 40px 0 0
	}
	.sec-Inscription .form-contact {
		margin: 0;
	}
	.blc-select select {
		padding-right: 30px
	}
	.button-file span.label {
		padding: 0 20px
	}
	.blc-select select {
		background-position: calc(100% - 10px) center
	}

  }
   @media (max-width:600px) {  
  	.sec-Inscription {
		padding: 20px 0 0
	}
	.blc-select select {
		font-size: 20px;
		text-overflow: ellipsis;
	}
	

  }