.replace-img {
	position: absolute;
	top: 0;
	right: 0;
	background: url(images/replace-image.svg) no-repeat center;
	width: 20px;
	height: 15px;
}

.insert-image img {
	max-width: 80%;
	max-height: 80%;
	width: auto;
	height: auto;
}

.insert-image label {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 20px;
	height: 15px;
}

.insert-image {
	position: relative;
	background-color: #fff;
	box-shadow: 20px 0 45px rgba(0, 0, 0, 0.05);
	width: 150px;
	height: 150px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	border-radius: 10px;
}

.infobull {
	position: relative;
	background: url("./images/info.svg") no-repeat center #ded8e8;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	margin-right: 10px;
	display: inline-block;
}

.infobull:hover .content {
	opacity: 1;
	visibility: visible;
}

.infobull .content {
	opacity: 0;
	visibility: hidden;
	transition: all 0.4s ease;
	position: absolute;
	width: 145px;
	display: block;
	left: -65px;
	bottom: 27px;
	font: 9px/14px "mm";
	border-radius: 5px;
	box-shadow: 0 4px 17px 0 rgba(0, 0, 0, 0.1);
}

.infobull .content::before {
	content: "";
	width: 10px;
	height: 10px;
	position: absolute;
	bottom: -5px;
	left: 50%;
	margin-left: -5px;
	background: #fff;
	transform: rotate(45deg);
	box-shadow: 0 4px 17px 0 rgba(0, 0, 0, 0.1);
}

.infobull .content span {
	border-radius: 5px;
	position: relative;
	z-index: 1;
	background: white;
	display: block;
	padding: 12px;
}

.popup {
	display: none;
	max-width: 575px;
	width: 100%;
	margin: 0 auto;
	padding: 0 0 34px;
	background-color: white;
}

.popup__top {
	border-bottom: 1px solid #e6e6e6;
	text-align: center;
}

.popup__content {
	padding: 0 65px;
}

.popup .gtitre {
	padding: 17px 20px;
	text-align: center;
	margin-bottom: 30px;
}

.popup textarea {
	height: 120px;
}

.popup .fancybox-close-small {
	width: 20px;
	height: 20px;
	background: url(images/close.svg) center no-repeat;
	background-size: contain;
	top: 27px;
	right: 27px;
}

.popup .fancybox-close-small:after {
	display: none;
}

/* Form */
.form-wrap {
	position: relative;
	text-align: left;
}

.form-control {
	margin-bottom: 20px;
	position: relative;
}

.form-wrap .half {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
	margin-bottom: 20px;
}

.custom-radio.half,
.custom_checkbox.half {
	gap: 0 20px;
}

.form-wrap .half .form-control {
	margin-bottom: 0 !important;
}

/*.form-wrap label,
.form-wrap .label {
	display: block;
	margin-bottom: 0;
	font-size: 12px;
	color: #4e4e4e;
	text-transform: uppercase;
	width: 100%;
}
*/
input,
select,
textarea {
	font: 500 14px/20px "Montserrat";
}

input::-moz-placeholder,
select::-moz-placeholder,
textarea::-moz-placeholder {
	font: 500 14px/20px "Montserrat";
}

input::placeholder,
select::placeholder,
textarea::placeholder {
	font: 500 14px/20px "Montserrat";
}

.form-wrap select,
.form-wrap input,
.form-wrap textarea {
	width: 100%;
	padding: 10px 15px;
	color: #41436a;
	border: 1px solid #ded8e8;
	background-color: #fbfbfc;
}

.form-wrap textarea {
	height: 200px;
}

.form-wrap .licence .half {
	margin-bottom: 10px;
}

.form-wrap select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: url("img/arrow-select.svg") no-repeat right 20px center #fbfbfc;
}

.form-wrap label i {
	display: inline-block;
}

.form-wrap .addToUl input {
	width: calc(100% - 45px);
	display: inline-block;
	vertical-align: middle;
	height: 40px;
}

.form-wrap .addToUl button {
	cursor: pointer;
	display: inline-block;
	vertical-align: middle;
	width: 40px;
	height: 40px;
	border: 0;
	background: url(img/plus.svg) no-repeat center #231942;
}

.form-wrap .addToUl ul {
	margin: 25px 0 25px 50px;
}

.form-wrap ul li {
	background: url(img/liste.svg) no-repeat top 7px left;
	padding-left: 28px;
}

.margbtn .btn {
	text-transform: initial;
	font-size: 16px;
	min-width: 225px;
	text-align: center;
	padding: 0 20px;
}

.form-wrap .salaire .d-grid {
	display: grid;
	grid-template-columns: 1fr 140px;
	gap: 40px;
	align-items: center;
}

.slpropose {
	border: 1px solid #e2e2e2;
	padding: 10px;
	text-align: center;
}

.form-control.salaire span {
	display: inline;
	margin: 0;
	font-size: 14px;
	color: #41436a;
}

.inputright {
	display: grid;
	grid-template-columns: 1fr auto;
	margin-bottom: 0;
}

.inputright .custom-radio {
	display: grid;
	grid-template-columns: auto auto;
	gap: 30px;
}

.inputright label,
.inputright .custom-radio label {
	margin-bottom: 0;
}
.insert-image img {
	max-width: 80%;
	max-height: 80%;
	width: auto;
	height: auto;
}

.entreprise-base .insert-image label {
	position: absolute;
    top: 0px;
    right: 0px;
}

.replace-img {
	position: absolute;
	top: 0;
	right: 0;
	background: url(images/replace-image.svg) no-repeat center;
	width: 20px;
	height: 15px;
}

@media (max-width: 1024px) {
    .filiere-grid {
        gap: 5px;
    }
    .main-title, h1 {
        font: 700 28px / 30px "montserrat";
        margin-bottom: 15px;
    }
    .membre-grid .item {
        padding: 10px 20px;
    }
}
@media (max-width: 600px) {
    .banner__texte {
        padding: 50px 30px;
    }
    .membre-grid{
         gap: 5px;
    }
    .membre-connecter .btn-espace::after{width: 40px;        height: 40px;}
    .membre-connecter .btn-espace {width: 40px;        height: 40px;}
    .filiere-grid .item .icone{height:35px;}
}

.hidden{
	display: none;
}

.wrap-autreGroupement {
	margin-top: 10px;
}

.grid-artisant .info {padding-left:22px;}
.membre-grid .info .addresse {background-position: top +4px left;line-height: 20px;}
.coordonnes>div strong {background-position: top +4px left;}
.grid-artisant .item{padding:10px;}
.membre-grid .name{background-position: top +5px left;}