html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}



a:not([class]) {
	text-decoration: none;
}


/******************************************
* 	Page d'accueil	
*  	- taille h1
*										  
*******************************************/
@media (min-width: 988px) {
  main h1{
    font-size: 32px;
    font-weight: 700;
  }
}


/******************************************
* 	Page d'accueil	
*  	- gestion des blogs items Version pc						  
*										  
*******************************************/
.site-grid .grid-child main .blog-items {
  display: flex;
  align-items: stretch;
    height: 100%;
}

.site-grid .grid-child main .blog-item:first-child {
  flex: 0 0 35%;
}

.site-grid .grid-child main .blog-item:nth-child(2) {
  flex: 1;
}

/*aligne les logos avec l'image de gauche*/
.logosaccueil {
  position: relative;
  top: 60px;
}

/******************************************
* 	Page d'accueil	
*  	- gestion des blogs items images logos passent en bas						  
*										  
*******************************************/
@media (max-width: 1062px) and (min-width: 738px) {
  .logosaccueil {
    display: flex;
    margin-top: 200px;
    top: 0;
  }
  .logosaccueil img{
    flex: 1;
  }
}

/******************************************
* 	Page d'accueil	
*  	- gestion des blogs items Version mobile						  
*										  
*******************************************/
@media (max-width: 738px) {
  .site-grid .grid-child main .blog-items {
    flex-direction: column;
    align-items: flex-start;
  }

  .logosaccueil {
    margin-top: 0;
    top: 0;
  }
}

/******************************************
* 	Page d'accueil	
*  	- h1 acctualités					  
*										  
*******************************************/
.card-header{
  font-size: 32px;
  font-weight: bold;
  padding: 0;
  margin-top: 66px;
  margin-bottom: 37.4px;
}


/***************************************************
***************************************************
*
style du footer pour toutes les tailles d'Ã©crans
*
***************************************************
***************************************************/
.footer{
  color: #333!important;
  background-image: none!important;
  background-color: #fff!important;
}

/*style du 3eme div (3 liens en gras)*/
.piedPage3Accueil .mod-custom p a, .piedPage3 .mod-custom p a{
  text-decoration: none;
  font-weight: bold;
  color: #000000; /*couleur des liens dans le 3eme div du footer*/
}

.piedPage3Accueil .mod-custom, .piedPage3 .mod-custom{
  font-size: 16px;
}

/*taille texte au dessus des images*/
.piedPage1 .mod-custom p{
  margin-bottom: 10px;
  font-size: 13px;
}

/*taille texte au dessus des images*/
.piedPage2 .mod-custom p{ 
  margin-bottom: 10px;
  font-size: 13px;
}

/*taille texte footer-extra fin de page*/
.piedPage5 .mod-custom{
  font-size: 13px;
  margin-top: 10px;
}

/*la barre au dessus du footer*/
.container-footer hr {
  width: 90%;
  margin: 3px auto;
  border: none;
  border-top: 1px solid #c6c6c6;
  border-bottom: 1px solid #fff;
}

/*les 3 divs qui composent le footer*/
.container-footer .grid-child {
  display: grid;
  align-items: start; /*permet d'aligner les 3 div vers le haut*/
  padding-bottom: 0 !important;
}

