@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700&display=swap");

/*** Variables ***/
html,
body {
    padding: 0;
    margin: 0;
    width: 100% !important;
    min-width: auto !important;
}
html {
    font: 400 100%/1.5 "Open Sans", Arial, Helvetica, sans-serif;
    color: #223654;
}
body {
    background: #fff;
}

main {
    max-width: 100%;
    margin: 0 auto;
}

form {
    margin-bottom: 2rem;
}

div#bandeau-96 {
	margin-top: -32px;
	padding: 14px;
    background: #D9E6F0;
	font-size: 14px;
}

@media screen and (min-width: 1000px) {
    main {
        max-width: 1000px;
    }
    form {
        margin-bottom: 4rem;
    }
}

p,
ul {
    font-family: "Open Sans", sans-serif;
    font-size: 1rem;
    margin-top: 0;
    margin-bottom: 1.5rem;
}
a {
    color: #095797;
    text-decoration: underline;
    background-color: transparent;
}
a:hover,
a:active {
    color: #3374cc;
    text-decoration: none;
    background-color: transparent;
}
.visuallyHidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.clearfix:after {
    content: " ";
    display: table;
    clear: both;
}

.mobile {
    display: block;
}

@media screen and (min-width: 1000px) {
    .mobile {
        display: none;
    }
}

.desktop {
    display: none;
}

@media screen and (min-width: 1000px) {
    .desktop {
        display: block;
    }
}

.cacher {
    display: none !important;
}
.decacher {
    display: block;
}

/***********************
    Grille Fluide
***********************/
.contenu-fluide {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    box-sizing: border-box;
}

@media screen and (min-width: 1000px) {
    .contenu-fluide {
        padding-right: 0;
        padding-left: 0;
    }
}

.flex,
.d-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
}

.align-items-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
    align-items: center !important;
}

.justify-content-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
    justify-content: flex-end !important;
}

.justify-content-start {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
    justify-content: flex-start !important;
}

.ligne {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

/***********************
     SpÃ©cificitÃ© PIV
***********************/
.piv {
    background: #095797;
    color: #fff;
    margin-bottom: 2em;
}

.piv *,
.piv--blanc * {
    padding: 0;
    margin: 0;
    font-family: "Roboto", sans-serif;
    font-size: 1em;
    font-size: 16px;
}

.piv--blanc {
    background: #fff;
    color: #000;
    border-top: 8px solid #095797;
    margin-bottom: 2em;
}

.piv ul.listePiv,
.piv--blanc ul.listePiv {
    list-style: none;
}

.piv a {
    color: #fff;
    text-decoration: none;
}

.piv a:hover {
    text-decoration: underline;
}

.piv--blanc a {
    color: #000;
    text-decoration: none;
}

.piv--blanc a:hover {
    text-decoration: underline;
}

.piv #lienOuvre,
.piv--blanc #lienOuvre {
    z-index: 99;
    width: 40px;
    height: 40px;
    text-align: center;
    margin-top: 0.2rem;
}

@media screen and (min-width: 1000px) {
    .piv #lienOuvre,
    .piv--blanc #lienOuvre {
        margin-right: 0.7rem;
        margin-top: 0.4rem;
    }
}

.piv #lienOuvre img,
.piv--blanc #lienOuvre img {
    width: 60%;
}

.piv .titreM,
.piv--blanc .titreM {
    padding-bottom: 2%;
}

@media screen and (min-width: 400px) {
    .piv .titreM,
    .piv--blanc .titreM {
        width: calc(100% - 160px);
    }
}

@media screen and (min-width: 460px) {
    .piv .titreM,
    .piv--blanc .titreM {
        width: calc(100% - 200px);
    }
}

@media screen and (min-width: 568px) {
    .piv .titreM,
    .piv--blanc .titreM {
        width: 100%;
    }
}

.contenu-fixe {
    width: 100%;
    padding-left: 10px;
    /* Ajoutez vos breakpoint */
}

@media screen and (min-width: 1000px) {
    .contenu-fixe {
        width: 1000px;
        margin: auto;
        padding-left: 0;
    }
}

.zone1,
.zone2,
.zone3 {
    position: relative;
    width: 100%;
}

/* Zone du logo */
.zone1 {
    -ms-flex: 0 0 45%;
    -webkit-box-flex: 0;
    flex: 0 0 45%;
    max-width: 45%;
}

@media screen and (min-width: 568px) {
    .zone1 {
        -ms-flex: 0 0 40%;
        -webkit-box-flex: 0;
        flex: 0 0 40%;
        max-width: 40%;
    }
}

