


/* REFERENCES ___________________________________________________________________________ */



/* Rouge : #920011 */
/* Rouge foncé : #5e0303 */

/* <weight>: Use a value from 100 to 900 */
/* <uniquifier>: Use a unique and descriptive class name */

.montserrat-<uniquifier> {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}



:root {
	--rouge: #920011;
	--rouge-sombre: #5e0303;
	--rouge-sombre-10p100: #efe5e5;
	--rouge-sombre-25p100: #dfcdcd;
	--gris: #f2f2f2;

	
	
	--font1: "Montserrat", sans-serif;
	--font2: "Alegreya Sans", sans-serif;	
}






/* BASE ___________________________________________________________________________ */
body {
	margin: 0;
	padding: 0;
	background-color: var(--gris);
	font-size: 1em;
	/* font-family: 'Source Sans Pro', sans-serif; */
}
a { 
	color: var(--rouge);
	text-decoration: none;
}
a:hover { 
	color: var(--rouge); 
	text-decoration: underline;
}
.chapo a.spip_out, .chapo a.spip_in, .chapo a.spip_mail { 
	color: #414141;
	border-bottom: dotted 1px #8d8d8d;
	text-decoration: none;	
}
.chapo a.spip_out:hover, .chapo a.spip_in:hover, .chapo a.spip_mail:hover { 
	color: #000;
	border-bottom: dotted 1px #000;	
	text-decoration: none;
}
.texte a.spip_out, .texte a.spip_in, .texte a.spip_mail { 
	color: #414141;
	border-bottom: solid 1px #8d8d8d;
	text-decoration: none;	
	background: #fff;
	transition-property: background;
	transition-duration: 2s;
	transition-delay: 0s;	
}
.texte a.spip_out:hover, .texte a.spip_in:hover, .texte a.spip_mail:hover { 
	color: #000;
	border-bottom: solid 1px #d4d4d4;	
	text-decoration: none;
	background: #d4d4d4;
	transition-property: background;
	transition-duration: 0.5s;
	transition-delay: 0s;
}
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
.main {
	cursor: pointer;
}
.masquer {
	display: none;
}
ul {	
	margin: 0;
	padding: 0;
}
/* PUCE SPIP */
.spip-puce b {display:none;}
.spip-puce {
	position: relative;
	top: 0px;
	display: inline-block;
	font-style: normal;
	font-weight: bold;
	font-size: 0.95em;
	line-height: 0.8;
	color: var(--rouge);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.spip-puce:before {
	content: "\2BC0";/*\2BC0   U+25AA*/ /*\203A*/
}
/* BOUTONS ADMIN */
	@media (min-width: 1260px) {
	.spip-admin-bloc, .spip-admin-float {
		right: 0 !important;
		transform: scale(0.8);
	}
	a.spip-admin-boutons, .spip-admin-boutons a {
		display: block;
		margin-top: 5px;
		margin-right: 0;
	}
	#statistiques {
		display: none;
	}
}



/* FORMULAIRES */
fieldset>div {
	padding-left: 30px;
	
}
label {
	padding-right: 5px;
	font-size: 0.9em;
}
input {
	border:1px solid #dcdcdc;
	color:#777777;

}
textarea {
	border:1px solid #dcdcdc;
	color:#000;
	width: 95%;
	font-family: var(--font1);
}
input.forml, textarea.forml {
	width: 90%;
}
input:focus, textarea:focus {
	-moz-box-shadow: 0px 0px 20px 1px #cfcfcf;
	-webkit-box-shadow: 0px 0px 20px 1px #cfcfcf;
	-o-box-shadow: 0px 0px 20px 1px #cfcfcf;
	box-shadow: 0px 0px 20px 1px #cfcfcf;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#cfcfcf, Direction=NaN, Strength=20);
}



/* NAVIGATION ___________________________________________________________________________*/
.navigation ul li a {
	text-decoration: none;
	color: #b3b3b3;		
}
.navigation_recherche {
	float: right;
	height: 20px;			
	width: 120px;	
	margin-top: -3px;	
	border: solid 1px #b8b8b8;
	background-color: #f9f9f9;
	border-radius: 3px;
	font-family: var(--font1);
	font-weight: 400;		
	font-size: 0.9em;
	color: #a0a0a0;	
	padding-left: 5px;
}
.navigation_recherche_bouton {
	float: right;
	margin-top: -4px;
	margin-left: 5px;
	border: 0;
	width: 24px;
	height: 24px;
	background-size: 24px;
	background-image: url("elements/search-fin.png");
	background-repeat: no-repeat;
	background-position: right;		
	opacity: 0.2;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
	filter: alpha(opacity=20);
	-moz-opacity: 0.2;
	-khtml-opacity: 0.2;		
}