/****style pied de page 3 accueil****/
.piedPage3Accueil .mod-custom .flex-container {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.piedPage3Accueil .mod-custom .flex-container p {
  margin: 0;
  flex: 1;
}
.piedPage3Accueil .mod-custom .flex-container p img {
  display: block;
  margin: 0 auto;
}





/***hover liens pied de page 3***/
.piedPage3Accueil .mod-custom .flex-container a:hover, .piedPage3 .mod-custom .flex-container a:hover {
  color: #005e8d;
  text-decoration: underline;
}

/***taille minimal pour afficher les liens sans saut de ligne pied de page accueil***/
.piedPage3Accueil .mod-custom .flex-container p:first-child {
  min-width: 130px;
  margin-right: 20px;
}

/***taille minimal pour afficher les liens sans saut de ligne pied de page classique***/
.piedPage3 .mod-custom .flex-container p:first-child {
  min-width: 130px;
}

/******************************************
* 	footer Version pc						  
*										  
*******************************************/

@media (min-width: 738px) {


  .container-footer .grid-child {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    width: 85%;
  }

  .container-footer hr {
    margin-top: 30px;
  }

  /***** logo CNRS ET UBE *****/
  .piedPage3 .mod-custom > p:nth-of-type(1){
    width: 100%;
  }

  /***** logo CNRS *****/
  .piedPage3 .mod-custom > p a:nth-of-type(1){
    margin-right: 10px;
  }

.piedPage3 .mod-custom {
  display: flex;
  flex-direction: column; /* Organise les enfants en colonne */
  align-items: stretch; /* Ã‰tire les enfants pour qu'ils prennent toute la largeur */
  gap: 15px; /* Espacement entre les Ã©lÃ©ments */
}

.piedPage3 .mod-custom .flex-container {
  display: flex;
  justify-content: space-between; /* Centre les Ã©lÃ©ments horizontalement */
    align-items: center; /* Centre tout le contenu horizontalement */
    width: 100%;
}

.piedPage3 .mod-custom .flex-container p {
  flex: 1;
}

/**3 liens dans footer**/
.piedPage3 .flex-container p:first-of-type {
  position: relative;
  text-align: left; /* Garde le texte alignÃ© Ã  gauche */
  left: 40px;
}

.piedPage3 .mod-custom .flex-container p:nth-of-type(2)  {
  text-align: center;
}

.piedPage3 .mod-custom .div-image-cnrs-ube {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/**positionnement image cnrs ube**/
.piedPage3 .mod-custom .div-image-cnrs-ube p {
  flex: 1;
  text-align: center;
}


/**positionnement logo univ pied de page 3 classique**/
.piedPage3 .mod-custom > p{
  text-align: center;
}

}


/******************************************
* 	footer Version mobile						  
*										  
*******************************************/

@media (max-width: 738px) {
  
  .container-footer .grid-child {
    grid-template-columns: repeat(2, 1fr); /* 2 colonnes par dÃ©faut */
    gap: 5px;
    width: 100%;
    justify-items: center;
  }

  footer > .grid-child{
    padding: 5px !important;
  }
  
  /* Modifier uniquement les deux derniers div pour les aligner Ã  gauche */
  .grid-child > div:nth-child(3){
    text-align: left;
    justify-self: start;
    width: 100%;
  }

  .container-footer hr {
    margin-bottom: 20px;
  }

  /***Positionne le texte au dessus de l'image sans dÃ©placer l'image peut importe la place qu'occupe le texte***/
  .piedPage1 .mod-custom{
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
  }

  .piedPage1 .mod-custom p:first-child {
    position: absolute;
    flex-grow: 1;
    display: flex;
    align-items: flex-end;
    text-align: center;
    line-height: 1.5;
  }


  /*decale l'image pour laisser de la place au dessus d'elle pour le texte*/
  .piedPage1 .mod-custom p:last-child {
    margin-top: 100px;
  }

  .piedPage2 .mod-custom {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
  }

  .piedPage2 .mod-custom p:first-child {
    position: absolute;
    flex-grow: 1;
    display: flex;
    align-items: flex-end;
    text-align: center;
    line-height: 1.5;
  }

  /*decale l'image pour laisser de la place au dessus d'elle pour le texte*/
  .piedPage2 .mod-custom p:last-child {
    margin-top: 100px;
  }


  .piedPage3Accueil .mod-custom .flex-container,.piedPage3 .flex-container {
    position: relative;
  }

  /***image linkedin pied de page accueil***/
  .piedPage3Accueil .mod-custom .flex-container img{
    position: absolute;
    left: 170px;
    width: 40px;
    height: 40px;
  }

  
  /****style pied de page 3 classique****/
.piedPage3 .mod-custom .flex-container {
  position: relative;
  display: flex;
  justify-content: space-between;
  width: 180%;
}

.piedPage3 .mod-custom .flex-container p {
  margin: 0;
  flex: 1;
}

/***taille minimal pour afficher les liens sans saut de ligne pied de page classique***/
.piedPage3 .mod-custom .flex-container p:first-child {
  min-width: 130px;
}


  /***image linkedin pied de page classique***/
  .piedPage3 .mod-custom .flex-container p:nth-child(2) a:nth-of-type(1) img {
    width: 38px;
    height: 38px;
  }

  .piedPage3 .mod-custom > p{
    margin-top: 5px;
  }

  .piedPage3 .mod-custom .div-image-cnrs-ube {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
  }
  
  /**positionnement image cnrs ube**/
  .piedPage3 .mod-custom .div-image-cnrs-ube p {
    flex: 1;
    text-align: center;
  }


  .piedPage3 .mod-custom .div-image-cnrs-ube p:nth-of-type(1) a:nth-of-type(1) img {
    width: 38px;
    height: 38px;
}

.piedPage3 .mod-custom .div-image-cnrs-ube p:nth-of-type(1) a:nth-of-type(2) img {
    width: 64px;
    height: 36px;
}

  /**positionnement logo univ pied de page 3 classique**/
  .piedPage3 .mod-custom > p{
    width: 150%;
  }
  /**positionnement logo univ pied de page 3 classique**/
  .piedPage3 .mod-custom > p a img {
    top: 30px;
  }
}
/*********************** FIN FOOTER *****************************/




/******************************************
  * 		Conteneur boitecentre version ordianateur / telephone
  *  - gestion des div theme_axe
  *  										  
  ******************************************/

  .boitecentre {
    display: flex;
    justify-content: space-around;
    gap: 10px;
    flex-wrap: wrap;
  } 
  
  .boitecentre .theme_axe {
    width: 200px;
    text-align: left;
  }
  
  .boitecentre .theme_axe a {
      display: block;
      text-decoration: none;
      color: inherit;
  }
  
  .boitecentre .theme_axe img {
      width: 100%;
      height: auto;
  }
  
  .boitecentre.theme_axe h3 {
      word-wrap: break-word;
      white-space: normal;
  }
  
  
  
  
  
  
      /********************************************************************
      *                  Conteneur boitecentre
      *
      ********************************************************************/
      .theme_axe {
        float:left;
        width:200px;
        height:300px;
        border-right: 1px solid #eee;
        border-bottom: 1px solid #eee;
        border-left: 5px solid #2aa34b;
      }
      
      .theme_axe a:hover {
        filter: saturate(0.3);
        text-decoration: underline;
      }
      
      .theme_axe h3 {
        padding: 10px;
        width: 200px;
        height: 100px;
        display: table-cell;
        vertical-align: middle;
      }
  
      /*taille des h3*/
      .com-content-article__body h5, .com-content-article__body h3{
        font-size: 20px;
        font-weight: bold;
      }
      
      .theme_axe h4 {
        padding: 10px;
        width: 200px;
        height: 100px;
        display: table-cell;
        vertical-align: middle;
      }


/******************************************
* 	Version mobile						  
*										  
*******************************************/
@media (max-width: 820px) {

  body.site  {
    margin: 20px;
	  padding: 0;
    border: 1px solid #ddd;
  }
  
  /******************************************
  * 		Menu			  
  *  - placement de la barre de recherche
  *  										  
  ******************************************/
    .search form .button {
      position: fixed;
      height: 2.1em !important;
      right: 1.6em;
  }
  
	.searchthema-recherche form .button {
      position: fixed;
      height: 2.1em !important;
      right: 1.6em;
      top: 1.6em;
      z-index: 2000;
    }

  /******************************************
  * 		Menu			  
  *  - Taille du logo
  *  										  
  ******************************************/
    .container-header .grid-child {
      padding: 0 0 0 2px;
    }

    .brand-logo img {
      height: 80px;
      width: 260px
    }
  
  /******************************************
  * 		Menu			  
  *  - placement du choix de la section
  *  										  
  ******************************************/
	.maximenumobiletogglericonck {
      position: fixed;
      right: 1em;
      top: 2em;
      z-index: 2000;
      cursor: pointer;
    }

     #menu_principal_general_mobile {
      position: fixed;
    }

    #menu_principal_general_mobile .maximenuck-toggler-anchor {
      height: 0;
      opacity: 0;
      overflow: hidden;
      display: none;
    }

    div#menu_principal_general_mobile {
      right: 10px;
      width: 292px;
      padding-top: 0 !important;
      top: 110px;
    }

    #menu_principal_general_mobile .maximenuck {
      background-color: rgb(240,240,240);
      padding-right: 10px !important;
      padding-top: 3px !important;
      padding-bottom: 3px !important;
      line-height: 1;
    }

    .maximenuck .parent.level1 {
      text-align: center !important;
      margin-top: -10px !important;
      margin-bottom: -10px !important;
    }

  	#sous_menu_general  .maximenumobiletogglericonck {
      display: block !important;
      font-size: 33px !important;
      text-align: right !important;
      padding-top: 10px !important;
    }
	
  	#menu_principal_general{
      /*padding-right: 10px;
      position: fixed;*/
    }
	
	#menu_principal_general .maximenumobiletogglerck:checked + ul.maximenuck {
      display: block !important;
    }


    #menu_principal_general  .maximenumobiletogglericonck {
      display: block !important;
      font-size: 33px !important;
      text-align: right !important;
      padding-top: 10px !important;
      position: fixed;
      right: 1em;
      top: 2em;
      z-index: 2000;
    }
 
  /******************************************
  * 		Menu			  
  *  - placement du choix des langues
  *  										  
  ******************************************/

    .site-grid {
      margin-top: 50px;
      margin-bottom: 30px;
    }

    #language_btn_224.btn.btn-secondary.dropdown-toggle {
      padding: 0;
      margin: 10px 0 0 0;
    }
  
    .card-body {
      padding: 0;
    }
  
    .main-top.card.aligndivdroite{
      margin: 0;
    }  
  }

  
  /******************************************
  * 	Version ordinateur  
  *						
  *  	-proportions sur ecran 
  *						
  *******************************************/
@media (min-width: 988px) {
  body.site {
    margin-left: 20px;
    margin-right: 20px;
    width: 100%;
    height: 100%;
  }
}

   /******************************************
  *  Menu	
  *  	- placement du bouton de recherche 
  *						
  *******************************************/
@media (min-width: 821px) {
  .form-inline .button {
    position: absolute;
    height: 3.5em;
    display: inline;
    width: auto;
    right: 2%;
    z-index:1000;
  }

  
  header div#menu_principal_general_mobile ul.maximenuck {
    display: none !important;
  }

}

   /******************************************
  *  Menu	
  *  	- Affichage du menu 
  *						
  *******************************************/
