/*
    Personnalisation GRICAD du thème
    Helios by HTML5 UP
    html5up.net | @ajlkn

--------------------------------------------------------------------------------
    Couleurs GRICAD :
        Bleu clair #7BCAD8 RVB (123,202,216)
        Bleu foncé #073C5D RVB (7,60,93)
        Rouge #E83E39 RVB (232,62,57)
*/

:root {
  --bleu-clair-Gricad: #7BCAD8;
  --bleu-fonce-Gricad: #073C5D;
  --rouge-Gricad: #E83E39;
}

body {
  color: #262626;
}

/***********************************************************************
 * Header
 **********************************************************************/

#annonce {
  padding: 5px;
  margin: 0 20px 0 20px;

  background-color: #fef7f7;
  border: 4px solid var(--rouge-Gricad);
  -moz-border-radius: 9px;
  -khtml-border-radius:9px;
  -webkit-border-radius:9px;
  border-radius: 9px;

/* avec le logo pleine page
  position: absolute;
  top: 160px;
  z-index: 10;
*/

}

#annonce h2 {
  text-align: center;
  font-size: 1.8em;
  color: var(--rouge-Gricad);
}
#annonce h2 span {
  color: var(--bleu-clair-Gricad);
  text-align: left;
  padding-right: 25px;
}

#annonce p {
  font-size: 110%;
  text-justify: none;
  text-align: center;
  font-weight: 400;
}

#header {
  background-image: url("../../images/nebuleuse.jpg");
}

body.homepage #header:after {
  /* Couleur de fond affichée avant l'image nebuleuse.jpg */
  background: #f4fbfc;
  opacity: 0.6;
  transition: opacity 2s ease-in-out;
}

#header img {
  max-width: 100%;
}



/***********************************************************************
 * Navigation haut
 **********************************************************************/

#nav {
  padding-top: 0;
}

/*
 * Menu haut
 */

#nav > ul.menu-haut {
  color: rgba(7,60,93, 0.8);
  width: 100%;
  text-align: right;
  padding: 1em 0 1.7em 0;
}

#nav > ul.menu-haut > li {
  margin: 0;
  padding: 0 1em 0 1em;
}

#navPanel .site_EN,
#nav > ul.menu-haut > li > a.site_EN {
  background-image: url("../../images/fr.svg");
  background-repeat: no-repeat;
}

#navPanel .site_FR,
#nav > ul.menu-haut > li > a.site_FR {
  background-image: url("../../images/gb.svg");
  background-repeat: no-repeat;
}

#nav > ul.menu-haut > li > a.site_FR,
#nav > ul.menu-haut > li > a.site_EN {
  height: 17px;
  width: 32px;
}

#navPanel .site_FR,
#navPanel .site_EN {
  background-position: 2%;
}

#nav > ul > li > a.connexion {
  font-size: 1.3em;
}

/*
 * Menu
 */

#nav > ul.menu {
  background: var(--rouge-Gricad);
  background: var(--bleu-fonce-Gricad);
  width: 100%;
  padding: 2em 0 2.5em 0;
  /* Blanc avec une trace de couleur de fond */
  color: rgba(255,255,255, 0.9);
  font-weight: bold;
/*
*/

/* Remarque Lucy: utiliser la fonte du logo GRICAD */
/*  font-family: 'Bebas Kai', sans-serif; */
/*
  text-transform: uppercase;
*/
}

#nav > ul.menu li:first-child {
  /* paddind-left = width de #logo_gricad */
  padding-left: 10%;
}
body.homepage #nav > ul.menu li:first-child {
/*
  padding-left: 0;
*/
  color: var(--bleu-fonce-Gricad);
}

  @media screen and (max-width: 1280px) {
    #nav > ul.menu li:first-child {
    padding-left: 15%;
    }
  }

  @media screen and (max-width: 736px) {
    #nav > ul.menu li:first-child {
    padding-left: 18%;
    }
  }


.menu .fas {
  line-height: inherit;
}

