﻿* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-rendering: optimizeLegibility;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
}
html,
body {
    font-size: 1.4rem;
    height: 100%;
    line-height: 1.42857143;
    margin: 0;
    padding: 0;
    position: relative;
}
html {
    font-size: 62.5%; /* Permet de créer un ratio, rem == px */
}

/* -------------------------------------------------------------------------------------- */
/* -------------------------- FONTE PERSONNALISEE COMPTE CRAAQ -------------------------- */
/* -------------------------------------------------------------------------------------- */

@font-face {
    font-family: 'compteCRAAQ';
    src: url('../fonts/FonteCRAAQ/comptecraaq.eot?4211182');
    src: url('../fonts/FonteCRAAQ/comptecraaq.eot?4211182#iefix') format('embedded-opentype'), 
         url('../fonts/FonteCRAAQ/comptecraaq.woff2?4211182') format('woff2'),
         url('../fonts/FonteCRAAQ/comptecraaq.woff?4211182') format('woff'), 
         url('../fonts/FonteCRAAQ/comptecraaq.ttf?4211182') format('truetype'), 
         url('../fonts/FonteCRAAQ/comptecraaq.svg?4211182#fontello') format('svg');
    font-weight: normal;
    font-style: normal;
}
[class^="icone-"]:before, [class*=" icone-"]:before {
    display: inline-block;
    font-family: "compteCRAAQ";
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1em;
    margin-right: 1em;
    margin-left: 0.2em;
    speak: none;
    text-align: center;
    text-decoration: inherit;
    text-transform: none;
    width: 1em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icone-comptecraaq_profile:before {
    content: '\e804';
}
.icone-comptecraaq_deconnexion:before {
    content: '\e825';
}

/* FIX Migration Bootstrap */
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    
}
.clearfix:before, .clearfix:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after, .form-horizontal .form-group:before, .form-horizontal .form-group:after, .btn-toolbar:before, .btn-toolbar:after, .btn-group-vertical>.btn-group:before, .btn-group-vertical>.btn-group:after, .nav:before, .nav:after, .navbar:before, .navbar:after, .navbar-header:before, .navbar-header:after, .navbar-collapse:before, .navbar-collapse:after, .pager:before, .pager:after, .panel-body:before, .panel-body:after, .modal-footer:before, .modal-footer:after {
    display: table;
    content: " ";
}
.clearfix:after, .container:after, .container-fluid:after, .row:after, .form-horizontal .form-group:after, .btn-toolbar:after, .btn-group-vertical > .btn-group:after, .nav:after, .navbar:after, .navbar-header:after, .navbar-collapse:after, .pager:after, .panel-body:after, .modal-footer:after {
    clear: both;
}
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
    font-size: 75%;
    font-weight: normal;
    line-height: 1;
    color: #999;
}
.btn {
    font-size: 1.4rem;
}
.hide {
    display: none !important;
}
.margin-top {
    margin-top: 15px;
}
.form-group {
    margin-bottom: 15px;
}
.form-control {
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
}
.btn-primary {
    color: #fff;
    background-color: #428bca;
    border-color: #357ebd;
}
.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
h3{
    font-size: 24px;
    margin: 20px 0;
}
h3:not([class^="col"]) {
    margin: 0 0 10px 0;
}
h4, .h4 {
    font-size: 18px;
    margin: 10px 0 10px 7px;
}
.small {
    font-size: 12px;
}
label {
    margin-bottom: 5px;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
}
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.table-striped > tbody > tr > td, 
.table-striped > tbody > tr > th {
    background-color: #f9f9f9 !important;
}

/* SÉLECTION DE TEXTE */
#piedPage ::selection {
    background: #74A82D;
    color: #fff;
    text-shadow: none;
}

#piedPage ::-moz-selection {
    background: #74A82D;
    color: #fff;
    text-shadow: none;
}

#piedPage ::-webkit-selection {
    background: #74A82D;
    color: #fff;
    text-shadow: none;
}

#piedPage h6::selection {
    background: transparent;
    color: #7c7c7d;
}

#piedPage h6::-moz-selection {
    background: transparent;
    color: #7c7c7d;
}

#piedPage h6::-webkit-selection {
    background: transparent;
    color: #7c7c7d;
}

#piedPage h3::selection {
    background: transparent;
    color: #ffffff;
}

#piedPage h3::-moz-selection {
    background: transparent;
    color: #ffffff;
}

#piedPage h3::-webkit-selection {
    background: transparent;
    color: #ffffff;
}


.max-width-1200px {
    margin: 0 auto;
    max-width: 1200px;
}