@media (min-width: 988px) {
  body.site {
    padding: 20px;
    background-color: #ffffff;
    border-top: 0 !important;
    margin-right: auto;
  	margin-left: auto;
    
  }
  
  body {
    font-size: 13px;
    line-height: 18px;
    width: 1200px;
    max-width: 1200px;
  }
  
  .header {
    height: 100px;
  }

  .container-header {
    z-index: 10000 !important;
    display: grid;
    grid-template-columns: 1fr 4fr;
    grid-template-rows: 50px;
    gap: 10px;
  }
  
  .header .grid-child {
    margin-left: 0px;
    margin-right: 0px;
  }
  
  .container-header .grid-child {
    padding: 0px;
  }
  
  .brand-logo img {
    height: 80px;
  }
  
  #sous_menu_general {
    width: 100%;
    height: 40px;
  }
  
  div#menu_principal_general {
    width: 100%;
    height: 50px;
    position: relative;
    /*florian */
    /*bottom: 10px;*/
    text-align: center;
  }
  
  .mod-languages__select .btn-secondary {
    border: 0;
  }
  
  .card-body {
    border: 0;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }
  
  .main-top.card.aligndivdroite {
    border: 0;
  }
  /* BAR GRISE
  .site-grid .grid-child{
 	border-top: 1px solid rgba(0,0,0,0.075);
  }
  */

  div.mod-languages__select.btn-group {
    font-size: 13px;
  }

}

  /******************************************
  * 		zone d'images       			  
  *  - alignement des images centrÃ©es       
  *  - ajustement de zone vide avant images 	
  ******************************************/

  
  .com-content-category-blog.blog{
    padding-top: 0px !important;
  }
  
  .card-body{
    padding-bottom: 0px;
  }
  









  /******************************************
  * 	Version ordinateur  
  *******************************************/
  
  /******************************************
  *  Page d'accueil	
  *  	-proportions sur ecran 
  *						
  *******************************************/

  /******************************************
  * dimension page accueil version ordinateur	
  *******************************************/
  @media (min-width: 988px) { 
  body.site {
    padding: 20px; 
    box-sizing: border-box; 
    width: 100%;
    height: 100%;
  }
  /******************************************
  *  Page d'accueil	
  *  	- gestion de paragraphes  
  *						
  *******************************************/
  main p{
    font-size: 17px;
  }




  .site-grid{
    margin-bottom: 30px !important;
  }






  /******************************************
  *  Titre sur image
  *
  *******************************************/
  .titre_page h1{
    font-size: 36px;
  }
   
 

  
  /******************************************
  *  Page Annuaire	
  *  	- Mise en page dans la carte 
  *						
  *******************************************/
    
  .user-card {
    display: flex;
    width: 100%;
    max-width: 600px;
    height: 140px;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 4px 2px 8px rgba(0, 0, 0, 0.2);
    margin-bottom: 15px;
    border-left: 5px solid #2AA34B;
    background: #f5f5f5;
  }

  .user-card-photo {
    width: 25%;
    display: flex;
    align-items: center;
  }

  .user-card-photo img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border: none;
    margin-left: 5px;
    padding: 0px !important;
  }

  .user-card-info {
    width: 65%;
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    font-size: 1rem;
  }

  .user-card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  /**Ajouté*/
  .user-card-header a{
    text-decoration: none;
  }

  .user-name {
    display: flex;
    gap: 5px;
    font-size: 16px;
    font-weight: bold;
  }


  .lastname {
    text-transform: uppercase;
    font-weight: bold;
  }

  .user-email {
    height: 10px;
    /*background-color: aquamarine !important;*/
    text-align: right;
    flex: 1;
  }

  .user-fonction {
    font-weight: bold;
  }

  .user-details {
    display: flex;
    gap: 5px;
  }



  .cbUserListResultCount{
    display: none;
  }

  .text-right{
    text-align: left !important;
  }

  .cbColumns{
    max-width: 300px;
    margin-bottom: 20px;
  }


  
  

}

