﻿html {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    height: 100%;
    width: 100%;
}

body {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    color: Black;
    height: 100%;
    width: 100%;
    background-color: White;
    color: #223654;
    font-family: "Open Sans",sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
}

h1, .h1 {
    font-weight: bold;
    margin-top: 4.5rem;
    margin-bottom: 2rem;
    padding-bottom: 0;
    font-size: 3rem;
    line-height: 3.5rem;
}

h1::after, .h1::after {
    content: "";
    display: block;
    width: 3rem;
    margin: 0;
    padding-top: 4px;
    border-bottom: 4px solid #e58271;
}

.h1_nounderline  {
    font-weight: bold;
    margin-top: 4.5rem;
    margin-bottom: 8px;
    padding-bottom: 0;
    font-size: 3rem;
    line-height: 3.5rem;
}

.bold {
    font-weight: bold;
}

.container, .container-fluid, .container-xl, .container-lg, .container-md, .container-sm {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.page {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    background-color: Transparent;
}


.page #contentcontainer {
    min-height: 470px;
    position: relative;
}

.page-shadow, .bandeauTop {
    /*width: 900px;
    margin-left: auto;
    margin-right: auto;*/
    padding-right: 15px;
    padding-left: 15px;
}

.page #header_print {
    display: none;
}

.page #menu {
    height: 470px;
    position: absolute;
    top: 0px;
    width: 260px;
}

    .page #menu iframe {
        height: 470px;
        background-color: Transparent;
    }

.page #header iframe {
    height: 100px;
    background-color: Transparent;
}

p {
    margin-bottom: 1.5rem;
    margin-top: 0;
    line-height: 1.6rem;
}

.footer {
    width: 100%;
    height: 92px;
    text-align: center;
}

.headerQuebec {
    width: 57%;
    height: 72px;
    text-align: center;
}

.sous-theme {
    margin: 32px 0;
    padding-right: 15px;
    padding-left: 15px;
    line-height: initial;
}

.sous-theme-titre {
    color: #095797;
    display: inline;
    font-size: 1.1875rem;
    line-height: 1.5rem;
    font-weight: bold;
    padding: 0;
    margin: 0;
}

.sous-theme-accroche {
    margin: 8px 0 16px;
    color: #223654;
    line-height: 1.5rem;
}

.sous-theme-lien {
    font-size: 0.875rem;
    line-height: 1.25rem;
    text-decoration: none;
    color: #095797;
}

.sous-theme-lien:hover {
    text-decoration: underline;
}

.section-link::after {
    content: "";
    display: inline-block;
    width: 1rem;
    height: 1rem;
    background-image: url(../../ressources/images/fleche-droite-bleue.svg);
    margin-left: 4px;
    vertical-align: middle;
}

.voirplus {
    margin-bottom: 0;
}

.hidden {
    display: none;
}

/*debut***************************************** fil d'ariane ******************************************/

.filAriane {
    padding-bottom: 0;
    padding-left: 0;
    margin-bottom: 0;
    visibility: hidden;
    background-color: transparent;
    display: inline-flex;
    list-style: none;
    font-size: 0.75rem;
    align-items: center;
    flex-wrap: wrap;
}

.filAriane li {
    padding: 0;
    display: inline;
    margin-right: 0.5rem;
}

.filAriane a:visited {
    color: #223654;
}

.filAriane a {
    color: #223654;
    font-weight: 300;
    text-decoration: none;
}

.filAriane a::after {
    content: "";
    display: inline-block;
    background-image: url(../../ressources/Images/chevron-fil.svg);
    width: 4px;
    height: 7px;
    background-size: cover;
    top: -1px;
    left: 7px;
    border: 0;
    transform: none;
}

.filAriane a::after {
    position: relative;
    display: inline-block;
}

.filAriane li.curitem {
    color: #223654;
    font-weight: 600;
}

.filAriane a:hover {
    color: #223654;
    text-decoration: underline !important;
}

.rangee-1 {
    padding-top: 16px;
}

/*fin***************************************** fil d'ariane ******************************************/

.page #content {
    min-height: 453px; /* 470 - 17 */
    margin-left: 270px;
    position: relative;
    padding-top: 17px;
}