.contenantConnexion #show_hide_password {
    margin-bottom: 13px;
}
.contenantConnexion .input-group-addon i, .contenantConnexion .eyeSlashCont i, .paramPassword-form .eyeSlashCont i {
    right: -9px !important;
}

.message-error {
    color: red;
    font-weight: bold;
}
#ddlSearchEntreprise {
    min-width: 100px;
}
#txtSearchEntreprise {
    background: url(../img/loupe.png) no-repeat scroll 13px 13px;
    padding-left: 50px !important;
}

.select2 {
    width: 235px !important;
}

.select2-selection, .select2-selection__rendered, .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 43px !important;
    line-height: 43px !important;
    border-radius: 0px !important;
    outline: none !important;
    font-weight: 700;
}

#choix-entreprise {
    display: none;
    position: absolute;
    background-color: #fafafa;
    border: solid 1px #b7b7b7;
    border-top: none;
    width: 100%;
    z-index: 100;
}

    #choix-entreprise > ul {
        padding: 10px;
    }

.choix-entreprise {
    list-style: none;
}

.radio-dropdown {
    padding: 0;
    margin: 0;
}

    .radio-dropdown li {
        list-style: none;
    }

    .radio-dropdown label {
        font-weight: normal;
    }

.dropdown-menu.autorisation {
    min-width: 250px;
    padding: 10px;
}

.dropdown-menu.lien-entreprise {
    padding: 10px;
}

.dropdown-form {
    position: relative;
    display: table;
}

.autre-specifiez {
    margin-top: 10px;
}

.pointer {
    cursor: pointer;
}

.txt-size-medium {
    font-size: 150%;
}

.txt-size-normal {
    font-size: 130%;
}
/*-------------- STYLES GÉNÉRAUX ----------------*/
.img-lien {
    display: inline-block;
    font-family: calibri;
    font-size: 2.4rem;
}

html {
    height: 100%;
}

input.input-required-fields, .error input.required, .error select.required {
    border: 1px solid red;
    background: #FFCECE;
}

select.select-required-fields, .error input.required, .error select.required {
    border: 1px solid red;
    background: #FFCECE;
}

label.error {
    display: none !important;
}

.margin-bottom-10px {
    margin-bottom: 10px;
}

.notifyjs-corner {
    top: 130px !important;
}

.tooltip {
    border-radius: 10px;
    font-size: 13px;
}

body {
    font-family: 'Open Sans', sans-serif;
    -webkit-font-smoothing: antialiased;
    cursor: default;
    overflow-x: hidden;
    padding-bottom: 240px !important;
}

.black-bg {
    background-color: #000;
}

.align-right {
    text-align: right;
}

.align-center {
    text-align: center;
}

.align-left {
    text-align: left;
}

.align-justify {
    text-align: justify;
}

.txt-25px {
    font-size: 25px;
}

strong, label, .strong, .bold {
    font-weight: 600;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
}

h4 {
    line-height: 24px;
}

h5 {
    font-size: 15px;
    line-height: 22px;
    font-weight: bold;
    margin-bottom: 0px;
}

h6 {
    font-size: 15px;
    font-weight: bold;
}

p {
    line-height: 22px;
}

::selection {
    background-color: #17a2b8;
    color: #fff;
}

.small {
    font-size: 12px;
    line-height: 20px;
}

label.error, .alert-error {
    font-weight: 600;
}

label.valid {
    display: none !important;
}

.alert-error {
    padding: 0px;
}

.alert {
    border-radius: 0px;
}

.alert-info {
    color: #333;
    background-color: rgba(51, 76, 148, 0.17);
    border-color: #334c94;
}

a, a:hover, a:visited, a:focus {
    /*color: #17a2b8;*/
}

.icone-geante {
    font-size: 80px;
    text-shadow: 0px 15px 7px rgba(000,000,000,0.2);
    color: #444
}


#FileUploaderDiv [type="file"] {
    padding-top: 30px;
    padding-bottom: 10px;
}

#FileUploaderDiv [type="submit"] {
    margin-top: 25px;
}

a.telechGuideImp { /* Lien de téléchargement Guide d'utilisation PDF */
    color: #000;
    display: block;
    padding: 5px 15px 5px 0;
    text-decoration: underline;
}

a.telechGuideImp:hover {
    text-decoration: none;
}

.ico.pdf {
    background: url(/img/pdf.png) no-repeat -4px 0;
    background-size: 35px 35px;
    display: inline-block;
    height: 52px;
    margin: 0 10px -30px 0;
    width: 35px;
}