/******************************************
*   Version mobile 
*   Page d'annuaire
*
*******************************************/
@media (max-width: 988px) { 

  .cbUserListResultCount{
    display: none;
  }

  .user-card {
    display: flex;
    width: 100%;
    max-width: 600px;
    height: 140px;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 4px 2px 8px rgba(0, 0, 0, 0.2);
    margin-top: 15px;
    margin-bottom: 15px;
    border-left: 5px solid #2AA34B;
    background: #f5f5f5;
    font-size: 10px;
  }

  .user-card-photo {
    width: 25%;
    display: flex;
    align-items: center;
  }

  .user-card-photo img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border: none;
    margin-left: 5px;
    padding: 0px !important;
  }

  .user-card-info {
    width: 65%;
    margin-left: 10px;
    padding: 5px;
    flex-direction: column;
    justify-content: space-between;
  }

  .user-card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .user-name {
    display: flex;
    gap: 5px;
    font-size: 14px;
    font-weight: bold;
  }


  .lastname {
    text-transform: uppercase;
    font-weight: bold;
  }

  .user-email {
    height: 10px;
    background-color: aquamarine !important;
    text-align: right;
    flex: 1;
  }

  .user-fonction {
    font-weight: bold;
    font-size: 14px;
  }

  .user-details {
    display: flex;
    gap: 5px;
    font-size: 10px;
    white-space: nowrap;
  }

    /**Ajouté*/
    .cbListFieldCont {
      position: relative;
      top: -5px; 
  }





}




  
/******************************************
  *   Suppression des Ã©lÃ©ments inutiles     *
  *										  *
  ******************************************/
  .com-content-category-blog > h1 {
    display: none;
  }
  
  
  @media (min-width:980px){
      main h1{
        font-size: 32px;
        font-weight: 700;
      }
      main h2{
        font-size: 2.653vw;
      }
      main h3{
        font-size: 2.041vw;
        line-height: 22px;
      }
      
    
      main p, main li{
        /*font-size: 1.735vw;*/
       
        line-height: 25px;
      }
      .accordion{
        font-size: 1.735vw;
      }
    }
    
    @media (min-width:767px) and (max-width:979px){
      main h1{
        font-size: 3.906vw;
        font-weight: 700;
      }
      main h2{
        font-size: 3.125vw;
      }
      main h3{
        font-size: 2.344vw;
        line-height: 22px;
      }
      main h4{
        font-size: 1.953vw !important;
        line-height: 22px;
      }
      main h5{
        font-size: 1.823vw;
        line-height: 22px;
      }
      main h6{
        font-size: 1.563vw;
      }
      main p, main li{
        font-size: 15px;
        line-height: 25px;
      }
      .accordion{
        font-size: 1.953vw;
      }
      td{
        font-size:1.953vw;
      }
    }
    
    @media (min-width:638px) and (max-width:767px){
      main h1{
        font-size: 4.389vw;
        font-weight: 700;
      }
      main h2{
        font-size: 3.448vw;
      }
      main h3{
        font-size: 2.508vw;
        line-height: 22px;
      }
      main h4{
        font-size: 2.038vw !important;
        line-height: 22px;
      }
      main h5{
        font-size: 2.038vw;
        line-height: 22px;
      }
      main h6{
        font-size: 1.567vw;
      }
      main p, main li{
        font-size: 2.194vw;
        line-height: 25px;
      }
      .accordion{
        font-size: 2.038vw;
      }
      td{
        font-size:2.194vw;
      }
    }
    
    @media (max-width:637px){
      main h1{
        font-size: 22px;
        font-weight: 700;
      }
      main h2{
        font-size: 20px;
      }
      main h3{
        font-size: 14px;
        line-height: 22px;
      }
      main h4{
        font-size: 13px !important;
        line-height: 22px;
      }
      main h5{
        font-size: 13px;
        line-height: 22px;
      }
      main h6{
        font-size: 12px;
      }
      main p, main li{
        font-size: 13px;
        line-height: 25px;
      }
      .accordion{
        font-size: 11px;
      }
      td{
        font-size:13px;
      }
    }
    main span{
      line-height: 25px;
    }
    
    .accordion{
      font-size: 17px;
    }
    
    main a, main a:hover, main a:focus{
      color: #2AA34B !important;
    }
    
    .accordion-toggle{
      color: #000000 !important;
    }
    
    /* icone de langues */
    .mod-languages button{
        border-color: white;
    }
    
    /* marge autour titre accordeon */
    .afc .accordion-heading .accordion-toggle{
      padding-top: 15px;
      padding-bottom: 15px;
    }

    .accordion-heading a{
      text-decoration: none;
    }
    
    /* marge texte accordeon */
    .accordion-inner .content{
      padding: 10px 15px 20px;
    }
    
    li{
      font-size: 17px;
      line-height: 25px;
    }
    
    .container-header{
      background-color: #fff!important;
      background-image: none!important;
    }
    
    .container-header{
        box-shadow: none!important;
    }
    
    .container-header{
        display: grid;
        grid-template-columns: 2fr 7fr 1fr; /* CrÃ©er 2 colonnes de tailles Ã©gales */
        grid-template-rows: 50px;  /* CrÃ©er 1 lignes */
        gap: 10px; /* Espacement entre les colonnes et lignes */
        grid-template-areas: "col1 col2 col3";
    }
    
    .container-nav{
        display: grid;
        grid-template-columns: 1fr 10px; /* CrÃ©er 2 colonnes de tailles Ã©gales */
        grid-template-rows: repeat(2, auto);  /* CrÃ©er 2 lignes */
        gap: 10px; /* Espacement entre les colonnes et lignes */
        
    }
    #menu_principal_general{
    
        grid-column-start: 1;
        grid-column-end: 3;
    }
    
    .header .grid-child {
      margin-left: 0px;
      margin-right: 0px;
    }
            
    
    @media (min-width:988px){
        .maximenuck {
            display: flex ;               /* Utilise Flexbox pour aligner horizontalement */
            justify-content: space-between; /* Espacement Ã©gal entre les Ã©lÃ©ments */
            padding: 0;
            margin: 0;
            list-style-type: none;       /* Supprime les puces des listes */
        }
    }
    
    div.mod-languages .btn-group .btn{
      font-size: 12px;
    }
    
    body{
      font-family: Roboto, sans-serif;
      width: auto;
    }
    
    @media (min-width:980px){
      body{
  
        /*width:1020px; /* 40 padding */
      }
    
      .body .container{
        border: 0;
        box-shadow: unset;
      }
    
      
    }
    
    body.site.fluid{
      background-color: #FFFFFF; /* Le fond de la page sera blanche */
    }
    
    .row-fluid{
      padding-top: 0 !important;
    }
    
    main{
      margin-top: 0;
    }
    
    div.blog{
      padding-top: 35px !important;
    }
    
    

    
    @media (min-width:980px){
      .titre_page {
        top: 260px;
      }
    }
    
    @media (min-width:988px) and (max-width:979px){
      .titre_page {
        top: 180px;
      }
    }
    
    @media (max-width:767px){
      .titre_page {
        top: 0;
      }
    }
    /********************************************************************
    *                 Gestion generale (pour les versions mobile et pc)
    *
    ********************************************************************/
    /***************************************************/
    /*               Titre sur image                   */
    /***************************************************/
    .titre_page {
      position: absolute;
      left: 0;
      padding-left: 20px;
      padding-right: 20px;
      background: #2AA34B;
      font-weight: bold;
      color: white;
      font-size: 30px;
      height: 70px;
      
      /*centrer le titre*/
      display: flex; 
      justify-content: center;
      align-items: center; 
    }

    .titre_page h1 {
      margin: 0;
    }


    

      /******************************************
      * 		Laboratoire -> PrÃ©sentation
      *  - gestion paragraphe
      *******************************************/
      .item-page .com-content-article__body{
        margin-top: 0px;
      }

      .item-page .com-content-article__body > h1{
        margin-bottom: 10px;
      }

      .com-content-article ul > li{
        margin-left: 20px;
        margin-bottom: 10px;
        list-style-type: disc;
      }

      /******************************************
      * 		Laboratoire -> AccÃ¨s Contact
      *  - gestion paragraphe
      *******************************************/
      @media (max-width: 768px) {
        blockquote > p{
          border-left: #e6e4e4 5px solid;
          padding-left: 10px;
          margin-left: -10px;
        }

        h4{
          margin-top: 10px;
          font-weight: bold;
          font-size: 17px;
          margin-left: -10px;
        }
      }

      @media (min-width: 768px) {
        blockquote > p{
          border-left: #e6e4e4 5px solid;
          padding-left: 10px;
          margin-left: -30px;
          /*max-width: 90%;*/
          max-width: 100%;
        }

        h4{
          margin-top: 20px;
          font-weight: bold;
          font-size: 17px;
          
        }
      }

      h5{
        margin-bottom: 10px;
        font-weight: bold;
      }
    /***************************************************/
    /*                  Langue                         */
    /***************************************************/
    .chzn-container, .chzn-container-single .chzn-single{
      width: 51px;
      border: 0!important;
      box-shadow: none !important;
      background: none!important;
      padding-top: 0;
      margin-top: 9px;
    }
    
    .mod-languages .chzn-container{
      width:60px !important;
    }
    header{
      position: absolute;
      top: 0;
      left: 0;
    }
    /* barre grise */
    @media (max-width: 640px){
      .header, .header-inner{
        height: 5px;
      }
    }
    
    @media (min-width: 641px){
      .header, .header-inner{
        width: 100%;
      }
    }
    
    @media (max-width: 979px){
      .header {
        padding-bottom: 3.5em;
      }
    }
    
    .card-body a{
      color : #2AA34B !important;
    }
    
    .navbar-brand{
      margin: 0!important;
      width: max-content;
    }
    
    
    span#UMR2{
      background: #2AA34B;
      color: #FFFFFF;
      font-size: 20px;
      padding: 0.3em 0.3em 0;
    }
    
    h1, h2, h3, h4, h5, h6, .site-title {
      font-family: 'Roboto', sans-serif;
    }
    
    .card{border: none!important;}
    .card-header{background-color:#fff!important; border-bottom:none!important;}
    
    .mfp_cat a{
      background-color: rgba(42, 163, 75, 0.7) !important;
      margin-top: 1em;
      font-size: 1.539em;
    }
    
    .mfp_date{
      border: 0!important;
      box-shadow: none!important;
      bottom: 35px;
      display: inline;
      height: auto;
    }
    
    
    @media screen and (min-width: 988px) {
      #menu_principal_general_mobile{
        display: none!important;
      }
    }
    
    @media screen and (max-width: 821px){
      #menu_principal_general{
        display: none!important;
      }
      #sous_menu_general{
        display: none!important;
      }
    }
    
    
    .footer{
      color: #333!important;
      background-image: none!important;
      background-color: #fff!important;
     border-top: 1px solid #eee;
    }

    
    #content2{
      display: none!important;
    }
    
    .copyrightlink{
      display: none;
    }
    
    /* organigramme */
    
    
   .trois-table tr td:nth-child(2) p {
  text-align: right;
}
    
    #orga{
      margin-top: 150px;
    }
    
    #orga h4{
        font-weight: bold;
    }
    
    #orga a{
      color: #003108!important;
      text-decoration: none;
    }
    
    #orga a:hover{
      color: #2AA34B!important;
      text-decoration: underline;
    }
    
    .container-top{
      display: flex;
      height: 144px;
      max-width: max-content;
      background-color: transparent;
      border-collapse: collapse;
      border-spacing: 0;
      justify-content: space-between;
      column-gap: 50px;
    }
    .direction, .responsabilites{
      height: 144px;
    }
    
    .services-communs{
      display: grid;
      grid-template-columns: 1fr;
      grid-template-rows: 20% 1fr;
    }
    
    .tab-title{
      grid-area: 1 / 1 / 2 / 2;
    }
    
    /* ActualitÃ©s */
    @media screen and (max-width: 767px){
      .thema-actus .items-row {
        display: block;
      }
    }
    .thema-actus .items-row{
      display: flex;
      border: 1px solid rgba(0,0,0,0.1);
      box-shadow: 0 0 13px 0 rgba(0,0,0,0.1);
      padding: 10px;
      box-sizing: border-box;
      margin-bottom: 40px;
    }
    
    .row-fluid{
      width: 100%;
    }
    
    .row-fluid:before, .row-fluid:after {
      display: table;
      content: "";
      line-height: 0;
    }
    
    .thema-actus .items-row [class*="span"] {
      margin-bottom: 0;
      padding: 0 0 0 0;
      position: relative;
      margin-top: -18px;
    }
    
    .row-fluid [class*="span"]:first-child {
      margin-left: 0;
    }
    
    .row-fluid [class*="span"] {
      display: block;
      width: 100%;
      min-height: 28px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      float: left;
      margin-left: 2.127659574%;
    }
    
    .layout-protostar-thema-2020themablog .categorieblog {
      position: relative;
      top: 35px;
    }
    
    
    
    
    .thema-actus .items-row .page-header {
      border: 0;
      margin: 0 0 5px 200px;
      padding-bottom: 5px;
    }
    
  
    
    .thema-actus .item-content .ï¿½theMAIntrotextï¿½{
      margin-top: 30px;
    }
    
  
    
    .thema-actus figure{
      position: relative;
      top: 30px;
    }
    
    
    
    .thema-actus .items-row{
      max-height: 224px;
      height: 224px;
    }
    
    .thema-actus .page-header a:hover {
      text-decoration: underline;
    }
    
    .thema-actus .item-content img{
      display: none;
    }
    
   
    
    .thema-actus .item-content .icon-folder-open, .thema-actus .item-content .icon-calendar{
      display: none;
    }
    
    .text-muted{
      color: #999!important;
    }
  
    
    .item-content .category-name{
      background: #2AA34BD0;
      font-size: 16px;
      font-weight: bold;
      display: inline;
      padding: 3px 8px;
      text-align: left;
    }
    
    .thema-actus .item-content .category-name a {
      color: white !important;
      position: relative;
      top: 0;
      left: 0;
      text-decoration: none!important;
    }
    
    .thema-actus .item-content .category-name a:hover {
      text-decoration: underline!important;
    }
    
    #menu_actus{
      grid-area: 3/2;
      /* florian 
      display: none;*/
    }
    
    .item-page .page-header{
      margin-bottom: 5px;
      padding-bottom: 5px;
      border-bottom: 1px solid #eee;
    }
    
    
    .item-page .article-info .category-name{
      display: none;
    }
    
    .item-page .article-info .published{
      position: relative;
    }
    
    .item-page .article-info .published .icon-calendar{
      display: none;
    }
    

    
    
    .item-page .page-header h1{
      font-size: 22px;
      margin: 0 0 5px 0;
      padding-bottom: 5px;
      font-weight: bold!important;
    }