@media screen and (min-width: 768px) {
    .zone1 {
        -ms-flex: 0 0 25%;
        -webkit-box-flex: 0;
        flex: 0 0 25%;
        max-width: 25%;
    }
}

@media screen and (min-width: 1000px) {
    .zone1 {
        max-width: 25%;
        max-height: 72px;
    }
}

.zone1 img {
    width: 100%;
}

/* Zone du titre */
.zone2 {
    -ms-flex: 0 0 15%;
    -webkit-box-flex: 0;
    flex: 0 0 15%;
    max-width: 15%;
}

@media screen and (min-width: 568px) {
    .zone2 {
        -ms-flex: 0 0 20%;
        -webkit-box-flex: 0;
        flex: 0 0 20%;
        max-width: 20%;
    }
}

@media screen and (min-width: 768px) {
    .zone2 {
        -ms-flex: 0 0 35%;
        -webkit-box-flex: 0;
        flex: 0 0 35%;
        max-width: 35%;
    }
}

@media screen and (min-width: 868px) {
    .zone2 {
        -ms-flex: 0 0 35%;
        -webkit-box-flex: 0;
        flex: 0 0 35%;
        max-width: 35%;
    }
}

@media screen and (min-width: 1000px) {
    .zone2 {
        -ms-flex: 0 0 45%;
        -webkit-box-flex: 0;
        flex: 0 0 45%;
        max-width: 45%;
    }
}

@media screen and (min-width: 1000px) {
    .zone2 .identite {
        width: 100%;
    }
}

/* Zone de navigation */
.zone3 {
    -ms-flex: 0 0 35%;
    -webkit-box-flex: 0;
    flex: 0 0 35%;
    max-width: 35%;
}

@media screen and (min-width: 1000px) {
    .zone3 {
        -ms-flex: 0 0 30%;
        -webkit-box-flex: 0;
        flex: 0 0 30%;
        max-width: 30%;
    }
}

.zone3 a {
    font-size: 0.8em;
}

/* Menu mobile */
/* @media screen and (max-width: 1000px) {
  .toggle_btn {
    height: 40px;
    width: 40px;
    position: relative;
    float: right;
    margin-right: 10px;
    margin-top: 5px;
    cursor: pointer;
    z-index: 99;
  }
  .toggle_btn span {
    height: 3px;
    background: #fff;
    width: 25px;
    position: absolute;
    top: 15px;
    left: 10px;
    border-radius: 100px;
  }
  .toggle_btn span:before, .toggle_btn span:after {
    content: '';
    height: 3px;
    background: #fff;
    width: 100%;
    position: absolute;
    left: 0;
    top: -8px;
    border-radius: 100px;
  }
  .toggle_btn span:after {
    top: 8px;
  }
  .toggle_btn_open span {
    height: 0;
  }
  .toggle_btn_open span:before, .toggle_btn_open span:after {
    content: '';
    height: 4px;
    background: #fff;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0px;
    border-radius: 100px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .toggle_btn_open span:after {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .toggle_btn_open span,
  .toggle_btn_open span:before,
  .toggle_btn_open span:after {
    background: #fff;
  }
  .piv--blanc .toggle_btn span,
  .piv--blanc .toggle_btn_open span,
  .piv--blanc .toggle_btn span:before,
  .piv--blanc .toggle_btn_open span:before,
  .piv--blanc .toggle_btn span:after,
  .piv--blanc .toggle_btn_open span:after {
    background: #000;
  }
  .menu_mobile {
    padding-bottom: 5px;
    padding-top: 72px;
    background-color: #08416f;
    border-left: 3px solid #095797;
    width: 700px;
    position: absolute;
    right: -500px;
    top: 0;
    z-index: 90;
  }
  .menu_mobile--site {
    /*Personnalisez le menu de votre site mobile 
    background-color: #08416f;
  }*/
.menu_mobile--piv {
    /*Personnalisez le menu de votre site mobile */
    /*background-color: #08497f;
    border-top: 1px solid #fff;*/
}
.piv--blanc .menu_mobile {
    background: #ebebeb;
    border: none;
    padding-bottom: 0;
}
.piv--blanc .menu_mobile--site {
    /*Personnalisez le menu de votre site mobile */
    background: #ebebeb;
}
.piv--blanc .menu_mobile--site a {
    color: black;
}
.piv--blanc .menu_mobile--piv {
    /*Personnalisez le menu de votre site mobile */
    background-color: transparent;
    border-top: none;
}
.menu_mobile a {
    color: #fff;
    text-align: left;
    display: block;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 20px;
    text-decoration: none;
}
.nav {
    display: block;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
}
.nav_open {
    display: block;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
}

.menu_mobile a {
    text-align: left;
    display: block;
    text-decoration: none;
}