.guideParcelle {
    margin-top: 20px;
    text-align: right;
    font-size: 16px;
}

    .guideParcelle .ico.pdf {
        background-size: 25px 25px;
        display: inline-block;
        height: 33px;
        margin: 0 10px -10px 0;
        width: 20px;
    }


.max-width {
    max-width: 750px;
}

.float-right {
    float: right;
}

.float-left {
    float: left;
}

.margin-auto {
    margin: 0 auto;
}

.margin {
    margin: 15px;
}

.margin-3px {
    margin: 3px;
}

.margin-top {
    margin-top: 15px;
}

.margin-top-15px {
    margin-top: 15px;
}

.margin-left {
    margin-left: 35px;
}

.margin-right {
    margin-right: 35px;
}

.margin-bottom {
    margin-bottom: 30px;
}

.margin-bottom-10px {
    margin-bottom: 10px;
}

.danger {
    background-color: #ffc9c9;
    box-shadow: 0px 2px 5px rgba(000,000,000,0.3);
    border-radius: 10px;
}

    .danger h3, .danger p, .danger h4 {
        padding: 15px
    }

.les-logos .margin {
    margin: 15px;
}

.full-width {
    width: 100%;
}

.social-icon {
    font-size: 30px;
    margin: 0px 3px;
}

    .social-icon:hover {
        color: #334c94;
    }

.green {
    color: #77b12a !important;
}

.red, label.error, .alert-error {
    color: #FD582F !important;
}

.form-control {
    border: 2px solid #ccc;
}

/*-------------------------------- Menu de gauche --------------------------------*/
.de-leftaside {
    width: 250px;
    height: 100%;
    padding: 0;
    position: fixed;
    border-right: 1px solid #ccc;
    background-color: #fafafa;
    z-index: 100;
}

.de-leftmenu {
    display: block;
    padding: 0;
    padding-top: 25px;
}

    .de-leftmenu > li {
        list-style: none;
        margin: 0;
    }

        .de-leftmenu > li > a {
            display: block;
            width: 100%;
            padding: 1rem;
            color: #555;
            text-decoration: none;
        }

            .de-leftmenu > li > a:hover {
                background-color: #ebebeb;
                color: #17a2b8;
            }

            .de-leftmenu > li > a > i {
                font-size: 1.8rem;
                margin-right: 2rem;
                vertical-align: baseline;
            }

    .de-leftmenu li a.active {
        background-color: #ebebeb;
        color: #17a2b8;
    }

.disabled-menu {
    cursor: default;
}

    .disabled-menu .de-leftmenu > li > a:hover, .disabled-menu .de-leftmenu > li > a {
        background-color: transparent;
        cursor: not-allowed;
        color: #ccc;
    }

.deux-lignes {
    margin-bottom: 20px;
    display: inline-block;
    float: left;
}

/*-----------------------------------------------------------------------------*/
.de-maincontent {
    margin-left: 260px;
    padding: 15px;
    width: 100%;
    max-width: 850px;
    min-height: calc( 100vh - 285px );
}
.rechercheEntreprise {
    margin-top:15px;
    margin-bottom:10px;
    padding-left:7px;
}

/*------------------------- TABLEAUX -----------------------*/

table {
    border-collapse: collapse;
    width: 100%;
}

.table {
    margin-bottom: 0px;
}
.table > :not(:first-child) {
    border-top: 1px solid #ccc;
}
td, th {
    border: 1px solid #ccc;
    text-align: left;
    padding: 15px 3px;
    font-size: 12px;
}

.conteneur-tableau input, .conteneur-tableau select {
    padding: 6px 6px;
}
/*-------------- BOUTONS ----------------*/
.btn {
    font-weight: 600;
    cursor: pointer !important;
    transition: all .2s ease-in-out !important;
}
.UploadButton {
    background: #efefef;
    border: none;
    font-size: 12px;
    font-weight: normal;
}
#FileUploaderDiv {
    margin-left: -15px;
}
#FileUploaderDiv hr {
    border-top: 1px solid #ccc;
    margin: 20px 0;
}

.rounded-btn {
    border-radius: 100px !important;
    padding: 9px 12px;
}

.btn:focus {
    outline: none !important;
    box-shadow: none !important;
}

.btn-gris, .btn-gris:visited {
    background-color: #eee;
    border-color: #ccc;
    color: #333;
}

.btn-gris:hover, .btn-gris:focus, .btn-gris:active {
    background-color: #e4e4e4 !important;
    color: #333 !important;
    border-color: #ccc !important;
    box-shadow: none !important;
}