#nav > ul.menu > li.actif {
  color: var(--bleu-fonce-Gricad);
  text-transform: uppercase;
  padding: 0.6em 0.4em;
  padding: 0.8em 0.6em;
  background: var(--bleu-clair-Gricad);
}


/***********************************************************************
 * Sous-menus déroulants
 **********************************************************************/

.dropotron {
  /* gris très très clair */
  background: #f6f6f6;

  background: #e9e9e9;

  background: #f3f3f3;
}
.dropotron li {
  color: var(--bleu-fonce-Gricad);
  font-weight: 500;
}

/* Flèche au-dessus : même couleur que le background */
.dropotron.level-0:before {
  border-bottom: solid 0.75em rgba(233, 233, 233, 0.975);
}


/***********************************************************************
 * Logo GRICAD sur les pages hors page d'accueil
 **********************************************************************/

#logo_gricad {
  background: #f6f6f6;
  background: #fff;
  border-radius: 0.5em;
  position: absolute;
  top: 4px;
  left: 10px;
  z-index: 5;
  opacity: 0.95;
  width: 10%;
}

  @media screen and (max-width: 1280px) {
    #logo_gricad {
      width: 15%;
    }
  }

  @media screen and (max-width: 736px) {
    #logo_gricad {
      width: 18%;
    }
  }

#logo_gricad img {
  width: 100%;
}

#logo_gricad a {
  border-bottom: none;
}


/***********************************************************************
 * Vidéo de présentation GRICAD page d'accueil
 **********************************************************************/

#video-conteneur {
  z-index: 6;
}

div.video-gricad {
  display: none;
  position: relative;
  overflow: hidden;
  text-align:left;
  max-width: 940px;
  margin: 4% auto;
}

div.video-gricad div#video,
div.video-gricad video {
  height: 100%;
  width: 100%;
}

div.video-gricad span.close {
  font-size: 1.5em;
  position: absolute;
  top:1.5%;
  right:0.5%;
  color: rgba(43,51,63,.7);
}

#overlay {
  position: fixed; /* Sit on top of the page content */
  display: none; /* Hidden by default */
  width: 100%; /* Full width (cover the whole page) */
  height: 100%; /* Full height (cover the whole page) */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.6); /* Black background with opacity */
  z-index: 2; /* Specify a stack order in case you're using a different order for other elements */
  cursor: pointer; /* Add a pointer on hover */
}


/***********************************************************************
 * Button
 **********************************************************************/

#banner button,
#banner button span {
  font-size: 1.2em;
}

input[type="button"],
input[type="submit"],
input[type="reset"],
button,
.button {
  background: var(--rouge-Gricad);
}


/***********************************************************************
 * Carousel
 **********************************************************************/

.carousel article {
  padding-top: 2em;
}

.carousel a {
  border-bottom: none;
}

.carousel a :hover {
  color: #ef8376;
}

.carousel a span {
  color: var(--bleu-fonce-Gricad);
  font-size: 8em;
}

.carousel header h3 a {
  color: var(--bleu-fonce-Gricad);
}


/***********************************************************************
 * Actualités
 **********************************************************************/

.actus h3 {
  color: #7BCAD8;
  font-weight: bold;
  border-top: 1px solid #7BCAD8;
  padding-top: 0.5em;
}

.actus a,
#content article a {
  color: var(--bleu-clair-Gricad);
  color: #2455C3;
  font-weight: 500;
}

.actus a:hover,
#content article a:hover {
  text-decoration: underline;
}

.actus a.vignette,
.actus img {
  border: 0;
  float:left;
  padding-top: 0.5em;
  padding-right: 0.5em;
  max-width: 350px;
}

.actus span.date {
  float: left;
}

.dateactu {
font: italic 200 80% Verdana,Geneva,sans-serif;
color: #bbbbbb;
padding-bottom: 15px;
}

.actus .fas {
  padding-right: 0.5em;
}


/***********************************************************************
 * Footer
 **********************************************************************/

#footer {
  background: var(--bleu-fonce-Gricad);
  padding: 2em 0 2em 0;
  padding-left: 2em;
  padding-right: 2em;
}

