/*
Theme Name: LIGM Twenty Twenty Child
Theme URI: https://wordpress.org/themes/twentytwenty/
Template: twentytwenty
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Our default theme for 2020 is designed to take full advantage of the flexibility of the block editor. Organizations and businesses have the ability to create dynamic landing pages with endless layouts using the group and column blocks. The centered content column and fine-tuned typography also makes it perfect for traditional blogs. Complete editor styles give you a good idea of what your content will look like, even before you publish. You can give your site a personal touch by changing the background colors and the accent color in the Customizer. The colors of all elements on your site are automatically calculated based on the colors you pick, ensuring a high, accessible color contrast for your visitors.
Tags: blog,one-column,custom-background,custom-colors,custom-logo,custom-menu,editor-style,featured-images,footer-widgets,full-width-template,rtl-language-support,sticky-post,theme-options,threaded-comments,translation-ready,block-patterns,block-styles,wide-blocks,accessibility-ready
Version: 1.8.1630579831
Updated: 2021-09-02 12:50:31

*/

@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@400;700&display=swap');
@font-face { font-family: "TT Norms"; 	src: url('./fonts/TTNorms-Regular.otf') format("opentype"); 
}

html {
 top : 0px;
  margin:0 !important;
   padding:0 !important;
   height:100% !important;
}

body {
  position:relative;
    background: #ffffff !important;
    font-family: "TT Norms";
    font-size:15px;
     margin:0 !important;
   padding:0 !important;
   height:100% !important;
}

.site-logo img {

	max-height:10rem !important;

}

.swiper-button-prev, .swiper-button-next  {
	background: #97E3B9;
  	color:#2F2A85;
      	margin-right: 1rem;
      	border: 2px #fff solid;
      	border-radius: 50%;
      	height: 35px;
      	width: 35px;
      	line-height: 35px;
      	text-align: center;
      	padding: 0.5rem;
}

.swiper-button-prev:after, .swiper-button-next:after  {
	font-size: 1.2rem !important;
    	font-weight : 1000 !important;
    
}

.description h1.entry-title::after {
     background-image: url("./images/pictogramme/description.png");
}

.organisation h1.entry-title::after, .organization h1.entry-title::after {
     background-image: url("./images/pictogramme/organisation.png");
}

.evaluations h1.entry-title::after {
     background-image: url("./images/pictogramme/evaluations.png");
}

.acces h1.entry-title::after {
     background-image: url("./images/pictogramme/acces.png");
}

.contact h1.entry-title::after {
     background-image: url("./images/pictogramme/contact.png");
}

.annuaire h1.entry-title::after {
     background-image: url("./images/pictogramme/annuaire.png");
}

.equipes h1.entry-title::after {
     background-image: url("./images/pictogramme/equipes.png");
}

.seminaires h1.entry-title::after {
     background-image: url("./images/pictogramme/seminaire.png");
}

.seminaires::after {
     background-image: url("./images/pictogramme/seminaire.png");
}

.contrats_cooperations h1.entry-title::after {
     background-image: url("./images/pictogramme/contrat.png");
}

.publications  h1.entry-title::after {
     background-image: url("./images/pictogramme/publications.png");
}

.theses_hdr  h1.entry-title::after {
     background-image: url("./images/pictogramme/these.png");
}

.logiciels_brevets  h1.entry-title::after {
     background-image: url("./images/pictogramme/brevet.png");
}




li {    
    font-family: "TT Norms";
    font-size:15px;
}

H1,H2,H3,H4,H5 {
	font-family: 'Josefin Sans', sans-serif;
  	font-weight:normal !important;
}

a, a:visited {

	color:#009945 !important;
    text-decoration : none !important;
}

.sub-menu li > a, .sub-menu li > a:visited {

	color : white !important;
    text-decoration : none !important;
}


#site-header {
	height: 150px;
	background: #E0E0E0;
	border-radius: 0px 0px 0px 60px;
}

.header-inner {
	height: 150px;
}

.entry-header {
  padding-top : 20px !important;
  padding-bottom : 20px !important;
}