.pivFooter {
    text-align: center;
    margin-top: 1em;
    font-family: "Roboto", sans-serif;
    font-size: 1em;
    font-size: 16px;
}

.pivFooter ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.pivFooter ul li {
    margin: 1% 0;
    font-size: 0.875em;
    font-size: 14px;
}

@media only screen and (min-width: 1000px) {
    .pivFooter ul li {
        display: inline-block;
        margin: 0;
        margin-right: 10px;
    }
}

.pivFooter a {
    color: gray;
    line-height: 25px;
}

.pivFooter small {
    font-size: 0.625em;
    font-size: 10px;
}

.pivFooter small a {
    color: black;
    text-decoration: none;
}
/*# sourceMappingURL=styles.css.map */

/* changement du site curateur */
#logo {
    padding: 15px 0;
}
#newPiv div#wrapper {
    width: 100%;
    max-width: 1140px;
    padding: 0 25px;
    box-sizing: border-box;
    position: relative;
    margin: 0 auto;
    text-align: left;
}

form {
    max-width: 100%;
}

@media screen and (min-width: 1140px) {
    #newPiv div#wrapper {
        padding: 0;
    }
}
input[type="radio"] {
    appearance: none;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    outline: none;
    border: 1px solid #808a9d;
    position: relative;
}

input[type="radio"]:before {
    content: "";
    position: absolute;
    display: block;
    width: 60%;
    height: 60%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
}

input[type="radio"]:checked:before {
    background-color: #1479cc;
}

input[type="text"],
input[type="email"] {
    height: 40px;
}

input[type="text"],
textarea,
select,
input[type="email"] {
    margin-bottom: 0;
    color: #223654;
    font-size: 1rem;
    padding: 8px;
    border: 1px solid #808a9d;
    box-sizing: border-box;
}

@media screen and (max-width: 767px) {
    input[type="text"],
    textarea,
    select,
    input[type="email"] {
        width: 100%;
    }
    .wrapper,
    .codePostal,
    .province {
        display: block;
        margin-bottom: 1.5rem;
    }
}

@media screen and (min-width: 768px) {
    .max340 {
        width: 340px;
    }
    .wrapper input,
    .w100 {
        width: 100%;
    }
    .w247 {
        width: 247px;
    }
    .w154 {
        width: 154px;
    }
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    padding: 0 0 0 0.7rem;
    background-position: calc(100% - 14px) calc(0.5em + 8px), calc(100% - 10px) calc(0.5em + 0px), 100% 0;
    background-image: url(https://www.quebec.ca/typo3conf/ext/gabarit_pgu/Resources/Public/Images/Templates/crochet-bas.svg?v=1);
    background-size: 0.75em 0.75em;
    background-color: #fff;
    background-repeat: no-repeat;
    height: 2.7rem;
}

input[type="text"]:focus,
textarea:focus,
select:focus,
input[type="email"]:focus {
    color: #495057;
    border: 2px solid #5b6476;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 25%);
    transition: all 0.3s ease;
}
.error {
    color: #d6330b;
    font-weight: 400;
}
.error + .precision {
    display: none;
}
input.error,
input.error:focus,
select.error,
select.error:focus,
textarea.error,
textarea.error:focus {
    border: 2px solid #d6330b;
    box-shadow: none;
    /* display: block; */
}
/*
input:invalid:focus, textarea:invalid:focus{
	    border: 3px solid #cb381f;
    box-shadow:none;
}*/

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}

label,
fieldset legend {
    font-weight: bold;
    padding-bottom: 4px;
    display: block;
}

fieldset legend {
    margin-bottom: 0.5rem;
}

fieldset label {
    font-weight: normal;
    margin: 0.5rem 0;
    padding: 0;
    display: inline-block;
}

.precision {
    font-size: 14px;
    color: #223654;
    display: block;
    font-weight: 400;
    margin-top: 6px;
}

/* typo */
h1 {
    font-family: Roboto;
    font-size: 48px;
    line-height: 54px;
    font-weight: bold;
    color: #223654;
    margin-top: 72px;
    margin-bottom: 32px;
}

@media (max-width: 1200px) {
    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 #f09686;
}

h2 {
    font-family: Roboto;
    font-size: 35px;
    line-height: 40px;
    font-weight: bold;
    color: #223654;
    margin-top: 48px;
    margin-bottom: 16px;
}

@media (max-width: 1200px) {
    h2 {
        font-family: Roboto;
        font-size: 29px;
        line-height: 32px;
        font-weight: bold;
        color: #223654;
        margin-top: 48px;
        margin-bottom: 16px;
    }
}

