.url_affiliate {
    text-align: center;
	padding-bottom: 30px;
	font-size: 1.2em;
}

.url_affiliate > span {
    width: fit-content;
    /* background: #fbc441; */
    color: #4d5056;
    padding: 10px 20px;
    border-radius: 20px;
    font-style: italic;
    margin: 0 auto;
}

.url_affiliate #copy-affiliate {
    margin-left: 10px;
    cursor: pointer;
}

#module-ae2codeparrain-affiliation h2 {
	text-align: left;
}
#module-ae2codeparrain-affiliation h2::after {
	display:none;
}
#module-ae2codeparrain-affiliation #content > div > section > div:nth-child(2) > h2 {
margin-top: 100px;
}
/* MODAL */

#grey-modal {
    min-width: 100%;
    min-height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(223, 230, 233,.7);
    z-index: 999999;
    display: flex;
    justify-content: center;
    align-items: center;
}

#grey-modal.outer {
	position:fixed;
}

#grey-modal .content-modal {
    width: 400px;
    height: auto;
    display: block;
    background: white;
    border: 2px solid #fbc441;
    border-radius: 20px;
    padding: 20px;
    position: relative;
}


#grey-modal .content-modal .content-close {
    position: absolute;
    top: -20px;
    right: -20px;
    cursor: pointer;
}


#grey-modal .content-modal .content-close i {
    color: #fbc441;
    transform: rotate(45deg);
}

#grey-modal .content-modal h2 {
    text-align: center;
}

#grey-modal .content-modal .btns {
    text-align: center;
}


#grey-modal .content-modal .btns .btn {
    margin: 10px;
    color: white;
}


#grey-modal .content-modal .btns .btn:hover {
    color: #4D5056;
}

/* MOBILE */
@media (max-width: 767px) {
    #grey-modal .content-modal {
        width: 85%;
    }
}

#customer-form > section > div:nth-child(12) > div {
    width: 100%;
}

#divrgpdcompte {
    margin-top: 163px;
}