/*

Theme Name:     Freelanceengine Child

Theme URI:      http://enginetheme.com/

Description:    Child theme for the FreelanceEngine theme

Author:         enginethemes

Author URI:     http://enginetheme.com/about/

Template:       freelanceengine

Version:        1.0

*/



.profile-freelance-info h2{

	margin: 0;

	font-size: 20px;

	font-weight: 400;

	color: #2c3e50;

	line-height: 0.4em;

	margin-bottom: 38px;

}



/* register page to add ENS part */

.fre-register-wrap:after {

	content: '';

	display: block;

	width: 2px;

	height: 100%;

	border-right: 1px solid #dbdbdb;

	position: absolute;

	top: 0;

	left: 66%;

	-webkit-transform: translateX(-50%);

	-ms-transform: translateX(-50%);

	transform: translateX(-50%);

}

.fre-register-wrap:before {

	content: '';

	display: block;

	width: 2px;

	height: 100%;

	border-right: 1px solid #dbdbdb;

	position: absolute;

	top: 0;

	left: 33%;

	-webkit-transform: translateX(-50%);

	-ms-transform: translateX(-50%);

	transform: translateX(-50%);

}

@media (max-width: 767px){

	.fre-register-wrap:before {

		content: '';

		display: none;

	}

	.fre-register-wrap:after {

		content: '';

		display: none;

	}

}

.fre-register-default {
	width: 100%;
}

.fre-register-default > h2{
	line-height: 1.5em;
}


/* add publié par */

@media screen and (min-width: 992px) {


	.jobs-title {

		max-width: calc(100% - 770px);
		min-height: 50px;
	}

	.jobs-name{
	 	min-width: 100px;
	 }

}

.unfloat {

	text-align: center;

	padding-left: 15px;

	padding-right: 15px;



}

#title_banner{

	color:white;

}

/* spéparation demande par louis */

.fre-get-started{

	background: #1fbdbd;

}

.get-started-content .fre-btn {

	border-color: white;

}

.get-started-content #title_start{

	color:white;

}

/* BLOG :: POSTS LIST */

#post-list .post-item {

	background-color: white;

	padding:0px;

	cursor:pointer;

}

#post-list .col-md-3 {

	padding-top:0px;

}

#post-list .col-md-9 {

	padding-top:0px;

}

#fld-post-content{

	height:140px;

	overflow:hidden;

	padding-right10px;

	-webkit-transition: all 0.3s 0.3s ease-out;

	transition: all 0.3s 0.3s ease-out;

}

#post-list .post-item:hover > div.row div.col-md-3.col-xs-3 div#fld-post-attachement .attachement-overlay{

	opacity:1;

}

#post-list .post-item:hover > div.row div.col-md-3.col-xs-3 div#fld-post-attachement > img{

	height: 250px;

	transform: scale(1.1) rotate(5deg);

	filter: blur(2px);

}

#post-list .post-item:hover > div.row div.col-md-9.col-xs-9 div#fld-post-content{

	height: 250px;

}

#post-list .post-item:hover > div.row div.col-md-9.col-xs-9 div#fld-post-content.blog-content div.excerpt-wrapper{

	opacity:1;

}

#post-list .post-item:hover > div.row div.col-md-9.col-xs-9 div#fld-post-content.blog-content div.fld-post-footer{

	opacity:1;

}

#fld-post-content h2{

	margin:10px 0 15px;

}

#fld-post-attachement {

	overflow: hidden;

	position:relative;

}

#fld-post-attachement .attachement-overlay{

	position:absolute;

	left:0;

	top:0px;

	display: flex;

	flex-direction: column;

	justify-content: center;

	align-items: center;

	width:101%;

	height:101%;

	display:flex;

	z-index: 1000;

	background: rgba(53,182,183, 0.8);

	color:#ffff;

	opacity:0;

	transition: all 0.3s 0.3s ease-out;

}

#fld-post-attachement .attachement-overlay > img {

	width:68px;

	height:68px;

	transform: scaleX(-1);

	-moz-transform: scaleX(-1);

	-webkit-transform: scaleX(-1);

	-ms-transform: scaleX(-1);

}

#fld-post-attachement img{

	object-fit: cover;

	object-position: center;

	height: 155px;

	transition: all 0.3s 0.3s ease-out;

}

#fld-post-content .author-wrapper {

	display: -webkit-box;

	display: -webkit-flex;

	display: -ms-flexbox;

	display: flex;

	-webkit-box-orient: horizontal;

	-webkit-box-direction: normal;

	-webkit-flex-direction: row;

	-ms-flex-direction: row;

	flex-direction: row;

	-webkit-box-pack: left;

	-webkit-justify-content: left;

	-ms-flex-pack: left;

	justify-content: left;

	-webkit-box-align: center;

	-webkit-align-items: center;

	-ms-flex-align: center;

	align-items: center;

	padding: 0px;

}

#fld-post-content .author-wrapper .avatar-author {

	display: block;

	width: 18px;

	height: auto;

	margin: 0px 5px 0px 0px;

}

#fld-post-content .author-wrapper .author-name {

	font-size:18px;

	line-height:18px;

}

#fld-post-content .author-wrapper .date {

	font-size:18px;

	line-height:18px;

	font-weight: 500;

	font-family:  'Raleway', sans-serif;

	color: #5d5f5e;

}

#fld-post-content .excerpt-wrapper {

	padding: 5px 24px 0px 24px;

	opacity:0.2;

	-webkit-transition: opacity .4s ease-out;

	transition: opacity .4s ease-out;

	-webkit-transition-delay: .2s;

	transition-delay: .2s;

}

#fld-post-content .fld-post-footer {

	display: -webkit-box;

	display: -webkit-flex;

	display: -ms-flexbox;

	display: flex;

	-webkit-box-orient: horizontal;

	-webkit-box-direction: normal;

	-webkit-flex-direction: row;

	-ms-flex-direction: row;

	flex-direction: row;

	-webkit-box-pack: justify;

	-webkit-justify-content: space-between;

	-ms-flex-pack: justify;

	justify-content: space-between;

	-webkit-box-align: center;

	-webkit-align-items: center;

	-ms-flex-align: center;

	align-items: center;

	padding:0px 24px;

	margin-top: 10px;

	opacity:0.2;

	-webkit-transition: opacity .4s ease-out;

	transition: opacity .4s ease-out;

	-webkit-transition-delay: .2s;

	transition-delay: .2s;

}

#fld-post-content .fld-post-footer .footer-left{

	display: -webkit-box;

	display: -webkit-flex;

	display: -ms-flexbox;

	display: flex;

	-webkit-box-orient: horizontal;

	-webkit-box-direction: normal;

	-webkit-flex-direction: row;

	-ms-flex-direction: row;

	flex-direction: row;

	-webkit-box-pack: justify;

	-webkit-justify-content: space-between;

	-ms-flex-pack: justify;

	justify-content: space-between;

	-webkit-box-align: center;

	-webkit-align-items: center;

	-ms-flex-align: center;

	align-items: center;

	margin-top: 10px;

}

#fld-post-content .fld-post-footer .footer-left .tag a{

	color:#dd6951;

}

#fld-post-content .fld-post-footer .footer-right{

	display: -webkit-box;

	display: -webkit-flex;

	display: -ms-flexbox;

	display: flex;

	-webkit-box-orient: horizontal;

	-webkit-box-direction: normal;

	-webkit-flex-direction: row;

	-ms-flex-direction: row;

	flex-direction: row;

	-webkit-box-pack: justify;

	-webkit-justify-content: space-between;

	-ms-flex-pack: justify;

	justify-content: space-between;

	-webkit-box-align: center;

	-webkit-align-items: center;

	-ms-flex-align: center;

	align-items: center;

	margin-top: 10px;

}

#fld-post-content .fld-post-footer .footer-right a{

	display: -webkit-box;

	display: -webkit-flex;

	display: -ms-flexbox;

	display: flex;

	-webkit-box-orient: horizontal;

	-webkit-box-direction: normal;

	-webkit-flex-direction: row;

	-ms-flex-direction: row;

	flex-direction: row;

	-webkit-box-pack: justify;

	-webkit-justify-content: space-between;

	-ms-flex-pack: justify;

	justify-content: space-between;

	-webkit-box-align: center;

	-webkit-align-items: center;

	-ms-flex-align: center;

	align-items: center;

	margin-top: 10px;

}

.paginations-wrapper {

	border-top:unset;

}
.freelance-disponible span {
	display: block;
	margin: 8px 0 0;
	font-size: 18px;
	font-weight: 500;
	color: #415161;
}
.freelance-disponible i{
	color: #1fbdbd;
}
div.arrowNav {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.arrowNav .arrowLeft,.arrowNav .arrowRight
{
	margin: 20px;
	text-align: center;
}

.arrowNav .arrowLeft a,.arrowNav .arrowRight a
{
	padding: 12px 25px;
	border-radius: 4px;
	background-color: #1fbdbd ;
	min-width: 150px;
	color: #ffffff ;
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	border: 2px solid #1fbdbd;
}

.arrowNav .arrowRight a
{
	padding: 12px 34.5px;
}

.arrowNav .arrowLeft:hover a,.arrowNav .arrowRight:hover a
{
	background-color: #ffffff ;
	color: #1fbdbd !important;
}
div.pt-cv-wrapper{
	max-width: 100%;
}
#freelanceDay-twitter{
	max-height: 320px !important;
	margin-right: 20px;
	overflow-y: scroll !important;
	width: 100%;
	margin-bottom: 30px;
	/*margin-top: 10px;*/

}
#div-actualites {
	display: flex;
	flex-direction: row;
	justify-content: space-around;
}
/*--nuage tweets--*/
#nuage_tweets{
	width: 100%;
	height:330px;
	overflow-y:hidden;
}
#nuage_tweets img{
	max-width: 100% !important;
}
#nuage_tweets h4{
	color: black !important;
}

@media(max-width: 600px){

	#div-actualites {
		flex-direction: column;

	}
	#freelanceDay-twitter{
		margin: 20px 0;
		border: 1px solid #e6e4e8;
	}
	div.pt-cv-wrapper{

		max-width:100%;
	}
	.arrowNav .arrowLeft,.arrowNav .arrowRight
	{
		margin: 20px 0;
	}
	#freelanceDay-twitter + div iframe{
		max-width: 100% !important;
	}
	#nuage_tweets img{
		margin-top: 0px;
		margin-bottom: 15px;
	}
}
@media(max-width: 1024px){

	#freelanceDay-twitter + div iframe{
		max-width: 100% !important;
	}
}