.header-navigation-wrapper {
    align-items: end;
    align-content: end;
    align-self: end;
    top: 5.5rem;
    position: relative;
}

.entry-header-inner {
	  margin-left:80px !important;
}

 #introEquip {
	 padding-top: 20px !important;
   display:flex;
}


.entry-content p {
  padding-bottom : 5px;
}



@media (max-width: 767px) {
  
  
  	.entry-header-inner, h1, #introEquip {
	  	margin-left:10px !important;
	}
	
	#introEquip{
		flex-direction:column !important;
	}
	
	.blocTxtequip {
		 order:1;
	}
	
	.imgEquipSolo {
		 order:2;
	}
	
	.imgEquipSolo img {
	
		margin: auto !important;
	}
}


ul.primary-menu {
    margin: 0 0 0 1.5rem;
    font-size : 16px !important;
  Z-index : 100 !important;
}

.primary-menu > li > a  {
   
    font-size : 16px !important;
    color : black !important;
}

.primary-menu > li {
    margin: 0.8rem 1.5rem 0 0 !important;
  Z-index : 100 !important;
}

.primary-menu > li.menu-item-has-children {
    margin: 0.8rem 0rem 0 1.5rem !important;
}

.primary-menu-wrapper {
  
	position: relative;
    display:inline;
    vertical-align: bottom ;
	height: 35px;
	top: -9px;
	background: #908BDC;
	border-radius: 10px;
}

.primary-menu .icon {
	transform:none !important;
    right : 0rem !important;
  	left : -1.5rem !important;
    
}

.primary-menu > li > .icon {
    top: calc(40% - 0.4rem) !important;
    
}

.primary-menu > li > a:visited {
	color:black;
}

.primary-menu .icon::after {
	content:none !important;
    background-color: none !important;
}

.primary-menu .icon::before {
  content: "+"; !important;
  color:#009945;
  width: 0.9rem !important;
  background-color: unset !important;
}

.primary-menu ul {
	background:#2F2A85 !important;
    top: calc(100% + 1rem);
    Z-index : 100 !important;
}

.primary-menu ul::before, .primary-menu ul::after {
	display : none !important;
}

.entry-title {
  position:relative;
	text-align:left !important;
    font-size:36px;
    color:#2F2A85;
    font-weight: normal !important;
     height:100%;
     width:100%;
    
}

.entry-title::after {
  height:1em;
     width:1em;
  margin-left:5px;
  position:relative;
   content: " ";
  display: inline-block;
    background-repeat: no-repeat;
   background-size: contain;
}	


.post-inner {
	padding-top : 0rem !important ;
}

.banniere {
    display : block !important;
	top: 0rem !important;
   	position : relative !important;
	margin : 0 !important;
   	padding : 0 !important;
}

.banniere > figcaption {
    display : block !important;
  
}

.entry-content, .entry-header   {
    	font-family: "TT Norms";
    	font-size:18px !important;
}

.entry-header   {
	text-align: left !important;
}


.entry-content P, .orgaListe li {
	font-family: "TT Norms";
    	font-size:15px !important;
}
 
.orgaListe li {
	line-height: 1 !important;
}

.logoBezout, .accesIMG, .logosIMG {
margin-top : 0 !important;  
margin-bottom : 0 !important;  
}


@media (max-width: 767px) {
	.logoBezout img{
	
		margin : auto !important;
	}
	
	.accesIMG img {
		margin : auto !important;
	}
}

.entry-content > div, .entry-content > p {
max-width:100% !important;
width: 100% !important;
padding-left: 80px !important; 
padding-right: 10px !important; 
margin-top : 0rem !important;  
margin-bottom:0px !important;  
}

@media (max-width: 767px) {
  	.entry-content > div, .entry-content > p {
		padding-left: 10px !important; 
	}
}

.entry-content h2, .entry-header h2 {
    padding-left: 80px !important;
	font-size:24px !important;
	color:#908BDC;
    margin-top : 2rem !important;
    margin-bottom : 2rem !important;
}

.metaSeminaire{
	font-size:1.5rem !important;

}