/*actualites */
/*agrandire sur toute la largeur */
.site-grid .grid-child {
  grid-column: 1 / -1;
}

/******************************************
 *  Page d'organigramme 
 *						
 *******************************************/
/******************************************
 *  Page d'organigramme Ordinateur
 *
 *******************************************/
@media (min-width: 988px) {
/******************************************
 *  Mini tableau
 *
 *******************************************/
    #mini-tableau {
        width: 100%; 
        border-collapse: collapse; 
    }

    #mini-tableau thead, #mini-tableau tbody {
        display: grid; 
        grid-template-columns: 1fr 1fr;
        justify-content: center; 
        width: 100%; 
        gap: 10px; 
    }
    
    #mini-tableau thead tr {
        display:flex;
        box-sizing: border-box;  
    }
    
    #mini-tableau thead th{
        flex: 1;
        text-align: center;   
    }
    
    #mini-tableau thead h2{
        text-align: left;
        margin-bottom: 5px;
        font-size: 17px;
        font-weight: bold;
    }
    
    #mini-tableau p {
        margin: 0;
        font-size: 17px; 
    }

    #mini-tableau a{
        color: inherit !important; 
        text-decoration: none !important; 
    }

    #mini-tableau a:hover {
        text-decoration: underline; 
        color: #51a351; 
    }

    #mini-tableau tbody td {
        word-wrap: break-word; 
        overflow-wrap: break-word; 
        text-align: left; 
        max-width: 400px; 
        box-sizing: border-box; 
        margin-bottom: -15px !important;
    }

    #mini-tableau tbody td p {
        margin-bottom: 5px;
        white-space: nowrap;
    }
    
    #mini-tableau tbody tr {
        display: contents; 
    }

/******************************************
 *  Double tableau Organigramme
 *
 *******************************************/
    table {
        width: 100%;
    }

    .block-container{
        border: #dbdbdb 2px solid;
    }

    .orga-table {
        width: 100%;
        border-collapse: collapse;
        border: 2px solid #dbdbdb;
    }

    .orga-table tbody td{
        vertical-align: top;
    }

    .orga-table h2{
      font-size: 20px;
    }

    .orga-table h3{
        font-weight: normal !important;
        margin-bottom: 5px;
        text-align: center;  
        margin-top: 0px !important; 
    }

    .orga-table h3 span{
        background-color: #51a351;
        color: white;   
        margin: 0; 
        font-size: 18px;
        display: block;
        width: 100%;
        border-radius: 5px;
    }

    .orga-table h3 p{
      white-space: normal;
    }

    .orga-table .none{
      max-width: none;
    }
    
    .orga-table a {
        color: inherit !important; 
        text-decoration: none !important; 
        text-align: center;
    }

    .orga-table a:hover {
        text-decoration: underline; 
        color: #51a351; 
    }
    
    .orga-table p{
      font-size: 16px;
      margin-bottom: 0 !important;
      white-space: nowrap;
      padding-left: 5px;
      max-width: 300px;
    }

    .orga-table h5{
        font-size: 16px;
        margin: 5px;
        text-align: center;
    }

    .orga-table span{
      white-space: nowrap;
    }


/* pour mettre le nom du representant centre */
.block-container h3 span p {
  text-align: center;
  margin: 0 auto;
}



    .text-align-right{
        text-align: right;
        width: 100px;
        padding-right: 5px;
    }

    
    
    .footer_vert {
        background-color: #51a351;
        text-align: center;
    }

    .footer_vert p {
        max-width: none; 
    }

    .footer_right{
      width: 100%;
      text-align: right;
    }

    .footer_right p {
      max-width: none;
      width: 100%;
      margin: 0; 
      padding: 0; 
    }


    /* Gestion des espaces pour alligner le dernier tableau */
    .espace1 {
      height: 19px;
      color: white;
    }

    .espace2{
        height: 25px;
        color : white;
    }

    .espace3{
        height: 19px;
        color : white;
    }

    .espace4{
      height: 19px;
      color: white;
    }

    .espace5{
      height: 19px;
      color: white;
    }
    
}


/***************************/
/* Recherche */
/* Conteneur des images pour que les images soient espacé equitablement  */

/* Conteneur des images */
.boitecentre {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  padding: 20px 0;
  gap: 20px;
  text-align: center;
}

.theme_axe {
  width: 200px; /* largeur fixe pour que toutes les colonnes soient égales */
}


/******************************************
 *  Page d'organigramme Telephone
 *
 *******************************************/
@media (max-width: 988px) {
/******************************************
 *  Mini tableau
 *
 *******************************************/
    #mini-tableau {
        width: 100%;
        border-collapse: collapse; 
    }
    
    #mini-tableau thead {
        display: flex;
        justify-content: space-between; 
        width: 100%;
    }

    #mini-tableau thead tr {
        display:flex;
        width: 50%;
        box-sizing: border-box; 
        margin: 0;
    }

    #mini-tableau thead th{
        flex: 1;     
    }

    #mini-tableau thead h2{
        text-align: left;
        margin-bottom: 5px;
        font-weight: bold;
        font-size: 12px;
    }

    #mini-tableau tbody tr {
        display: flex; 
        flex-direction: row; 
        justify-content: space-between; 
        width: 100%;
        gap: 10px; 
    }

    #mini-tableau tbody td {
        width: 50%; 
        word-wrap: break-word; 
        padding-right: 10px;
    }

    #mini-tableau tbody td p {
        margin-bottom: 5px; 
    }

    #mini-tableau a{
        color: inherit !important; 
        text-decoration: none; 
    }


 /******************************************
 *  Double tableau Organigramme
 *
 *******************************************/
    .orga-table h3 span{
        background-color: #51a351;
        color: white;   
        margin: 0; 
        font-size: 1.2em;
        font-weight: bold;
        display: block;
        width: 100%;
        border-radius: 5px;
    }

    .orga-table h3 {
        font-weight: normal;
        margin: 0;
        text-align: center;
    }


    .orga-table h3 p a {
      color: inherit !important;
    }

    .block-container, .block-container tr {
        display: block;
        width: 100%;
    }

    .block-container table, .block-container tbody, .block-container tr{
        width: 100%;
    }

    .block-container-sans-tour, .block-container-sans-tour tr {
        display: block;
        width: 100%;
    }

    .block-container-sans-tour table, .block-container-sans-tour tbody, .block-container-sans-tour tr{
        width: 100%;
    }

    .orga-table h3{
        text-align: center;
        margin-top: 0px;
        margin-bottom: 10px;
    }

    .orga-table h5{
        font-size: 15px;
        text-align: center;
        margin-top: 20px;
    }

    .orga-table a{
        color: inherit !important; 
        text-decoration: none; 
        white-space: nowrap;
    }
    

    .orga-table p{
      margin-bottom: 0;
      
    }
    
    .text-align-right{
        text-align: right;
        width: 120px;
    }

    .trois-table tr{
        display: grid; 
        grid-template-columns: 1fr 1fr;
    }

    .trois-table td{
        width: 100%;
    }

    .block-container{
        border: #dbdbdb 2px solid;
    }

    .orga-table {
        width: 100%;
        border-collapse: collapse;
        border: 2px solid #dbdbdb;
    }
   
    .footer_vert {
        background-color: #51a351;
    }

    .espace2{
        height: 25px;
        color : white;
    }

    .espace3{
      height: 17px;
      color: white;
    }

    .espace4{
      height: 18px;
      color: white;
    }

    .espace5{
      height: 18px;
      color: white;
    }

    
    
   

}


