<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.annonces_relatives {
float:left;
}




.annonces_relatives .selection_flex_more_items .selection_item {
min-width: 248.4px !important;
}

.entry-title {
text-transform: uppercase;
}



.notice_annonceur_container a
{
text-decoration:none !important;
}





















/************BANDEAU PRESTATAIRES***************/

#offres_container {
float:left;
width:100%;
margin-top:200px;
margin-top:20px;
margin-bottom:100px;
background-color:#f4f4f4;
display:flex;
justify-content : space-around;
flex-wrap: wrap;

}

.offre_onglet {

/* width:25%; */
/* float:left; */
text-align:center;
background-color:#f4f4f4;
padding:7px;
color:#c1c1c1;
height : 85px;
display : flex;
flex-direction: row;
flex-wrap: wrap;
justify-content : center;
align-items : center;
}



#offres_container h3 {
text-align:center;
background-color:#c1c1c1;
color:#fff;
padding:10px;
border-top-left-radius: 7px 7px;
border-top-right-radius: 7px 7px;
width:100%;
}

#offres_container h3 span {
font-weight:bold;
}


/* 
#offres_container .offre_onglet:first-child, #offre_onglet_assurance {
border-left :1px solid #c1c1c1;
}

#offres_container #offre_onglet_finance {
border-right :1px solid #c1c1c1;
}
 */


.offre_available {
/*background-color: green;*/
color:#fff;
cursor:pointer;
font-weight:bold;
position:relative;
height : 85px;
}

.offre_available:before {
content: "\47 ";
/* position:absolute; */
font-family: 'ETmodules';
color:#666;
font-size:18px;
border:0px solid red;
/* right: 5px; */
display:none;
}



.offre_onglet img {  
  	max-width : 150px;
  	mix-blend-mode: multiply !important;  
  }

.offre_selected {
/*background-color: #009F00;*/
}

.offre_selected:before {
content: "\47 ";
position:absolute;
font-family: 'ETmodules';
color:var(--red);
font-size:24px;
border:0px solid red;
right: 5px;
}


.offre_content {
width:100%;
padding:40px;
float:left;
display:none;
border-radius: 0px 0px 7px 7px;
/* border:1px solid black; */
}


@media all and (max-width: 980px) {
	
	 .offre_onglet img{
    	max-width : 100px;
  		max-height : 50px;
  
  	}
  
 /* .offre_available:after, .offre_selected:after {
  		right: inherit;
  		bottom : 2px;
  		font-size : 12px;
  }*/
	

}

  
@media all and (max-width: 767px) { 
  
  .offre_onglet img{
    max-width : 90px;
  	max-height : 50px;
  
  }
  
  .offre_available:after, .offre_selected:after {
  		right: inherit;
  		bottom : 2px;
  		font-size : 12px;
  }
}


</pre></body></html>