@media(max-width: 320px){

	div.arrowNav {
		flex-direction: column;
	}
}

@media (min-width: 1200px){
	#main_header .container {
		width: 1225px;
	}
	.fre-menu-top {
		margin-left: 0;
	}
	.fre-login>li+li {
		margin-left: 15px;
	}
	.fre-site-logo {
		margin-right: 25px;
	}
}
#mCSB_1_container li.profile-item {
	width: 100%;
	display: flex !important;
	flex-direction: row !important;
}
/***page welyne mba rdv***/

#mCSB_1_container .profile-list-avatar {
	position: absolute;
	top: 0px;
	left: 10px;
}

#mCSB_1_container h2.profile-list-title {
	margin-top: -40px;
}
#mCSB_1_container h2.profile-list-title + p {
	margin-left: 80px;
}
#mCSB_1_container .name-project {
	margin-bottom: 35px;
}
#mCSB_1_container .profile-list-wrap {
	border-bottom: none!important;
}

.page-id-23989 #left_content > div > div.wp-block-media-text.alignwide > figure > img{
	border-radius: 50%;
}
#left_content > div > iframe {
	width: 100%;
	margin-top: 30px;
}
#rdv-welyne,
#inscri-freelance,
#rdv-skalis,
#inscri-esn,
#inscri-do,
.btn-skalis,
.btn-fld,
.btn-fld-gris
{
	padding: 12px 25px;
	border-radius: 4px;
	background-color: #1fbdbd ;
	min-width: 150px;
	color: #ffffff ;
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	border: 2px solid #1fbdbd;
	margin-top: 40px;
}
.btn-fld-gris{
	background-color: #ffffff;
	color: #666f78;
	border: 1px solid #dbdbdb;
}
.btn-fld-gris.grise{
	background-color: #666f78;
	color: #ffffff;
	border: 1px solid #dbdbdb;
	cursor: default;
}
#rdv-welyne:hover,
#inscri-freelance:hover,
#inscri-esn:hover,
#inscri-do:hover,
.btn-fld:hover
{
	background-color: #ffffff ;
	color: #1fbdbd;
}
.btn-fld-gris:hover
{
	background-color: #666f78;
	color: #ffffff;
}

#left_content > div > h4 + iframe{
	margin-left: 130px;
}
.page-id-23989 #left_content .wp-block-media-text.alignwide + p{
	margin-bottom: 0;
	margin-top: 15px;
}
@media (max-width: 600px){
	.page-id-23989 #left_content .wp-block-media-text.alignwide figure {
		position: absolute;
		width: 70px;
	}
	#left_content .wp-block-media-text.alignwide .wp-block-media-text__content h4 + p{
		width: 150%;
		margin-left: -40%;
		margin-top: 45px;
	}
	.page-id-24528 ul + p{
		text-align: center;
	}

}
/***page pitch day***/
.page.page-id-23971 #left_content,
.page.page-id-23971 #right_content{

	width: 100%;
}
@media (max-width: 1024px){
	.page.page-id-23971 #left_content iframe{

		height: 1053px !important;
	}
}

/***page pitch day***/
.skalis-rdv,.inscri-od-esn{
	margin-top: 35px;
	margin-bottom: 35px;
	padding: 50px 20px;
}
.skalis-rdv p + p,.page-id-24528 ul + p{
	text-align: center;
}
.page-id-24528 ul + p{
	margin-top: 20px;
}
.skalis-rdv p{
	color: #000000;
}
.skalis-rdv p + p{
	margin-top: 30px;
}
#rdv-skalis,.btn-skalis{
	background-color: #df1423;
	border: 2px solid #df1423;

}
#rdv-skalis:hover,.btn-skalis:hover{
	background-color: #ffffff ;
	color: #df1423;
}
.inscri-od-esn img{
	border-top-left-radius: 15px;
	border-bottom-right-radius: 15px;
}
.inscri-od-esn{
	padding: 30px 20px;
}
.page-id-24656 .blog-content p.col-sm-6 {
	margin: 30px 0px;
	text-align: center;
}
@media (max-width: 1024px){
	.page.page-id-23971 #left_content iframe{

		height: 1053px !important;
	}
}
.wp-block-column .wp-block-columns.has-2-columns .wp-block-column{
	padding: 10px;
	box-shadow: rgba(0, 0, 0, 0.25) 0px 3px 11px 0px;
	margin-left: 15px;
}
.wp-block-columns.has-2-columns .wp-block-column h4 img
{
	margin-bottom: 10px;
}
.wp-block-columns.has-2-columns .wp-block-column p
{
	margin-bottom: 0px;
}
p + .wp-block-columns.has-2-columns{
	margin-top: 40px;
}
.blog-content > div.wp-block-columns.has-2-columns > div:nth-child(2){
	margin-left: 0px;
}
.page-id-24528 ul + p > a.btn-skalis{
	padding: 9px 51px;
}
@media (max-width: 467px){
	.page-id-24528 .wp-block-media-text figure{
		position: absolute;
		width: 150px;
		margin-top: -40px;
		margin-left: 40px;
	}
	.page-id-24528 .wp-block-media-text div.wp-block-media-text__content{
		width: 140%;
		margin-left: -70px;
		margin-top: 25px;
	}
	.page-id-24528 .wp-block-media-text div.wp-block-media-text__content p{
		text-align: center !important;
	}
}

/*
 * inscri esn do
 */

table.is-style-regular.option-table {
	border-collapse: collapse;
}
table.is-style-regular.option-table td{
	text-align: center;
	padding: 15px 5px;
	line-height: 1.5;
	font-size: 16px;

}
table.is-style-regular.option-table.tab-talent-acq tr > td:nth-child(1){
	text-align: left;
}

table.is-style-regular.option-table tr{
	border: 1px solid #c2c4c6;
}
table.is-style-regular.option-table tr:nth-child(2) td {
	padding: 20px 8px;
}

table.is-style-regular.option-table.tab-talent-acq tr:nth-child(1) td:nth-child(1) {
	background-color: #e4f0ec;
	padding-left: 15px;
	border-top: 5px solid #e4f0ec;
}

table.is-style-regular.option-table.tab-talent-acq tr:nth-child(1) td:nth-child(2) {
	border-top: 5px solid #44c5c3;
}
table.is-style-regular.option-table.tab-talent-acq tr:nth-child(1) td:nth-child(3) {

	border-top: 5px solid #35ada3;
}
table.is-style-regular.option-table.tab-talent-acq .btn-fld-gris {

	margin-top: 0px;
}
.tab-talent-acq .fa-check {
	color: #35ada3;
}
.page-inscrit-esn li {
	font-size: 18px;
	margin: 8px 0;
}
.logo-talent-acq {
	width: 70%;
}
.CGV-talent-acquisition  .fre-input-field,
.CGV-talent-acquisition  .fre-input-field p {
	margin-bottom: 0;
}
@media(max-width: 467px){
	.page-template-page_cgv_acquis-php .blog-content{
		width: 100% !important;
	}
	table.is-style-regular.option-table td {
		font-size: 12px !important;
	}
	table.is-style-regular.option-table.tab-talent-acq tr:nth-child(1) td:nth-child(1) {
		padding: 0;
	}
	table.is-style-regular.tab-talent-acq td a.btn-fld-gris{
		padding: 0;
	}

}



/****** simulateur skalis page mission *****/

.mission-simulateur{
	display: flex;
	flex-direction: row;

}
.mission-simulateur-detail{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.mission-simulateur-detail img{
	max-width: 150px;
	max-height: 50px;
}
/*.center{
text-align: center;
}*/
.mission-simulateur-detail > div.mission-simulateur-detail > span:nth-child(1){
	margin: 5px 0px;
	font-size: 16px;
}
.mission-simulateur-detail > div.mission-simulateur-detail > span:nth-child(2){
	color: #df1423;
	font-weight: 600;
	font-size: 16px;
}
.mission-simulateur-detail > img + span{
	margin: 8px 0px 0px;
}
span.center {
	margin-top: 30px;
}
#skalis-logo {
	margin-top: 8px;
	width: 140px;
}
/*-------simulateur skalis-----*/
/*#project-detail-bidding > div.freelancer-bidding > div > div.col-md-7.col-sm-12{
	float: left;
	top: -60px;
	}*/
div.row.freelancer-bidding-item{
	padding-right: 20px;
}
div.row.freelancer-bidding-item .mission-simulateur-detail {
	margin-top: 10px;
}
@media (max-width: 767px){

/*#project-detail-bidding .freelancer-bidding .col-free-bid {
	float: none !important;
	}*/
	.row.freelancer-bidding-item .col-free-reputation .rate-it {
		display: block;
	}
	.row.freelancer-bidding-item .free-bidding-avatar{
		top: 8px;
	}
	#project-detail-bidding > div.freelancer-bidding > div > div.col-md-7.col-sm-12{
		float: none !important;
		top: 0px;
	}
	#project-detail-bidding > div.freelancer-bidding div.col-md-2.col-sm-3 > div.col-free-bid {
		float: none !important;
	}

	.mission-simulateur-detail {
		margin: 40px 0px !important;
	}
}

/*----- Button archive -----*/
.project-action.fre-normal-btn.primary-bg-color{
	margin-bottom: 7px;
}

/*----- popup d'inscrit via linkedIn -----*/
#inscription_via_linkedin{
	background-color: #fff;
	border-bottom: 1px solid #f0ebeb;
}
#popup_linkedin{
	width: 90%;
	text-align: center;
	padding: 6px;
	display: flex;
	justify-content: space-around;
	align-items: center;
	margin: auto;
}

#popup_linkedin p{
	text-align: center;
	font-size: 20px;
	margin-bottom: 0;
	color: red;
}

@media (max-width: 767px){
	#popup_linkedin{
		flex-direction: column;
	}
	#popup_linkedin p{
		font-size: 16px;
	}
}
	/*-- new profil 'salarie ESN' page register --*/