thead th[colspan="2"], thead th[colspan="3"] {
    background-color: #51a351;
    color: white;
    text-align: center;
    padding: 15px;
    border-radius: 5px;
}



/******************************************
 *  Page actualités version ordinateur
 *
 *******************************************/
/*******************************************
* Gestion de chaque cartes pour les articles
*
*******************************************/
.actu-page .com-content-category-blog__item {
  display: grid;
  grid-template-columns: auto 1fr; 
  gap: 25px; 
  padding: 10px;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0.3, 0.3, 0.3, 0.3);
  margin-bottom: 20px;
  align-items: center;
  flex: none !important;
  width: 100%;
}


.actu-page .com-content-category-blog__item .left.item-image {
  max-width: 200px; 
  height: auto;
  display: flex;
  margin: 0 !important;
  align-items: flex-start;
  top: 0;
}

.actu-page .com-content-category-blog__item .left.item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  
  margin-left: 10px;
  margin: 0 !important;
}

/*************************************
*
* Zone de texte
*
**************************************/
.actu-page .com-content-category-blog__item .item-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  max-height: 200px;
  position: relative;
}

/************************************************
*
*   Texte résumé
*
************************************************/
.actu-page .com-content-category-blog__item .item-content h2{
  font-size: 20px;
  line-height: 1.2;
}

.actu-page .com-content-category-blog__item .item-content h2 a{ 
  text-decoration: none;
}

.actu-page .com-content-category-blog__item .item-content h5, .actu-page .com-content-category-blog__item .item-content h4{
  font-size: 18px !important;
  font-weight: normal;
}



.item-content {
  padding-top: 10px;
  font-size: 14px;
}





/************************************************
*
*   Date de publication et catégorie
*   modifier le php 
*
************************************************/
.actu-page .com-content-category-blog__item {
  position: relative; 
}



.actu-page .com-content-category-blog__item .category-name {
  display: none;
}


/* Titre sur image en haut a gauche */
.com-content-category-blog__item > dd:nth-child(2) {
  position: absolute;
  top: 20px;
  left: 10px;
  background: #2AA34BD0;
  color: white;
  padding: 5px 10px;
  font-size: 16px;
  font-weight: bold;
}

.actu-page .com-content-category-blog__item .item-content{
  display: relative;
}

.blog-item {
  position: relative;
  padding-bottom: 40px; 
}
/* Date ne bas a droite */
.blog-item-footer {
  position: absolute;
  bottom: 10px;
  right: 10px;
  font-size: 14px;
  color: #777;
}

body.view-category .published{
  display: none;
}



  /******************************************
  * 	Version ordinateur  
  *******************************************/
  
  /******************************************
  *  Page Accès et contact	
  *  	-proportions sur ecran 
  *						
  *******************************************/

@media (min-width: 988px) { 

  .com-content-article__body h2{
    font-size: 26px;
  }

  .com-content-article__body h5, .com-content-article__body h3{
    font-size: 16px !important;
    font-weight: bold;
  }

  .com-content-article__body p{
    font-size: 17px;
  }
}

  /******************************************
  * 	Version Mobile  
  *******************************************/
  
  /******************************************
  *  Page Accès et contact	
  *  	-proportions sur ecran 
  *						
  *******************************************/
@media (max-width: 988px) { 
 
  .com-content-article__body h3{
    font-weight: bold;
  }

  .com-content-article__body img{
    margin-bottom: 30px;
  }

}


/******************************************
  * 	Version ordinateur  
  *******************************************/
  
  /******************************************
  *  Thèse et HDR	   // Rejoindre théma   //   Dossier d'évalutation
  *  	-proportions sur ecran 
  *						
  *******************************************/

  @media (min-width: 988px) {
    .com-content-article__body blockquote{
      margin-left: 30px;
      margin-right: -30px;
    }

    .com-content-article__body blockquote p{
      margin-bottom: 0px;
    }

    .com-content-article__body blockquote p a {
      text-decoration: none;
    }

    .item-page em{
      font-style: italic;
    }

    .item-page p strong{
      font-weight: bold;
    }

    .com-content-article__body h3{
      margin-bottom: 10px;
      margin-top: 30px;
    }

    .item-page p {
      margin-bottom: 10px;
    }

    .item-page p a{
      text-decoration: none;
    }
  }


  /******************************************
  * 	Version mobile 
  *******************************************/
  
  /******************************************
  *  Thèse et HDR	   // Rejoindre théma   //   Dossier d'évalutation
  *  	-proportions sur ecran 
  *						
  *******************************************/
  @media (max-width: 988px) {
    .com-content-article__body blockquote{
      margin-left: 5px;
    }
    
    .com-content-article__body blockquote p{
      margin-bottom: 0px;
    }

    .com-content-article__body blockquote p a {
      text-decoration: none;
    }

    .item-page em{
      font-style: italic;
    }

    .item-page p {
      margin-bottom: 10px;
    }

    .item-page p strong{
      font-weight: bold;
    }

    .item-page p a{
      text-decoration: none;
    }

    .com-content-article__body h3{
      margin-bottom: 10px;
      margin-top: 30px;
    }
  }

  /******************************************
  * 	Version ordinateur  
  *******************************************/
  
  /******************************************
  *  Menu logiciel
  *  	-proportions sur ecran 
  *						
  *******************************************/

  @media (min-width: 988px) {
    .logiciels h3 a {
      text-decoration: none;
    }

    .com-content-article__body .logiciels h4 {
      font-size: 16px !important;
      font-weight: bold;
    }
    
    .logiciels td {
      vertical-align: middle; 
    }
    
    .logiciels td[style*="width: 30%"] {
      text-align: center;
    }
    
    .logiciels td[style*="width: 67%"] {
      text-align: left; 
    }
    
    
  }


    /******************************************
  * 	Version mobile  
  *******************************************/
  
  /******************************************
  *  Menu logiciel
  *  	-proportions sur ecran 
  *						
  *******************************************/
  @media (max-width: 988px) {
    
    .logiciels tr {
      display: flex;
      flex-direction: column;
    }
  
    .logiciels td {
      width: 100% !important;
      display: block;
    }

    .logiciels h3 a {
      text-decoration: none;
    }

  
  
  }


  /******************************************
  * 	Version ordinateur  
  *******************************************/
  
  /******************************************
  *  Accordéon
  *  	-proportions sur ecran 
  *   - gestion de la div "membres de l'axe"
  *						
  *******************************************/
  @media (min-width: 988px) {

    #rlta-panel-thèses-en-cours h4{
      font-size: 18px !important;
      margin-bottom: 10px;
    }

    #rlta-panel-thèses-en-cours h6{
      font-size: 18px;
      margin-bottom: 10px;
    }

    .accordion {
      display: block;
      border: 1px solid #ddd;
      border-radius: 5px;
      width: 100%;
    }

    [data-rlta-element="container"] {
      margin-bottom: 0 !important;
    }
  
  }
    


  /******************************************
  * 	Version mobile  
  *******************************************/
  
  /******************************************
  *  Accordéon
  *
  *   - gestion de la div "membres de l'axe"
  *						
  *******************************************/
  @media (max-width: 768px) {
    .accordion {
      display: block;
      border: 1px solid #ddd;
      border-radius: 5px;
      width: 100%;
    }

    [data-rlta-element="container"] {
      margin-bottom: 0 !important;
    }
  }

   /******************************************
  * 	Version ordinateur
  *******************************************/
  
  /******************************************
  *  Menu Recherche Projet
  *
  *   - mise en forme du tableau
  *						
  *******************************************/
  @media (min-width: 768px) {
    .class_projet_tableau__actuel thead{
      background-color: rgb(237, 237, 237);
      border-top: 2px solid #ddd;
      
    }

    .class_projet_tableau__actuel thead h4{
      font-size: 16px;
      margin-bottom: 20px;
      margin-top: 20px;
      margin-left: 10px;
    }

    .class_projet_tableau__actuel h3{
      color: #2AA34B !important;
    }

    tr.projet_expand{
      border-top: 2px solid #ddd;
    }

    
    .projet_desc {
      display: none;
    }

  }

   /******************************************
  * 	Version mobile
  *******************************************/
  
  /******************************************
  *  Menu Recherche Projet
  *
  *   - mise en forme du tableau
  *						
  *******************************************/
  @media (max-width: 768px) {

    .class_projet_tableau__actuel thead{
      background-color: rgb(237, 237, 237);
      border-top: 2px solid #ddd;
      
    }


  .class_projet_tableau__actuel thead h4{
    font-size: 16px;
    margin-bottom: 20px;
    margin-top: 20px;
  } 

  .class_projet_tableau__actuel > thead:nth-child(1) > tr:nth-child(1) > td:nth-child(4){
    padding-left: 5px;
  }

  .class_projet_tableau__actuel h3{
    color: #2AA34B !important;
  }

  tr.projet_expand{
    border-top: 2px solid #ddd;
  }

  .projet_desc {
    display: none;
  }

}

 /******************************************
 *  Affichage de la page de recherche
 *
 *******************************************/