#footer .row > .col-6
{
#  margin: auto;
}

/*
.tutelle {
  width: 70px;
  height: auto;
  max-width: 100%;
  #float:right;
}
*/

/*
#footer section.infos-pratiques {
  font-size: 0.95em;
}
*/

ul.divided2 {
  list-style: none;
  padding-left: 0;
}

ul.divided2 li {
#border-top: solid 1px rgba(128, 128, 128, 0.2);
  padding-top: 0.5em;
  margin-top: 0.5em;
  padding-left: 0;
}

ul.divided2 li:first-child {
  border-top: 0;
  padding-top: 0;
  margin-top: 0;
}

#footer a {
  border-bottom: none;
}

#footer a:hover {
  color: var(--rouge-Gricad);
  opacity: 0.8;
  text-decoration: underline;
}

#footer .tutelle .image img {
  margin: auto;
  width: 70%;
}

#footer .tutelle .image img.uga {
/*
  width: 90%;
*/
  width: 80%;
}

#footer .tutelle .image img.cnrs {
/*
  width: 65%;
*/
  width: 55%;
}

#footer .tutelle .image img.inp {
/*
  width: 70%;
*/
  width: 60%;
}

#footer .tutelle .image img.inria {
/* Remarque Lucy: logo Inria centré verticalement */
  padding-top: 12px;
  width: 100%;
}

/*
.image img {
  width: 70%;
  margin: auto;
}
*/

@media screen and (max-width: 840px) {
  .adresse,
  .mail,
  .credits,
  .telephone {
    text-align: center;
  }
}


@media screen and (max-width: 736px) {
  #footer section.tutelle {
    width:70%;
    margin: auto;
  }
}

#footer section {
/*
border-left: 1px solid aliceblue;
*/
}
.info-credits ul {
/*
float: right;
*/
}


/***********************************************************************
 * Footer bas
 **********************************************************************/

#footer-bas {
  background: var(--bleu-clair-Gricad);
  padding: 2em;

}

#footer-bas .copyright{
    text-align: center;
    color: black;
    font-size: 0.8em;
    cursor: default;
}

#footer-bas .copyright li {
  border-left: solid 1px black;
}
#footer-bas ul.menu li:first-child {
  border-left: 0;
}

@media screen and (max-width: 736px) {
  #footer-bas .copyright li {
    border-left: 0;
  }
}


/***********************************************************************
 * Navigation colonne de gauche
 **********************************************************************/

/*
.row.gtr-200 {
  margin-top: -80px;
  margin-left: -80px;
}
*/

#sidebar {
  background: #f6f6f6;
  border-radius: 0.5em;
  box-shadow: 0 0.15em 0.25em 0 rgba(0, 0, 0, 0.25);
}

/*
#sidebar h3 {
  color: var(--bleu-fonce-Gricad);
  padding-bottom: 1em;
  border-top: 1px solid #c2c2c2;
}
*/

#sidebar h2 {
  font-size: 1.5em;
  border-left: 10px solid;
  border-color: var(--rouge-Gricad);
  padding-left: 10px;
  border-bottom: 1px solid;
  display: none;
}

#sidebar ul li:first-child {
  padding-top: -1.5em;
}

@media screen and (max-width: 736px) {
  #sidebar h2 {
    display: block;
  }
  #sidebar ul li:first-child {
    padding-top: 0.85em;
  }
}

.row > #sidebar.col-3 {
  height: 100%;
}

#sidebar ul {
  padding-left: 0;
  font-size:1.25em;
  font-weight: bold;
  font-weight: 400;
}

#sidebar ul ul {
  padding-left: 10px;
  font-size: 0.85em;
align: right;
}

#sidebar ul li {
  list-style: none;
  padding:0.85em 0 0;
  color: var(--bleu-fonce-Gricad);
}
#sidebar ul ul li {
  padding: 0 0.3em 0 0;
  text-align: right;
}

#sidebar ul li a {
  border-bottom: none;
}

.style1 #content {
  padding-top: 0;
}