@media (min-width: 1260px) {
	.logo {
		position: relative;
		top: 28px;
		width: 380px;
		height: 250px;
		margin-left: auto;
		margin-right: auto;	
	}
	.hamburger {
		display: none;
	}
	.navigation_principale_fond {
		background-color: #fff;
		border-bottom: 3px solid #920011;	
	}
	.navigation_principale {
		width: 1260px;
		margin-left: auto;
		margin-right: auto;
	}	
	.navigation_principale ul {
		display: flex;
		flex-wrap: nowrap;
		justify-content: space-between;
		padding: 0;
		margin: 0;
		list-style: none;	
	}
	.navigation_principale ul li {
		width: 150px;
		height: 23px;
		padding-top: 17px;
		text-align: center;
		font-family: var(--font1);
		font-weight: 600;
		font-size: 0.8em;
		color: #000;		
		text-transform: uppercase;
		border-bottom: 7px solid #fff;		
	}
	.navigation_principale ul li a {
		color: #000;
	}		
	.navigation_principale ul li.on, .navigation_principale ul li:hover {
		border-bottom: 7px solid #920011;
	}	
	.navigation_secondaire {
		width: 1260px;
		margin-left: auto;
		margin-right: auto;	
	}
	.navigation_secondaire ul {
		float: right;
		width: 400px;
		margin-top: 10px;	
	}	
	.navigation_secondaire ul li {
		float: left;
		margin-top: 15px;	
		margin-left: 20px;	
	}	
	.navigation_secondaire {
		font-family: var(--font1);
		font-weight: 400;
		font-size: 0.8em;
		letter-spacing: 1px;
		text-transform: uppercase;
		text-align: right;		
	}	
	.navigation_secondaire a, .navigation_secondaire_lien {
		color: #525252;			
	}	
	.navigation_secondaire a:hover {
		color: #000;
		text-decoration: none;
	}			
}	
@media (max-width: 1259px) {
	.logo {
		float: left;
		margin-top: 8px;
		margin-left: 20px;
		width: 170px;
	}	
	.navigation {		
		display: none;
		position:absolute;
		z-index: 2000;
		top: 90px;
		left: 0px;
		width: 100%;
		padding-bottom: 100px;			
		background-color: var(--gris);
	}
	.navigation_espace_mobile {
		margin-bottom: 60px;
	}
	.navigation_visible {
		display: inline;
	}
	.navigation ul {
		padding: 0;
		margin: 0;
		list-style: none;	
		width: 100%;
	}
	.navigation ul li {
		padding: 0;
		margin: 0;		
		margin-top: 25px;
		margin-right: 30px;
		font-family: var(--font1);
		font-weight: 400;
		font-size: 1.3em;
		text-transform: uppercase;
		text-align: right;
	}	
	.navigation ul li a {
		color: #000;	
	}
	.navigation ul li.navigation_recherche_mobile {
		margin-top: 30px;	
	}
	.navigation_recherche_bouton {		
		display: none;
	}	
}


/* HAMBURGER ___________________________________________________________________________*/
.hamburger {
	float: right;	
	margin-top: -11px;
	margin-right: 25px;
	height: 110px;	
	width:50px;		
}
.hamburger-box {
	float: left;		
}
.hamburger-label {
	float: left;	
	margin-top: 5px;
	width:40px;	
	text-align: left;
	font-family: 'Livvic', sans-serif;
	font-weight: 300;		
	font-size: 0.82em;		
	text-transform: uppercase;
	color: #852801;	
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
	background-color: #852801; 
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
	height: 2px;
	border-radius: 0px;
	background-color: #852801;
}


/* SOMMAIRES ___________________________________________________________________________*/

h2.bloc_rubrique_titre {
	margin-bottom: 0px;
}
.bloc_rubrique_titre .axe_numero, .bloc_rubrique_titre b {
	font-weight: 800;
}
.bloc_rubrique_titre .axe_titre {
	font-weight: 300;
}
.bloc_rubrique_titre a:hover {
	text-decoration: none;
}
.selection {
	padding-left: 50px;
	font-family: var(--font1);
	font-weight: 400;		
	font-size: 0.8em;
	color: #999999;
	text-transform: none;
}
.selection span {
	padding-left: 5px;	
	padding-right: 1px;
}
.on {
	color: #7c7c7c;
	font-weight: 500;
	padding-right: 0px;
}