.entry-content h3 {
    padding-left: 80px !important;
    font-size:18px !important;
    color:#908BDC;
    margin-top : 2rem !important;
    margin-bottom : 2rem !important;
}


@media (max-width: 767px) {
	.entry-content h2, .entry-content h3 {
		padding-left: 10px !important;
	}
}


.entry-content td {
	font-size:14px !important;
}

.wp-block-columns {
	margin-bottom : 4rem !important;
  padding-left: 80px !important;
}


.wp-block-column h2, .wp-block-column h3 {
	margin-top:0px !important;
	padding-left: 0px !important;
}

#blocEquipesAcc {
	display:flex !important;
    justify-content:  space-evenly ;
	padding-right:80px !important;
}

#blocActu {
	width:100%;
	display: flex;
	justify-content : space-evenly;
	background: #4DD090;
	padding-bottom : 2rem !important;
}


@media (max-width: 767px) {
	
	#blocActu, #blocEquipesAcc {
		flex-direction:column !important;
	}	 

	#blocEquipesAcc {
		padding-right: 10px !important;
	}
	
	.imgEquipAcc img {	
		
		margin: auto !important; 
	}


}

h2.titreActu {
	background : #4DD090;
	margin-top : 0rem !important;
	margin-bottom : 0rem !important;
}

h2.titreActu span {
	border-radius: 0px 0px 5px 5px;
	padding : 5px !important;
}

#blocSem, #blocSoutenances , #blocRecrut {

	width : 30% !important;
	background: #FFFFFF;
	border-radius: 0px 0px 60px 0px;
	padding : 5px !important;
	margin-top : 2rem !important;	
}


#blocActu H3 {
	color:#2F2A85 !important;
	content: none !important;
	padding-left: 0px !important;
	margin-top: 0 !important;
	margin-left: 0 !important;
}

.titreBlocSem, .titreBlocSout, .titreBlocRecrut{
	
	display: flex;
}

@media (max-width: 767px) {
	
	#blocActu{
		flex-direction:column !important;
	}
	
	#blocSem, #blocSoutenances , #blocRecrut {
		width : 100% !important;
	}


}


.actuDecouv {
	font-family: "TT Norms" !important;
	font-size: 13px !important;
}

.wp-block-column > .evalTitre {
	padding-left: 80px !important;
}


.listeHCERES {
		padding-bottom: 2rem !important;
}

@media (max-width: 767px) {

	.wp-block-column > .evalTitre {
		padding-left: 0px !important;
		margin-top: 0 !important;
		margin-bottom: 0 !important;
	}

	.wp-block-column   {
		 
		margin-bottom: 1rem !important;
	}
	
	h2.anneeHCERES {
		text-align: center;
		margin: 0 !important;	
	}
	
	.listeHCERES {
		padding-bottom: 2rem !important;
	}
}

.wp-block-column h3, h3 { 
  display: flex;
  align-items: center;
 color:#908BDC;
}
 
.wp-block-column h3::after, h3::after, h4.dateActu::after {
  content: "";
  flex: 1;
  margin-left: 1rem;
  height: 1px;  
  background-color: #908BDC;
      
}


h4.dateActu {
	font-faSoit p un nombre premier. Dans sa forme la plus simple, le théorème de Mahler sur les séries d'interpolation stipule qu'une fonction de N dans Z est uniformément continue pour la métrique p-adique si et seulement si elle peut être approchée uniformément par des fonctions polynomiales. Nous prouvons une généralisation non-commutative de ce résultat pour les fonctions d'un monoïde libre A* dans un groupe libre F(B). L'un des défis à relever est de trouver un analogue adéquat des fonctions polynomiales dans ce cadre non commutatif.mily: "TT Norms" !important;
	display: flex;
	align-items: center;
	font-size: 16px !important;
	color: #908BDC !important;
	margin:0 !important;
	margin-right:10px !important;
	font-weight:bolder !important;
}

h5.titrePostActu {
font-family: "TT Norms" !important;
font-size: 16px !important;
color: #009945  !important;
margin:0 !important;
font-style:italic !important;
font-weight:bolder !important;
}