.ajouter-autorisations {
    border-color: #000;
}
.btn-turquoise {
    background-color: #17a2b8;
    border-color: #17a2b8;
    color: #fff !important;
}

.btn-turquoise:hover, .btn-turquoise:focus {
    background-color: #1893a7;
    border-color: #1893a7;
    color: #fff !important;
}


.btn-white, .btn-white:hover, .btn-white:focus {
    background-color: #fff !important;
    color: #000 !important;
    border-color: #fff !important;
}

.btn-default, .btn-default:focus {
    background-color: #333;
    border: solid #333 thin;
    color: #fff !important;
}

    .btn-default:hover {
        background-color: #000;
        border: solid thin #000;
        color: #fff !important;
    }

.large-btn {
    padding: 15px 30px !important;
    height: 54px;
}

.btn-sm {
    padding: 4px 9px;
}

.btn#btnNewEntreprise {
    color: #17a2b8;
}

    .btn#btnNewEntreprise span {
        text-decoration: underline;
    }

    .btn#btnNewEntreprise .glyphicon-home::before { /*  */
        content: "";
        color: #17a2b8;
        display: inline-block;
        background: url(../img/icones/ico_nouv_entreprise.svg) no-repeat;
        height: 18px;
        margin-right: 4px;
        position: relative;
        top: 3px;
        width: 18px;
    }

    .btn#btnNewEntreprise span:hover {
        text-decoration: none;
    }


/*-------------- FORMULAIRES ----------------*/
.form-control {
    border-radius: 0px;
    box-shadow: none;
}

    .form-control:focus {
        box-shadow: none;
        border-color: #000;
        transition: all .2s ease-in-out !important;
    }

textarea {
    max-width: 100%;
}
/*-------------- ENTETE FIXE ----------------*/
.entete-fixe {
    background-color: #000;
    height: 70px;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    padding: 0;
    z-index: 1000;
    box-shadow: 0px 2px 10px rgba(000,000,000,0.2);
    transition: all .2s ease-in-out !important;
}
.zoneNonConnecte {
    margin: 14.1vh auto;
}


/* ==== Nouveau menu autres outils (MH/EGP) ==== */
.menuPrincipal ul {
    list-style: none;
    margin: 0;
    padding-left: 0;
    overflow: hidden;
}

.menuPrincipal .menu-autre-outils li {
    float: left;
    margin: 10px 0 0 0;
}

.menuPrincipal .menu-autre-outils li + li {
    padding-top: 7px;
}

.menuPrincipal .menu-autre-outils li a {
    display: inline-block;
    float: left;
    line-height: 1;
}

.nav-link {
    padding: 0.5rem 1rem;
}

.menuPrincipal .menu-autre-outils li {
    float: right;
}

.conteneur-logo {
    height: 70px;
    text-align: center;
    line-height: 74px;
    width: 80px;
    background-color: rgba(255,255,255,0.3);
    transition: all .2s ease-in-out !important;
    position: relative;
    left: -8px;
}

.logo-craaq {
    width: 50px;
    height: 50px;
    margin-bottom: 6px;
}

.conteneur-texte-logo {
    height: 70px;
    position: relative;
    left: -10px;
    transition: all .2s ease-in-out !important;
}
.conteneur-texte-logo h3 {
    line-height: 74px;
    margin: 0px;
}
.conteneur-texte-logo h3, .conteneur-texte-logo a, .conteneur-texte-logo a:visited, .conteneur-texte-logo a:focus, .conteneur-texte-logo a:hover, .conteneur-texte-logo a:visited, .conteneur-texte-logo a:focus {
    color: #fff;
    text-decoration: none;
}

.conteneur-menu, .conteneur-menu-connected {
    float: right;
    height: 70px;
    line-height: 70px;
    transition: all .2s ease-in-out !important;
}

.entete-fixe > a {
    color: #fff;
}
/*---------------------- Entete fixe petite sur scroll ------------------------*/
.entete-fixe-small {
    height: 67px;
}

.entete-fixe-small .conteneur-logo {
    height: 67px;
    line-height: 61px;
    width: 80px;
}

.entete-fixe-small .bouton-compte {
    float: right;
    padding: .6rem 1.2rem;
    margin-right: 20px;
}
.bouton-compte a {
    padding: .6rem 1.2rem;
}

.entete-fixe-small .conteneur-menu, .entete-fixe-small .conteneur-menu-connected {
    height: 67px;
    line-height: 67px;
}

.entete-fixe-small .conteneur-texte-logo {
    left: 90px;
}

