.section-block {
    padding: 120px 0px 50px;
}
#cadre-user-compte{
	padding: 30px 60px;
	background: rgba(36,36,36,0.5);
	border-radius: 20px;
	margin-top: 20px;
	height: 100%;
	width: 100%;
	margin: auto;
	position: relative;
}
#cadre-user-compte-description{
	padding: 30px 20px;
	background: rgba(36,36,36,0.5);
	border-radius: 20px;
	margin-top: 0px;
	height: 100%;
}

#cadre-user-compte-description img{
	width: 100%;
	padding: 50px 0px;
    border-radius: 0px;
}
/*
#cadre-user-compte-description img:first-child{
	padding: 0px 70px;
}
#cadre-user-compte-description img:last-child{
	padding-left: 200px;
}
*/
.trait-gris{
	background: #707070;
    height: 1px;
    padding: 0px 70px;
    margin: auto;
    width: 60%;
    margin-top: 30px;
    margin-bottom: 15px;
}
h1{
/* 	color: #FFBE45; */
	color: #fff;
	font-size: 35px;
	margin-bottom: 30px;
	padding-bottom: 30px;
	font-size: 33px;
	border-bottom: 1px solid #fff;

}
h1.text-white{
	color: #7CC16C !important;
}
#cadre-user-compte p:last-child{
	margin-top: 10px;
	margin-bottom: 30px;
}


::placeholder {
	color: #484848;
	font-weight: 300;
}
textarea::placeholder {
	color: #484848;
	font-weight: 300;
}

.btn{
    background: #30BC7B;
    color: #fff;
    font-size: 23px;
    padding: 10px 15px;
    border-radius: 5px;
    width: 35%;
    margin: auto;
    display: block;
    margin-top: 0px;
    margin-bottom: 20px;
}

p{
	color: #fff;
}
p span{
	color: #FFBE45;
}

#cadre-compte{
	background: rgba(255, 255, 255, 0.07);
	padding: 30px 20px;
    margin: 50px 30px;
}
.color-orange{
	color: #FFBE45;
}


#cadre-user-compte input, #cadre-user-compte textarea  {
    background: #FFFFFF;
    border: none;
    background-color: #FFFFFF;
    color: #484848;
    width: 95%;
    margin-bottom: 40px;
}
#cadre-user-compte textarea  {
	border-radius: 5px;
    height: 250px;
    margin-bottom: 10px;
    width: 97.5%;
}

#messages_civilite{
	margin-bottom: 0px;
}
#messages_civilite input {
    width: 2%;
    margin-right: 8px;
}
#messages_civilite label {
    width: 18%;
}

#cadre-user-compte-description i {
    text-align: center;
    font-size: 65px;
    display: block;
    width: 100%;
    font-weight: 100;
    color: #D6D6D6;
}
#cadre-user-compte-description p {
    font-size: 16px;
    padding: 0px 20px;
    line-height: 1.5;
}
#cadre-user-compte-description p span{
	color: #C98EDF;
	font-size: 23px;
}
#form-partage {
    padding: 40px 40px 5px;
}
#form-partage input {
    margin-bottom: 30px;
}
#button {
    background: #7d5a8a;
    width: 70%;
    margin: auto;
    display: block;
    font-weight: 400;
    color: #fff;
    font-size: 23px;
}
#cadre-user-compte-description .text-credit {
    font-size: 15px;
    color: #fff !important;
}
.form-required {
    position: relative;
}
.text-obligatoire {
    position: absolute;
    top: 140px;
    right: 60px;
    color: #fff;
    font-size: 13px;
}
.text-obligatoire span{
	color: #fff;
}

.form-required::after {
    position: absolute;
    content: '*';
    color: #fff;
    font-size: 18px;
    right: 15px;
    top: 11px;
}

.cadre-contact .text-credit{
	display: none;
}
.form-error {
	margin-top: 0px;
    margin-bottom: 0px;
    position: absolute;
    bottom: 10px;
    left: 15px;
    width: 100%;
}

#messages_content + .form-error {
	position: inherit;
	bottom: inherit;
	left: inherit;
	margin-bottom: 15px;
}

#messages_content + .form-error ul li {
    text-align: center;
}

.text-description-contact{
	margin-top: 30px;
}

#cadre-user-compte .objetMessage input{
	width: 97.5%;
}

#cadre-user-compte .info-mobile .row div:nth-child(2){
	padding-left: 0px;
}

#cadre-user-compte .info-mobile .row div:nth-child(2) input{
	width: 92.5%;
}

#cadre-user-compte select {
    border-radius: 0px;
    background: #FFFFFF;
    border: none;
    background-color: none !important;
    color: #484848;
    width: 100%;
    margin-bottom: 40px;
    padding: 11.5px 10px;
    border-radius: 5px;
    height: 43px;
}


@media (max-width: 1199px) {
	body{
		padding-bottom: 45em;
	}

	#cadre-user-compte-description{
		padding-top: 75px;
	}

	#form-partage input{
		margin-bottom: 40px;
	}

	#form-partage #button{
		padding: 6px 10px;
		font-size: 20px;
	}

}
@media (max-width: 1024px) {

}


@media (max-width: 992px) {
    #cadre-user-compte input,
	#cadre-user-compte textarea{
		width: 100%;
	}
	.form-required::after{
		right: -5px;
	}

	#messages_civilite input{
		width: 2%;
	}

	#cadre-user-compte-description{
		margin-top: 30px;
		padding-top: 30px;
	}

	#cadre-user-compte-description i {
	  font-size: 80px;
	}
	#form-partage #button {
		width: 25%;
		margin-bottom: 0px;
		padding: 10px;
		font-size: 23px;
	}



}

/*  Medium devices (tablets, 844px and up) */
@media (max-width: 844px) {

}


/*  Medium devices (tablets, 768px and up) */
@media (max-width: 768px) {
	h1{
		font-size: 30px;
	}
	#cadre-user-compte {
	    padding: 30px 30px;
	    width: 100%;
	    margin: auto;
	}
	#user_civilite label {
	    width: 20%;
	}
	#user_civilite input {
	    width: 10%;
	}
	.btn{
		width: 75%;
	}
	#cadre-user-compte-description{
		margin-top: 30px;
	}
	.section-block {
   		padding: 85px 0px 100px;
	}
	#messages_civilite input {
    	width: 10%;
    }
}

@media (max-width: 576px) {

	.text-obligatoire {
	    top: 105px;
	    right: 30px;
	}

	.section-block {
	    padding: 50px 10px 50px;
	}
	#form-partage #button {
	    width: 50%;
	}
	h1.text-white{
		color: #65C85A !important;
	}

	#cadre-user-compte {
    	padding: 30px 30px 0px;
    }

    #cadre-user-compte-description {
    	margin-top: 20px;
    	padding-top: 20px;
    }

    #form-partage {
    	padding: 40px 12px 5px;
	}
	#form-partage #button {
	    width: 76%;
	}
	#cadre-user-compte  .info-mobile input{
		margin-bottom: 5px;
		margin-top: 0px;
	}

	#cadre-user-compte .info-mobile .row div:first-child{
		padding-right: 0px;
	}
	#cadre-user-compte .info-mobile .row div:nth-child(2){
		padding-left: 15px;
	}

	#cadre-user-compte .info-mobile .row div:nth-child(2) input{
		width: 100%;
	}
	#cadre-user-compte .objetMessage input{
		width: 100%;
	}
}