/*.fre-register-wrap > div.row > div > div {
	    padding: 0 40px;
}
.fre-register-wrap::before{
	left: 25%;
}
.fre-register-wrap::after{
	left: 75%;
}
.fre-register-wrap > div > div:nth-child(2)::before{
	content: '';
    display: block;
    width: 2px;
    height: 183.5%;
    border-right: 1px solid #dbdbdb;
    position: absolute;
    top: -36px;
    left: 100%;
    transform: translateX(-50%);
}
#societe_chosen{
	width: 100% !important;
	height: 44px;
}
#societe_chosen a.chosen-single.chosen-default{
	padding: 18px 15px 22px;
    width: 100%;
    border-radius: 3px;
}
#societe_chosen a.chosen-single{
    border-radius: 3px;
}

#societe_chosen a.chosen-single,
#societe_chosen a.chosen-single input{
	height: 44px;
}
#societe_chosen a.chosen-single span{
	margin: 8px 0 0 15px;
}
#societe_chosen a.chosen-default span{
	margin-top: -8px;
	margin-left: 0px;
	}*/

/*
 * bare de recherche home page
 */
div.search-bar{
	display: block;
	width: 100%;
}
.fre-form-search.form-search-bar{
	width: 80%;
	margin: auto;
	background-color: white;
	border-radius: 5px;
	display: flex;
	justify-content: space-between;
	padding-right: 5px;
}
.form-ctrl {
	position: relative;
	margin-bottom: 10px;
	background-color: #fff;
	border-radius: 4px;
	padding: 0 10px;
}
.form-ctrl input[type=text] {
	position: relative;
	z-index: 1;
	height: 50px;
	background-color: transparent;
	border: none;
	padding-left: 30px;
	padding-right: 14px;
}
.form-search-bar .form-ctrl:first-child::before {
	content: '';
	display: block;
	width: 2px;
	border-right: 1px solid #dbdbdb;
	position: absolute;
	left: 100%;
	transform: translateX(-50%);
}
.form-ctrl label {
	font-size: 14px;
	position: absolute;
	z-index: 0;
	left: 35px;
	top: 15px;
	color: #ccc;
	padding: 0 4px;
	transition: all 0.5s;
	font-weight: 500;
}
.form-ctrl.is-floating label{
	top: 3px;
	left: 35px;
	font-size: 12px;

}
input.btn-form-ctrl{
	margin: 5px;
	border-radius: 5px;
	background-color: #ff396c;
	color: white;
	margin-top: 5px !important;
	min-width: auto !important;
}
.fre-form-search.form-search-bar input[name=submit] + a{
	padding-left: 5px;
	padding-right: 5px;
}

/*
 * page home display of categories of trades
 */

.categories_trades{
	width: 100%;
	max-width: 140.500px;
	max-height: 210.750px;
	margin-top: 20px;
}
.categories_trades,
.categorie_trade{
	border-radius: 8px;
	box-shadow: rgba(0, 0, 0, 0.25) 0px 3px 11px 0px;
}
.categories_trades:hover,
.categorie_trade:hover,
.categories_trades:hover + p,
.categorie_trade:hover + p{
	transform: scale(1.02);

}
.categories_trades + p,
.categorie_trade + p,
.categorie_trade + input,
.categorie_trade + input{
	border: none;
	margin-top: -65px;
	color: white !important;
	font-size: 16px;
	font-weight: 600;
}
.categ_trade_btn{
	border: none;
	background: transparent;
}
.all_categories {
	text-align: left !important;
	font-size: 20px;
}
.all_categories p{
	color: #025051 !important;
}
.all_categories p:hover{
	color: #44c5c3 !important;
}
.back_white {
	background-color: white;
}
.categ-block1 {
	display: flex;
	flex-direction: column;
}
.categ-block1 img{
	width: 100%;
}
.categ-block1 > div:nth-child(2) img {
	margin-top: 70px;
}
#last-missions div.jobs-view{
	width: 210px !important; /*div button 'voir les détails' in list psoject home*/
}

@media (min-width: 320px) and (max-width: 480px){
	#last-missions div.jobs-view{
		width: 100% !important;
	}
}

.mainetnance{
	display: block;
	border-right: 1px solid #dbdbdb;
	position: absolute;
	color: red;
	top: 50%;
	right: 0;
	left: 43%;
	text-align: center;
	font-weight: 900;
	font-size: 18px;
	transform: translateX(-50%);
}

/** page home display of categories of trades responsive && search bar responsive **/

@media (max-width: 1024px){

	.fre-form-search.form-search-bar input[name=submit],
	.fre-form-search.form-search-bar input[name=submit] + a{
		padding-left: 0px;
		padding-right: 0px;
	}
}
@media (max-width: 800px){
	.categ-block2 {
		display: flex;
		flex-wrap: wrap;
	}
	.categ-block1,
	.categ-block2 {
		width: 80%;
		margin:auto;
	}
	.categ-block2 form{
		width: 50%;
		margin-top: 30px;
	}
	#categorie{
		display: flex;
		flex-direction: column;
	}
	#all_categories{
		display: flex;
		flex-wrap: wrap;
		margin:auto;
	}
	#all_categories form{
		width: 50%;
	}
	#background_banner .container {
		padding-top: 50px;
	}
	.fre-form-search.form-search-bar {
		width: 100%;
	}
	.fre-form-search.form-search-bar input[name=submit],
	.fre-form-search.form-search-bar input[name=submit] + a{
		padding-left: 0px;
		padding-right: 0px;
	}
}
@media (max-width: 767px){
	.categ-block2 {
		display: flex;
		flex-wrap: wrap;
		margin-top: 30px;
	}
	.categ-block2 form{
		width: 50%;
		margin-top: 30px;
	}
	.categories_trades{
		min-width: 108px;
		min-height: 162px;
		max-width: 108px;
		max-height: 162px;
	}
	#all_categories{
		flex-direction: column;
	}
	#all_categories form{
		width: 100%;
	}
	.categ-block1,
	.categ-block2 {
		width: 100%;
		margin:auto;
	}
	.form-ctrl label{
		font-size: 12px;
		top: 10px;
	}
	.form-ctrl.is-floating label{
		font-size: 9px
	}
	.fre-form-search.form-search-bar{
		width: 80%;
	}
	.fre-form-search.form-search-bar input[name=submit],
	.fre-form-search.form-search-bar input[name=submit] + a{
		display: none;
	}
	#background_banner .container {
		padding-bottom: 50px;
		padding-top: 0px;
	}
}
/*
 * edit profil page
 */
#ctn-edit-profile .employer-info-avatar.avatar-profile-page{
	max-width: 12%;
	text-align: left;
}
/*********/
/*********/
.page-inscrit-esn li {
	font-size: 18px;
	margin: 8px 0;
}
.logo-talent-acq {
	width: 70%;
}
.tab-talent-acq tr > td:nth-child(1){
	text-align: left;
}
.tab-talent-acq td{
	padding: 8px 5px;
}
/*
*booter la demande ajout mission
*/
.fre-post-project-btn #inscri-freelance{
	padding: 15px 25px;
}
div.fre-post-project-btn > button + p{
	float: right;
	margin-top: 25px;
}
 @media (max-width: 767px){

 	.fre-post-project-btn #inscri-freelance{
 		padding: 15px 25px;

 	}
 	div.fre-post-project-btn > button + p{
 		float: none;

	}div.fre-post-project-btn > button + p{
		float: none;
		text-align: center;
	}
	div.fre-post-project-btn #inscri-freelance{
		width: 100%;

	}
}
/*
 * page my project booster btn
 */
/*.fre-table-row .fre-table-col{
	padding: 70px 20px !important;
}
.fre-table-row .fre-table-col.project-action-col.project-action-two a:first-child{
	bottom: calc(66% + 5px) !important;
}
.fre-table-row .fre-table-col.project-action-col.project-action-two a:nth-child(2) {
	top: calc(33% + 5px) !important;
}
.fre-table-row .fre-table-col.project-action-col.project-action-two a:nth-child(3) {
	top: 67% !important;
	}*/
/*
*
*/
@media (max-width: 1023px){
	#user_avatar_browse_button{
		width: 160px !important;
		display: block;
	}
}


/* */
#last-missions li{
	padding: 17px 30px !important;
	border-bottom: 1px solid #dbdbdb !important;
}

/*
 * Block Formation page profile
 */
.formation-toggle ,.class_hide{
	display: none;
}
.box-formation,.class_block{
	display: block;
}
#gform_fields_12 #input_12_12 {
	display: flex;
	flex-direction: row;
	justify-content: space-around;
}
.btn-formation {
	line-height: 20px;
	/*color: #ffffff;*/
}
.with-shadow {
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
	opacity: 1;
}

.grp-btn-formation div{
	width: 30%;
	border: 1px solid #44c5c3;
	border-radius: 5px;
	text-align: center;

}
.grp-btn-formation div input{
	margin-top: -3px;

}
.grp-btn-formation div label{
	padding: 10px;
	display: flex;
	justify-content: space-around;
}
.grp-btn-formation{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.formation-toggle textarea#post_content {
	color: #000 !important;
}
.former_sorry {
	border: 1px solid red;
	border-radius: 3px;
	padding: 8px;
}
/*
 * page formations
 */

.mixitup_controlls button {
	padding: 5px;
	border: 1px solid #bfbfbf;
	border-radius: 8px;
	margin: 3px;
	background-color: white;
}
.mixitup_controlls button:hover {
	background-color: #bfbfbf;
}
.mixitup_controlls,
.mixitup_categ_formation{
	margin-top: 50px;
	padding: 50px;
	background-color: white;
}
.mixitup_controlls {
	padding-top: 10px;
}
.mixitup_categ_formation{
	min-height: 500px;
}

.mixitup_categ_formation div[data-ref="mix"]{
	display: flex;
	flex-direction: row;
	padding: 20px;
	border-bottom-style: inset;
}
.mixitup_categ_formation img{
	width: 30%;
	margin-right: 10px;
}