/* HACK IE6 */
* html #page #content {
    height: 453px;
}

/* Pour permettre d'afficher le fond blanc pour le RV. */

.body-white .ui-jqgrid .ui-widget-content {
    background-color: white;
    background-image: none;
}

.body-white .ui-widget-content {
    background-color: white;
    background-image: none;
}

H1 {
    font-family: Roboto,sans-serif;
}

H2 {
    font-size: 2.25rem;
    line-height: 2.75rem;
    font-style: normal;
    font-family: Roboto,sans-serif;
    color: #223654;
}

H2.mainTitle {
    font-size: 3rem;
    line-height: 3.5rem;
    font-style: normal;
    font-family: Roboto,sans-serif;
    color: #223654;
}

h2.mainTitle:after {
    content: "";
    display: block;
    margin: 0;
    width: 3rem;
    padding-top: 0.5rem;
    border-bottom: 5px solid #f09686;
}
*, ::after, ::before {
    box-sizing: border-box;
}

textarea {
    width: 95%;
    height: 200px;
}

#ContentEtape > input[type=submit] {
    color: #095797;
    background-color: #dae6f0;
    border: 1px solid #095797;
    font-weight: 600;
    text-decoration: none;
    padding: 11px 8px;
    font-size: 0.875rem;
    line-height: 1rem;
    transition: border-color 0.25s linear;
    display: inline-block;
    cursor: pointer;
}

.ui-widget-content-zone .long-input {
    width: 235px;
}

.ui-widget-content-zone .medium-input {
    width: 180px;
}

.ui-widget-content-zone .small-input {
    width: 50px;
}

.left {
    float: left !important;
}

#Telephone, #Email, #LastName {
    margin-right: 5px;
}

.footerlink {
    text-decoration: none;
    line-height: 0.8rem;
    white-space: nowrap;
    font-size: 0.875rem;
    color: #095797;
    text-decoration: underline;
    overflow-wrap: break-word;
}

hr {
    height: 1px;
    background-color: #095797;
    border: none;
}

#ObjetId {
    width: 180px;
}

#PreferredContactMethodId {
    width: 80px;
}

.error {
    color: red;
}

ul.menuSide {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.menuSide li {
    padding-top: 15px;
    padding-bottom: 17px;
    padding-left: 10px;
    margin-right: 15px;
    border-bottom-color: #D6DADF;
    border-bottom-style: solid;
    border-bottom-width: 1px;
}

    .menuSide li:first-child {
        font-weight: bold;
    }

    .menuSide li:first-child:hover {
        font-weight: bold;
        background-color: white;
        cursor: default;
    }


    .menuSide li:hover {
        background-color: #DAE6F0;
        cursor: pointer;
    }

li a {
    color: #095797;
    text-decoration: none !important;
    font-family: 'Open Sans',sans-serif;
    font-weight: 400;
}

.listePiv{
    list-style: none;
    margin: 0;
    text-align: left;
    width: 100px;
}

#lienOuvre {
    margin-right: 0.7rem;
}

.listePiv a {
    color: white;
    font-weight: normal;
    text-decoration: none;
    font-size: 0.8rem;
    -webkit-font-smoothing: antialiased;
}

.whiteText {
    color: White;
    font-weight: bold;
}

.borderOn {
    border-color: black;
    border-style: solid;
    border-width: 1px;
}

.bandeauTopCouleur {
  background-color: #095797;
  justify-content: center;
}

.ui-widget-header {
    border: 1px solid #095797;
    background: #095797 url(images/ui-bg_flat_0_955e59_40x100.png) 50% 50% repeat-x;
    color: #ffffff;
    font-weight: bold;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    border: 1px solid #095797;
    background: #095797 url(images/ui-bg_flat_0_955e59_40x100.png) 50% 50% repeat-x;
    font-weight: bold;
    color: #ffffff;
}

.container {
    padding: 0 20vw;
}

.options-title {
    margin: 0 0 24px;
    font-size: 19px;
    line-height: 1.5;
    font-family: Roboto, sans-serif;
    padding: 0;
    font-weight: 700;
}

