#cgdt_adhesion_form .cgdtadh-row {
    display: flex;
    justify-content: space-between;
    padding-left: 20px;
    padding-right: 20px; 
    width: 100%;
}

#cgdt_adhesion_form .cgdtadh-row .full-width {
    justify-content: start;
}

#cgdt_adhesion_form .cgdtadh-block {
    display: flex;    
    justify-content: space-evenly;
    flex-direction: column;
    margin-bottom: 10px;
    width: 30%;
}
#cgdt_adhesion_form .cgdtadh-wrap-checkbox {
    display: flex;    
    width: 100%;
}

#cgdt_adhesion_form .cgdtadh-checkbox {
    margin-right: 30px;
}

#cgdt_adhesion_form fieldset legend {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 10px;
}

#cgdt_adhesion_form .cgdtadh-field-label {
    color: #0e6c88;
    font-weight: bold;
}

#cgdt_adhesion_form .fa-info-circle {
    min-width: 16px;
    min-height: 16px;
}

#cgdt_adhesion_form .fa-info-circle:hover {
    cursor: pointer;
}

#cgdt_adhesion_form .info-bulle {
    position: absolute;
    left: 10%;
	background-color: lightgray;
	padding: 10px;
	color: black;
	border-radius: 5px;
	z-index: 1;
    max-width: 80%;
    width: 80%;
	box-shadow: 0px 0px 20px 5px grey;
}

.cgdt-button {
    background-color: #0e6c88;
    border: 1px solid #0e6c88;
    color: white;
}

#data_loading {
    position: absolute; 
    width: 100%; 
    height: 100%; 
    left: 0;
    text-align: center; 
    opacity: 0.5;
}

#data_loading img {
    margin-top: 300px; 
    transform: translate(-50%, -50%);
}