.entete-fixe-small .conteneur-texte-logo h3 {
    line-height: 67px;
    font-size: 18px;
}

.entete-fixe-small .logo-craaq {
    width: 60px;
    height: 60px !important;
    -webkit-transition: all .2s ease-in-out !important;
    -moz-transition: all .2s ease-in-out !important;
    -o-transition: all .2s ease-in-out !important;
    transition: all .2s ease-in-out !important;
    height: inherit;
}
/*------------------- Footer FIXE ------------------------*/
.footer {
    width: 100%;
    color: #fff;
    bottom: 0px;
    left: 0px;
    margin: 0px;
    z-index: 100;
    box-shadow: 0px -2px 10px rgba(000,000,000,0.2);
}

.interieur-footer {
    height: 67px;
    line-height: 50px;
}

.footer a {
    color: #fff;
}
/*------------------------- Page provilèges ----------------------------------*/
.logos-compte {
    height: inherit;
}
/*-------------------------- Me connecter -------------------------*/
.boite-connexion {
    max-width: 400px;
}

.boite-compte {
    max-width: 700px;
}
/*--------------------- Contactez-nous -----------------------*/
.carte-google {
    width: 100%;
}
/*---------------------- Menu déroulant compte haut droite ---------------------*/
.bouton-compte {
    float: right;
    margin-right: 10px;
}
.bouton-compte a {
    padding: .6rem 1.2rem;
}

.bouton-compte .dropdown-menu {
    border-radius: 0px;
    padding: 0px;
    left: initial;
    left: inherit;
    right: 0px;
    border: none;
}

.entete-fixe-small .bouton-compte .dropdown-menu {
    margin-top: -15px;
}
.bouton-compte .dropdown-menu ul {
    border: 1px solid #efeded;
}
.bouton-compte .dropdown-menu li {
    border-bottom: 1px solid #efeded;
    float: none !important;
}
.bouton-compte .dropdown-menu li:last-of-type {
    border-bottom: none;
}
.bouton-compte .dropdown-menu li a {
    display: block;
    padding: 10px 15px;
    font-size: 14px;
    height: 40px;
    line-height: 1;
    text-align: left;
}
.bouton-compte .dropdown-menu li a:hover,
.bouton-compte .dropdown-menu li a:active,
.bouton-compte .dropdown-menu li a:focus {
    background: #efeded;
    color: #212529;
}
/*----------------------------  Gérer mon compte menu ----------------------------*/
#form-image {
    width: 100%;
    min-width: 245px;
    margin: auto;
}
/*-------------------------------- Load compte ---------------------------------*/
@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.boite-form .fa-spinner {
    opacity: 0;
    position: absolute;
    z-index: 100;
    font-size: 80px;
    left: 40%;
    top: 40%;
    color: #334c94;
    text-shadow: 2px 2px 8px rgba(000,000,000,0.4);
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.load-form .spin-box {
    background-color: #fff;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 1;
    opacity: 0.8;
}

.load-form .fa-spinner {
    opacity: 1;
    animation-name: spin;
    animation-duration: 1500ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
/*------------------------- Nav-tabs -------------------------------*/
.panel-heading {
    padding: 10px 15px 0px 15px;
    border-bottom: none;
    background-color: #eee !important;
}

.faq .panel-heading {
    padding: 10px 15px 10px 15px;
}

.nav-tabs {
    border: none;
}

    .nav-tabs > li a {
        border-bottom: none;
        border-color: transparent !important;
    }

        .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover, .nav-tabs > li a:hover {
            border-bottom: none;
            border-color: #fff !important;
            background-color: #fff;
        }

.bloc-autorisations {
    display: none;
}

.bloc-champs {
    display: none;
}

.bouton-cancel {
    display: none;
}

.display-block {
    display: block;
}

.overflow-hidden {
    overflow: hidden;
}
/*----------------------------------- Gérer mon compte boites -------------------------------------*/
.boite-form {
    position: relative;
    padding: 15px 15px 0px 9px;
    border: solid thin #ccc;
    overflow: hidden;
}
.boite-form h3,
.boite-form .btn {
    margin-left: 6px;
}

.boite-modif-disabled .btn-xs {
    visibility: hidden;
}

.boite-form h1, .boite-modif h1, .boite-modif-disabled h1 {
    margin-top: 0px;
}

.boite-modif, .boite-modif-disabled {
    position: relative;
    padding: 15px 20px 20px 20px;
    margin: 10px 0;
    max-width: 800px;
}

.boite-modif-button {
    display: none;
    position: absolute;
    right: 0;
    top: 0;
}

.boite-modif:hover .boite-modif-button {
    display: inline-block;
}

.boite-modif > h3, .boite-form > h3, .boite-modif-disabled > h3 {
    margin-top: 0;
}
/*----------------------- scroll top ----------------------------------*/
.scroll-top {
    position: fixed;
    width: 50px;
    display: none;
    height: 50px;
    background-color: rgba(000,000,000,0.7);
    color: #fff;
    z-index: 1100;
    right: 28px;
    bottom: 95px;
    box-shadow: 0px 0px 12px rgba(000,000,000,0.4);
    text-align: center;
    font-size: 18px;
    line-height: 50px;
    cursor: pointer;
    -webkit-transition: all .2s ease-in-out !important;
    -moz-transition: all .2s ease-in-out !important;
    -o-transition: all .2s ease-in-out !important;
    transition: all .2s ease-in-out !important;
}

    .scroll-top:hover {
        bottom: 100px;
    }

.scroll-top-visible {
    display: block;
}

/*----------------------------- icone compte craaq --------------------------------------*/
.icon-icone-craaq {
    font-size: 23px;
    display: block;
    float: left;
    height: 22px;
    margin-right: 2px;
    margin-top: -4px;
    overflow: hidden;
}
/*------------------------ Boite de redirection fixe ----------------------*/

#ctl00_DivMainContent {
    padding-top: 60px;
}

.compte-menu {
    line-height: normal;
    min-width: 300px;
    background-color: #f1f1f1 !important;
}

.large-input {
    padding: 15px 25px !important;
    height: 54px;
    font-size: 16px;
}

/* ==== Bandeau avertissement environnement Dev/Preprod ==== */
#msgEnvDev {
    background: #5b157e;
    display: none;
    height: auto;
    line-height: 2rem;
    padding: 1rem;
    opacity: 0.9;
    position: fixed;
        right: 0;
        bottom: 0;
        left: 0;
    width: 100%;
    z-index: 9999;
}
#msgEnvDev p {
    margin: 0;
    padding: 0;
    font-size: 1.6rem;
    color: #ffffff;
    line-height: 1.4;
    position: relative;
    text-align: center;
}
#msgEnvDev p > strong {
    font-weight: 600;
}
#msgEnvDev p > a {
    color: #ffffff;
    font-weight: 600;
    text-decoration: underline;
}
#msgEnvDev p > a:hover {
    text-decoration: none;
}
#msgEnvDev.preprod {
    background: #ffdb00;
}
#msgEnvDev.preprod p {
    color: #000;
}
#msgEnvDev.preprod p > a {
    color: #000 !important; /* Ciblage différent - !important nécessaire */
}