.mixitup_categ_formation a{
	color: #000;
}
.padding-class{
	padding: 26px 0 0 40px;
}
.fre-profile-sort.order-filter-profil,
.fre-project-list-filter .fre-project-sort {
	width: 100%;
	float: none;
}
.fre-profile-sort.order-filter-profil label,
.fre-project-list-filter .fre-project-sort label{
	margin-bottom: 15px;
}
.fre-freelancer-wrap p.secondary-color{
	min-height: 20px;
}
 /*page formation style depuis dev*/
#dots > div > img{
	width: auto;
}
#fre_filter_categ > button{
	display: inline-block;
	width: auto;
	height: 48px;
	background-color: #fff;
	padding: 0 22px;
	font-size: 14px;
	font-weight: 700;
	color: #1fbdbd;
	text-align: center;
	border-radius: 4px;
	border: 2px solid #1fbdbd;
	-webkit-box-shadow: none;
	box-shadow: none;
	line-height: 44px;
	-webkit-transition: 0.2s ease-out;
	-o-transition: 0.2s ease-out;
	transition: 0.2s ease-out;
	outline: none;
	cursor: pointer;
}
#fre_filter_categ > button:hover{
	background-color: #1fbdbd;
	color: #ffffff;
}
#fre_filter_categ> h2{
	margin: 0 0 17px;
	font-size: 38px;
	font-weight: 300;
	line-height: 1.5em;
	color: #2c3e50;
	text-align: center;
}
#dots > div > div > a > span > i{
	color: #1fbdbd;
}
#fre_filter_categ,
#dots{
	margin-top: 22px;
	padding: 20px;
	border-radius: 15px;
}
#dots > div > div > a{
	color: #2c3e50;
}
#dots > div > div > a > span.dots_title{
	color: #1fbdbd !important;
}
 /*page formation style depuis dev*/

/*
 * style scors stars
 */
.rate_profil_score::before{
	content: "\f005 \f005 \f005 \f005 \f005";
	color: gold;
	position: absolute;
	font-size: 14px;
	font-family: 'FontAwesome';
	letter-spacing: 3.5px;
	width: max-content;
}
.post-type-archive .rate_profil_score::before{
	letter-spacing: 3.2px;
}
.star-ratings {
	position: relative;
	margin: 0;
	padding: 0;
}
.star-ratings .fill-ratings {
	color: gold !important;
	padding: 0;
	position: absolute;
	z-index: 22;
	display: block;
	top: 0;
	left: 0;
	overflow: hidden;
}
.star-ratings .fill-ratings span {
	display: inline-block;
}
.star-ratings .empty-ratings {
	padding: 0;
	display: block;
	z-index: 1;
}
/*.experience-free{
	margin-left: 90px;
	}*/
/*.marg-top {
	margin-top: 35px;
	}*/
.single-project .star-ratings{
	right: 15px;
}
.row.freelancer-bidding-item .col-free-reputation .star-ratings + p {
	margin-top: 20px;
}
.row.freelancer-bidding-item .col-free-reputation .star-ratings{
	left: 20px;
}
@media (max-width: 767px){
	.marg-top {
		margin-top: 0;
	}
	.star-ratings + .free-hourly-rate{
		margin-top: 35px;
	}
	.page-template-page-home-new .star-ratings{
		left: 30%;
	}
	.star-ratings + .free-experience.marg-top{
		margin-top: 25px;
	}
}

#modal_archive_project,
#modal_delete_project,
#modal_share_intercontrat,
#modal_delete_intercontrat{
	display: none;
}
.partage {
	background-color: #1fbdbd !important;
	color: white !important;
	cursor: no-drop;
}
.fre-switch .toggle_switch.fre-switch-slider {
	background-color: #44c5c3;
}
.fre-switch .toggle_switch.fre-switch-slider::before{
	left: 45px;
}

.fre-register-wrap .row .register-freelancer,
.fre-register-wrap .row .register-employer{
	min-height: 230px;
}
.fre-register-wrap .row .col-sm-4 .register-freelancer,
.fre-register-wrap .row .col-sm-4 .register-employer{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
/*lee*/
/*************************/
/****** new profil ******/
/***********************/
/* meeeee */
#cnt-profile-freelance-default > div.freelance-info-avatar,
#cnt-profile-freelance-default > div.freelance-info-content,
#cnt-profile-freelance-default > div.employer-info-content {
	padding-left: 30%;
}
#cnt-profile-freelance-default > div.freelance-info-avatar > span.freelance-avatar {
	width: 25%;
	height: auto;
	border-radius: unset;
}
#cnt-profile-freelance-default
> div.freelance-info-content
> div.freelance-rating
> div.freelance-infos
> span.freelance-empty-info.tarif-free {
	width: 130px;
	background-color: #1fbdbd;
	color: #fff;
	text-align: center;
	padding: 20px;
	border: solid 1px #ccc;
	margin-right: 0;
}
#cnt-profile-freelance-default
> div.freelance-info-content
> div.freelance-rating
> div.freelance-infos
> span.freelance-empty-info.tarif-free
> i,
#cnt-profile-freelance-default
> div.freelance-info-content
> div.freelance-rating
> div.freelance-infos
> span.freelance-empty-info.experience-free
> i,
#author_experience > span > i {
	font-size: 10px;
}
#cnt-profile-freelance-default
> div.freelance-info-content
> div.freelance-rating
> div.freelance-infos
> span.freelance-empty-info.experience-free {
	width: 100px;
	background-color: #fff;
	text-align: center;
	padding: 20px;
	border: solid 1px #ccc;
	color: #b5b5b5;
	margin-right: 0;
}
#freelancer_dispo_pro {
	float: right;
}
#freelancer_dispo > span ,
#freelancer_dispo_pro > span {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	color: #fff;
	background-color: #1fbdbd;
	padding: 10px;
	font-size: 15px;
	border-radius: 50px;
	/* position: relative; */
	/* top: -26px; */
	/* right: -40px; */
}
#date_disponibilté {
	margin-left: 5px;
	background-color: #fff;
	color: #000;
	padding: 0 10px;
}
#texte_area {
	overflow: hidden;
	overflow-wrap: break-word;
	resize: none;
	height: 75px;
	width: 170px;
	position: relative;
	top: 23px;
	background-color: blue;
	color: #ff396c;
}
#competence_tech_fonct,
#competence_tech_fonct_author {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 70%;
	margin: auto;
}

#competence_tech_fonct_modal,
#competence_tech_fonct_modal_author {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
}
#freelancer_competences > div > div > div.freelance-skill,
#competence_tech_fonct_author > div {
	width: 100%;
}
.skills {
	content: "";
	background-image: url("https://fld.welyne.com/wp-content/uploads/2020/09/lightning-wire.svg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	width: 20px;
	height: 20px;
	display: block;
	cursor: pointer;
}
.skills_full {
	content: "";
	background-image: url("https://fld.welyne.com/wp-content/uploads/2020/09/lightning-full.svg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	width: 20px;
	height: 20px;
	display: block;
	cursor: pointer;
}
#freelance_availableForMission,
#freelance_ouvertForEmbauche,
#freelance_teletravail,
#freelance_formateur,
body
> div.fre-page-wrapper.list-profile-wrapper
> div.fre-page-section
> div
> div
> div.fre-profile-box.training-block
> div,
#freelance_edit_login_par,
#freelance-coord-edit,
#experience-freelance,
body
> div.fre-page-wrapper.list-profile-wrapper
> div.fre-page-section
> div
> div
> div:nth-child(7)
> div,
body
> div.fre-page-wrapper.list-profile-wrapper
> div.fre-page-section
> div
> div
> div:nth-child(8)
> div,
#profile_freelancer,
#fre-post-project-2\ step-post > div,
#freelancer-cv{
	padding: 20px;
	border-top: unset;
	margin: unset;
	background-color: #f7f7f7;
	margin-bottom: 22px;
	box-shadow: unset;
}
div.fre-profile-box{
	margin-top: 22px;
}
#freelance_availableForMission > div,
#freelance_ouvertForEmbauche > div,
#freelance_teletravail > div,
#freelance_formateur > div,
#cnt-profile-extrainfo,
#freelance_edit_login_par > div,
#freelance-coord-edit > #cnt-profile-extrainfo,
body
> div.fre-page-wrapper.list-profile-wrapper
> div.fre-page-section
> div
> div
> div:nth-child(6)
> div
> div,
body
> div.fre-page-wrapper.list-profile-wrapper
> div.fre-page-section
> div
> div
> div:nth-child(7)
> div
> div,
body
> div.fre-page-wrapper.list-profile-wrapper
> div.fre-page-section
> div
> div
> div:nth-child(8)
> div
> div,
#form_training,
#profile_freelancer > div,
#freelancer-cv > div {
	padding: 20px;
	background-color: #fff;
	border-radius: 10px;
}
#freelancer_about_competence{
	background-color: #fff;
	/* padding: 40px; */
}


#add-training,
#add-training-langage,
#add_langage,
#add_formation_fre,
#add-formation {
	background-color: #fff;
	color: #1fbdbd;
}

#add-training:hover,
#add-training-langage:hover,
#add_langage:hover,
#profile_form
> div.employer-info-save.btn-update-profile.btn-update-profile-top
> input:hover,
#add_formation_fre:hover,
#add-formation:hover {
	background-color: #1fbdbd;
	color: #fff !important;
}
.fre-switch input:checked + .fre-switch-slider {
	background-color: #1fbdbd;
}

#more_skills,
#more_skills_author,
#more_formation_author,
#more_langage_author {
	width: 100% !important;
	border: none;
	padding: 10px;
	border-radius: 5px;
	background-color: aliceblue;
	margin-top: 20px !important;
	cursor: pointer;
	color: #00b0ff;
}

/* ******************************************** */
/* popupppppp */
/* Popup box BEGIN */
/* The Modal (background) */
#myModal,
#myModalAuthor {
	display: none; /* Hidden by default */
	position: fixed; /* Stay in place */
	z-index: 1; /* Sit on top */
	padding-top: 100px; /* Location of the box */
	left: 0;
	top: 0;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	overflow: auto; /* Enable scroll if needed */
	background-color: rgb(0, 0, 0); /* Fallback color */
	background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
}

/* Modal Content */
#myModal > .modal-content,
#myModalAuthor > .modal-content {
	background-color: #fefefe;
	margin: 10% auto;
	padding: 20px;
	border: 1px solid #888;
	width: 50%;
}