.textePostActu {
	font-family: "TT Norms" !important;
	font-size: 15px !important;
	padding-bottom:1rem !important
}

.tableHES{
	padding-left: 80px !important;
    border : 0rem !important;
    width:80% !important;
    margin-bottom: 4rem  !important;
    margin-top: 4rem  !important;
}

@media (max-width: 767px) {
  .tableHES{
    	table-layout: fixed !important;
		padding-left: 10px !important;
    	margin-left: 0px !important;
    	margin-right : 0px !important;
    	padding-right : 10px !important;
    	width:100% !important;
	}
   
}

.entry-content table {
  	border: none !important;

}

.entry-content td, .entry-content th {
  
  	border: 1px solid #8B67AD !important;
  	
}

.entry-content th {
  
  	font-size:16px !important;
  	font-weight:normal !important;
}

.h4acces {
	font-size:16px !important;
	color:#908BDC;
}

.footer-nav-widgets-wrapper{
	background-color:#97E3B9;
  
}

.footer-widgets-outer-wrapper {
	padding-top : 2rem !important;
  padding-bottom : 0rem !important;
}

.footer-nav-widgets-wrapper .section-inner {

	margin-left: 0px !important;
	margin-right: 0px !important;
	max-width: 100% !important; 
    width: 100% !important; 
}

.footer-widgets-wrapper, .footer-widgets {
    max-width: 100% !important; 
	width: 100% !important; 
  margin-left: 0 !important; 
position:relative;

}

.footer-widgets-wrapper p, .footer-widgets p {
  
  font-size: 1.5rem !important;
}

.footer-widgets-wrapper h4 {
	  font-size: 2rem !important;
	  color:#2F2A85 !important;
	  font-family : 'Josefin Sans', sans-serif !important;
	  font-weight : bold !important;
}


.logosFooter {
	padding-right:4rem !important;
    margin-right:4rem !important;
}

@media (max-width: 767px) {
  
	.section-inner {
  	 padding-left: 0px !important;
  	 margin : 0px !important;
    display:flex;
  }
  
  .footer-widgets-wrapper .logosFooter {
  		text-align:center !important;
        padding-right: auto !important; 
        margin-right: auto !important;
        padding-left: auto !important; 
        margin-left: auto !important;
  }
  
  
	.logosIMG {
      	text-align:center !important;
        padding-right: auto !important; 
        margin-right: auto !important;
        padding-left: auto !important; 
        margin-left: auto !important;
		width:60% !important;
	}
}


.colDBLogs {
   padding-left: 0px !important;

}

#site-footer{
    position:relative;
  width:100%;
  height:0px;
    display:flex;
      justify-content:flex-end; 
    bottom: calc(1vh);
	background-color: #97E3B9 ;
  padding : 0px !important;
  margin : 0px !important;
}

#site-footer .section-inner {
    align-items: flex-end;
    display: flex;
    justify-content: flex-end;
  top : -100px;
  margin-right:80px !important;
}



.blocEquip {
	 display: flex;
     
}

.blocTxtequip {
	padding-left : 20px !important;
	width:80%;
  padding-bottom : 5rem !important;
}


.blocTxtequip h2 {
    margin-top : 0px !important;
	padding-left : 0px !important;
  color: #009945;
  	font-weight:700 !important;

}

.imgEquip {
	text-align : center ;
	max-width:138px !important;
	margin-bottom : 5rem !important;
}

.imgEquipSolo  {
	text-align : left ;
	max-width:100% !important;
	margin-bottom : 5rem !important;
}

.imgEquipAcc img {
	max-height:138px !important;
}

.blocTxtequipAcc {
	text-align: center !important;
}

.titreEquipSolo {
  	color : #2F2A85 !important;
}


.banniere > figcaption {
	position : relative !important ;
	font-size:10rem !important;
    	color:white !important ;
    	top : -20rem !important ;
    	transition: .5s ease;
    	opacity: 0;
}

@media (max-width: 767px) {
	.banniere > figcaption {
		font-size: 1rem !important;
		top : -5rem !important ;
	}

}

.banniere:hover figcaption  {
	opacity: 1;
}