.options-title_underline {
    margin: 0 0 24px;
    font-size: 36px;
    line-height: 1;
    font-family: Roboto, sans-serif;
    padding: 0;
    font-weight: 700;
    color: #223654;
}

.options-title_underline::after {
    content: "";
    display: block;
    width: 3rem;
    margin: 0;
    padding-top: 4px;
    border-bottom: 4px solid #e58271;
}

.sous-theme-accroche {
    margin: 8px 0 16px;
    color: #223654;
    line-height: 1.5rem;
}

.text-obligatoire {
    color: rgb(220, 53, 69);
}


.form-control-label {
    font-weight: bold;
    color: #223654;
    /*display: block;*/
    margin-bottom: 4px;
    line-height: 26px;
    font-size: 16px;
}

.form-control {
    display: block;
    width: 280px;
    margin-top: 4px;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    appearance: none;
    border-radius: 0.25rem;
}

.form-control-date {
    width: 150px;
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #2c9bf4;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(8, 88, 152, 0.25);
}

.form-row {
    display: flex; 
    gap: 30px;    
    align-items: center; 
}

/* Pied de page */

.rangee-footer {
    background-color: #19406C;
    color: #fff;
    padding-top: 20px;
    padding-bottom: 30px;
    margin-top: 3rem;
    -webkit-font-smoothing: antialiased;
}  

.rangee-footer .footer-title {
    font-family: "Roboto", sans-serif;
    display: inline-block;
    font-size: 1.5rem;
    margin-top: 36px;
    font-weight: 500;
}

.rangee-footer h3 {
    font-family: "Open Sans", sans-serif;
    padding-bottom: 0;
    margin-top: 40px;
    margin-bottom: 8px;
    font-size: 1rem;
    font-weight: 700;
}

.rangee-footer h3 a {
    font-size: 1rem;
}

.rangee-footer a {
    color: #fff;
    font-size: 0.8rem;
    text-decoration: none;
}

.rangee-footer ul {
    list-style: none;
    padding-left: 5px;
}

.list-inline {
    margin-bottom: 8px;
    margin-top: 0;
    padding-left: 0;
    padding-bottom: 8px
}

.message-champs-obligatoire {
    font-family: Calibri;
    line-height: 1;
}

/*body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
}*/

.rangee-footer a:hover, .rangee-footer a:focus {
    text-decoration: underline;
}

.rangee-footer a {
    font-size: 0.875rem;
}

.col_footer{
    flex: 1;
    padding-left: 15px;
    padding-right: 15px;
}

.rangee-footer ul li {
    margin: 0.2rem 0;
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.iconesHorizontal{
    display: flex;
}

.rangee-footer .suivez-nous {
    margin-top: 72px;
}

.rangee-footer .iconesHorizontal li {
    margin: 0 9px;
}

.iconesHorizontal li img {
    max-height: 27px;
    max-width: 34px;
}

#titrePiedDePage1, #titrePiedDePage2, #titrePiedDePage3 {
    padding-left: 5px;
}

.piv_bas {
    padding-top: 40px;
    padding-bottom: 12px;
}

.piv_bas a:hover, .piv_bas a:focus {
    text-decoration: underline !important;
}

.piv_bas a {
    text-decoration: none;
    line-height: 0.8rem;
    white-space: nowrap;
    font-size: 0.875rem;
}

.d-flex{
    display: flex;
}

.info_bas {
    position: relative;
    padding-right: 15px;
    padding-left: 15px;
    width: 100%;
}

.info_bas ul{
    display: flex;
    width: 100%;
}

.info_bas ul li{
    display: inline-block;
    text-align: center;
    padding: 0 15px 10px;
}

ol, ul, dl {
    margin-top: 0;
    margin-bottom: 1rem;
}


ul {
    padding: 0 0 0.5rem 1.25rem;
}
p a {
    color: #095797;
    text-decoration: underline;
    word-break: break-word;
    overflow-wrap: break-word;
}

.mr-auto, .mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
}

.justify-content-center {
    justify-content: center !important;
}

.align-items-center {
    align-items: center !important;
}

.col-100{
    width: 100%;
}

.col-title{
    padding-left: 15px;
}

#titrePiedDePage4 {
    padding-left: 5px;
}