/* The Close Button */
#myModal > .close,
#myModalAuthor > .close {
	color: #aaaaaa;
	float: right;
	font-size: 28px;
	font-weight: bold;
}

#myModal > .close:hover,
#myModal > .close:focus,
#myModalAuthor > .close:focus,
#myModalAuthor > .close:hover {
	color: #000;
	text-decoration: none;
	cursor: pointer;
}
/* Popup box BEGIN */
/* ************************************************** */

#author_avatar {
	padding-left: 30%;
}
#author_avatar > span.freelance-avatar {
	width: 25%;
	border-radius: unset;
	height: auto;
}
#author_profile > div.freelance-info-content {
	padding-left: 30%;
}
#freelancer_tarif_day {
	background-color: #1fbdbd;
	color: #ffffff;
	padding: 11px;
	text-align: center;
	margin-right: 10px;
	width: 140px;
}
#freelancer_tarif_day > span {
	margin: auto;
	margin-right: unset;
	color: #fff;
}
#freelancer_tarif_day > span > i {
	font-size: 10px;
}
#author_experience > span {
	margin: auto;
	margin-right: unset;
	color: #b5b5b5;
}
div#author_experience {
	border: solid 1px #ccc;
	text-align: center;
	padding: 10px;
	width: 90px;
}

#author_skills {
	margin-top: 22px;
}
#author_profile > div.freelance-info-content > div.freelance-info-edit > div {
	padding-right: 10px;
	padding-top: 40%;
}
#other_dispo {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	/*padding-left: 40%;*/
}
#author_profile {
	min-height: 290px;
}
#fre-langage,
#niveau_langage,
#fre_formation,
#lieu_formation,
#deb_formation,
#fin_foemation {
	width: 100%;
	padding: 10px;
	border-radius: 5px;
	margin-top: 5px;
	height: 44px;
	/* opacity: 0; */
	background: #fff;
	border: 1px solid #dbdbdb;
	border-radius: 2px;
	font-size: 16px;
}
.visible {
	display: block !important;
}
.invisible {
	display: none !important;
}
#freelance-mobility{
	display: inline;
}

body
> div.fre-page-wrapper.list-profile-wrapper
> div.fre-page-section
> div
> div
> div:nth-child(9)
> div
> div {
	padding: 20px;
}
body
> div.fre-page-wrapper.list-profile-wrapper
> div.fre-page-section
> div
> div.author-freelance-wrap
> div:nth-child(1)
> div
> div
> div.freelance-info-edit {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-orient: vertical !important;
	-webkit-box-direction: normal !important;
	-ms-flex-direction: column !important;
	flex-direction: column !important;
}
body
> div.fre-page-wrapper.list-profile-wrapper
> div.fre-page-section
> div
> div.author-freelance-wrap
> div:nth-child(1)
> div
> div
> div.freelance-info-edit
> a.fre-normal-btn.primary-bg-color {
	margin: 10px 0;
}
#propose_project,
#propose_project_author {
	background-color: #fff;
	border-color: #ff396c;
	color: #ff396c;
}
#propose_project:hover,
#propose_project_author:hover {
	background-color: #ff396c;
	color: #ffffff;
}
body
> div.fre-page-wrapper.list-profile-wrapper
> div.fre-page-section
> div
> div
> div:nth-child(9) {
	margin-top: 22px;
}
#items_langage > div.langage_item,
#items_formation > div.formation_item,
#fre_all_formation > div,
#fre_all_langage > div,
#items_formation_author > div,
#items_langage_author > div,
#fre_all_formation_author > div,
#fre_all_langage_author > div {
	/* width: 50% !important; */
	border-bottom: solid 1px #ccc !important;
}

body
> div.fre-page-wrapper.list-profile-wrapper
> div.fre-page-section
> div
> div
> div:nth-child(5)
> div
> div {
	background-color: #fff;
	border-radius: 10px;
	padding: 20px;
}
#author_profile
> div.freelance-info-content
> div.freelance-info-edit
> div
> span {
	background-color: #1fbdbd;
	color: #fff;
	border-radius: 50px;
	padding: 6px;
	font-size: 14px;
	width: 195px;
	margin-right: 10px;
}
#author_profile
> div.freelance-info-content
> div.freelance-info-edit
> div
> span
> i {
	color: #fff;
	margin-right: 5px;
}

#more_formation,
#more_langage {
	width: 100%;
	border: none;
	padding: 10px;
	border-radius: 5px;
	background-color: aliceblue;
	margin-top: 20px;
	cursor: pointer;
	color: #00b0ff;
}
#author_profile > div.freelance-info-content > div.freelance-info-edit > a {
	display: block;
}
#author_profile
> div.freelance-info-content
> div.freelance-info-edit
> a.contact-me,
#contact_me {
	display: inline-block !important;
	float: right;
}
#propose_project_author {
	display: inline-block !important;
}
body
> div.fre-page-wrapper.list-profile-wrapper
> div.fre-page-section
> div
> div
> div:nth-child(9)
> div
> div.row {
	margin-right: unset;
	margin-left: unset;
}
#fre-empty-experience > div,
#fre-empty-education > div {
	text-align: end;
	width: 100%;
}
#profile_freelancer > div:nth-child(4) > div,
#profile_freelancer > div:nth-child(4) > div > div,
#profile_freelancer > div:nth-child(5) > div,
#profile_freelancer > div:nth-child(5) > div > div,
#profile_freelancer > div:nth-child(6) > div {
	background-color: unset !important;
	padding: unset !important;
}
#myModalAuthor > div > h2,
#myModal > div > h2 {
	text-align: initial;
}

#profile_freelancer > div.freelance-about > h2,
#myModalAuthor > div > h2,
#myModal > div > h2,
#author_skills > div > h2,
#cnt-profile-extrainfo-langage_author > h2,
#freelancer_about_competence > div.freelance-about > div > h2,
#freelancer_competences > div > h2,
h2.freelance-education-title,
h2.freelance-experience-title,
h2.freelance-portfolio-title,
h2.freelance-work-title,
#cnt-profile-extrainfo-langage > h2,
#freelance_edit_login_par > div > div.profile-employer-secure-wrap.active > h2,
#cnt-profile-extrainfo > h2,
#freelance_availableForMission > div > h2,
#freelance_ouvertForEmbauche > div > h2,
#freelance_teletravail > div > h2,
#freelance_formateur > div > h2 {
	font-size: 25px !important;
	color: #000 !important;
	font-weight: 600 !important;
}
div.freelance-education-wrap > div > div > h2,
div.freelance-experience-wrap > div > div > div > h2 {
	color: #8992ba;
	font-size: 20px;
}
div.freelance-education-wrap > div > div > h3,
div.freelance-experience-wrap > div > div > div > h3 {
	margin: 0;
	font-size: 15px;
}
input[type="file"] {
	padding: 12px 15px;
	width: 100%;
	height: 44px;
	border: 1px solid #dbdbdb;
	border-radius: 2px;
	font-size: 16px;
	font-weight: 400;
	color: #415161;
	line-height: normal;
}
#profile_freelancer > div:nth-child(5) {
	margin-top: 22px;
}
#profile_freelancer > div:nth-child(6) > div > div {
	padding: unset !important;
}