/*------------- typeahead ------------*/
.typeahead li a {
    padding: 10px !important;
}

    .typeahead li a:hover, .typeahead li a:focus, .typeahead li.active a {
        background-color: #17a2b8 !important;
    }

.typeahead {
    border: solid thin #000;
    border-radius: 0px;
    padding: 0px !important;
}
/*------------- jqgrid ------------*/
.ui-jqgrid-view, .ui-state-default, .ui-jqgrid-htable, .ui-jqgrid-btable, .ui-jqgrid-bdiv {
    width: 100% !important;
}

#refresh_jqGrid {
    display: none;
}

.ui-jqgrid {
    width: auto !important;
    border-radius: 0px;
    font-family: 'Open Sans', sans-serif;
    border-color: #ddd;
}

    .ui-jqgrid .ui-jqgrid-sortable {
        height: auto;
    }

.ui-state-default, .ui-widget-content .ui-state-default {
    background-color: #fff;
    background-image: none;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    font-size: 12px !important;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight {
    background-image: none;
    background-color: #f1e9cb;
}

.ui-jqgrid tr.jqgrow td, .ui-jqgrid .ui-jqgrid-htable th {
    padding: 5px !important;
}

    .ui-th-column, .ui-jqgrid .ui-jqgrid-htable th.ui-th-column {
        text-align: left;
    }

.ui-jqgrid th {
    width: 16% !important;
    white-space: pre-wrap !important;
}

.ui-jqgrid td {
    border: none;
    width: 16% !important;
}

    .ui-jqgrid td.ui-pg-button, .ui-pager-control table tr td {
        width: auto !important;
    }

.ui-jqgrid .ui-jqgrid-hbox {
    padding-right: 0px;
}

.ui-widget-content, .ui-state-default, .ui-widget-content .ui-state-default {
    border-color: #ddd;
}

.ui-jqgrid tr.jqgfirstrow td {
    border-color: #ddd;
}

.ui-jqgrid tr.ui-widget-content:hover {
    cursor: pointer;
    background-color: #f1e9cb;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
}

.ui-jqgrid tr.jqgrow td {
    white-space: pre-wrap;
}

.ui-state-hover, .ui-pg-button {
    padding: 3px !important;
}

.ui-jqgrid .ui-jqgrid-pager .ui-pager-control {
    height: auto;
}

/* Formulaire champs*/
.ulChamps {
    list-style: none;
    margin-left: 0;
    padding: 0;
    width: 120px;
}
.ulChamps li {
    width: 35px;
    float: left;
}

.filtre-champ {
    background-color: #f9f9f9;
    width: 100%;
    padding: 15px;
    border: 1px solid #ccc;
    margin-left: 1px;
}

.filtre-champ h3 {
    border-bottom: 1px solid #ccc;
    font-size: 16px;
    font-weight: bold;
    margin: 0;
    margin-bottom: 17px;
    padding-bottom: 10px;
    width: 100%;
}
.filtre-champ label {
    margin-bottom: 5px;
}

/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------ BLOC PARTENARIAT ------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
#BlocPartenariat .container div:first-of-type {
    padding-left: 90px;
}