.style1 #sidebar {
  padding-bottom: 80px;
}


li.important,
span.important {
  color: var(--rouge-Gricad);
  font-weight: 500;
}

a:hover {
  color: var(--rouge-Gricad);
}


/***********************************************************************
 * Actualités
 **********************************************************************/

/*
 * Pins A book Apart
 */

.actus {
  position: relative;
  margin-bottom: 1.5em;
}

.feature_badge {
  font-size: 0.8125rem;
  align-items: center;
  background: #222;
  border-radius: 50%;
  color: #fff;
  display: flex;
  font-family: titling-gothic-condensed,"Helvetica Neue",Helvetica,Arial,sans-serif;
  height: 4.90909em;
  justify-content: center;
  line-height: 1;
  overflow: hidden;
  padding: 0 .5em;
/*
  position: absolute;
*/
  right: 0.75rem;
  text-align: center;
  text-transform: uppercase;
  top: 0;
  transform: translate(0, -50%) rotate(-10deg);
  transition: transform 0.15s ease-in-out;
  width: 4.90909em;
  z-index: 1;
}

/***********************************************************************
 * Page d'acccueil
 **********************************************************************/
.homepage .style2 {
  padding-top: 2em;
}

/***********************************************************************
 * Bouton retour haut de page
 **********************************************************************/
a#retourHaut {
  border-radius: 0.3em;
  padding: 10px;
  font-size: 0.8em;
  color: #fff;
  background: rgba(161, 161, 161, 0.75);
  position: fixed;
  right: 20px;
  z-index: 99999;
  transition: all ease-in 0.2s;
  text-decoration: none;
}

a#retourHaut:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f102";
}

a#retourHaut:hover {
  background: rgba(232, 62, 57, 0.25);
  transition: all ease-in 0.2s;
}

a#retourHaut.cInvisible {
  bottom: -35px;
  opacity: 0;
  transition: all ease-in 0.5s;
}

a#retourHaut.cVisible {
  bottom: 20px;
  opacity: 1;
}


/***********************************************************************
 * Page sans sidebar
 **********************************************************************/
body.no-sidebar div.wrapper.style1 {
  padding-top: 2em;
}


/***********************************************************************
 * Annuaire
 **********************************************************************/
#annuaire .mail {
  border-bottom: 0;
}

#annuaire h3 {
  color: var(--bleu-clair-Gricad);
  padding-top: 0.5em;
}

#annuaire div.row {
  background: #ffffff;
}

#annuaire div.row span {
 display: block;
 font-weight: 500;
 background: #f6f6f6;
 margin-bottom: 1em;
 padding: 0.5em;
}

#annuaire span.page-perso {
  color: #073C5D;
}

#annuaire span a.page-perso {
  font-size: 1.5em;
  float: right;
}

a.mail:before {
/*
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0e0";
  border-bottom: 0;
*/
}

#content #annuaire .row {
  margin: 0;
}

div .logo {
  text-align: center;
}

div .logo a {
  border-bottom: none;
}

div .logo span {
  font-size: 0.7em;
}

.gros {
  font-size: 1.5em;
}

/***********************************************************************
 * Boite contacts
 **********************************************************************/
div.contact {
  margin-top:  2rem;
  position: relative;
}

div.contact p:first-child::before {
  position: absolute;
  top: 2px;
  font-family: "Font Awesome 5 Free";
  color: var(--bleu-fonce-Gricad);
  font-weight: 900;
  content: "\f0e0";
  border-bottom: 0;
}

div.contact p:first-child::after {
  position: absolute;
  top: 2px;
  color: var(--bleu-fonce-Gricad); 
  left: 3rem;
  content: 'Contact'
}

div.contact p {
  background: #faf3f2;
  border: 2px solid #f5d7d3;
  border-top: 30px solid #f5d7d3;
  border-radius: 0.3em;
  padding: 15px;
}


/***********************************************************************
 * Organigramme
 **********************************************************************/
.organigramme
{
  border: 2px solid #7BCAD8;
  text-align: center;
  margin-top: 20px;
}