.sections-menu {
    display: flex;
}


/****************************************** Menu gauche ******************************************/

.menu-gauche {
    padding-right: 25px;
    margin-top: 7.5rem;
    width: 35%;
    font-size: 0.875rem;
    line-height: 1.25rem;
}

.menu-sec-submenu  {
    padding: 16px 0 16px 0px;
}

.menu-sec-submenu li {
    /*margin: 1rem 0;*/
}

.menu-sec-submenu a:hover {
    text-decoration: none;
}

.menu-gauche ul{
    list-style: none;
    /*padding-left: 24px;*/
}

.menu-sec-item-wrapper {
    background-color: #dae6f0;
    color: #095797;
    height: 72px;
    display: flex;
    align-items: center;
    padding-left: 8px;
    font-weight: 700;
}

.gabarit-menu-contenu {
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}

.menu-sec-subitem {
    border-bottom-color: #D6DADF;
    border-bottom-style: solid;
    border-bottom-width: 1px;
}


.menu-sec-subitem:hover {
    background-color: #DAE6F0;
    cursor: pointer;
}

.menu-sec-subitem-wrapper {
    padding: 16px 0 16px 12px;
}

/*fin***************************************** Menu gauche ******************************************/

.btn {
    padding: 16px;
    min-width: 156px;
    margin-right: 30px;
    display: inline-block;
    letter-spacing: 1.25px;
    border-radius: 0;
    font-family: "Open Sans",sans-serif;
    font-size: 1rem;
    font-weight: 500;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    }

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.btn-primary {
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, .14), 0 1px 10px 0 rgba(0, 0, 0, .12), 0 2px 4px -1px rgba(0, 0, 0, .2);
}

.btn-outline-primary {
    color: #095797;
    border-color: #095797;
}

.btn-outline-primary:active, .btn-outline-primary:focus, .btn-outline-primary:hover {
    color: #fff;
    background-color: #095797;
    border-color: #095797;
    cursor: pointer;
}

.btn-primary:active, .btn-primary:focus, .btn-primary:hover {
    background-color: #074273;
    border-color: #063b67;
    color: #fff;
    cursor: pointer; 
}

.AuthentificationCommissaire .Boutons {
    padding-top: 10px;
    font-family: "Open Sans",sans-serif;
    font-weight: normal;
    font-size: 9pt;
    text-align: right;
}

.Validatorsummary {
    color: black !important;
    margin-top: 15px;
    border-style: solid;
    border-width: 1px;
    border-color: #dae6f0;
    padding: 10px;
    font-size: 80%;
    margin-bottom: 10px;
}

.Validatorsummary ul {
    color: #dc3545;
    padding-bottom: 0;
    margin-bottom: 0;
    margin-top: 10px;
}

.Validator {
    display:inline-block;
    color: #dc3545 !important;
    border-width: 1px;
    font-size: 80%;
    width: 100%;
    font-weight: 600;
    vertical-align: top;
    margin-right: 10px;
    /*min-width: 300px;*/
}

.input-validation-error {
    border: 1px solid #ff0000;
    outline: 1px solid #CB381F;
    border-color: #CB381F !important;
}

.form-control.input-validation-error:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}


/****************************************************************************************************/
/*********************************************** media **********************************************/
/****************************************************************************************************/

@media (min-width: 576px) {
    .container-sm,.container {
        max-width:540px;
    }

    .sous-theme {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (min-width: 768px) {
    .container-md,.container-sm,.container {
        max-width:720px;
    }

   h3, .h3 {
        font-size: 2rem;
        line-height: 2.25rem;
    }

   .sous-theme {
     flex: 0 0 50%;
     max-width: 50%;
    }
}

@media (min-width: 992px) {
    .container-lg,.container-md,.container-sm,.container {
        max-width:960px;
    }

 .rangee-footer .nous-joindre, .rangee-footer .suivez-nous {
        padding-right: 15px;
        padding-left: 15px;
    }

     .sous-theme {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (min-width: 1200px) {
    .container-xl,.container-lg,.container-md,.container-sm,.container {
        max-width:1140px;
    }

    .sous-theme {
        flex: 0 0 50%;
        max-width: 50%;
    }
}
	  
