/* Start of CMSMS style sheet 'responsive : local' */
/* 2024-06-05 modif pour la faq */
ul.nav.nav-pills.faq {
	_background: var(--primary-color-dark) none repeat scroll 0 0;
}

ul.nav.nav-pills.faq li {
	_background: var(--primary-color-dark);
	color: var(--on-primary-color-dark);
}

ul.nav.nav-pills.faq li {
    width:100%;
}

/*----------------------------------------------------------*/
div + p,  table + p {
	margin-top: 20px;
}

div#lng-flag img[src$="editbutton.png"] {
	width: auto;
	height: 16px;
}

/*-- liens profils --*/
h3.titre-bouton {
	font-weight: bold;
	width: 60%;
}

h3.titre-bouton a {
	color: #fff;
	text-decoration: none;
}
/*-- menu full --*/
ul.sf-menu ul li.menuactive a.menuactive {
	background-color: #ececec;
}

/*-- agenda --*/
.agenda h4 a {
	color: inherit;
	_text-decoration: none;
}

.agenda span.agenda_accroche {
	color: #a5a5a5;
	font-size: 90%;
	font-weight: nornal;
}

/*-- icon social media --*/
.ul_social_top {
	background-color: inherit;
}

.ul_social_top a, .ul_social_bottom a {
	display: inline-block;
	margin-right: 0.1em;
}

.ul_social_top a.blog,
.ul_social_bottom a.blog {
	width: 19px;
	height: 19px;
	background: url('/uploads/images/enssat/icon.png') 0px 3px;
	background-repeat: no-repeat;
	background-size: 38px;
}

.ul_social_top a.blog:hover, 
.ul_social_bottom a.blog:hover {
	background-position: -21px 3px;
}

.ul_social_top a.linkedin, 
.ul_social_bottom a.linkedin {
	width: 19px;
	height: 19px;
	background: url('/uploads/images/enssat/icon.png') 0px -18px;
	background-repeat: no-repeat;
	background-size: 38px;
}

.ul_social_top a.linkedin:hover, 
.ul_social_bottom a.linkedin:hover {
	background-position: -21px -18px;
}

.ul_social_top a.youtube, 
.ul_social_bottom a.youtube {
	width: 19px;
	height: 19px;
	background: url('/uploads/images/enssat/icon.png') 0px -39px;
	background-repeat: no-repeat;
	background-size: 38px;
}

.ul_social_top a.youtube:hover, 
.ul_social_bottom a.youtube:hover {
	background-position: -21px -39px;
}

.ul_social_top a.twitter-x, 
.ul_social_bottom a.twitter-x{
	width: 19px;
	height: 19px;
	background: url('/uploads/images/enssat/icon.png') 0px -61px;
	background-repeat: no-repeat;
	background-size: 38px;
}

.ul_social_top a.twitter-x:hover, 
.ul_social_bottom a.twitter-x:hover {
	background-position: -21px -61px;
}
/*-- bloc contact --*/
div.contenuColonneOrange p.contactName {
	color: #000;
	font-size: 1.2em;
	font-weight: bold;
	margin: 0 0 3px 0;
}

div.contenuColonneOrange p.contactName span.fonction {
	font-weight: normal;
	font-size: smaller;
	color: #333;
	font-style: italic;
}

div.contenuColonneOrange p.contactTel {
	color: #000;
	font-size: 1em;
	font-weight: bold;
	margin: 0 0 3px 0;
	padding: 0;
}

div.contenuColonneOrange p.contactMel::before {
	content: url(/uploads/responsive/icon-courriel_bloc-contact.png);
	vertical-align: -6px;
	padding-right: 5px;
}

div.contenuColonneOrange p.contactMel {
	color: #000;
	font-size: 1em;
	margin: 0 0 3px 0;
	padding: 0;
}

div.contenuColonneOrange p.contactPlus {
	color: #000;
	font-size: 1em;
	font-style: italic;
	margin: 0;
	text-align: right;
}

/*-- bas de page --*/
div.bloc-gris h5 a {
	color: inherit;
}

footer a {
	color: #fff;
}

/*-- tab -- pills --*/
ul.nav.nav-pills {
	background: var(--primary-color-light) none repeat scroll 0 0;
}

/*-- menu secondaire --*/
.menuSecondaire li.menuactive {
  /*background-color: #f39200;*/
	background-color: var(--primary_color);
}

/*
 * matrices des logos partenaires RI
 */
div#liens_rindus {
	width: 100%;
	font-family: trebuchet ms,Verdana,geneva,sans-serif;
	font-size: 1em;
}

div#liens_rindus > div {
	float: left;
	text-align: center;
	width: 165px;
	height: 120px;
	margin: 0 0 30px 0;
}

div#liens_rindus > div > h3 {
	background: none;
	color: #F39400;
	font-size: 1em;
	line-height: 1.2em;
	margin: 0em;
	padding: 0 0 1px 0;
	text-align: center;
}

div#liens_rindus h3 > a {
	text-decoration: none;
}

div#liens_rindus > div img {
	margin: 5px 0 0 0;
	max-height: 100px;
	max-width: 145px;
	padding: 0 10px;
}

#summer-school-org img {
	margin: 0 10px 10px 0;
}
/* End of 'responsive : local' */