.organigramme img
{
  width: 80%;
}

.organigramme a
{
  border-bottom: none;
}


/***********************************************************************
 * Abonnement newsletter en overlay
 **********************************************************************/
.popup .button {
  padding: 0.15em 1em 0.15em 1em;
  margin-left: 0.25em;
  line-height: 1em:
  display: inline;
}

.popup .button:hover {
  background: #06D85F;
}

.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.6);
  visibility: hidden;
  opacity: 0;
  z-index: 20;
}

.overlay:target {
  visibility: visible;
  opacity: 1;
}

.popup {
  margin: 140px auto;
  padding: 20px;
  background: #f6f6f6;
  border-radius: 5px;
  width: 40%;
  position: relative;
  border: 3px solid #7BCAD8;
}

.popup h3 {
  color: var(--bleu-fonce-Gricad);
}

.popup .close {
  position: absolute;
  top: 2px;
  right: 3px;
  font-size: 1.25em;
  text-decoration: none;
  color: var(--bleu-fonce-Gricad);
}

.popup .close:hover {
  color: var(--rouge-Gricad);
}

.popup .content {
  max-height: 30%;
  overflow: auto;
}

@media screen and (max-width: 950px){
  .box{
    width: 50%;
  }
  .popup{
    width: 50%;
  }
}
@media screen and (max-width: 736px){
  .box{
    width: 70%;
  }
  .popup{
    width: 70%;
  }
  .popup{
    width: 70%;
  }
  .popup .button {
    display: inline;
    line-height: 1em:
    width: auto;
  }
}

/***********************************************************************
 * Abonnement newsletter bloc sur la page 'actualites'
 **********************************************************************/
.popupV2 .button {
  padding: 0.15em 1em 0.15em 1em;
  margin-left: 0.25em;
  line-height: 1em:
  display: inline;
}

.popupV2 .button:hover {
  background: #06D85F;
}

.popupV2 {
  margin: auto;
  margin-bottom: 40px;
  padding: 20px;
  background: #f6f6f6;
  border-radius: 5px;
  width: 80%;
  position: relative;
  border: 3px solid #7BCAD8;
  text-align: center;
}

.popupV2 h3 {
  color: var(--bleu-fonce-Gricad);
}

.popupV2 .content {
  max-height: 30%;
  overflow: auto;
}

@media screen and (max-width: 736px){
  .popupV2 .button {
    display: inline;
    line-height: 1em:
    width: auto;
  }
}

.image-corps img
{
  width: 95%;
}

/***********************************************************************
 * Archivage des actualités
 **********************************************************************/

/*
 * Menu
 */
#menu-actus
{
  box-shadow: -0.4em -0.4em 0.3em var(--bleu-fonce-Gricad);
  margin-bottom: 2em;
  padding: 1em;
}

#menu-actus h3
{
  color: var(--bleu-fonce-Gricad);
}

#onglets-actus
{
  list-style-type : none;
  padding-top : 0.8em;
  font-weight: 600;
  padding-bottom : 2em;
}

#onglets-actus li
{
  float : left;
  margin-right : 1em;
}

#onglets-actus a
{
  color: var(--rouge-Gricad);
  border-bottom: none;
  background-color: rgba(123,202,216,0.4);
  border-radius: 0.5em;
  padding: 0.2em 0.5em;
  border: 0.1em solid var(--bleu-clair-Gricad);
  font-size: 1.1em;
}

#onglets-actus a:hover
{
  color: var(--bleu-clair-Gricad);
  background-color: rgba(232,62,57,0.6);
  color: var(--bleu-fonce-Gricad);
  border: 0.1em solid var(--rouge-Gricad);
}

/*
 * Titre des années
 */
div#menu-actus p{
  height: 5em;
  width: 300px;
  background-color: rgba(128,128,128,0.1);
}

.actus-annee {
  padding-top: 1em;
  margin-top: 3em;
  margin-bottom: 2em;
}

.actus-annee h2 {
  font-size: 2em;
  box-shadow: -0.6em -0.6em 0.5em rgba(123,202,216,0.5);
  box-shadow: -0.3em -0.3em 0.2em rgba(232, 62, 57, 0.75);
  padding: 0.5em;
}