div.fre-profile-box > div.profile-freelance-education {
	background-color: #f7f7f7;
	padding: 20px;
}
div.fre-profile-box > div.profile-freelance-experience > div.row,
div.fre-profile-box > div.profile-freelance-education > div.row {
	margin-left: unset;
	margin-right: unset;
	background-color: #fff;
	padding: 20px;
	border-radius: 10px;
}
#ctn-edit-experience,
#ctn-edit-education {
	list-style: none;
}
#experience_free,
#education_free {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
}
#experience_free > div,
#education_free > div,
#experience_free > span,
#education_free > span {
	width: 100%;
}
#add_new_education > li,
#add_new_experience > li {
	list-style: none;
	border-bottom: solid 1px #ccc;
	padding: 20px;
}
#freelancer_dispo{
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}
/*.profile-freelance-info .freelance-info-avatar .freelance-avatar img{
	height: 60%;
}*/
/*Mobile*/
/*profile*/
@media only screen and (max-width: 767px) {
	#author_profile > div.freelance-info-content > div.freelance-info-edit > div {
		padding-right: 10px;
		padding-top: 0;
	}
	#myModalAuthor > .modal-content{
		width: 85%;
	}
	#author_profile > div.freelance-info-content > div.freelance-info-edit > a.contact-me, #contact_me{
		float: none;
	}
	#competence_tech_fonct_author,
	#competence_tech_fonct_modal_author,
	#competence_tech_fonct,
	#competence_tech_fonct_modal,
	body
	> div.fre-page-wrapper.list-profile-wrapper
	> div.fre-page-section
	> div
	> div
	> div:nth-child(6)
	> div
	> div {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: normal !important;
		-ms-flex-direction: column !important;
		flex-direction: column !important;
		width: 100%;
	}
	#author_skills > div {
		text-align: unset !important;
	}
	#more_skills_author {
		width: auto !important;
		min-width: 100%;
		margin: 20px 0 !important;
	}
	#more_skills {
		width: auto !important;
		min-width: 95%;
		margin: 20px 0 !important;
	}
	#myModal > div {
		width: unset !important;
	}
	#other_dispo {
		padding-left: 20px !important;
	}
	#author_avatar,
	#author_profile > div.freelance-info-content,
	#cnt-profile-freelance-default > div.freelance-info-avatar,
	#cnt-profile-freelance-default > div.freelance-info-content {
		padding-left: unset;
		margin-top: unset;
		min-height: 340px;
	}
	#author_avatar > span.freelance-avatar,
	#cnt-profile-freelance-default > div.freelance-info-avatar > span.freelance-avatar {
		width: 100%;
		position: relative;
		height: 300px;
		border-radius: 15px;
	}
	div.freelance-rating,
	div.freelance-info-edit > div {
		padding-left: 20px;
	}
	#author_avatar > span.freelance-name,
	#cnt-profile-freelance-default > div.freelance-info-avatar > span.freelance-name {
		padding-left: 20px;
		background: #fff;
		border-radius: 15px;
		position: relative;
		top: -40px;
		width: 100%;
	}
	body
	> div.fre-page-wrapper.list-profile-wrapper
	> div.fre-page-section
	> div.container
	> div.author-freelance-wrap
	> div,
	#profile_freelancer,
	#author_profile,
	body
	> div.fre-page-wrapper.list-profile-wrapper
	> div.fre-page-section
	> div
	> div
	> div,
	body
	> div.fre-page-wrapper.list-profile-wrapper
	> div.fre-page-section
	> div
	> div
	> div
	> div.profile-freelance-info-wrap.active,
	#cnt-profile-freelance-default,
	#freelancer_about_competence > div.freelance-about,
	#freelancer_competences,
	#freelancer_competences > div,
	#freelance_edit_login_par,
	#freelance_availableForMission,
	#freelance_ouvertForEmbauche,
	#freelance_teletravail,
	#freelance_formateur,
	body
	> div.fre-page-wrapper.list-profile-wrapper
	> div.fre-page-section
	> div
	> div
	> div:nth-child(6)
	> div,
	body
	> div.fre-page-wrapper.list-profile-wrapper
	> div.fre-page-section
	> div
	> div
	> div:nth-child(8)
	> div,
	#freelancer-cv,
	#langue-freelance,
	div.profile-freelance-education,
	#experience-freelance {
		padding: unset !important;
	}

	#author_profile > div.freelance-info-content > div.freelance-info-edit > a,
	#cnt-profile-freelance-default > div.employer-info-edit > a {
		min-width: 95% !important;
		width: auto;
	}
	body
	> div.fre-page-wrapper.list-profile-wrapper
	> div.fre-page-section
	> div.container
	> div.author-freelance-wrap
	> div
	> div.arrowNav
	> div.arrowRight
	> a {
		margin-right: 10px;
	}
	#competence_tech_fonct_author > div > table,
	#add-training-langage {
		width: 100% !important;
	}
	#competence_tech_fonct > div > table,
	#add-training {
		width: 95% !important;
		margin: auto;
	}
	#freelancer_dispo,
	#freelancer_dispo_pro {
		width: -webkit-fit-content;
		width: -moz-fit-content;
		width: fit-content;
		float: unset;
		margin-left: 20px;
	}
	#freelancer_competences > div > h2 {
		margin-left: 10px;
	}
	body
	> div.fre-page-wrapper.list-profile-wrapper
	> div.fre-page-section
	> div
	> div
	> div:nth-child(2)
	> div
	> div.fre-add-formation-btn {
		text-align: center;
	}
	#cnt-profile-extrainfo > div.employer-info-edit > a {
		margin: unset !important;
	}
	body
	> div.fre-page-wrapper.list-profile-wrapper
	> div.fre-page-section
	> div
	> div
	> div:nth-child(6)
	> div
	> div
	> div.fre-add-formation-btn {
		position: unset !important;
	}
	body
	> div.fre-page-wrapper.list-profile-wrapper
	> div.fre-page-section
	> div
	> div
	> div:nth-child(4)
	> div
	> div
	> div.fre-add-formation-btn {
		position: unset !important;
	}
	body
	> div.fre-page-wrapper.list-profile-wrapper
	> div.fre-page-section
	> div
	> div
	> div:nth-child(4)
	> div
	> div {
		display: unset !important;
	}
	body
	> div.fre-page-wrapper.list-profile-wrapper
	> div.fre-page-section
	> div
	> div
	> div:nth-child(2)
	> div
	> div
	> div:nth-child(1) {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	body
	> div.fre-page-wrapper.list-profile-wrapper
	> div.fre-page-section
	> div
	> div
	> div:nth-child(3)
	> div
	> div
	> div:nth-child(1) {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	#cnt-profile-extrainfo > div.employer-info-content {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	#avatar_societe_edit {
		width: 100% !important;
	}
	#extrainlogo_form > img {
		width: 30% !important;
	}

    #last-missions > li {
    	-webkit-box-orient: vertical;
    	-webkit-box-direction: normal;
    	-ms-flex-direction: column;
    	flex-direction: column;
    }
    #last-missions > li > div.jobs-price {
    	width: 100% !important;
    	text-align: left !important;
    }
    #last-missions > li > div.jobs-logo {
    	margin: 0 !important;
    }
    #participate_esn {
    	display: none !important;
    }

    .profile-freelance-info .freelance-info-avatar .freelance-avatar img{
		height: 80%;
	}
	.fre-register-default > h2 > br{
		display: none;
	}
}
/*lee mee*/
/*
 * insert logo societe page profile/ home / signle project web
 */
 #cnt-profile-extrainfo > div.employer-info-content-fld {
 	display: -webkit-box;
 	display: -ms-flexbox;
 	display: flex;
 	padding-left: 0;
 }
 #avatar_societe,
 #avatar_societe_edit {
 	width: 15%;
 	padding: 0 20px;
 }
 #avatar_societe > img,
 #extrainlogo_form > img {
 	width: 65%;
 	/* border-radius: 50px; */
 }
 #information_coord {
 	padding-left: 0;
 }
 #extrainlogo_form {
 	position: relative;
 	text-align: center;
 }
 #logo_societe {
 	position: absolute;
 	bottom: 10px;
 	height: 37px;
 	opacity: 0;
 	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
 	cursor: pointer;
 	width: 110px;
 }
 #extrainlogo_form > span {
 	color: #1fbdbd;
 	font-size: 14px;
 	font-weight: 600;
 	cursor: pointer;
 }
 #extrainlogo_form > div > input {
 	position: relative;
 	left: -17px;
 }
 #last-missions > li {
 	display: -webkit-box;
 	display: -ms-flexbox;
 	display: flex;

 	-webkit-box-pack: justify;

 	-ms-flex-pack: justify;

 	justify-content: space-between;
 }
 #last-missions > li > div.jobs-logo > img {
 	max-width: 100px;
 }
 #project_detail_description.project-detail-desc-fld {
 	display: flex;
 	flex-direction: row;
 	justify-content: space-between;
 }
 #avatar_logo_societe_mission > img {
 	max-width: 150px;
 	max-height: 50px;
 }

 #last-missions > li > div.jobs-logo {
 	text-align: center;
 	width: 100px;
 }
 #last-missions > li > div.jobs-price {
 	min-width: 90px;
 	text-align: center;
 }
 #last-missions > li > div.jobs-date {

 	text-align: center;
 }
#last-missions > li > div.jobs-price{
/*#last-missions > li > div.jobs-date */
	text-align: right !important;
}
 /*
 * Mode connecté en tant que esn page home
 */
 #esn_webinner_content{
 	width: 100%;
 	display: -webkit-box;
 	display: -ms-flexbox;
 	display: flex;
 	-ms-flex-pack: distribute;
 	justify-content: space-around;
 }

 #background_banner #participate_esn {
 	background-color: #1fbdbdb8;
 	height: 225px;
 	border-radius: 50%;
 	color: #fff;
 	display: flex;
 	align-items: center;
 	padding: 10px;
 	justify-content: center;
 }
 #background_banner #participate_esn > h6 {
 	font-size: 16px;
 	margin: 50px 0;
 	margin-top: 60px;
 	line-height: 1.5;
 }
 #esn_webinner {
 	text-decoration: none;
 	color: #fff;
 	width: 60% !important;
 	height: 225px;
 }

 /***/
 .jobs-name{
 	max-width: 100px;
 	color: #2c3e50;
 }
 .jobs-logo{
 	margin-left: 10px;
 	margin-right: 20px;
 }

/*
 * Page Webinner fld
 */

 .page-id-21315 #left_content{
 	width: 90%;
 }
 .page-id-21315 #right_content{
 	display: none;
 }

 /** mission_correspondant**/
 .fre-freelancer-wrap {
 	min-height: 270px;
 	max-height: 270px;
 }
 div.mission_correspondant {
 	margin: 5px 0 0 0;
 }
 div.mission_correspondant span a{
 	color: #2c3e50;
 	font-size: 14px;
 	line-height: 1em;
 	padding: 2px 13px 2px 0;
 }
 div.mission_correspondant span a:hover {
 	color: #1fbdbd;
 }

 #left_content > div > iframe.webinar_class {
 	margin-left: 30%;
 	width: 40%;
 }
#last-missions li#en-tete-list-project{
	height: 64px;
	font-weight: 700;
	font-size: 14px;
	color: #415161;
	padding: 22px 30px !important;
}
@media only screen and (max-width: 767px) {
 	#background_banner #participate_esn {
 		display: none !important;
 	}

    /*
     * insert logo societe page profile/ home / signle project Mobile
     */
    #avatar_societe_edit {
     	width: 100% !important;

    }
    #extrainlogo_form > img {
     	width: 30% !important;
    }
    #avatar_logo_societe_mission{
     	float: right;
    }
	/*
	 * Page Webinner fld
	 */
	body.page-id-21315 > div.container.page-container{
	 	padding-left: 0 !important;
	 	padding-right: 0 !important;
	}
	.page-id-21315 #crmWebToEntityForm{
	 	width: 100% !important;
	}
	.page-id-21315 #crmWebToEntityForm > form > table{
	 	width: 100% !important;
	}
	.page-id-21315 #left_content{
	 	padding-right: 0 !important;
	}
	.page-id-21315 #crmWebToEntityForm > form > table > tbody > tr > td:nth-child(2){
	 	width: 100% !important;
	}
	.page-id-21315 #left_content{
	 	width: 100%;
	}
	#last-missions li {
	 	flex-direction: column;
	}
	#last-missions > li > div.jobs-price{
	 	text-align: left;
	}
	#left_content > div > iframe.webinar_class {
	 	margin-left: -20px;
	 	width: 100%;
	}
	#en-tete-list-project{
		display: none !important;
	}

}



/* changer mission dev migrate*/
#offre_current.currentChanged:hover{
	background-color: #666f78 !important;
	color: #fff !important;
}
/* single-project-content */
#freelance-correspondant > div > div{
	display: flex;
	padding: 20px;
	/* margin: 10px; */
	background-color: #fff;
	/* width: 45%; */
	min-height: 200px;
	border-left: 1px solid #f6f6f6;
	border-right: 1px solid #f6f6f6;
	border-bottom: 1px solid #efefef;
	-webkit-box-shadow: 0px 2px 1px 0px #efefef;
	-moz-box-shadow: 0px 2px 1px 0px #efefef;
	box-shadow: 0px 2px 1px 0px #efefef;
}
#freelance-correspondant > div > div > div.fre_description{
	padding-left: 20px;
}
#freelance-correspondant > div > div> div.avatar_fre_correspondant > a > img{
	border-radius: 50%;
}
#freelance-correspondant > div{
	background-color: #fff;
}
#freelance-correspondant > div > h2{
	text-decoration: underline;
	font-size: 25px;
	padding-bottom: 20px;
	margin-left: 20px;
}


