/*.entete_barre_bleu {
    border-top: 8px solid #095797;
    border-bottom: 1px solid #9abbd6;
}

.piedPage {
    background: #ececec;
}*/

:root {
    --bleuFonce: #223654;
    --bleuPale: #dae6f0;
    --BleuPIV: #095797;
    --Bleu: #1472bf;
    --gris: #c5cad2;
    --grisClaire: #c5cad2;
    --vert: #4f813d;
    --vertPale: #d7f0bb;
}

*,
:after,
:before {
    box-sizing: border-box;
}

@font-face {
    font-family: Open Sans;
    src: url(../fonts/Open_Sans/OpenSans-VariableFont_wdth,wght.ttf) format('woff2'), 
         url(../fonts/Open_Sans/OpenSans-VariableFont_wdth,wght.ttf) format('woff');
}

@font-face {
    font-family: Roboto;
    src: url(../fonts/Roboto/Roboto-Regular.ttf) format('embedded-opentype'), 
         url(../fonts/Roboto/Roboto-Regular.ttf) format('woff');
}



html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block;
}

body {
    margin: 0;
}

[tabindex='-1']:focus {
    outline: 0 !important;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
}

p,
dl,
ol,
ul {
    margin-top: 0;
    margin-bottom: 1rem;
}

    ol ol,
    ol ul,
    ul ol,
    ul ul {
        margin-bottom: 0;
    }

dt {
    font-weight: 700;
}

dd {
    margin-bottom: 0.5rem;
    margin-left: 0;
}

blockquote {
    margin: 0 0 1rem;
}

b,
strong {
    font-weight: bolder;
}

small {
    font-size: 85.25%;
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
}

    a:hover {
        color: #0056b3;
        text-decoration: underline;
    }

    a:not([href]):not([tabindex]) {
        color: inherit;
        text-decoration: none;
    }

        a:not([href]):not([tabindex]):focus,
        a:not([href]):not([tabindex]):hover {
            color: inherit;
            text-decoration: none;
        }

        a:not([href]):not([tabindex]):focus {
            outline: 0;
        }

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
}

figure {
    margin: 0 0 1rem;
}

img {
    vertical-align: middle;
    border-style: none;
}

svg {
    overflow: hidden;
    vertical-align: middle;
}

caption {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom;
}

th {
    text-align: inherit;
}

label {
    display: inline-block;
    margin-bottom: 0.5rem;
}

button {
    border-radius: 0;
}

    button:focus {
        outline: 1px dotted;
        outline: 5px auto -webkit-focus-ring-color;
    }

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

select {
    word-wrap: normal;
}

[type='button'],
[type='reset'],
[type='submit'],
button {
    -webkit-appearance: button;
}

    [type='button']:not(:disabled),
    [type='reset']:not(:disabled),
    [type='submit']:not(:disabled),
    button:not(:disabled) {
        cursor: pointer;
    }

    [type='button']::-moz-focus-inner,
    [type='reset']::-moz-focus-inner,
    [type='submit']::-moz-focus-inner,
    button::-moz-focus-inner {
        padding: 0;
        border-style: none;
    }

input[type='checkbox'],
input[type='radio'] {
    box-sizing: border-box;
    padding: 0;
}

input[type='date'],
input[type='datetime-local'],
input[type='month'],
input[type='time'] {
    -webkit-appearance: listbox;
}

textarea {
    overflow: auto;
    resize: vertical;
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: 0.5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
    height: auto;
}

[type='search'] {
    outline-offset: -2px;
    -webkit-appearance: none;
}

    [type='search']::-webkit-search-decoration {
        -webkit-appearance: none;
    }

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
}

output {
    display: inline-block;
}

summary {
    display: list-item;
    cursor: pointer;
}

[hidden] {
    display: none !important;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
}

.h1,
h1 {
    font-size: 2.5rem;
}

.h2,
h2 {
    font-size: 2.25rem;
}

.h3,
h3 {
    font-size: 1.75rem;
}

.h4,
h4 {
    font-size: 1.5rem;
}

.h5,
h5 {
    font-size: 1.25rem;
}

.h6,
h6 {
    font-size: 1rem;
}

h1.themeTitre {
    font-size: 2.25rem;
    line-height: 2.625rem;
    padding-bottom: 20px;
}

@media (min-width: 768px) {
    h1.themeTitre {
        font-size: 3rem;
        line-height: 3.5rem;
    }
}