.btn {
    	text-decoration : none !important;
   	font-family: TT Norms;
    	font-size : 1.3rem !important;
    	border-color: #000000 !important;
    	color:#000000 !important;
   	background-color : white !important;
}

.btn:hover, .btn:focus, .equipMenuChoix.active, .pubtri.active, .semtri.active, .contratpubtri.active , .contratprivtri.active, .invitesTri.active, .exrecruttri.active, .prixTri.active, .mediasTri.active, .equipesAnnuTri.active, .alphabet .btn.active {
	background: #2F2A85 !important;
	color:#ffffff !important;
}

hr.sepEquipes {
        border : 0 !important;
	border : 1px solid #97E3B9 !important;
	width:80% !important;
	text-align : center !important;
}

hr.sepEquipes:after, hr.sepEquipes:before {
 	content : "" !important;
 	display: none !important;
}

.blocthhdrtri {
	padding-bottom : 2rem;
	padding-top : 3rem;
}

#blocAffTHESE {
	display: flex;
	flex-wrap: wrap !important; 
	justify-content: space-evenly ;
	width:100%;
}

.blocAnneeTHESE {
	width:50%;
	border : 1px solid #97E3B9 !important;
	 
}

.blocTextTHESE {
	display: none;
}

.anneeSoutenanceTHESE {
	 cursor: pointer;
}


.anneeSoutenanceTHESE::after { 
	content: none !important;

}

#blocMembres {
	width:100% !important;
	display : flex !important;
	justify-content: left ;
	padding-top : 15px ;
}

#blocMembres h3 {
	padding-left : 0px !important;
	padding-right : 30px;

}

#blocMembres li {
	

}

.permanents, .nonPermanents{

	width:50% !important;
}


#blocPosters {
	display: flex;
	flex-wrap: wrap !important; 
	justify-content: space-evenly ;
	padding-top : 3rem !important;
}


#blocPosters figure {
	
 	max-width : 300px !important;
}

.postersLegend {
	text-align : center !important;
	font-style : italic;
}

P.titreMenuSem , P.titreMenuContrat, P.titreMenuInvites {
	font-size : 1.2rem !important;
}

P.titreMenuEquipesAnnu {
	font-size : 1rem !important;
}

.semtri, .contratpubtri , .contratprivtri, .invitesTri, .prixTri  {
	font-size : 1.5rem !important;
}

.equipesAnnuTri   {
	font-size : 1.3rem !important;
}

#blocAffContratspub, #blocAffContratspriv, #blocAffInvites, {
	padding-top: 3rem;

}

select#anneeContratspub, select#anneeContratspriv, select#anneeInvites  {
	max-width: 200px !important;
	white-space: pre-wrap;
    /* For Firefox: */
    text-overflow: ellipsis;
}

.blocContrat i {
	color: #2F2A85;
}

.lieuGoogle {
	padding-top : 20px !important;
	text-align : center !important;
	max-width : 600px !important;
	height : 400px !important;
	margin: auto !important ;
}

.previous-post, .next-post {
	font-size: 2rem !important;
}

.pagination-single hr:first-child, .pagination-single hr:last-child {
    margin: 0 0 0 0 !important;
     background-color: #2F2A85 !important; 
    color: #2F2A85 !important;
    height: 2px !important;
    opacity : 1 !important;
}

.pagination-single hr:after, .pagination-single hr:before {
 	  
 	 color: #2F2A85 !important;
 	display: none !important;
}

.pagination-single .previous-post .arrow:after {
     display: inline-block !important;
    content : "Précédent" !important;
    word-break : keep-all !important;
    align-content: center !important;
}

.pagination-single .next-post .arrow:before {
    display: inline-block !important;
    content : "Suivant" !important;
    word-break : keep-all !important;
    align-content: center !important;
}


.pagination-single-inner {
    flex-direction: column !important;
    justify-content: space-between !important;
}

.orateurSeminaire {
	padding-top : 15px !important;
	font-size : 2rem !important;
	color: #009945;
}

h2.titreSeminaire {
	padding-top : 1rem !important;
	margin: 0 !important;
	padding-left : 0px !important;
}