@media (min-width: 1260px) {	
	.bloc_rubrique_titre {
		width: 1260px;
		margin-left: auto;
		margin-right: auto;		
		padding-left: 60px;
		padding-bottom: 10px;	
	}	
	.bloc_rubrique_titre_etroit {
		padding-left: 0px;
	}
	.bloc_rubrique {
		width: 1260px;
		margin-left: auto;
		margin-right: auto;	
		background-color: #fff;
		border-top: 3px solid #920011;
		padding-top: 30px;
		padding-bottom: 0px;
		margin-bottom: 90px;
		-webkit-box-shadow: 5px 5px 15px -6px rgba(0,0,0,0.4); 
		box-shadow: 5px 5px 15px -6px rgba(0,0,0,0.4);		
	}
	.bloc_rubrique_etroit {
		padding-top: 30px;
		background-color: #fff;			
	}
	.bloc_rubrique_large {
		background-color: var(--rouge-sombre);
	}
	.bloc_rubrique_sombre {		
		width: 1260px;
		margin-left: auto;
		margin-right: auto;	
		padding-top: 30px;
		padding-bottom: 0px;
		margin-bottom: 90px;
	}
	.bloc_rubrique ul.miniature li, .bloc_rubrique_sombre ul.miniature li {
		float: left;
		margin-left: 30px;
		margin-bottom: 30px;
		width: 175px;
		height: 420px;
		overflow: hidden;
	}	
	ul.miniature:not(.miniature_recherche) li.theses {
		height: 220px;
	}
	.bloc_rubrique .miniature_images {
		width: 173px;
		height: 242px;
		overflow: hidden;
		border: 1px solid #000;	
		margin-bottom: 10px;
	}	
	.bloc_rubrique_sombre .miniature_images {
		width: 175px;
		border: 0;	
	}
	.bloc_rubrique_etroit ul.miniature li {
		float: none;
		margin-left: 30px;
		margin-bottom: 30px;
	}
	.bloc_rubrique_etroit .miniature_images {
		float: left;
		width: 15%;
		margin-right: 2%;
	}
	.bloc_rubrique_etroit .miniature_images img {
		border: 1px solid #000;	
	}
	.bloc_rubrique_etroit .miniature_titraille  {
		float: right;
		width: 79%;
		padding-right: 3%;
		font-size: 1.2em;
	}
}


@media (max-width: 1259px) {	
	.bloc_rubrique_titre {
		padding-left: 20px;
		padding-right: 10px;
		padding-bottom: 10px;	
	}
	.selection {
		display: block;
		padding-top: 5px;
		padding-left: 0px;
		margin-left: -5px;

	}	
	.bloc_rubrique {
		background-color: #fff;
		border-top: 3px solid #920011;
		padding-top: 30px;
		padding-bottom: 0px;
		margin-bottom: 90px;
		-webkit-box-shadow: 5px 5px 15px -6px rgba(0,0,0,0.4); 
		box-shadow: 5px 5px 15px -6px rgba(0,0,0,0.4);		
	}	
	.bloc_rubrique_large {
		background-color: var(--rouge-sombre);
	}
	.bloc_rubrique_sombre {		
		padding-top: 30px;
		/* padding-bottom: 0px; */
		margin-bottom: 90px;
	}	
	ul.miniature li {
		float: none;
		margin-left: 20px;
		margin-bottom: 30px;
	}
	.miniature_images {
		float: left;
		width: 17%;
		margin-right: 3%;
	}
	.miniature_images img {
		border: 1px solid #000;	
	}
	.miniature_titraille  {
		float: right;
		width: 76%;
		padding-right: 3%;
		font-size: 1.2em;
	}
}



