@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&family=Open Sans:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&family=Roboto Mono:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700");


* {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
   -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}


html {
  font-size: 62.5%;
}
body {
  font-family: Arial, Helvetica, sans-serif;
}

main {
    margin: 0 auto;
    width: 1000px
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

.clear {
  clear: both;
}

/* Typographie */
strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.38em;
}

sub {
  bottom: -0.25em;
}

.align-droite {
  text-align: right;
}

.align-centre {
  text-align: center;
}

.cesure {
  display: none;
}

@media screen and (max-width: 768px) {
  aside .encadre .cesure {
    display: none;
  }
}

@media only screen and (min-width: 769px) and (max-width: 860px) {
  form .encadre .cesure {
    display: inline;
  }
}

@media screen and (max-width: 936px) {
  #contenu .cadre-site {
    width: 100%;
  }
}

/* Basé sur le Système de design gouvernementale */
h1 {
    font-family: Roboto;
    font-size: 48px;
    line-height: 56px;
    font-weight: bold;
    color: #223654;
    margin-top: 72px;
    margin-bottom: 32px;
    max-inline-size: 825px;
  }
  
  @media (max-width: 576px) {
    h1 {
        font-family: Roboto;
        font-size: 36px;
        line-height: 40px;
        font-weight: bold;
        color: #223654;
        margin-top: 48px;
        margin-bottom: 16px;
    }
  }
  
  h1:after {
   content: "";
   display: block;
   margin: 0px;
   width: 48px;
   padding-top: 4px;
   border-bottom: 4px solid #e58271;
  }

  p {
    font-family: Open Sans;
    font-size: 16px;
    line-height: 24px;
    font-weight: normal;
    color: #223654;
    margin-bottom: 24px;
    max-inline-size: 825px;
}

.avertissement {
    max-inline-size: 825px;
    display: flex;
    border: 1px solid #c4cad2;
    background-color: #fff;
    word-break: break-word;
    font-size:1.4rem;
    line-height: 2rem;
    font-weight: 400;
    color: #223654 !important;
    padding: 0px !important; 
    
  }

  .avertissement p {
    color: #223654 !important;
  }
  .avertissement a {
    color:#095797 !important;
  }
  .avertissement > div.icone {
    background-color:#f1f1f2;
    padding:2.4rem 0.8rem !important;
  }

  .avertissement > div.texte {
      margin: 24px 24px 24px 16px;
  }

  .avertissement > div.texte h2 {
      margin-top:0;
      font-size: 14px !important;
      font-family: Open Sans, sans-serif !important;
      line-height: 20px !important;
      font-weight: 700;
    }

    .avertissement > div.texte p {
        margin-top:0 !important;
        font-family: Open Sans, sans-serif !important;
        font-size: 14px !important;
        line-height: 20px !important;
        text-align: left !important;
      }
  .qc-p {
    font-family: Open Sans, sans-serif !important;
    font-size: 16px !important;
    line-height: 20px !important;
  }

  a > sup {
    background-color: #dae6f0;
    font-family: Open Sans;
    color: #095797;
    margin-left: 3px;
    padding: 1px 3px;
    border: none;
    border-radius: 2px;
    font-weight: 700;
    font-size: 70%;
  }

  a:has(> sup) {
    text-decoration: none !important;
  }


  .icon-note {
    background-image: url("../images/ico-note.svg");
    fill: #4e5662;
    background-repeat: no-repeat;
    background-size: 100% auto;
    min-width: 2.4rem;
    height: 2.4rem;
    display: inline-block;
  }