h1.themeTitre:after {
    border-bottom: 5px solid #f09686;
    content: '';
    display: block;
    margin: 0;
    width: 3rem;
    padding-top: 0.5rem;
}

.titreAvecSousTitre {
    margin-top: 2rem;
    padding-bottom: 5px !important;
}

.titreseul {
    margin-top: 0rem;
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.small,
small {
    font-size: 85.25%;
    font-weight: 400;
}

.mark,
mark {
    padding: 0.2em;
    background-color: #fcf8e3;
}

.figure {
    display: inline-block;
}

.figure-img {
    margin-bottom: 0.5rem;
    line-height: 1;
}

.figure-caption {
    font-size: 90%;
    color: #6c757d;
}

code {
    font-size: 87.5%;
    color: #e83e8c;
    word-break: break-word;
}

a > code {
    color: inherit;
}

pre {
    display: block;
    font-size: 87.5%;
    color: #212529;
}

    pre code {
        font-size: inherit;
        color: inherit;
        word-break: normal;
    }

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll;
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

    .no-gutters > .col,
    .no-gutters > [class*='col-'] {
        padding-right: 0;
        padding-left: 0;
    }

.breadcrumb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    border-radius: 0.25rem;
}

.breadcrumb-item + .breadcrumb-item {
    padding-left: 0.5rem;
}

    .breadcrumb-item + .breadcrumb-item:before {
        display: inline-block;
        padding-right: 0.5rem;
        color: #6c757d;
        content: '/';
    }

    .breadcrumb-item + .breadcrumb-item:hover:before {
        text-decoration: underline;
    }

    .breadcrumb-item + .breadcrumb-item:hover:before {
        text-decoration: none;
    }

.breadcrumb-item.active {
    color: #6c757d;
}

body {
    background-color: #fff;
    height: 100%;
    color: var(--bleuFonce);
    font-family: Open Sans, sans-serif;
    font-weight: 400;
}

    body p,
    body ol,
    body ul,
    body dl {
        font-size: 1rem;
    }

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-weight: 600;
    font-style: normal;
    font-family: Roboto, sans-serif;
    color: var(--bleuFonce);
}

h1,
.h1 {
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 2.7rem;
}

h2,
.h2 {
    font-size: 2.25rem;
    font-weight: 700;
    padding-bottom: 0;
    margin-bottom: 0.7rem;
    margin-top: 2.5rem;
    line-height: 2.3rem;
}

h3,
.h3 {
    font-size: 1.8rem;
    font-weight: 500;
    margin-top: 2.7rem;
}

    h3.results-topic {
        margin-top: 1rem;
    }

        h3.results-topic a {
            font-weight: 400;
            font-size: 1.5rem;
            text-decoration: none;
            font-variant-caps: all-small-caps;
        }

h4,
.h4 {
    font-size: 1.3125rem;
    font-weight: 700;
    margin-top: 1rem;
}

h5,
.h5 {
    font-size: 1.125rem;
    font-weight: 500;
    margin-top: 1rem;
}

h6,
.h6 {
    font-size: 1rem;
    font-weight: 700;
}

.font-weight-bold-600 {
    font-weight: 600 !important;
}

.font-weight-bold-500 {
    font-weight: 500 !important;
}

.reset-bg {
    background: inherit !important;
}

.reset-p {
    padding: inherit !important;
}

.medium {
    font-size: 87.5%;
}

.roboto {
    font-family: Roboto, Open Sans;
}

button,
a {
    cursor: pointer;
}

ul {
    padding: 0 0 0.5rem 2rem;
}

li ul {
    padding-bottom: 0;
}

dt {
    font-weight: 400;
}

a {
    color: #095797;
    text-decoration: underline;
    word-break: break-word;
    overflow-wrap: break-word;
}

    a[href^='mailto:'] {
        word-break: break-all;
        display: inline-block;
    }

    a:hover,
    a:focus {
        color: #3374cc;
        text-decoration: none;
    }

h3.results-topic a:hover {
    text-decoration: none;
    font-size: 1.5rem;
    font-variant-caps: all-small-caps;
}

p {
    margin-bottom: 1.5rem;
    margin-top: 0;
    line-height: 1.6rem;
}