.resp-container {
    position: relative;
    overflow: hidden;
/* Refonte 2022
    padding-bottom: 2%;
*/
    padding-top: 56.25%;
}

.resp-iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.bandeau-page img {
  width: 100%;
}

/***********************************************************************
 * Refonte 2022 de la page d'accueil et logo footer
 **********************************************************************/

body.homepage.refonte-2022 p {
  color: #333;
  font-weight: 400;
}

body.homepage.refonte-2022 #header {
  height: auto;
}

body.homepage.refonte-2022 #header p {
/*
  line-height: 1em;
  color: #333;
  font-weight: 400;
*/
}

body.homepage.refonte-2022 #header .inner header {
  width: 100%;
}

body.homepage.refonte-2022 #header .inner header h1 {
  background: #fff;
}

body.homepage.refonte-2022 #nav ul.menu-haut {
  background-color: var(--bleu-clair-Gricad);
  padding-bottom: 1.8em;
}

/*
 * Ajout de 2 blocs: focus et services
 */

body.homepage.refonte-2022 div.services span {
  color: var(--bleu-fonce-Gricad);
  font-size: 4em;
}

body.homepage.refonte-2022 div.services a {
  border-bottom: none;
}

body.homepage.refonte-2022 div.services a :hover {
  color: var(--rouge-Gricad);
}

body.homepage.refonte-2022 div.services .row {
  padding-top: 40px;
}

body.homepage.refonte-2022 section.container.test h2,
body.homepage.refonte-2022 article#main.container h2 {
  text-align: left;
  color: #7d7d7d;
  font-family: 'Bebas Kai', sans-serif;
}

body.homepage.refonte-2022 article#main.container h2 {
  font-size: 1.5em;
}
body.homepage.refonte-2022 section.container.test h2 {
  font-size: 1em;
}

body.homepage.refonte-2022 article#main.container.special .actus h3 {
  color: var(--bleu-fonce-Gricad);
  border: none;
  border-top: 1px solid var(--bleu-fonce-Gricad);
}

body.homepage.refonte-2022 article#main.container.special .actus h4 {
  color: var(--bleu-fonce-Gricad);
}

body.homepage.refonte-2022 .test
{
margin-top: 1em;
color: black;
position: relative;
text-align: left;
}

body.homepage.refonte-2022 .test div.contient
{
  border: 1px solid var(--bleu-fonce-Gricad);
background: #ffffff;
padding: 10px;
position: relative;
z-index: 1;
height: 100%;
}

body.homepage.refonte-2022 #header .test div.contient header
{
  display: block;
}

body.homepage.refonte-2022 .test div.contient>header
{

  color: #7d7d7d;
  font-size: 1.5em;
  font-family: 'Bebas Kai', sans-serif;
}

body.homepage.refonte-2022 #header:after {
  /* Couleur de fond affichée avant l'image nebuleuse.jpg */
  background: #f4fbfc;
  background: #ffffff;
  opacity: 0.5;
  transition: opacity 2s ease-in-out;
}

/*
body.homepage.refonte-2022 .carousel article
{
width: 5em;
}
*/

/***********************************************************************
 * Page développement durable
 **********************************************************************/

div.durable {
  margin-top: 2em;
}

div.durable h3 {
  text-align: center;
  height: 4rem;
}

div.durable p.resume {
  text-align: start;
}

p.chiffrescles {
  background: #d8ece4;
  border: 2px solid #98c53a;
  text-align: center;
  margin: 20px;
}

.chiffrescles strong {
  font-size: 2em;
  font-weight: bold;
  display: block;
}

/*
.charte {
  border: solid 2px #98c53a;
  width: 70%;
  margin:auto;
  margin-top: 2em;
  padding: 1em;
}

.charte img {
  text-align:center;
  margin:auto;
  display:flex;
}
*/


/***********************************************************************
 * Refonte 2022 de la page d'accueil - version intermédiaire
 **********************************************************************/