.profile-freelance-info-wrap.active .profile-freelance-info{
	display: block;
}
h2#description-mission-1{
	font-family: 'Raleway', sans-serif;
	font-size: 18px;
	font-weight: 600;
    line-height: 1.1;
    color: inherit;
}
.page-template-page_missions_skalis header,.page-template-page-missions-skalis-home header{
	display: none;
}


/* Input skill  && skill 2approuved
 */
.update_skill,.update_skill2{
	display: none;
}
.select_skill{
	width: 60%;
}

/* message after submit skill  && skill 2approuved
 */

 #message_after_submit,#message2_after_submit{
 	display: none;
 	border: 1px solid red;
 	padding: 10px;
	background-color: white;
	color: red;
	font-size: 18px;
 }
  #message_after_submit p,#message2_after_submit p{
 	margin-bottom: 0;
 }
#project_detail_description *{
	margin-left : 0 !important;
}

.div_message_submit_mission {
    padding-left: 15%;
    display:none;
}

.span_message_submit_mission {
    font-size: 25px;
    color: #1fbdbd;
}

#hide_category {
	display: none;
}

.desinscrire_supprimer {
  display: inline-block;
  width: 80%;
  font-size: 20px;
  text-align: left;
  border-radius: 5px;
}
.desinscrire_supprimer span {
  display:block;
  padding:10px 10px 10px 30px;
  cursor: pointer;
  border: solid 1px #E0E0E0;
}

.desinscrire_menu {
  display: none;
  padding:10px 10px 10px 30px;
}

.desinscrire_element {
	padding: 10px;
}

.desinscrire_element input {
	margin-right: 10px;
}

.desinscrire_button {
	float: right;
	margin-bottom: 2px;
}

.cv_description{
	text-align: left;
    font-size: 16px;
    margin-top: 10px;
}
a.fre-skill-item {
    display: block;
    font-size: 16px;
    font-weight: 500;
    color: #415161;
    cursor: pointer;
    white-space: normal;
}

a.fre-skill-item.active {
    color: #1fbdbd;
}

a.fre-skill-item:hover {
    background: none;
    color: #1fbdbd;
}
.dropdown-menu ul{
    list-style-type: none;
}
/******/

#salaire{ 
 	display: none;
}
#fre_contrat{ 
 	display: none;
}
.login-social-list{
	text-align: center;
}
/*login linked in */
.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.fre-login-social>p 
{
	padding-bottom: 15px;
}
.fre-authen-login .fre-login-social
{
	margin-bottom: 15px;
}
.page-template-sondage p 
{
    text-align: center;
    font-size: 18px;
    font-weight: 500;
}
/*project budget, freelancer list projects  */
.tarif-list-project-free {
	float:right;
	font-weight: bold;
	font-size: 20px;
}

/*BIDDING ITEM buttons */
.freelancer-bidding-item .bid-item-btns 
{
	display: flex;
	flex-direction: column;
	width: max-content;
	padding: 24px 8px;
	margin: 0px 0px -20px 0px;
}
.freelancer-bidding-item .bid-item-btns > a 
{
	margin-bottom: 8px;
}

.disable{
	pointer-events: none !important;
	background-color: #666f78 !important;
	border: 2px solid #666f78 !important;
}

.col-content-bid {
	clear: both;
	padding: 0px 30px 12px 120px !important;
}


/* project actions buttons */
.single-project .project-detail-action 
{
    text-align: right;
    display: flex !important;
    flex-direction: column;
    min-width: 200px;
    float: right;
}
.single-project .project-detail-action > a
{
	margin-bottom: 10px;
	margin-left: 0px !important;
	width: 100%;
	display: block;
	padding-left: 12px;
	padding-right: 12px;
}

.single-project .project-detail-action > a.pub-new-project 
{
	margin-bottom: 10px;
	width: 100%;
	display: block;
	padding-left: 5px;
	padding-right: 5px;
}

/* DELETE Project red button */
.single-project .project-detail-action > a.delete-project {
	background-color: #d90429 !important;
	padding-left: 12px;
    padding-right: 12px;
    color: #fff !important;
    border: 2px solid #d90429 !important;

}
@media only screen and (max-width: 767px){
	.single-project .project-detail-action {
	    margin: 18px 0px 0px !important;
	    display: flex !important;
    	flex-direction: column;
    	width: 100%;

	}
}
/*code postal freelancer PAGE PROFILE  */
.cp-free-profile {
	width: max-content !important;
	background-color: #fff;
	text-align: center;
	padding: 14px 7px !important;
	border: solid 1px #ccc;
	color: #b5b5b5 !important;
	margin-right: 0;
}
.cp-free-profile > span {
	font-size: 16px;
	color: #b5b5b5;
}
.cp-free-profile > span > i {
	font-size: 10px;
}

@media only screen and (max-width: 767px){
	.cp-free-profile
	{
		width: max-content !important; 
	    padding: 10px 7px !important;
	    text-align: center !important;
	    margin-top: 5px;
    }	
}

/*code postal freelancer  PAGE AUTHOR  */
.cp-free-author
{
	width: max-content !important; 
    padding: 14px 5px !important;
    text-align: center !important;
	background-color: #fff;
	text-align: center;
	border: solid 1px #ccc;
	color: #b5b5b5;
	margin-left: 8px;
	font-size: 10px!important;
}
.cp-free-author 
> span {
	font-size: 16px;
	color: #b5b5b5;
}
@media (min-width: 424px) and (max-width: 766px) {
	.cp-free-author
	{
		width: max-content !important; 
	    padding: 10px 5px !important;
	    text-align: center !important;
	    height: 76px;
    }
    
}
@media only screen and (max-width: 424px){
	.cp-free-author
	{
		width: max-content !important; 
	    padding: 6px 5px !important;
	    text-align: center !important;
	    height: 76px;
    }
}
@media only screen and (max-width: 469px){
	#freelancer_tarif_day{
		margin: auto;
    	margin-right: 7px;
    	max-height: 76px;

	}
}

@media (min-width: 767px) and (max-width: 990px){
	.cp-free-author 
	{
		width: max-content !important; 
	    padding: 6px 5px !important;
	    text-align: center !important;
	    
    }
    #author_experience{
    	height: 86px ;
    }

}

@media (min-width: 990px) and (max-width: 1200px){
	.cp-free-author 
	{
		width: max-content !important; 
	    padding: 6px 5px !important;
	    text-align: center !important;
	    /*height: 76px;*/
    }
	#author_experience{
    	height: 66px ;
    }
}

/**** project budget, freelancer list projects  ****/
.tarif-list-project-free {
	float:right;
	font-weight: bold;
	font-size: 20px;
}

@media only screen and (min-width: 992px){
	#freelancer_dispo{
		padding-top: 20% !important;
	}
}

/**** mes intercontrats list and buttons ****/
div.profile-item-buttons-action {
	display: flex;
	flex-direction: column;
	float: right;
	}

.unfloat > a {
	margin-bottom: 6px;
	width: 140px;
}
.profile-list-info span {
	display:inline-flex !important;
}

.fre-profile-list > li {
    padding: 0 20px!important;
}
/**** mes intercontrats list and buttons mobile-tablet ****/
@media only screen and (max-width: 768px)
{
	.profile-list-wrap .profile-list-avatar,
	.profile-list-wrap .username,
	.profile-list-wrap .tarif,
	.profile-list-wrap .prof-title,
	.profile-list-wrap .experience,
	.profile-list-wrap .availability
	{
    	text-align: center;
    	width: 100%;
	}
}

@media only screen and (max-width: 1024px){
	div.profile-item-buttons-action { 
		display: contents;

	}
	div.profile-list-wrap{
		padding-left: 8px;
		padding-right: 8px;
	}
		
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
	div.profile-item-buttons-action { 
		display: flex;
    	flex-direction: row;
	}
	div.profile-item-buttons-action .unfloat { 
		padding-left: 1px;
	}
			
}

/*Carroussel */
@media only screen and (min-width: 1025px){
	
	.fre-our-stories .owl-item {
		margin-left: 50px;
	    width: 1090px !important;
	}
	.fre-our-stories .owl-prev{
		left :0 !important;

	}
	.fre-our-stories .owl-next{
		right :0 !important;

	}	
}

.edit-SalarieESN {
	margin: 10px;
	float: right;
}

/* resize freelancer action buttons  */
/*.fre-table-row .project-action-col a{
    min-width: 185px !important;
}*/


/* bid freelance project status column  */
.col-free-status {
	float: none !important;
	padding: 20px 40px 20px 0 !important;
	font-size: 14px !important ;
	font-weight: 700 !important;
	color: #415161 !important;
	line-height: 1em !important;
}
	
/* bid freelance project status (non retenu) text  */
.bid-unaccept-free{
	margin: 30px 0 5px;
	font-size: larger;
}


/* Adjust mission table size  */
div.fre-table-col.project-title-col {
    max-width: 260px !important;
    padding-right: 2px!important;
}

.project-bids-col {
    min-width: 150px;
}

.project-open-col{
	max-width: 140px!important;
}

div.fre-table-col.project-action-col {
    max-width: 260px !important;

}

/* resize freelancer action buttons */
.fre-table-row .project-action-col a{
    min-width: 185px !important;
}
.avatar-error{
	color: red;
    font-size: small;
}

/*Delete Language Button styling */
#del_lang {
	float: right;
	border: none;
	padding-top: 10px;
	background-color: transparent;
	font-weight: bold;
	color: red;
	}
.fa-trash{
	float: right;
	color: #E9350E ;
	font-size: 30px;
}