.btn.hasTooltip {
    border: 1px solid #bbb;
    border-bottom-color: #a2a2a2;
    margin-left: 10px;
    padding: 2px 20px;
    background-color: #f5f5f5;
    background-image: linear-gradient(to bottom,#fff,#e6e6e6);
    color: #333;
}

#search-searchword.inputbox {
    border-radius: 3px;
    height: 28px;
}

.search .phrases legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 18px;
    font-size: 19.5px;
    line-height: 36px;
    color: #333;
    border: 0;   
    border-bottom: 1px solid #e5e5e5;
}

.form-check.form-check-inline {
  display: block;
  margin-bottom: 5px;
  font-size: 13px;
  font-weight: normal;
  line-height: 18px;
  cursor: pointer;
  color: #333;
}

.form-check.form-check-inline .form-check-input {
    appearance: auto;
}

.search .phrases .ordering {
    display: block;
    margin-bottom: 5px;
    cursor: pointer;
}
.search .phrases #ordering {
    height: 28px;
    width: 220px;
    border: 1px solid #ccc;
    border-radius: 3px;
    background-color: #fff;
    color: #555;
    margin-bottom: 9px;
}

.search .only legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 18px;
    font-size: 19.5px;
    line-height: 36px;
    color: #333;
    border: 0;   
    border-bottom: 1px solid #e5e5e5;
}

.search .only .checkbox {
    display: block;
    margin-bottom: 8px;
    cursor: pointer;
    color: #333;
}

 /******************************************
 *  Alignement du menu
 *
 *******************************************/

div#menu_principal_general.maximenuckh ul.maximenuck li.level1.parent > span.separator::after{
  content: none !important
}


body.accueil div#menu_principal_general div.floatck {
  padding-left: 5px !important;
  /*florian deuximene menu trop bas*/
  /*top: 135px;*/
}


 /******************************************
 *  Changement de couleur du background du menu caché
 *
 *******************************************/
.maxidrop-main {
  background-color: #f7f7f7;
}

div#menu_principal_general ul.maximenuck li.maximenuck a {
  background-color: #f7f7f7 !important;
}

 /******************************************
 *  Aligner les noms des sous menus avec le titre du menu
 *  et réduit les espacements entre les du textes des sous-menus
 *
 *******************************************/

 div#menu_principal_general ul.maximenuck li.maximenuck a {
  padding: 10px 10px 4px 4px !important;

}

 /******************************************
 *  Réduit la taille du texte des sous-menus
 *
 *******************************************/

div#menu_principal_general ul.maximenuck li.maximenuck a {
  font-size: 15px !important;

}


 /******************************************
 *  Ajustement menu
 *
 *******************************************/
 @media (min-width: 988px) {

    div#menu_principal_general ul.maximenuck li.maximenuck.level1 {
        font-size: 100% !important;
        text-align: justify;
        justify-content: space-between;
    }
    div#sous_menu_general ul.maximenuck li.maximenuck.level1 {
        margin: 0 0.5em !important;
        width: auto;
    }

    div#sous_menu_general {
      text-align: center !important;
    }

    div#menu_principal_general ul.maximenuck li.maximenuck span.separator{
      padding: 12px 4px !important;
    }

    div#menu_principal_general {
       margin-left: 20px;
    }
   
    header div#menu_principal_general ul.maximenuck{
       text-align: center !important;
       display: flex !important;
       bottom: 0px;
    }
   
}
@media (min-width: 640px) and (max-width: 820px) {
  header div#menu_principal_general_mobile ul.maximenuck {
    display: none !important;
  }
  .maximenumobiletogglericonck {
    display: block !important;
    font-size: 33px !important;
    text-align: right !important;
    padding-top: 10px !important;
  }
   
}

 @media (min-width: 820px) and (max-width: 987px) {
   body {
     margin: 20px !important;
     border: 1px solid rgba(0,0,0,0.15);
     border-radius: 4px;
  }
   
   header {
     padding-bottom: 0 !important;
   }
   
   .grid-child.container-nav {
     margin-top: 50px;
     padding-bottom: 0;
   }
   
   header div#menu_principal_general ul.maximenuck{
       display: flex !important;
       text-align: justify;
       justify-content: space-between;
       width: 100%;
       height: 50px;
       position: relative;
       bottom: 15px;
    }


   div#sous_menu_general {
      text-align: center !important;
    }

  .brand-logo img {
    height: 80px;
  }

   .site-grid .grid-child{
 	border-top: 1px solid rgba(0,0,0,0.075);
  }

}

.header.container-header.full-width .grid-child:first-of-type { grid-area: col1; }
.grid-child.container-nav { grid-area: col2; } /* Cette colonne passera en dessous */
.grid-child.container-search-2025 { grid-area: col3; }

@media (max-width: 987px) { 
  header.header.container-header.full-width {
    grid-template-columns: 0.5fr 0.5fr; /* Passe en 2 colonnes */
    grid-template-areas:
      "col1 col3"
      "col2 col2"; /* La colonne 2 passe seule en dessous */
  }
}

.search-bar .inputbox.search-query.input-medium {
  display: none;
}

/******************************************
 *  Rejoindre ThéMA
 *
 *******************************************/
 header.header.container-header.full-width {
  position: sticky;
    top: 0;
    padding: 10px 0 58px 0;
    z-index: 1000;
    background: white;
    margin-bottom: 10px;
}
/*florian */
.header {
    position: relative;
    height: auto;
}


