@font-face {
  font-family: Montserrat;
  src:  url('fonts/Montserrat_wght.woff2') format(woff2) tech(variations),
        url('../fonts/Montserrat-VariableFont_wght.ttf') format(truetype) tech(variations);/* format('woff2-variations');*/
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: MontserratItalic;
  src: url('fonts/Montserrat-Italic_wght_.woff2') format(woff2) tech(variations);
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}
/*Texte : Inter 400 */
/* Inter 600 */
@font-face {
  font-family: Inter;

  src:  url('fonts/InterVariable.woff2') format(woff2) tech(variations),
        url('fonts/Inter-VariableFont_opsz_wght.ttf') format(truetype) tech(variations);
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

/*Inter 400 ital*/
/*Inter 600 ital*/
@font-face {
  font-family: InterItalic;
  src:  url('fonts/InterVariable-Italic.woff2') format(woff2) tech(variations),
        url('fonts/Inter-Italic-VariableFont_opsz_wght.ttf') format(truetype) tech(variations);
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}


body.page{
  margin: 0 0 0 0;
}

#principal{
  display: flex;
}


#menu{
  width: 25vw;
  height: 100vh;
  margin: 0 0 0 0;
  background: linear-gradient(167.03deg, #0B406E 0%, #0B5DA4 100%);
  display: flex;
  flex-direction:column;
  justify-content: space-between;
}
#menu *{
  color: white;
}

.menu-logo{
    padding: 40px 40px 0 40px;

}

.menu-logo img{
  height:35px;
  width: 144px;
}
.menu-navigation{
 padding: 0 40px;
}

.menu-principal{
 padding: 0 40px;
  height: 80vh; overflow-y: auto
}

.menu-principal a{
 text-decoration: none
}
.menu-principal ul{
  list-style:none;
  margin: 0;
  padding: 0 0 0 10px
}
.menu-principal h2{
  margin: 10px 0 0px;
  font-weight: 500;
  font-family: Montserrat;
  font-size: 18px;
  line-height: 27px:
}

.menu-principal h3{
  margin: 10px 0 5px!important;;
    font-weight: 500;
  font-family: Montserrat;
  font-size: 16px;
  line-height: 23px:
}

.menu-principal h4{
  margin: 5px 0 5px;
    font-weight: 400;
  font-family: Montserrat;
  font-size: 16px;
  line-height: 23px;

}

.menu-principal h4 em{
  margin: 5px 0 5px;
    font-weight: 400;
  font-family: Montserrat;
  font-size: 16px;
  line-height: 23px;
  font-style:  normal;
  margin-right: 10px
}

.menu-principal h4 span.chiffre{
  color:#65AFF0 !important;
    font-size: 16px;
}

.menu-principal ul ul{
  display: none;
}

.menu-principal ul ul ul{
  display: block;
}

.menu-principal ul ul.ouvert{
  display: block;
}


.menu-footer{
  background-color: var(--bleu1);
  text-align:center;
}
.menu-footer p{
    font-size: 12px
}

#zone-droite{
  height: 100vh;
  width: 75vw;
  margin: 0 0 0 0;
}
#header{
  max-height: 98px;
  height: 98px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  border-bottom: 1px solid #ccc;
  padding-left:20px;
  position: relative;
}

.header-gauche{
  display: flex;
  justify-content: left;
  align-items: center;
  width: 60%;
}
img.logo{
  width: 134px;
  position: absolute; top:0;
  height: 65px;
}

.fildar{
  margin-left: 154px
}

.header-droite{

}

#contenu{
  overflow: scroll;
  height: calc(100vh - 98px);
  padding: 40px;
}


/*******************************************************
 * VARIABLES ET CONFIGURATION DE BASE - hérités de v3
 *******************************************************/