#BlocPartenariat .container div:last-of-type .lien-img {
    display: block;
    padding-top: 7px;
}

#BlocPartenariat .container div h3 {
    margin-top: 0;
}


/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------ BLOC PARTENARIAT ------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
#BlocPartenariat {
    background: #f4f2f1;
    padding: 1rem 0 1rem 0;
}

    #BlocPartenariat .lien-img {
        display: inline-block;
        float: left;
        padding: 0;
    }

    #BlocPartenariat h3,
    #BlocPartenariat p {
        margin: 0;
        padding: 0;
    }

    #BlocPartenariat h3 {
        font-size: 2rem;
        margin-top: 1.3rem;
        margin-bottom: .5rem;
    }

@media screen and (max-width:1199px) {
    #BlocPartenariat h3 {
        margin-top: 0;
    }

    #BlocPartenariat .container div:first-of-type {
        padding-left: 0;
    }
}

@media screen and (max-width:767px) {
    #BlocPartenariat {
        padding: 1.2rem 0 .7rem 0;
    }

    #BlocPartenariat h3 {
        font-size: 1.6rem;
        margin-bottom: .4rem;
    }

    #BlocPartenariat p {
        font-size: 1.4rem;
    }

    #BlocPartenariat .lien-img img {
        max-width: 80%;
    }

    #BlocPartenariat .container div:first-of-type {
        padding-left: 1.5rem;
    }
}

@media screen and (max-width:575px) {
    #BlocPartenariat h3 {
        font-size: 1.5rem;
    }

    #BlocPartenariat p {
        font-size: 1.3rem;
        line-height: 1.8rem;
    }

    #BlocPartenariat .lien-img img {
        max-width: 90%;
        padding-top: 5px
    }

    #BlocPartenariat .container div:first-of-type {
        padding-left: 4px;
    }
    #piedPage [class*=col] {
        width: 100%;
    }
}


/* ------------------------------------------------------------------------------------------ */
/* ----------------------------------------- FOOTER ----------------------------------------- */
/* ------------------------------------------------------------------------------------------ */