body.homepage.refonte-2022-inter #header {
  height: auto;
  min-height: auto;
  padding: 9em 0 1em 0;
}

  @media screen and (max-width: 736px) {
    body.homepage.refonte-2022-inter #header {
      padding: 0;
    }
  }

body.homepage.refonte-2022-inter #header:after {
  /* Couleur de fond affichée avant l'image nebuleuse.jpg */
  background: #ffffff;
  opacity: 0.5;
  transition: opacity 2s ease-in-out;
}

body.homepage.refonte-2022-inter #header .inner header {
  width: 100%;
}

body.homepage.refonte-2022-inter #nav ul.menu-haut {
  background-color: var(--bleu-clair-Gricad);
  padding-bottom: 1.8em;
}

body.homepage.refonte-2022-inter #header header h1 {
  background-color: #ffffff;
}

body.homepage.refonte-2022-inter .carousel a :hover {
  color: #ef8376;
}

body.homepage.refonte-2022-inter .carousel a span {
  color: var(--bleu-fonce-Gricad);
  font-size: 5em;
}

body.homepage.refonte-2022-inter .carousel article.pictos {
/*
  background-color: gold;
*/
}
body.homepage.refonte-2022-inter .carousel article.pictos img{
  height: 6em;
}
/*
body.homepage.refonte-2022-inter .carousel a img {
width:10em;
}
*/

/***********************************************************************
 * Page sur les données
 **********************************************************************/

div.encart-CDGA {
  padding: 5px;
  border: 5px double #ff6b00;
  background-color: #ffdbc1;
}

div.encart-CDGA img {
  padding-top: 15px;
  display: block;
  margin:auto;
}

div.encart-CDGA p {
  color: var(--bleu-fonce-Gricad);
  padding: 20px;
  font-weight: 400;
}

/***********************************************************************
 * Intégration des nouveaux logos des infras

.logo_infra {
  max-width: 250px;
}
.logo_infra img {
  width: 100%;
}
 **********************************************************************/

article.sobriete-numerique ul.sous-liste
{
  list-style: circle;
  margin-bottom: 0;
}

article.sobriete-numerique div.contact p
{
  background: #d6fad8;
  border: 2px solid #77c97c;
  border-top: 30px solid #77c97c;
}

/***********************************************************************
 * Offre de services
 **********************************************************************/
.offre_services
{
  text-align: center;
  margin-top: 35px;
}

.offre_services a
{
  border-bottom: none;
}

@media screen and (max-width: 849px){
  .offre_services img {
    width: 100%;
  }
}

/***********************************************************************
 * Présentation comité utilisateurs
 **********************************************************************/
div.pole_recherche
{
  color: var(--bleu-fonce-Gricad);
}

div.pole_recherche div
{
  border-top: 3px solid var(--bleu-clair-Gricad);
  background: #f6f6f6;
}

div.pole_recherche span
{
  font-weight: bold;
}

/***********************************************************************
 * Présentation des pages concernant la gestion des données et codes
 **********************************************************************/

/*
 * Les 2 blocs
 */

article.donnee div
{
  border: 2px solid var(--bleu-fonce-Gricad);
  background: #d0e3ed;
  padding: 15px;
  position: relative;
}

article.donnee div header
{
  text-align: center;
}

article.donnee div a.lire-plus
{
  position: absolute;
  bottom: 0px;
  font-size: 0.9em;
}

#content article.donnee header h2
{
  font-size: 1.6em;
}

#content article.donnee header h2 a 
{
  color: var(--bleu-fonce-Gricad);
}

#content article.donnee header h2 a:hover
{
  color: var(--rouge-Gricad);
  text-decoration: none;
}

#content article.donnee header h3 {
  font-style: italic;
  font-weight: 300;
  color: var(--bleu-fonce-Gricad);
  padding-top: 10px;
}

/***********************************************************************
 * Page recrute
 **********************************************************************/

div.recrute
{
  border: 2px solid var(--rouge-Gricad);
  background: #f3f8fa;
  padding: 15px;
}