:root {
  /* Rayons de bordure et espacements */
  --brBoite: 1rem;
  --brBouton: .5rem;
  --brPicto: .25rem;
  --brMesage: var(--brBouton);
  --bRadius: .8rem;

  /* Tailles et dimensions */
  --largeurMenu: clamp(200px, calc(100vw / 4), 320px);
  --largeurMain: calc(100vw - var(--largeurMenu));

  /* Couleurs de base */
  --blanc: #ffffff;

  /* Noirs et gris */
  --noir1: #151515;
  --noir2: #303030;
  --noir3: #595959;
  --gris: #444;
  --gris1: #848484;
  --gris2: #949494;
  --gris3: #C1CCD5;
  --gris4: #E5E5E5;
  --gris5: #F5F5F5;
  --gris6: #FBFBFB;
  --encre: #001219;

  /* Bleus */
  --bleu1: #073257;
  --bleu2: #0B406E;
  --bleu3: #075DA7;
  --bleu4: #65AFF0;
  --bleu5: #83AED3;
  --bleu6: #CDDFED;
  --bleu7: #E7EFF7;

  /* Interaction et états */
  --bleuHover: var(--bleu1);
  --bleuHoverBg: var(--bleu4);
  --flecheTablo: #444444;
  --bordTableau: #949494;
  --fond-cell-gauche: #f7f6ef;
  --fond-cell-alternance: #eff3fa;
  --fond-cell-titre: #004285;
  --bord-tabloHard: #004f9f;
  --copyright-fond: #c00d0d;
  --fond-liste-hover: #76bed0;
  --tablo-titre: #fff;

  /* Animations et effets */
  --fond-clignotement: #FFDC04;
  --soulignement-clignotement: #976F10;
  --nb-clignotement: 10;

  /* Notifications */
  --hauteur-notification: -4rem;
  --duree-courte: 4s;
  --duree-longue: 10s;
  --hauteur-fenetre: 100vh;

  /* padding h1-h4 sommaire */
  --padding-sommaire : .25rem;

}





/************************************/
/**  Styles typo, hérités de la v3 **/
/************************************/
p, h1, h2, h3, h4, h5, h6 {
  -webkit-font-smoothing: antialiased;
}

/* valable pour tous les p hors tableaux */
p:not([class^="tablo"]) {
  line-height: 1.4rem;
}
/* valable pour tous les p - il y a une règle pou les tableaux*/
p {
  font-family: Inter, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  /* line-height: 1.5rem; */
  letter-spacing: 0.0012rem;
  color: var(--noir2);
  padding-bottom: .5rem;
  /* color: cyan; */
}

/* p:has(span[class*="ital" i]) {
  padding-bottom: 0;
} */

h1, h1.chiffre {
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 100%;
  text-align: center;
  color: var(--noir1);
  margin-bottom: 1rem;
}

#contenu > h2 {
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 2.25rem;
  letter-spacing: 0.0012rem;
  color: var(--bleu3);
  margin-bottom: 1rem;
  margin-top: 3.5rem;
}

#contenu > h2:first-of-type {
  margin-top: 0;
}

#contenu > h2 .chiffre {
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 100%;
  letter-spacing: 0.0012rem;
  color: var(--blanc);
  padding: 2px 8px;
  gap: 10px;
  background: var(--bleu3);
  border-radius: 5px;
}

#contenu h2 + h3 {
  margin-top: 1rem;
}

#contenu h3, #maincontent h3.chiffre {
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.875rem;
  letter-spacing: 0.0012rem;
  color: var(--noir1);
  margin-bottom: 1rem;
  margin-top: 2rem;
}

h3:first-of-type {
  margin-top: 0;
}

#contenu h4, #contenu h4.chiffre,
#contenu h5, #contenu h5.chiffre,
#contenu h6, #contenu h6.chiffre {
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.6875rem;
  letter-spacing: 0.0012rem;
  color: var(--noir2);
}

#contenu h4 {
  margin-bottom: 1rem;
  margin-top: 2rem;
}

#contenu h5 {
  margin-left: calc(1rem + 1rem);
  margin-bottom: 1rem;
  margin-top: 2rem;
}

#contenu h6 {
  margin-left: calc(1rem + 1.5rem);
  margin-bottom: 1rem;
  margin-top: 2rem;
}

/* Styles de texte */
.A10semibold, .A11semibold {
  font-family: Inter, sans-serif;
  font-size: inherit;
  font-weight: 600;
  color: var(--noir2);
}
.tabloTitr .A10semibold, .tabloTitr .A11semibold {
 color: inherit;
}
.semiBold {
  font-family: Inter, sans-serif;
  font-size: inherit;
  font-weight: 600;
  color: var(--gris);
}

.semiBoldCoul {
  font-family: Inter, sans-serif;
  font-size: inherit;
  font-weight: 600;
  color: var(--lien-hover);
}

.semiBoldItalCoul {
  font-family: Inter, sans-serif;
  font-size: inherit;
  font-weight: 600;
  font-style: italic;
}

.ital {
  font-family: Inter, sans-serif;
  font-size: inherit;
  font-weight: 400;
  font-style: italic;
}

.ital:not([class^="tablo"]) {
  line-height: 1.15rem;
}

.A20italique {
  font-style: italic;
}

.A21italique-couleur {
  font-style: italic;
}

.A30semibold-italique {
  font-style: italic;
}

span.A40capitales {
  font-variant: normal;
  text-transform: uppercase;
}

span.A60exposant {
  vertical-align: super;
}

/* Styles de liens */
a {
  color: inherit;
}