/* Add Training Button change position  */
#add-training{
	float: right;
	margin-top: 0px;
    /*margin-top: 34px;*/
    margin-right: 0px;
    text-align: end;
    margin-bottom: 10px;
    padding-right: 12px;
	padding-left: 12px;
	width: max-content;
}
#cnt-profile-extrainfo > div > div > h2,
{
	font-size: 25px !important;
	color: #000 !important;
	font-weight: 600 !important;
	line-height: 1.1;
}
@media screen and (max-width : 768px){
	#add-training {
		margin-top: 0px;
		float: none;
		margin-right: 0px;
		text-align: end;
	}
}

/* error portfolio date msg  */
.invalid_portfolio_date{
	color: red;
	font-size: 16px;
}

/* error min skill msg  */
.min_skill{
	color: red;
	font-size: 15px;
}
.new-intercontrat-info-save {
	margin-top: 15px;
}

/* freelancer favorite project list */
.favoris
{	
	background-color: transparent;
	border: none;
}
.add_to_favorites
{
	height: 30px;
	width: 30px;
}
.my_favorite
{
	height: 45px;
	width: 46px;
}
.project-detail-status 
{
    display: block ruby;
}

/*delete favorite mission-freelancer */
.delete-favorite
{
	color: #d90429;
}
/* DO-ESN favorite freelancer */ 
.remove-fav-freelancer
{
	background-color: #d90429 !important;
	padding-left: 12px;
    padding-right: 12px;
    color: #fff !important;
    border: 2px solid #d90429 !important;
}

.freelance-info-avatar.freelance-avatar
{
	width: 50px;
	height: 50px;
}

.fre-fav-action-col
{
	display: flex;
}

.fre-account-info > span 
{
    position: relative;
    top: 0;
    left: 0;
    width: 36px;
    height: 36px;
    border-radius: 50%;
}


@media (max-width: 992px)
{
	.fre-table-head.fre-fav-mission-head
	{
		display: none;
	}
}

/* fav freelancer-project list responsive */
.filter-profiles,
.filter-projects
{
	display: inline-block;
}
@media (max-width: 992px)
{
	.filter-profiles, .filter-projects
	{
	    display: block;
	    margin-top: 3rem;
	}
}

/* filter projects - project alerts */
.filter-projects
{
    display: flex;
    justify-content: end;
}
.project-filter-clear
{
	padding-top: 16px;
    margin-right: 10rem;
    width: max-content;
}
.add-alert
{
    min-width: 200px;
}
.alert-frequency
{
	margin-right: 5rem;
}

/*  Alert list  */
.project-alert-action-col
{
	width: 300px!important;
}

.alert-title-col
{
	text-align: left;
}
.alert-action-col
{
	width:  250px;
	display: flex;
	flex-direction: column;
}
.alert-action-col > a 
{
	margin-bottom: 6px;
}
.alert-info
{
	font-size: 17px;
	padding-left: 5px;
	padding-right: 5px;
	letter-spacing: .1rem;
	background-color: transparent;
}
.alert_name
{
	margin-top: 15px;
}
.save-alert
{
	padding-top: 0px;
	height: 50px;
}

/*Alert list responsive */
@media (max-width: 992px)
{
	.fre-table-head.alert-table-head
	{
		display: none;
	}
	.alert-action-col 
	{
	    display: flex;
	    flex-direction: row;
	}
}
@media (max-width: 767px)
{
	.alert-action-col
	{
		width: auto;
	}
	.alert-action-col > a 
	{
		padding-left: 5px;
		padding-right: 5px;
		min-width: 100px;
	}

	.alert-list .fre-table-row .fre-table-col 
	{
	    padding-top: 10px;
	    padding-bottom: 5px;
	    border-bottom: 1px solid #ededed;
	}	
}

@media (max-width: 540px)
{
	.fre-table-head.alert-table-head
	{
		display: none;
	}
	.alert-action-col,
	.alert-notif-col,
	.alert-title-col 
	{
	    display: flex;
	    flex-direction: row;
	    justify-content: center;
	    align-items: center;
	    padding: 0;
	}
	.alert-action-col > a
	{
	    min-width: 100px;
	}
}

/* Filter profiles - projects  */
.filter-profiles
{
    display: flex;
    margin-top: 3rem;
    justify-content: end;
}

.profile-filter-clear
{
	padding-top: 16px;
    margin-right: 10rem;
    width: max-content;
}

/* Filter profiles - projects responsive  */
@media (max-width: 767px)
{
	.filter-profiles
	{
		display: inline-block;
	    width: auto;	    
	}

}
@media (max-width: 540px)
{
	.filter-profiles
	{
		margin-left: 30px;
	}

	.filter-profiles>a,
	.filter-profiles>button
	{
		width: 100%;
		display: block;
		margin-top: 5px;
		
	}

}

.profile-list-avatar 
{
	position: relative;
    width: 170px;
    height: auto;
    top: 0;
    left: 6px;
    
}
.profile-list-avatar>img
{
	width: 70px;
	height: 70px;
}

/* Favorite profile list responsive */

@media (min-width: 992px)  and (max-width: 1200px)
{
	.fre-avatar-col,
	.fav-profile-avatar
	{
		display: none;
	}

}
@media (max-width: 992px)
{
	.fav-profile-head,
	.fav-profile-avatar
	{
		display: none;
	}
}
@media (min-width: 767px)  and (max-width: 992px)
{
	.fav-profile-hour-rate>span 
	{
	    font-size: 18px;
	    font-weight: 700;
	}
	.fav-profile-title>span,
	.fav-profile-professinal>span
	{
		font-size: 20px;
		font-weight: 500;
		display: block;
		width: 100%;
		padding: 0;
	}
}
@media (max-width: 540px)
{
	.fav-profile-head,
	.fav-profile-avatar>span
	{
		display: none;
	}
	.fre-table-row .fav-profile-body
	{
		border-bottom: 1px solid #ededed;
	}

	.fav-profile-list .fre-table-row .fre-table-col
	{
		border-bottom: none;
	}
	
	.fav-profile-title,
	.fav-profile-professinal,
	.fav-profile-experience,
	.fav-profile-hour-rate,
	.fre-fav-action-col 
	{
		font-size: 20px;
	    display: flex;
	    flex-direction: row;
	    justify-content: center;
	    align-items: center;
	    padding: 0;
	}
	.fre-fav-action-col>a
	{
		display: block;
	} 
	.fav-profile-list .fre-table-row .fre-table-col 
	{
		display: flex;
		flex-direction: row;
		justify-content: center;
		padding-top: 10px;
	    padding-bottom: 5px;
	    justify-content: center;
	    
	}
	.fav-profile-avatar
	{
		position: absolute;
		width: 60px;
		height: 60px;
		top: 0;
		left: 0;
	}
	
	.fav-profile-professinal 
	{
	    margin: 2px 0 0;
	    padding-left: 60px;
	}
	.fav-profile-head
	{
		display: none;
	}
}

/* Favorite mission list responsive */

@media (max-width: 767px)
{
	.fre-fav-mission-head
	{
		display: none;
	}
}


@media (max-width: 540px)
{
	.fre-table-row .fav-mission-body
	{
		border-bottom: 1px solid #ededed;
	}

	.fav-mission-list .fre-table-row .fre-table-col
	{
		border-bottom: none;
	}
	.fav-mission-title,
	.fav-mission-bids,
	.fav-mission-bid,
	.fav-mission-date,
	.fav-mission-status,
	.fav-mission-action 
	{
		font-size: 20px;
	    display: flex;
	    flex-direction: row;
	    justify-content: center;
	    align-items: center;
	    padding-top: 10px!important;
	    padding-bottom: 5px!important;
	}
	.fav-mission-action>a
	{
		display: block;
	} 

}

/* Liste candidature cancel btn */
.candidatures-list .bid-action
{
	color: #d90429;
	margin-right: 3rem;

}
/* liste candidatures responsive */
@media (max-width: 767px)
{
	.candidatures-table-head
	{
		display: none;
	}

}

@media (max-width: 540px)
{
	.candidatures-list .fre-table-row .fre-table-col 
	{
		display: flex;
		flex-direction: row;
		justify-content: center;
		padding-top: 10px;
	    padding-bottom: 5px;
	    justify-content: center;
  
	}
	.candidatures-list .bid-action
	{
		margin-left: 9rem;

	}
}

/* CARD Freelancer new styling */

.username>span,
.prof-title>span,
.cp-pays>span,
.experience>span,
.gained-deals>span,
.tarif>span,
.corresp-missions>span>b,
.experience
{
	font-size: 17px;
}

.availability,
.gained-deals,
.tarif,
.contact
{
	text-align: right;
}
.new-avatar,
.new-score,
.heart,
.username,
.experience,
.cp-pays,
.prof-title,
.availability,
.gained-deals,
.tarif
{
	margin-bottom: 7px;
}
.heart .favoris
{
	padding-left: 2.5rem;
}

/* LIST PROFILE NEW STYLING */
.gained-deals-list-profile
{
	margin-bottom: 10px;
	text-align: left!important;
	font-size: 17px;
}
.username
{
	font-weight: 800;
	text-align: left;
	font-size: 17px;
}
.heart-profile-list
{
	padding-top: 10 rem;
}
.score-profile-list
{
	padding-top: 7 rem;
}

.intercontrat-selection input[type="radio"]:checked + .profile-list-wrap img
{
	box-shadow: 0px 0px 11px 3px rgba(38,190,190,1);
	border: 2px solid rgba(38,190,190,1);
}

.intercontrat-selection input[type="radio"] + .profile-list-wrap img
{
	box-shadow: 0px 0px 11px 3px transparent;
	border: 2px solid transparent;
}

p#user_switching_switch_on a{
	display: inline-block;
	background-color: #1fbdbd;
	border: none;
	color: white;
	padding: 15px;
	text-align: center;
	text-decoration: none;
}

p#user_switching_switch_on a:before{
	content: "\0025C0";
	display: inline-block;
	margin-right: 10px;
}

}
/* LIST PROFILE NEW STYLING MOBILE-TABLET */
@media only screen and (max-width: 768px)
{
	.profile-list-wrap .new-avatar,
	.profile-list-wrap .new-score,
	.profile-list-wrap .username,
	.profile-list-wrap .gained-deals-list-profile,
	.profile-list-wrap .cp-pays
	
	{
    	text-align: center!important;
    	width: 100%;
	}
}