h3.titreSeminaire {
	padding-left : 0px !important;
	margin-bottom : 0 !important ;
}

h3.sousTitreSem {
	margin-left:80px !important;

}

.dateSeminaire {
	padding-right : 5px !important ;
}

.lieuSeminaire i {
	padding-left : 5px !important ;
}

h4.orateurSeminaire {
	padding-top : 0px !important;
	margin : 0 !important;
	font-size : 1.5rem !important;
	color: #009945;
}

#blocAffSeminaires p {
	padding-left : 80px !important;
    padding-bottom : 2rem !important;
    font-size : 1.5rem !important;
}


.blocContrats, .blocInvites {
	display: flex ;
	flex-wrap: wrap ; 
	padding-top : 1.5em !important;
	
	 
}

.blocContrat {
	width : 49% !important; 
	font-size : 1.5rem !important;
	border : 1px solid #908BDC;
	margin-bottom:1em;
	margin-right:1em;
	padding:5px;	
}

.blocInvite {
	width : 49% !important; 
	font-size : 1.5rem !important;
	margin-right:1em;
	padding-left:5px;	
}

.blocContrat > p.contratTitre  {
	font-size : 2rem !important;	
}

.blocContrat > p {
	display : inline !important;
	font-size : 1.5rem !important;
}

.titreH2Contrat {
	display: flex;
 	margin-left : 0px !important ; 
 	align-items: center;
}

.titreH2Contrat::after {
	content: "";
	flex: 1;
	margin-left: 1rem;
	height: 1px;
	background-color: #908BDC;
}

.frame {
  max-height: 200px;
  overflow: auto;
  
  text-align: left !important;
  padding-bottom:10px !important ;
}

.titreRevues{
	font-style : italic ;
	font-weight : bold ;
}

.metaSeminaire{
	display : flex;
	text-decoration : none;
}

.metaActus, .metaActus li {
	display : flex;
	text-decoration : none;
}

.metaActus li {
	padding-right:10px;
	margin:0px !important;
}

.meta-icon {
	padding-right:5px;
}

.titredeuxrec{
	padding-left : 0px !important;
	margin-left : 80px !important;
}


.titretroisrec, .titrePostRecrut{
	padding-left : 0px !important;
	margin-left : 160px !important;
}
 
.titrePostRecrut {
	padding-left : 0px !important;
	margin-left : 0px !important;
}

.contentRecrutement, .titredeuxPubli  {
	margin : 0 !important;
	padding-left : 0px !important;
	margin-left : 80px !important;
	font-family: "TT Norms";
 	font-size: 15px !important;
}

.contentRecrutement H3, .contentRecrutement UL, .titretroisPublis {
	padding-left : 80px !important;
	margin : 0 !important;		
	margin-bottom : 30px !important;
	max-width : 100% !important ;
	
}

.contentRecrutement h4 {
	padding-left : 160px !important;
	margin-left : 0px !important;
	margin-bottom : 0px !important;
	font-size: 16px !important;
}

.contentRecrutement h4.titreGalaxie {
	padding-left : 80px !important;
}

.fa-file-pdf {
   font-size: 25px !important;
}

.blocAffpublications H3 {

	padding-left : 80px !important;

}

.frame li {
	
 	margin-left : 160px !important;

}

.mentions-legales h2 {
	margin-left : 0px !important;
}

select.membresSelect, select.batimentsSelect {
	  
	height : 2em !important;
}

.fa-envelope {
	color:#009945 !important;
}

.emailLink:hover {
	cursor: pointer; cursor: hand;
}

.rondAT {
  position: relative;
  display: inline-block;
  height: 22px;
  width: 22px;
  border-radius: 100%;
  border: 1px solid black;
  text-align: center;
  padding-top: 2px;
  padding-left: 2px;
  padding-right: 2px;
  margin-left: 1px;
  margin-right: 1px;
  font-size: 80%;
}

.labelSelect {
	display: flex !important;
	flex-direction : column !important;	
	margin-left : 10px !important;
	text-align : center !important;

}