a:not(.notAllowed):hover {
  cursor: pointer;
}

a.notAllowed:hover {
  cursor: not-allowed;
}

a.notAllowed {
  color: gray;
  background-color: rgba(0, 0, 0, 0.2);
}

a.interne {
  font-family: Inter, sans-serif;
  font-style: italic;
  font-weight: 400;
  font-size: inherit;
  line-height: inherit;
  letter-spacing: 0.0012rem;
  text-decoration-line: underline;
  color: var(--gris2);
  margin-right: .1rem;
}

a.externe {
  font-family: Inter, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
  letter-spacing: 0.0012rem;
  text-decoration-line: underline;
  color: var(--bleu3);
}

/*******************************************************
 * TABLEAUX
 *******************************************************/
table {
  border-collapse: collapse;
  table-layout: fixed;
  max-width: 100%;
  margin: 10px 0px;
  width: 100%;
}

/* tablo et p sur mobile */
table.tabloEasy,
table.tabloMiddle,
table.tabloEasy p,
table.tabloMiddle p {
  line-height: inherit;
  font-size: 80%;
  /* color: fuchsia; */
}


table.tabloHard {
  margin: 10px 2px;
}

.tabloEasy td:not(.celFormul) {
  border: 1px solid var(--bordTableau);
}

.tabloEasy tr:nth-child(even) {
  background-color: var(--gris5);
}

.tabloEasy tr {
  background-color: var(--fond-tablo);
}

.tabloHard td {
  border: 1px dotted var(--bord-tabloHard);
  max-width: 30%;
  min-width: 10%;
  padding: 4px 2px;
  text-align: center;
}

.tabloHard tr {
  max-width: 30%;
  min-width: 10%;
}

td {
  padding: 10px;
}

/* ENTÊTES DE TABLEAU */
.tabloEasy thead {
  white-space: normal;
  text-align: center;
}

.tabloHard thead {
  white-space: normal;
  text-align: center;
}

.tabloMiddle thead {
  white-space: normal;
  text-align: center;
}

/* CELLULES SPÉCIALES */
.tabloFormul {
  text-transform: uppercase;
  text-align: center;
}

.celFormul {
  background-color: var(--fond-cell-alternance);
}

tr:nth-child(0n+2) .celFormul {
  border-top: 3px solid var(--encre);
}

.tabloDebu .celTitr {
  background-color: var(--gris);
}

.tabloDebu .celTextGauch {
  background-color: var(--fond-cell-gauche);
  border-bottom: 3px solid var(--gris);
}

table:not(.tabloDebu) td.celTitr {
  background-color: var(--bleu3);
  color: var(--tablo-titre);
  text-transform: uppercase;
  text-align: center;
}

table:not(.tabloDebu) td.celSouTitr {
  color: var(--bleu3);
  /* background-color: var(--bleu3); */
}

table:not(.tabloDebu) td.celTextCentrBlanc {
  border: none !important;
}

.tabloTextCentr {
  text-align: center;
  color: var(--noir2);
}

.tabloDebu .tabloTitr {
  color: var(--tablo-titre);
  font-size: 1rem;
  text-transform: uppercase;
}

[class^="tablo"] {
  font-family: Inter, sans-serif;
  font-size: 80%;
  line-height: 120%;
  color: var(--noir3);
}

.tabloTitr {
  color: var(--blanc) !important;
  font-weight: 600;
}

.tabloTextGauch strong {
  color: var(--noir2) !important;
}

[class^="tablo"] p {
  padding-bottom: 0 !important;
}


.chiffrEssentiels {
  border-radius: var(--brBoite);
  border-top: 3px solid var(--bleu3);
  background-color: var(--gris6);
  padding: 1.5rem;
  margin-bottom: .5rem;
  color: var(--noir3);
}

.chiffrEssentiels p {
  padding-bottom: unset;
}
/*******************************************************
 * ACCORDÉON
 *******************************************************/
.accordion {
  color: #eee;
  cursor: pointer;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
  font-weight: bold;
  border-radius: var(--bRadius);
  position: relative;
  background-color: var(--bleu3);
  height: unset;
  margin: 1rem 0;
  padding: 1rem;
  padding-top: 5px;
  padding-bottom: .75rem;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 1.125rem;
  letter-spacing: 0.0012em;
  text-transform: uppercase;
  color: var(--blanc);
}

