@charset "UTF-8";
/* CSS Document */
*{
    margin:0;
    padding:0;
}
@page {
    size: auto;   /* auto is the initial value */
    /* this affects the margin in the printer settings */
    margin: 10mm 10mm 10mm 10mm;
}

body {
    /* this affects the margin on the content before sending to printer */
    margin: 0px;
}

html, body {
    overflow-x: visible;
    overflow-y: visible;
    height: 100%;
}
/*
font-family: 'Libre Franklin', sans-serif;
font-family: 'Open Sans', sans-serif;
font-family: 'Source Sans Pro', sans-serif;
*/
/*************************** Suppression zones *************************/

/* Vidéo youtube ????  */
.filAriane,
.rangee-footer,
.piv_bas ul,
.menuSousPagesAncres,
.rangee-1 h1:after,
.piv img:first-child ,
.accordion-toggle,
.texteVersVideo:before,
.frame-texteVersVideo:before,
.zoneBeta,
.frame-type-menu_section,
.menuGeneral,
.formBasPage,
.btn-primary,
.lienBouton,
.listePiv,
#recherchePiv,
#recherchePiv:target,
#flecheHaut{
    display : none;
}
/*************************** Balises de bases **************************/

body{
    background-color:#ffffff;
    color:#223654;
    font-family: 'Open Sans', sans-serif;
}

body p, body ol, body ul, body dl{
    font-size: 1.3rem;
}
.piv,
.btn-primary {
    background-color:#ffffff;
}
.piv {
    display: block;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
    font-style: normal;
    font-family: 'Libre Franklin', sans-serif;
    page-break-inside: avoid;
}

h1 {
    font-size: 2.25rem;
    font-weight: bold;
}
h2 {
    font-size: 2.25rem; /*1.875rem;*/
    font-weight: 500;
    border-bottom:1px solid #e6e4e4;
    padding-bottom: 0.5rem;
    margin-bottom: 1.2rem;
}

h3 {
    font-size: 1.35rem;
}

h4 {
    font-size: 1.25rem;
}
h5 {
    font-size: 1.15rem;
}
h6 {
    font-size: 1rem;
}
ol, ul{
    padding: 0 0 1rem 2rem;
}
a {
    color:#4d7af0;
    text-decoration: underline;
}
p,
h2,
h3 {
    orphans: 3;
    widows: 3;
}
p{
    margin-bottom:1rem;
}
figure {
    margin: 0 0 0.5rem;
}
table{

}
table th{
    font-weight: bold;
    padding: 0.5rem;
}
table thead th{
    vertical-align: bottom;
    border-bottom: 2px solid #232323;
}
table td{
    border-top: 1px solid #6e6e6e;
    padding: 0.5rem;
    vertical-align: top;
}
form{
    padding: 1.5rem;
    background-color: #f2f1f1;
}
form label, form fieldset, form {
    color:#223654;
    font-size:1rem;
}
pre,
blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
}

/****** À modifier de la version screen ******/
h1{
   margin-top:2rem;
}
#pivImagePrint{
    display:block;
}
/* Largeur colonne */
div[class^="col-"] {
    flex: 0 0 100%;
    max-width: 100%;
}
.accueil .ctn_annonce h2 {
    padding-left: 0;
}
#listeThemeNav h2 {
    padding-top: 0;
    padding-bottom: 1rem;
}
#listeThemeNav ul li h3.enteteCliquable {
    padding-left: 0;
    min-height: 1rem;
}
#listeThemeNav ul.navbar-nav div li:first-child h3 {
    padding-left: 0;
    margin-left: 0;
}
#listeThemeNav ul.navbar-nav div li{
    border:none;
}
.listeThemeNav{
    display:block;
    position:unset;
}
.nav-link .classWithPad{
    margin:0;
    padding: 0;
}
.navbar{
    padding: 0;
}
.accueil .zoneContenu .col-md-6:nth-child(2) {
    margin-top: 0;
}
.zoneContenuBasPage{
    margin:0;
}
.accueil .zoneContenu{
    padding:0;
}
.dateMiseAJour{
    text-align: right;
    margin:2rem 0 2rem 1.5rem;
    font-size:1rem;
}
.piv_bas{
    text-align: center;
}
.ctn_annonce,
#main.accueil {
    border:none;
}
.piv_bas a,
.piv_bas a:visited {
    color:#223654;
    text-decoration: none;
}
/* à consulter aussi */
#main .frame-type-menu_pages li {
    background-color: #fff;
    border-left: none;
    margin: 0;
}
#main .frame-type-menu_pages li a {
    display: inline-block;
    padding: 0;
    width: 100%;
}
#main .frame-type-menu_pages header {
     background-color: #ffffff;
}
/* alert */
.frame-alert {
    color: #223654;
    background-color: #ffffff;
    border-color: #223654;
}
/* btn rte */
.zoneClick {
    color: #223654;
    background-color: #fff;
}
/* zone pour annoncer la vidéo */
.texteVersVideo, .frame-texteVersVideo {
    border: 1px solid #6e6e6e;
}
/* Couleur de texte */
.titre_accueil p {
    color:#223654;
}
/* Texte centré */
p.texteCentre {
    text-align: center;
}
/* Ajuster l'impression dans FF - bogue display:flex */
.row, .contenuFlex {
    display: block;
}

/****** Ajout contenu des liens *******/

a[href]:after {
    content: " (" attr(href) ")";
}
abbr[title]:after {
    content: " (" attr(title) ")";
}
a[href^="#"]:after,
a[href^="javascript:"]:after,
a[href^="/"]:after{
    content: "";
}
.piv_bas a[href]:after, .piv a[href]:after {
    content: "";
}