.footerFull {
    background: #282828;
    position: relative;
    z-index: 1000;
}
footer#piedPage iframe {
    width: 100%;
}
#piedPage * {
    color: #ffffff;
    font-size: 1.3rem;
}
#piedPage {
    background: #282828 !important;
    max-width: 1200px;
    padding: 1.5rem 1.5rem 1.2rem 1.5rem;

    /* Patch Flex pour IE */
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
#piedPage h6 {
    color: #7c7c7d !important;
    font-size: 1.5rem;
    font-weight: 700;
    margin-top: 0;
    padding: 1.5rem 0 .5rem 0;
    text-transform: uppercase;
}
#piedPage h6 i {
    display: none;
}
#piedPage p {
    line-height: 2.6rem !important;
}
#piedPage .basPiedPage a {
    font-weight: normal;
}
#piedPage .logoSite a {
    display: inline-block;
}
#piedPage .logoSite > div {
    text-align: left;
}
#piedPage .repertoire > div {
    align-self: flex-end;
}
#piedPage .copyright p br {
    display: none;
}
#piedPage .logoSite h5,
#piedPage .logoSite h5 strong {
    font-size: 1rem;
}
#piedPage .logoSite h5 {
    padding-top: 1rem;
}
#piedPage .communications a {
    font-weight: 600;
    text-decoration: none;
}
#piedPage .communications a:hover {
    text-decoration: underline;
}
#piedPage .liensFooter a span {
    display: inline-block;
    width: 2.4rem;
}
#piedPage sup {
    font-size: 1rem !important;
}
#piedPage .copyright > p,
#piedPage .copyright > p span {
    font-size: 1.2rem;
    color: #7c7c7d;
}
#piedPage .copyright > p span {
    margin-top: .5rem;
}
#piedPage .footerMediaSociaux {
    padding-top: 2.2rem;
    text-align: right;
}
#piedPage .footerMediaSociaux a {
    display: inline-block;
    padding-right: .8rem;
}
#piedPage .footerMediaSociaux a:last-of-type {
    padding-right: 0;
}
#piedPage .footerMediaSociaux a:hover {
    text-decoration: none;
}
#piedPage .footerMediaSociaux a > span {
    color: #7c7c7d;
    font-size: 3rem;
}
#piedPage .footerMediaSociaux a:hover span {
    color: #ffffff;
}
#piedPage .liensFooter a,
#piedPage .adresse a {
    font-weight: normal;
    text-decoration: none;
}
#piedPage .adresse a:hover {
    text-decoration: underline;
}
#piedPage .liensFooter a:last-of-type span {
    position: relative;
    top: -.1rem;
}
#piedPage .siteOptimise {
    margin-top: .5rem;
    margin-bottom: .5rem;
}
#piedPage .siteOptimise a {
    color: #7c7c7d;
    font-size: 1.2rem;
    text-decoration: underline;
}
#piedPage .siteOptimise a:hover {
    color: #ffffff;
}
#piedPage .basPiedPage {
    margin-top: .5rem;
    padding: 1rem 0 0 0;
    position: relative;
}
#piedPage .basPiedPage p {
    line-height: 0 !important;
}
#piedPage .basPiedPage .corpo span {
    color: #7c7c7d;
    font-size: 1.2rem;
    margin-left: 7px;
    position: absolute;
        top: 6px;
        left: 78px;
    text-align: right;
}
#piedPage .basPiedPage .corpo a {
    display: block;
    position: relative;
}
#piedPage .basPiedPage .corpo a:after {
    content: "";
    position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
}
#piedPage .corpo a {
    display: inline-block;
}
#piedPage .corpo img {
    display:block;
    max-width: 23rem;
}

/* ==== FOOTER REDUIT ==== */
.footerReduit {
    background: #282828;
    position: relative;
        bottom: -25px;
    z-index: 101;
}

.footerReduit #piedPage {
    padding: 1rem 1.5rem 1.2rem 1.5rem;
}
.footerReduit #piedPage .basPiedPage::after {
    content: none;
}
.footerReduit #piedPage .basPiedPage {
    margin-top: 0;
    padding: 0;
}


/* Notification cookies */

#avisCookies ::-moz-selection{ 
    background-color:#55AB22;
    color: #fff;
}
#avisCookies ::selection{ 
    background-color:#55AB22;
    color: #fff;
}
#avisCookies * {
	font-size: 13px;
    font-weight: 400;
    font-family: "Open Sans";
}
#avisCookies {
	background-color:rgba(0,0,0,0.8);
	min-height: 68px;
	padding: 13px;
	position: fixed;
		right: 0;
		bottom: -200px;
		left:  0;
	width: 100%;
	z-index: 10000;
	-webkit-transition: all 800ms ease;
	   -moz-transition: all 800ms ease;
	     -o-transition: all 800ms ease;
	        transition: all 800ms ease;
}
#avisCookies [class^=col] {
	margin-bottom: 0;
}
#avisCookies.active {
	bottom: -1px;
}
#avisCookies p,
#avisCookies a {
	color: #fff;
	line-height: 20px;
	margin-bottom: 0;
}
#avisCookies a {
	font-weight: 400;
}
#avisCookies button {
	background-color: #55AB22;
	border: none;
	border-radius: 5px;
    color: #fff;
    font-weight: 400;
    line-height: 1.2;
    outline: 0;
	padding: 13px 23px;
	-webkit-transition: all 200ms ease;
	   -moz-transition: all 200ms ease;
	     -o-transition: all 200ms ease;
	        transition: all 200ms ease;
}
#avisCookies button:hover,
#avisCookies button:focus,
#avisCookies button:visited {
	background-color: #44891b;
	border: none;
}
#avisCookies button:active {
	background-color: #366e16;
}