#siteUtil .accordion:before {
  content: url(../img/terre_24.svg);
  top: .375rem;
  position: relative;
  margin-right: 1rem;
}
#ceQuiChang .accordion:before {
  content: url(../img/bell_24.svg);
  top: .375rem;
  position: relative;
  margin-right: 1rem;
}
#tabloAcronym .accordion:before {
  content: url(../img/dico_24.svg);
  top: .375rem;
  position: relative;
  margin-right: 1rem;
}
#tabloAcronym {

}
#main-content>section:last-of-type {
  /* background-color: red; */
  margin-bottom: 1rem;
  margin-top: -.5rem;
}
#main-content>section {
  margin: 0 inherit;
}

.accordion:after {
  content: '+';
  right: 1rem;
  position: absolute;
  top: .675rem;
}

.active,
.accordion:hover {
  background-color: var(--bleu3);
}

/* .panneau {
  padding: 0 1rem;
  margin: 1rem 3rem 0 2rem;
  background-color: white;
  display: none;
  overflow: hidden;
} */

.panneau {
  font-family: Inter, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
  letter-spacing: 0.0012rem;
  color: var(--noir2);
  background-color: var(--bleu7);
  margin: -2rem 0 2rem 0;
  padding: 2rem 1rem 1.5rem 1.5rem;
  border-bottom-left-radius: var(--bRadius);
  border-bottom-right-radius: var(--bRadius);
  list-style: none;
}
#tabloAcronym dl {
  display: grid !important;
  grid-template-columns: 1fr 5fr;
}

#tabloAcronym dt {
  font-weight: 700;
  text-align: end;
  margin-right: 1rem;
}

#siteUtil .panneau .A10semibold {
  font-weight: 400;
}


/************
** HOME *****
************/

:root {
  --marge-bouton: 2rem;
}
@media screen and (min-width: 1px) {
  #home {
    width: 100%;
    min-height: calc(100vh - 4rem);
  }
  #home h1,#home h2,#home h3, #home h4 {
    margin: unset;
    padding: unset;
  }
  #home h1{
    font-family: Montserrat;
    font-weight: 700;
    font-size: 2.5rem;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
  }
  #home h2{
    font-family: 'Inter';
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.3125rem;
    letter-spacing: 0.0012rem;
    text-align: center;
    margin-top: .5rem;
    color: var(--gris2);
  }


  #home section{
    display:flex;
    flex-wrap:wrap;
    margin: 2.5rem 9%;
    width:82%;
  }
  #home a{
    text-decoration:none;
    color:unset;
  }
  #home a:visited, #home a:hover{
    text-decoration:none;
    color:unset;
  }

  #home figure {
    background-color: unset;
  }
  .home-bouton{
    /*     width: calc(33% - 64px); */
    width:100%;
    margin:.5rem;
    padding:1rem 2rem 2rem 1rem;
    border-radius: 10px;
    border-width: 1.5px;
    border: 1.5px solid #EBEBEB;
    box-shadow: -5px -5px 10px 0px #15151503;
    box-shadow: 5px 5px 10px 0px #1515150A;
    display:flex;
    flex-direction:column;
    /* justify-content:justify; */
  }

  .home-bouton:hover{
    border: 1.5px solid #B6C6D3;
    box-shadow: -5px -5px 10px 0px #15151508;
    box-shadow: 5px 5px 10px 0px #1515150F;
  }

  #home h3 {
    font-family: Montserrat;
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 1.625rem;
    letter-spacing: 0.0012rem;
    color: var(--bleu2);
  }


  .home-bouton_texte{
    font-family: Montserrat;
    font-weight: 500;
    font-size: 1rem;
    line-height: 100%;
    letter-spacing: 0.0012rem;
    color: var(--gris2);
    margin-top:.5rem;
  }

  .home-bouton_fleche{
    width:100%;
    text-align:right;
  }
  .home-bouton:hover .home-bouton_fleche svg path{
    stroke: color: var(--bleu2);
  }

  .tabs {
  display: flex;
  flex-wrap: wrap;
}

/* Masquer les radios */
.tabs input[type="radio"] {
  display: none;
}

/* Style des onglets */
.tabs label {
  padding: 10px 15px;
  background: #eee;
  margin-right: 4px;
  cursor: pointer;
  border-radius: 4px 4px 0 0;
}

/* Onglet actif */
.tabs input:checked + label {
  background: #ddd;
  font-weight: bold;
}

/* Bloc de contenu */
.tab-content {
  width: 100%;
  display: none;
  padding: 15px;
  background: #f9f9f9;
  border-radius: 0 4px 4px 4px;
  border: 1px solid #ddd;
}

/* Afficher le contenu lié au radio actif */
.tabs input:checked + label + .tab-content {
  display: block;
}

}

@media only screen and (min-width: 640px) {
  .home-bouton{
    width: calc(49% - 64px);
  }
}


@media only screen and (min-width: 1024px) {
  .home-bouton{
    width: calc(33% - 64px)
  }
}