.piv form input,
.piv form select,
.piv select.form-control:not([size]):not([multiple]),
form input,
form select,
select.form-control:not([size]):not([multiple]),
.rangee-1-accueil form input,
.rangee-1-accueil form select,
.rangee-1-accueil select.form-control:not([size]):not([multiple]),
.rangee-footer form input,
.rangee-footer form select,
.rangee-footer select.form-control:not([size]):not([multiple]) {
    height: 1.8rem;
}

hr {
    border-top-color: var(--bleuFonce);
}

.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important;
}

.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
}

.piv-header {
    border-top: 8px solid #095797;
}

    .piv-header .container {
        height: 72px;
        overflow: hidden;
        display: flex;
        flex-wrap: wrap;
    }

    .piv-header .drapeauqc {
        flex: 1;
        flex-grow: 0;
        flex-shrink: 0;
        margin-left: -15px;
        display: inline-block;
        padding: 0 50px 0 0;
        order: 0;
    }

@media all and (max-width: 695px) {
    .piv-header .drapeauqc {
        margin-left: -15px;
    }
}

.listePiv {
    list-style: none;
    padding: 0 0 0 0.5rem;
    margin: 0;
}

    .listePiv a:link {
        font-weight: 400;
        text-decoration: none;
        font-size: 0.8rem;
        -webkit-font-smoothing: antialiased;
    }

    .listePiv a:hover,
    .listePiv a:focus {
        text-decoration: underline;
    }

.piv-header .nomMinistere {
    flex: 2;
    flex-shrink: 0;
    align-items: center;
    display: flex;
    position: relative;
    order: 1;
}

.piv-header a {
    text-decoration: none;
    color: #fff;
}

    .piv-header a img {
        height: 72px;
        width: 200px;
    }

.piv-header nav {
    flex-shrink: 0;
    align-items: center;
    display: flex;
    padding-right: 10px;
    order: 2;
    font-size: 0.875rem;
}

.piv-header ul li {
    list-style: none;
    line-height: 1.25;
}

@media all and (max-width: 870px) {
    .piv-header .nomMinistere {
        top: 0px;
        padding-right: 10px;
    }
}

@media all and (max-width: 695px) {
    .piv-header .nomMinistere {
        top: 5px;
        order: 2;
        flex: auto;
        margin-left: 25px;
        padding-bottom: 20px;
        padding-right: 5px;
        font-size: 0.875rem;
    }

    .piv-header .drapeauqc {
        padding: 0 50px 5px 15px;
    }

    .piv-header nav {
        order: 1;
        flex: 1;
    }

    .piv-header ul {
        position: absolute;
        right: 15px;
    }
}

.piv_bas {
    padding-top: 40px;
    padding-bottom: 12px;
}

    .piv_bas ul {
        margin-bottom: 8px;
        margin-left: auto;
        text-align: center;
    }

        .piv_bas ul li {
            padding: 0 15px 10px;
            display: inline-block;
            text-align: center;
        }

    .piv_bas a {
        font-size: 0.875rem;
        text-decoration: none;
        line-height: 0.8rem;
        white-space: nowrap;
    }

#logoFooter {
    max-height: 72px;
}

.block-principal {
    padding-top: 50px;
}

    .block-principal nav {
        display: flex;
        flex-wrap: wrap;
        gap: 25px;
    }

.btn {
    font-family: "Open Sans";
    font-size: 16px;
    font-weight: bold;
    /* si Compact font-weight: 600; */
    line-height: 24px;
    display: inline-block;
    box-sizing: border-box;
    min-width: 112px;
    /* si Compact min-width: 80px; */
    padding: 14px 22px;
    /* si Compact padding: 7px 15px; */
    transition: all 0.24s ease-in-out;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    border: 2px solid transparent;
    /* si Compact border: 1px solid transparent; */
    border-radius: 0;
    /* si Arrondi border-radius: 4px; */
}

    .btn.btn-primary {
        color: #fff;
        border-color: #095797;
        background-color: #095797;
        box-shadow: 0 1px 4px rgba(34, 54, 84, 0.24);
    }

        .btn.btn-primary:hover {
            border-color: #1472bf;
            background-color: #1472bf;
        }

        .btn.btn-primary:focus {
            border-color: #223654;
            background-color: #1472bf;
            box-shadow: 0 2px 8px rgba(34, 54, 84, 0.24), 0 0 0 2px #4a98d9;
        }

        .btn.btn-primary:active {
            border-color: #3783c9;
            background-color: #3783c9;
        }