.header::after {
    content: "";
    position: absolute;
    bottom: 2px; /* Colle exactement au bord */
    left: 0;
    width: 100%;
    height: 2px;
    background-color: rgba(0,0,0,0.075);
    z-index: 10;
}
.site-grid {
    margin-top: 0;
    padding-top: 10px; /* Espace après le header */
}
/******************************************
 *  Réduit la Taille du menu langage
 *
 *******************************************/
 @media (min-width: 988px) {
    div.mfp-col-xs-12 {
      position: relative;
    }

 /*Réduit la police*/
div.mod-languages a {
  font-size: 12px;
}
 /*Réduit le conteneur*/
div.mod-languages .dropdown-menu {
  --dropdown-min-width: 62px;
}

div.mod-languages ul li {
  padding: 0 !important;
}


.main-top.card.aligndivdroite {
  margin-top: 0;
}

    .card{border: none!important;}
     .card-header{background-color:#fff!important; border-bottom:none!important;}
          
    .mfp_date{
      border: 0 !important;
      box-shadow: none !important;
      right: 10px;
      bottom: 0px;
      display: block !important;
      height: auto !important;
      text-align: right !important;
      position: absolute !important;
    }

    /* taille du texte vert */
    div.mfp-col-xs-12 h4{
      font-size: 20px;
    }
  }

  /******************************************
  *
  * Version mobile
  *
  *******************************************/
  @media (max-width: 988px) {
    div.mfp-col-xs-12 {
      position: relative !important;
    }

    div.mfp-col-xs-12 a{
      text-decoration: none;
    }

    .card{border: none!important;}
     .card-header{background-color:#fff!important; border-bottom:none!important;}
          
    .mpf_date{
      border: 0 !important;
      box-shadow: none !important;
      right: 10px;
      bottom: 0px;
      display: block !important;
      height: auto !important;
      text-align: right !important;
      position: absolute !important;
      margin-left: 30px;
    }

     /* taille du texte vert */
     div.mfp-col-xs-12 h4{
      font-size: 20px;
    }


    div.mfp-col-xs-12:nth-child(-n+3) > div:nth-child(2){
      border: 0 !important;
      box-shadow: none !important;
      right: 10px;
      bottom: 0px;
      display: block !important;
      height: auto !important;
      text-align: right !important;
      position: absolute !important;
      margin-left: 30px;
      margin-bottom: -9px;
    }
  
  .menu_publications{
    /*position: fixed;
    top: 220px;*/
    /*position: relative;
    left: -374px;
    top: 50px;*/
  }
  
  .moduletablemenu_publications::before{
    content: "Date : ";
    font-size : 15px;
    position: relative;
    top: -7;
  }
  
  
  select.menu_publications, input.menu_publications[type="file"] {
    height: 28px;
      line-height: 18px;
      margin-top: 17px;
      margin-bottom: 10px;
      font-size: 17px;
  
    /*height: 38px;
    line-height: 28px;
    margin-top: 5px;
    margin-bottom: 30px;
    font-size: 20px;*/
  }
  
  /* mettre tout Ã  la ligne */
  .thema-hal dd, .thema-hal dt { display: inline; }
  
  /* decalage de la premier ligne */
  .thema-hal dd:nth-child(2), .thema-hal .NoticeRes{text-indent:-30px;}
  
  .thema-hal dd:first-line ,.thema-hal dt:first-line ={color:blue;}
  
  .thema-hal dd."ValeurRes article" a {
                      dispay: none;
                    }
  
  .thema-hal .NoticeRes{
    /* haut | droit | bas | gauche */
    margin: 10px 20px 0px 40px;
  }
  
  /* classes pour les rubriques pour certains type de classement (type de publi, annÃ©e de publi) */
  .thema-hal .Rubrique{
    /* ouvrages scientifiques, Chapitres d'ouvrages scientifiques ,Articles dans des revues avec comitÃ© de lecture */>
    /*display: none;*/
  border: 0;
    color:#58529f;
    margin-left:0.2em;
    margin-bottom:0.2em;
    font-weight:bold;
    font-size:1.4em;
  }
  .thema-hal .Rubrique{
    font-size: 1.1em;
    font-weight: bold;
    color: #333333;
    /*	position: relative;*/
    /*	font-size:x-large;
          color:#446;
          letter-spacing:2px;
          font-weight:bold;
          background:#CCC;
          text-align:left;
          border: solid 1px #558;
          padding: 3px 0px 2px 10px;
          margin-top: 5px;
          margin-bottom: 12px;*/
  }
  
  /* enleve accès au bibtex et RÃ¨f biblio */
  
  /* toute la notice */
  .thema-hal .NoticeRes{
    text-align:justify;
    font-size: 13.3px;;
  }
  
  .thema-hal .ChampRes{
    display: none;
    text-align:justify;
  }
  
  /* enleve le lien Bib */
  .thema-hal img[title="BibTex"]
  {display: none;}
  
  .thema-hal .ValeurRes {
    margin-left:25%;
    margin-bottom: 0em;
    margin-top: 0em;
    padding: 0em;
    text-align:justify;
    /*font-size: 0.9em;
    font-size: 1em;*/
  }
  
  /* enleve pdf et Bib*/
  .thema-hal .ValeurRes a img{
    display: none;
  }
  
  .thema-hal .ref_biblio_hal a{
    text-decoration:none;
  }
  
  .thema-hal .ValeurRes  a:hover{
    text-decoration:none;
    color:#2AA34B !important;
  }
  
  .thema-hal .ValeurRes  a ,.thema-hal .ValeurRes  a:focus{
    text-decoration:none;
    color:black !important;
  }
  
  .thema-hal dd.article a{
    /* efface les doi */
    display: none;
  }
  
  /*rajoute du texte Ã  la fin */
  .thema-hal .Auteurs:after, .Titre:after, .thema-hal .Detail:after{
    content:".";
  }
  
  /* enleve un lien */
  .thema-hal .Fichier_joint{
    /* efface les icones */
    display: none;
  }
  
  /* Couleur du text en gris */
  .thema-hal .ValeurRes{
    color::#565656 !important;
    margin-left:0em;
  }
  
  dl.NoticeRes{
    margin-bottom: 1em !important;
  }
  
  .thema-hal dl.NoticeRes, .thema-hal dd.ValeurRes{
    line-height: 15px;
    font-size: 14.5px;
  }

  /**************************************************************
  *
  *   Version PC
  *
  ***************************************************************/
  @media (min-width: 988px) { 
  
   
    .cbCanvasLayoutBottom{
      /**background-color: #f8f9fa !important;  **/
      background-color:  #f8f9fa !important;
    }

    .cb_template .bg-white {
      background-color:  #f8f9fa !important; 
      padding-top: 30px;
      padding-bottom: 30px;
    }

    .no-overflow{
      background-color:  #f8f9fa !important; 
    }

    .col-sm-3{
      padding-top: 10px;
      position: relative;
      top: 60px;
      
    }

    #cbtf_25{
      line-height: 1.5;
      font-size: 14px;
      font-size: 1rem;
    }
    
    
    .order-last{
      text-align: right;
      width: 100%;
      margin-right: 20px !important;
    }
  
    .cb_template h1{
      font-size: 30px !important;
      font-weight: normal;
    }

    .img-thumbnail {
      border: none;
    }
  
    #cb_tabid_25{
      border-top: 3px solid #2AA34B !important;
      /*width: 155%;*/
      width: 100%;
    }
  
    .cb_field .gap-2{
      display: flex;
      justify-content: center; 
      align-items: center; 
      text-align: center; 
    }
  
    .cbPosCanvasInfo {
      max-width: 70% !important; 
      margin: 0 auto;
    }
  
    .cbPosLine label{
      font-weight: bold;
      font-size: 20px !important;
    }
  
    .cbPosLine h4{
      font-size: 18px !important;
    }
  
    .cbPosLine ul li {
      margin-left: 30px !important;
    }
  }
  
  
      header div#menu_principal_general ul.maximenuck{
       text-align: center !important;
       display: flex !important;
       padding-top: 16px;
    }
  /**************************************************************
  *
  *   Version Mobile
  *
  ***************************************************************/
  @media (max-width: 988px) {
    .cbCanvasLayoutBottom{
      background-color: #f8f9fa !important;  
    }
    
    
  
    #cb_tabid_25{
      border-top: 3px solid #2AA34B !important;
    }
  
    .cb_template h1{
      font-size: 26px !important;
      font-weight: normal;
    }
  
    #cb_tabid_25{
      font-size: 14px;
    }
  
    .cbPosLine label{
      font-weight: bold;
      font-size: 20px !important;
    }
  
    .cbPosLine h4{
      font-size: 18px !important;
    }
  
    .cbPosLine ul li {
      margin-left: 20px !important;
    }
  
  }