/* SOMMAIRES > TYPO  */
.bloc_rubrique_titre {	
	font-family: var(--font1);
	font-weight: 500;		
	font-size: 1.2em;
	color: var(--rouge);
	text-transform: uppercase;		
}
.miniature .auteurs {
	font-family: var(--font1);
	font-weight: 500;		
	font-size: 0.65em;
	line-height: 110%;
	color: #878787;
	text-transform: uppercase;
}
.miniature .theses .auteurs {
	font-weight: 800;		
	font-size: 0.9em;
	line-height: 100%;
	color: #000;
}
.miniature .theses .auteurs .discret {
	font-weight: 500;		
	font-size: 0.75em;
	line-height: 100%;
	color: #878787;
}
.bloc_rubrique_sombre .miniature .auteurs {
	color: var(--rouge-sombre-25p100);
}
.miniature_titre {
	font-family: var(--font1);
	font-weight: 700;		
	font-size: 0.85em;	
	line-height: 120%;
}
.theses .miniature_titre {
	font-weight: 700;		
	font-size: 1.0em;	
	line-height: 120%;
}
.miniature_titre a {
	color: var(--rouge);
}
.bloc_rubrique_sombre .miniature_titre a {
	color: var(--rouge-sombre-10p100);
}
.miniature_titre a:hover {
	text-decoration: none;
}
.miniature_soustitre {
	font-family: var(--font1);
	font-weight: 500;		
	font-size: 0.75em;	
	line-height: 120%;
	color: #686868;
}	
.theses .miniature_soustitre {
	font-weight: 500;		
	font-size: 0.75em;	
	line-height: 120%;
	color: var(--rouge);
	font-style: italic;
}	
.bloc_rubrique_sombre .miniature_soustitre {
	color: var(--rouge-sombre-25p100);
}
.bloc_rubrique_sombre .miniature .theses .auteurs .discret {
	color: var(--rouge-sombre-25p100);
	opacity: 0.6;
}



/* ARTICLE ___________________________________________________________________________*/

@media (min-width: 1260px) {
	.article_ligne {
		width: 470px;
		margin-left: auto;
		margin-right: auto;	
		height: 7px;
		background-color: #920011;
	}	
	.article_ligne_soustitre {
		background-color: #920011;
		width: 17%;
		height: 10px;
		margin-left: auto;
		margin-right: auto;	
		margin-top: 40px;
		margin-bottom: -30px;
	}		
	.article {
		width: 1260px;
		margin-left: auto;
		margin-right: auto;	
		border-top: 3px solid #920011;
		margin-bottom: 90px;
	}
	.article_gauche {
		float: left;
		width: 1025px;		
	}
	.article_droite {
		float: right;
		margin-left: 30px;
		width: 205px;		
	}	
	.bloc_chapo {
		float: left;
		margin-left: 0px;
		width: 205px;		
	}
	.titraille, .corps_article {
		float: right;
		margin-left: 30px;
		width: 730px;
		padding: 30px;
		background-color: #fff;	
	}
	.corps_article {
		padding-bottom: 10px;
	}	
	.insert_corps_article {
		float: right;
		width: 790px;
	}	
}