div.avis-qc {
    border: 1px solid #c5cad2;
    opacity: 1;
    margin: 48px 0;
    display: flex;
}
div.avis-qc div.avis-icone {
    padding: 24px 8px;
    border-width: 1px 0 1px 1px;
}
div.avis-qc div.avis-icone.general {
    background-color: #dae6f0;
}
div.avis-qc div.avis-contenu {
    padding: 24px 40px 24px 16px;
    flex-grow: 1;
}
div.avis-qc div.avis-contenu p,
div.avis-qc div.avis-contenu li {
    word-break: break-word;
    font-size: 0.875rem;
    line-height: 1.25rem;
    margin: 0;
    padding: 0;
}
div.avis-qc div.avis-contenu ul {
    margin-bottom: 0;
}
div.avis-qc div.avis-contenu p.avis-titre {
    font-weight: 700;
}
span.aster_mention {
    font-weight: regular;
    font-size: 0.875rem;
    color: #cb381f;
}
span.aster_champ {
    color: #cb381f;
    font-size: 1rem;
    font-weight: bold;
}

.form-field-wrapper {
    margin-top: 1rem;
}

.upload-btn-wrapper {
    position: relative;
    overflow: hidden;
    height: 100%;
}

.upload-btn-wrapper > .uploaded-file {
    display: block;
    margin: 1rem 0 0 0;
    font-size: 0.875rem;
    color: #095797;
}

.upload-btn-wrapper > .upload-input {
    max-width: 210px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    height: 140px !important;
    cursor: pointer;
}
.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: 48px; */
    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.16);
}

.btn.btn-primary.btn-primary--outlined {
    background-color: #fff;
    color: #095797;
}

.btn.btn-primary:hover {
    border-color: #156bb2;
    background-color: #156bb2;
}

.btn.btn-primary:focus {
    border-color: #223654;
    background-color: #156bb2;
    box-shadow: 0 2px 8px rgba(34, 54, 84, 0.16), 0 0 0 2px #4a98d9;
}

.btn.btn-primary:active {
    border-color: #3783c9;
    background-color: #3783c9;
}

.btn.btn-primary.disabled {
    pointer-events: none;
    color: #6b778a;
    border-color: #9ca5b2;
    background-color: #9ca5b2;
}

.cache-accessib {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

@media screen and (min-width: 768px) {
    .col2 {
        display: flex;
    }
    .col2 > span,
    .col2 > div {
        margin-right: 32px;
        display: block;
    }
    .col2 > .wrapper {
        flex: 0 0 calc(50% - 16px);
    }
    .col2 > span:last-of-type,
    .col2 > div:last-of-type {
        margin-right: 0;
    }
}

/* ------------------- style des tableau ----------------------- */
@media screen and (max-width: 767px) {
    .tableFullResponsive table,
    .tableFullResponsive table thead,
    .tableFullResponsivetable tbody,
    .tableFullResponsive tr,
    .tableFullResponsive th,
    .tableFullResponsive td {
        display: block;
    }
    .tableFullResponsive table {
        width: 100%;
    }
    .tableFullResponsive table thead {
        display: none;
    }

    .tableFullResponsive table td span {
        display: block;
        padding: 0.5rem 1% 0 0;
    }
    .tableFullResponsive table tbody td {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        padding: 0.5rem 0 0;
        border-bottom: none;
    }

    .tableFullResponsive table.thead-fonce span {
        color: #223654;
        font-weight: bold;
        display: block;
    }

    .tableFullResponsive tr:first-of-type {
        border-top: 1px solid #c5cad2;
    }
    .tableFullResponsive tr {
        border-bottom: 1px solid #c5cad2;
        margin-bottom: 1rem;
        padding-bottom: 1rem;
    }
}
@media screen and (min-width: 768px) {
    .tableFullResponsive table td span {
        display: none;
    }
}
.tableResponsive {
    overflow-x: auto;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    border: 0;
    width: 757px;
    margin: 0 0 1rem;
    table-layout: fixed;
}

table thead tr {
    vertical-align: bottom;
}

table thead th {
    text-align: left;
    border: none;
}

table thead th,
table tbody td {
    padding: 1rem;
}
table thead th,
table tbody td {
    padding: 1rem;
}
table tbody td {
    border-bottom: 1px solid #c5cad2;
    vertical-align: top;
}

table.thead-fonce thead th {
    color: #fff;
    background: #223654;
}

table.thead-pale thead th {
    color: #223654;
    background: #f2f1f1;
}

.notes {
    background-color: rgba(9, 87, 151, 0.15);
    margin-top: 1rem;
    margin-bottom: 3rem;
    color: #223654;
    max-width: 757px;
    padding: 1rem;
}
