
//Annuaire
.annuaire-societes{
    width: 70%;
    float: left;
    padding: 20px;
}
form#filtre-societes {
    width: 30%;
    float: left;
    margin-top: 19px;
    background: #8d8b8b0d;
    padding: 20px;
    border: 1px solid;
}

.societe-card {
    width: 30%;
    float: left;
    margin-right: 10px;
    border: 1px solid;
    padding: 10px 10px 15px 10px;
    margin-bottom: 10px;
    min-height: 320px;
    overflow: visible;
    text-align: center;
}

/* Logo carré dans les vignettes */
#logo_img_soc {
    width: 100%;
    text-align: center;
    margin-bottom: 3px;
}
#logo_img_soc img.logo-societe {
    width: 90px;
    height: 90px;
    object-fit: contain;
    border: 1px solid #D42E7B;
    padding: 5px;
    background: #fff;
}

/* Style prénom + nom adhérent */
p.adherent-nom {
    font-weight: bold;
    color: #3f3280;
    font-size: 11px;
    margin: 0;
    line-height: 1.1;
}

/* Réduire l'espacement du secteur */
p.secteur {
    margin: 2px 0 8px 0;
    font-size: 12px;
}

/* Style du titre société */
.societe-card h3 {
    font-size: 13px;
    text-transform: uppercase !important;
    margin: 3px 0 2px 0;
    line-height: 1.1;
}

/* Bouton EN SAVOIR+ */
.societe-card .btn-en-savoir-plus {
    display: inline-block;
    margin-top: 5px;
}


.annuaire-grid {
    width: 67%;
    float: left;
    margin-top: 19px;
    margin-left: 24px;
}

.pagination-container {
    text-align: center;
    font-weight: bold;
    width: 63%;
    float: right;
    margin-right: 5%;
}

button.pagination-btn, #filtre-societes button[type="submit"] {
    color: #d92d7e;
    margin: 0 !important;
}

button.pagination-btn:hover, #filtre-societes button[type="submit"]:hover{
	color:#fff
}
#filtre-societes select, #filtre-societes input {
    margin: 21px 0;
}
#filtre-societes input{ margin-bottom:0 !important}


#content_fiche_societe {
    width: 68%;
    overflow: hidden;
    margin: 0 auto;
}

.fiche-societe-logo img {
    width:80%;
}

.fiche-societe-infos, .fiche-infos, .acces-reseau {
    width: 100%;
    float: left;
}

.fiche-societe-info-haut {
    float: left;
    width: 70%;
    margin-top: 18px;
}
.fiche-societe-logo {
    width: 24%;
    float: left;
    border: 1px solid #D42E7B !important;
    padding: 20px;
    margin-right: 40px;
		min-height: 153px;
	  text-align:center;
	
}


.fiche-societe-description {
    width: 100%;
    float: left;
    margin: 37px 0;
	    text-align: justify;
}

.info-box {
    width: 22%;
    float: left;
    text-align: center;
    border: 1px solid #d42e7c;
    margin: 0 10px;
    padding: 10px;
    height: 112px;
    background: #fff;
    color: #d42e7c;
}

p.gris_claire {
    background: #8080802b; 
		width:50%;
    padding: 8px;
    margin: 0;
    margin-top: -13px;
}
p.gris_fonce {
    background: grey;
		width:50%;
    color: #fff;
    padding: 8px;
}

 .acces-reseau { 
    margin-top: 17px;
}

.video-container {
    float: left;
    width: 100%;
    margin-top: 23px;
}




/* Loader en plein écran */
.loader-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Animation de chargement */
.loader {
    width: 50px;
    height: 50px;
    border: 5px solid #0073aa;
    border-top: 5px solid transparent;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

/* Effet de rotation */
@keyframes spin {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

/* Message d'erreur */
.error-message {
    text-align: center;
    font-size: 16px;
    color: red;
    font-weight: bold;
    margin-top: 20px;
}
#filtre-societes button[type="submit"]:focus {
    color: #fff !important;
}


div#gauche_fiche {
    width: 70%;
}

div#droit_fiche {
    float: right;
    width: 25%; 
	  padding-top: 228px;
}
div#bloc_contact, div#bloc_membre {
    border: 1px solid #D42E7B !important;
    text-align: center;
    padding:28px 15px 45px;
	margin-bottom:50px;
	background: #f5f4f4ad;
}

#droit_fiche a {
    background: #3f3280;
    color: #fff !important;
    padding: 9px 23px;
    border-radius: 20px;
    top: 17px !important;
    position: relative;
}

#droit_fiche a:hover {
    background: #d42e7c;
}



p.no-results {
    margin-left: 0px;
    float: right;
    width: 68%;
    font-size: 20px;
    color: red;
}


@media  screen and (min-width: 320px) and (max-width: 767px) {
	.societe-card {
		width: 47% !important;}
	.pagination-container {width:89% !important;}
	.annuaire-grid {
		width: 100% !important;
        padding: 0 !important;
        margin-left: 0;}
	
	form#filtre-societes {
    width: 100% !important; 
    margin-top: 19px !important;
}
	.info-box {
    width: 93%;
		margin-bottom:15px;}
	div#droit_fiche,div#gauche_fiche, .fiche-societe-logo
	{width:100% !important;
        margin: 0 !important;
        padding: 0;}
	
	div#bloc_contact, div#bloc_membre { 
    margin-bottom: 10px !important;
	}
		.fiche-societe-info-haut {
    
		width: 100% !important;}
		
}
@media  screen and (min-width: 768px) and (max-width: 1023px) {
	.societe-card {
		width: 47% !important;}	
	.pagination-container {width:89% !important;}
	.annuaire-grid {
		width: 100% !important;
        padding: 0 !important;
        margin-left: 0;}
	
	div#bloc_contact, div#bloc_membre { 
    margin-bottom: 10px !important;
		width: 48%;
        float: left;
        margin-right: 10px;
        margin-top: 13px;
	}
	.info-box {
    width: 45%;
		margin-bottom:15px}
	div#droit_fiche,div#gauche_fiche, .fiche-societe-logo
	{width:100% !important;
        margin: 0 !important;
        padding: 0;}
	
	
	form#filtre-societes {
    width: 100% !important; 
    margin-top: 19px !important;
}
	.fiche-societe-info-haut {
    
		width: 100% !important;}
	
}
@media  screen and (min-width: 1024px) and (max-width: 1365px) {
	.societe-card {
		width: 47% !important;}
	.pagination-container {width:89% !important;}
	.annuaire-grid {
		width: 100% !important;
        padding: 0 !important;
        margin-left: 0;}
	
	div#bloc_contact, div#bloc_membre { 
    margin-bottom: 10px !important;
		width: 48%;
        float: left;
        margin-right: 10px;
		
        margin-top: 13px;
	}
	
	.fiche-societe-info-haut {
    
		width: 100% !important;}
	.info-box {
    width: 45%;
		margin-bottom:15px}
	div#droit_fiche,div#gauche_fiche, .fiche-societe-logo
	{width:100% !important;
        margin: 0 !important;
        padding: 0;}
	
	form#filtre-societes {
    width: 100% !important; 
    margin-top: 19px !important;
}
	

}