/* ARTICLE > TYPO  */
.insert_corps_article {
	border-top: 60px solid #f2f2f2;
	border-bottom: 60px solid #f2f2f2;
}	
sup.typo_exposants {
	font-size: 0.7em;
	vertical-align: top;
	line-height: 97%;
}
.logo_article {
	background-color: #920011;
	border-bottom: 6px solid #920011;
	margin-bottom: -10px;
}
.chapo {
	margin-top: 10px;
	padding-top: 5px;
	font-family: var(--font2);
	font-weight: 300;		
	font-size: 1.em;	
	line-height: 110%;
	color: #686868;
}
.chapo p, .chapo h2.spip {
	margin: 0;	
	padding:0;
}
.chapo h2.spip {
	padding-top: 5px;
	padding-bottom: 5px;	
}
.chapo strong, .chapo h2.spip {
	font-weight: 700;
	font-size: 0.77em;
	text-transform: uppercase;
	color: #686868;
}
h1 {
	margin: 0;	
	padding:0;
}
.titraille .auteurs {
	font-family: var(--font2);
	font-weight: 800;		
	font-size: 1.3em;	
	line-height: 120%;
	text-transform: uppercase;	
	text-align: center;
}
.titraille .auteurs a {
	color: #000;
	border-bottom: dotted 1px #747373;
}
.titraille .auteurs a:hover {
	border-bottom: dotted 0px #747373;
}
.titraille .auteurs .discret {
	font-weight: 300;
}
.titraille_titre {
	font-family: var(--font1);
	color: var(--rouge);
	font-weight: 200;		
	font-size: 1.9em;	
	line-height: 110%;
	text-align: center;
	margin-bottom: 5px;	
}
.titraille_titre_moins1 {
	font-size: 1.75em;
	line-height: 110%;
}
.titraille_titre_moins2 {
	font-size: 1.45em;
	line-height: 110%;
}
.titraille_soustitre {
	font-family: var(--font2);
	font-weight: 500;		
	font-size: 1.em;	
	line-height: 110%;
	text-align: center;
}
.texte {
	font-family: var(--font2);
	font-weight: 300;		
	font-size: 1.3em;	
	line-height: 125%;
}
/* .texte:not(.texte2) p:first-of-type:first-letter { */
.texte:not(.texte2) p:first-child:first-letter {
	font-family: var(--font1);
	font-weight: 100;			
	float: left;
	text-align: left;
	font-size: 6em;
	padding: 0em;
	margin-right: 0.06em;
	margin-top: 0.06em;
	margin-left: -0.1em;
	margin-left: 0.5px;
	line-height: 0.8em;
}
.texte strong {
	font-weight: 500;
}
.texte2 {
	margin-top: -30px;
	padding-bottom: 30px;
}
.corps_article2 {
	margin-top: 30px;
}
h2.spip, h3.spip {
	font-family: var(--font2);
	color: var(--rouge);
	font-weight: 300;		
	font-size: 1.5em;	
	line-height: 105%;
	margin-top: 35px;
	margin-bottom: 15px;
	text-align: left;
}
h2.spip a.spip_in, h3.spip a, h2.spip a:hover, h3.spip a:hover {
	color: var(--rouge);
	border-bottom: solid 1px #920011;
} 
.texte2 h2.spip:not:first-child {
	font-family: var(--font2);
	font-weight: 300;		
	font-size: 1em;	
	line-height: 125%;
	font-weight: 500;
	color: #000;	
}
ul.spip {
	margin: 0;
	padding: 0;
	margin-left: 20px;
}  
ul.spip li {
	list-style: square;
}
.notes {
	font-family: var(--font2);
	font-weight: 300;		
	font-size: 1.1em;
	color: #707070;
	line-height: 115%;
	margin-top: 90px;
	padding-left: 10px;
	margin-left: 0px;
	border-left: 30px solid #f2f2f2;
}
.notes:before {
	content: "";	
	height: 0;
	width: 120px;
	display: block;
	margin-top: 30px;
}
/* Documents joints */
.documents_joints {
	margin-top: 60px;	
	padding: 20px;
	padding-bottom: 0;
	background-color: #f2f2f2; 
	border-top: 3px solid var(--rouge);
}
.documents_joints_annonce {
	font-family: var(--font1);
	font-weight: 700;
	font-size: 0.8em;
	text-transform: uppercase;
	padding-bottom: 20px;
}
.document {
	padding-bottom: 30px;
}
.document_logo {
	float: left;
	width: 8%;
	margin-right: 2%;
}
.document_titraille {
	float: left;
	width: 90%;
}
.document_titre {
	font-family: var(--font2);
	font-weight: 800;
	font-size: 1.1em;	
}
.document_descriptif {
	font-family: var(--font2);
	font-weight: 500;
	font-size: 1em;
	color: #919191;
}
.document_credits {
	font-family: var(--font2);
	font-weight: 400;
	font-size: 0.9em;
	color: #919191;	
}
.formulaire_auteur {
	margin-top: -50px; 
}
.spip_doc_intitules {
	font-family:  var(--font1);
	font-weight: 400;	
	font-size: 0.9em;
	text-align: left;
	color: #6a6a6a;
	line-height: 0.9em;
}
.spip_doc_titre {
	font-family:  var(--font1);
	font-weight: 600;
	font-size: 0.7em;
	text-align: left;
	font-weight: 400;
	
}
.spip_doc_titre strong {
	font-weight: 600;
}
.spip_doc_descriptif {
	font-family:  var(--font1);
	font-size: 0.7em;
	text-align: left;
	margin-top: 4px;
	color: #797979;
}
.spip_doc_credits, .spip_doc_credits a, .spip_doc_credits a:hover {
	font-family:  var(--font1);
	font-weight: 300;
	font-size: 0.65em;
	text-align: left;
}
/* Axes de recherche */
.axes {
	padding-top: 30px;
	padding-bottom: 30px;
	border-bottom: 10px solid var(--rouge);
}
.axes_annonce {
	font-family: var(--font1);
	font-weight: 800;
	font-size: 0.8em;
	text-transform: uppercase;	
}
.axe_titre {
	font-family: var(--font1);
	font-weight: 500;
	font-size: 0.95em;	
	padding-top: 20px;
}
.axes .axe_numero {
	font-weight: 800;
	font-size: 0.85em;
	text-transform: uppercase;	
}

/* ARTICLE > MOBILE */
@media (max-width: 1259px) {
	.article {
		width: 100%;
		/* margin-top: 60px; */
		margin-bottom: 90px;
	}
	.bloc_chapo {
		margin-top: 30px;
		border-top: 10px solid #920011;
	}
	.chapo {
		margin-left: 20px;
		margin-right: 10px;		
		padding-top: 10px;
		padding-bottom: 20px;
	}
	.corps_article {
		border-top: 3px solid #920011;
		padding-top: 10px;
		background-color: #fff;	
		border-bottom: 3px solid var(--rouge);
	}
	.titraille {
		margin-left: 7px;
		margin-right: 7px;	
	}
	.titraille .auteurs {
		font-size: 1.2em;
		line-height: 130%;
	}	
	.texte  {
		margin-left: 20px;
		margin-right: 10px;	
	}
	.texte2 {
		margin-top: -10px;
		padding-bottom: 30px;
	}	
	.titraille_titre {
		font-weight: 300;		
		font-size: 2.3em;	
		margin-top: 5px;	
		margin-bottom: 10px;	
	}
	.titraille_titre_moins1 {
		font-size: 2em;
	}
	.titraille_titre_moins2 {
		font-size: 1.9em;
	}
	.titraille_soustitre {
		font-weight: 500;		
		font-size: 1.5em;	
	}
	.texte {
		font-size: 1.45em;	
	}	
	.notes {		
		font-size: 1.2em;
		padding-right: 10px;
	}	
	.chapo {		
		font-size: 1.25em;	
		color: #848484;
	}	
	.document {
		margin-left: 30px;
	}
	.documents_joints {
		border-bottom: 3px solid var(--rouge);
	}
	.axes {
		padding-left: 30px;
		padding-right: 30px;
		padding-bottom: 60px;
	}	
	.axes_annonce {
		font-size: 1.2em;
	}
	.axe_titre {
		font-size: 1.2em;	
	}
	.axes .axe_numero {
		font-size: 1.0em;
	}		
	.document_titre {
		font-size: 1.2em;	
	}
	.document_descriptif {
		font-size: 1.1em;
	}
	.document_credits {
		font-size: 1em;
	}
	.formulaire_auteur_click {
		padding-bottom: 15px;
	}	
	.insert_corps_article ul {
		background-color: #fff;
		padding-top: 20px;
		border-top: 3px solid var(--rouge);
		border-bottom: 3px solid var(--rouge);
	}
}


/* AUTEURS ___________________________________________________________________________*/

.membres_statut {
	font-family: var(--font1);
	font-weight: 500;		
	font-size: 1.2em;
	color: var(--rouge);
	text-transform: uppercase;
	border-bottom: 3px solid #920011;
	padding-bottom: 10px;	
}	
.membre_nom {
	font-family: var(--font2);
	font-weight: 800;		
	font-size: 1.1em;	
	line-height: 120%;
	text-transform: uppercase;	
	text-align: center;
}	
.membre_nom a {
	color: #000;
}	
.membre_logo img {
	border-radius: 50%;
	filter: grayscale(1);		
}	
.logo_defaut {
	opacity: 0.5;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;			
}	

@media (min-width: 1260px) {
	.page {
		width: 1260px;
		margin-left: auto;
		margin-right: auto;	
		margin-bottom: 90px;
	}
	.membres_statut {
		padding-left: 30px;
	}	
	.membres_individu {
		float: left;
		margin-left: 30px;
		margin-top: 30px;
		width: 175px;
		height: 220px;
		overflow: hidden;
	}	
	.membre_logo img {
		width: 175px;
		height: 175px;		
	}
}
@media (max-width: 1259px) {
	.membres_statut {
		padding-left: 20px;
	}	
	.page ul li ul {
		margin-left: 10px;
	}	
	.membres_individu {
		float: left;
		margin-right: 3%;
		margin-top: 30px;
		width: 30%;
		height: 240px;
		overflow: hidden;
	}	
	.axes_mobile {
		border-top: 3px solid var(--rouge);
		background-color: #fff;
		padding-bottom: 30px;
	}	
}
@media (min-width: 750px) and (max-width: 1259px) {
	.membres_individu {
		margin-right: 3%;
		width: 20%;
		height: 280px;
	}	
}





