/*
************************************************************
* Font-Face
************************************************************
*/
@font-face {
    font-family: 'archivo_narrowregular';
    src: url('../fonts/archivonarrow-regular-webfont.eot');
    src: url('../fonts/archivonarrow-regular-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/archivonarrow-regular-webfont.woff') format('woff'),
    url('../fonts/archivonarrow-regular-webfont.ttf') format('truetype'),
    url('../fonts/archivonarrow-regular-webfont.svg#archivo_narrowregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'archivo_narrowbold';
    src: url('../fonts/archivonarrow-bold-webfont.eot');
    src: url('../fonts/archivonarrow-bold-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/archivonarrow-bold-webfont.woff') format('woff'),
    url('../fonts/archivonarrow-bold-webfont.ttf') format('truetype'),
    url('../fonts/archivonarrow-bold-webfont.svg#archivo_narrowbold') format('svg');
    font-weight: normal;
    font-style: normal;
}


/*
************************************************************
* Layout
************************************************************
*/
body {
    background: #f1f1f1;
    overflow-x: hidden;
    font-family: Arial, sans-serif;
    font-size: 12px;
    color: #707276;
}

body.small {
    font-size: 10px;
}

body.medium {
    font-size: 12px;
}

body.large {
    font-size: 14px;
}

@media (min-width: 1300px) {
    .container {
        width: 1280px;
    }
}

@media (max-width: 992px) {
    body {
        padding-top: 160px;
    }
}

#userbar {
    background: #3c4548;
}

a {
    color: #707276;
    text-decoration: none;
}

h1, .h1 {
    font-family: 'archivo_narrowregular';
    color: #0098cc;
    text-transform: uppercase;
    margin: 0 0 10px;
}

h2, .h2 {
    font-family: 'archivo_narrowregular';
    margin: 0 0 10px;
}

h2.title {
    font-size: 140% /*17px*/;
    color: #3c4548;
    text-transform: uppercase;
    border-bottom: 1px solid #869093;
    margin-bottom: 10px;
}

h2.title span {
    position: relative;
    top: 5px;
    background: #f1f1f1;
    padding-right: 10px;
}

.btn {
    border: 0;
    border-radius: 0;
    text-transform: uppercase;
    padding: 5px 12px;
    line-height: 1.4;
    font-size: 12px;
}

.form-control {
    border-radius: 0px;
    font-size: 12px;
}

.form-control:focus {
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(102 175 233 / 60%);
}

.btn-default {
    color: #fff;
    background-color: #bdbd00;
    border-bottom: 3px solid #848900;
}

.btn-primary {
    font-weight: bold;
    text-align: left;
    border-bottom: 3px solid #007db0;
    background-color: #0098cc;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
    color: #ffffff;
    background-color: #007aa3;
    border-color: #003b58;
    box-shadow: none;
}

.btn-gray {
    font-size: 11px;
    color: #9e9e9e;
    padding: 2px 5px;
    border: 1px solid #9e9e9e;
}

.btn-gray:hover {
    color: #9e9e9e;
    border: 1px solid #9e9e9e;
}

.btn-back {
    background: url('../img/icon/back.png') no-repeat 5px center;
    padding-left: 25px;
}

label {
    font-weight: normal;
    margin: 5px 0 2px 0;
}

.form-horizontal input.form-control {
    height: 27px;
    padding: 1px 5px;
}

.form-horizontal select.form-control {
    height: 27px;
    padding: 3px 5px;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 0;
    list-style: none;
    font-size: 12px;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 0;
    -webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    background-clip: padding-box;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    color: #ffffff;
    text-decoration: none;
    outline: 0;
    background-color: #0098cc;
}

.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: #333333;
    white-space: nowrap;
}

.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: #333333;
    white-space: nowrap;
}

ul#font-sizes {
}

ul#font-sizes li {
    float: left;
    list-style: none;
    margin-left: 8px;
}

ul#font-sizes li a {
    float: left;
    width: 22px;
    height: 17px;
    background-repeat: no-repeat;
    background-position: right bottom;
}

ul#font-sizes li a.small {
    background-image: url('../img/icon/typo/small.png');
}

ul#font-sizes li a.medium {
    background-image: url('../img/icon/typo/medium.png');
}

ul#font-sizes li a.large {
    background-image: url('../img/icon/typo/large.png');
}

/*
************************************************************
* Nav Bar
************************************************************
*/

.navbar {
    border: 0;
    background: #fff;
    padding: 0;
}

.navbar-brand {
    height: 60px;
    padding: 5px 0 0;
}

.navbar-nav li {
    border-left: 1px solid #e9e9e9;
}

.navbar-nav a.contact{
    font-size: 90%;
    font-weight: bold;
    text-transform: uppercase;
}

.navbar-nav a.contact, .navbarDropdownMenuLink {
    text-align: center;
}

.navbar-nav a.contact .bi-envelope {
    font-size: 1.6em;
    margin-right: 5px;
}

.navbar-nav li.langs a {
    background-repeat: no-repeat;
    background-position: 20px center;
}

.navbar-nav li.langs a .flag {
    width: 18px;
    height: 12px;
    background: url(../img/icon/flags.gif);
    display: inline-block;
    margin-right: 7px;
    position: relative;
    top: 2px;
}

.navbar-nav li.langs a.fr .flag {
    background-position: 0 0;
}

.navbar-nav li.active a.fr .flag, .navbar-nav li.langs a.fr:hover .flag {
    background-position: -18px 0;
}

.navbar-nav li.langs a.it .flag {
    background-position: 0 -12px;
}

.navbar-nav li.active a.it .flag, .navbar-nav li.langs a.it:hover .flag {
    background-position: -18px -12px;
}

.navbar-nav li.langs a.nl .flag {
    background-position: 0 -24px;
}

.navbar-nav li.active a.nl .flag, .navbar-nav li.langs a.nl:hover .flag {
    background-position: -18px -24px;
}

.navbar-nav li.langs a.de .flag {
    background-position: 0 -36px;
}

.navbar-nav li.active a.de .flag, .navbar-nav li.langs a.de:hover .flag {
    background-position: -18px -36px;
}

.navbar-nav li.langs a.es .flag {
    background-position: 0 -48px;
}

.navbar-nav li.active a.es .flag, .navbar-nav li.langs a.es:hover .flag {
    background-position: -18px -48px;
}

.navbar-nav li.langs a.en .flag {
    background-position: 0 -60px;
}

.navbar-nav li.active a.en .flag, .navbar-nav li.langs a.en:hover .flag {
    background-position: -18px -60px;
}

.navbar-nav li.langs a.pt .flag {
    background-position: 0 -72px;
}

.navbar-nav li.active a.pt .flag, .navbar-nav li.langs a.pt:hover .flag {
    background-position: -18px -72px;
}

.navbar-nav li.langs a.fr_FR .flag {
    background-position: 0 0;
}

.navbar-nav li.active a.fr_FR .flag, .navbar-nav li.langs a.fr_FR:hover .flag {
    background-position: -18px 0;
}

.navbar-nav li.langs a.it_IT .flag {
    background-position: 0 -12px;
}

.navbar-nav li.active a.it_IT .flag, .navbar-nav li.langs a.it_IT:hover .flag {
    background-position: -18px -12px;
}

.navbar-nav li.langs a.nl_NL .flag {
    background-position: 0 -24px;
}

.navbar-nav li.active a.nl_NL .flag, .navbar-nav li.langs a.nl_NL:hover .flag {
    background-position: -18px -24px;
}

.navbar-nav li.langs a.de_DE .flag {
    background-position: 0 -36px;
}

.navbar-nav li.active a.de_DE .flag, .navbar-nav li.langs a.de_DE:hover .flag {
    background-position: -18px -36px;
}

.navbar-nav li.langs a.es_ES .flag {
    background-position: 0 -48px;
}

.navbar-nav li.active a.es_ES .flag, .navbar-nav li.langs a.es_ES:hover .flag {
    background-position: -18px -48px;
}

.navbar-nav li.langs a.en_GB .flag {
    background-position: 0 -60px;
}

.navbar-nav li.active a.en_GB .flag, .navbar-nav li.langs a.en_GB:hover .flag {
    background-position: -18px -60px;
}

.navbar-nav li.langs a.pt_PT .flag {
    background-position: 0 -72px;
}

.navbar-nav li.active a.pt_PT .flag, .navbar-nav li.langs a.pt_PT:hover .flag {
    background-position: -18px -72px;
}

.navbar-nav li.langs a.pt_BR .flag {
    background-position: 0 -84px;
}

.navbar-nav li.active a.pt_BR .flag, .navbar-nav li.langs a.pt_BR:hover .flag {
    background-position: -18px -84px;
}

.navbar-nav li.langs a.en_US .flag {
    background-position: 0 -96px;
}

.navbar-nav li.active a.en_US .flag, .navbar-nav li.langs a.en_US:hover .flag {
    background-position: -18px -96px;
}

.navbar-nav li.favoris > a {
    background: url('../img/icon/favoris.png') no-repeat 20px center;
    padding-left: 45px;
}

li.nav-item {
    padding: 0 10px;
    line-height: 44px;
    width: 133px;
}

.langs-dropdown .dropdown-item {
     line-height: normal;
 }

nav li > a {
    padding: 20px 15px;
    font-size: 90%;
    font-weight: bold;
    text-transform: uppercase;
}

.caret {
    width: 5px;
    height: 3px;
    background: url('../img/dropdown-arrow.gif');
    border: 0;
    margin-left: 5px;
}

.navbar-toggle {
    margin-top: 14px;
}

.navbar-collapse {
    background: #fff;
    margin-left: -10px;
}

#nav-marques {
    position: relative;
    background: #dadada;
    border-radius: 10px;
    overflow: hidden;
    margin: 15px 0;
    height: 30px;
    box-shadow: inset 1px 1px 0 0 #a6a6a6;
}

#marques {
    margin: 0 25px;
    overflow: hidden;
}

#marques ul {
    width: 10000px;
    position: relative;
    padding: 0;
}

#marques li {
    float: left;
    text-align: center;
    padding: 0 5px !important;
    border-left: 0;
    list-style: none;
}

#marques li a {
    float: left;
    line-height: 24px;
    padding: 0 15px !important;
    margin: 3px 0;
    color: #777;
    text-decoration: none;
}

#marques li a.home {
    width: 50px;
    height: 24px;
    background: url('../img/icon/home.png') no-repeat center;
    text-indent: -9999px;
    line-height: 0;
}

#marques li.active > a,
#marques li a:hover {
    background-color: #fff;
    border-radius: 10px;
}

#nav-marques a.arrow {
    position: absolute;
    top: 10px;
    width: 7px;
    height: 11px;
    margin: 0 5px;
    outline: none;
}

#nav-marques a.arrow.prev {
    left: 5px;
    background: url('../img/prev_marque.png');
}

#nav-marques a.arrow.next {
    right: 5px;
    background: url('../img/next_marque.png');
}

#arrow_header {
    display: block;
    width: 94px;
    height: 27px;
    background: url('../img/arrow_header.png');
    position: absolute;
    top: 60px;
    margin-left: 30px;
}

@media (max-width: 992px) {
    #arrow_header {
        display: none;
    }

    .navbar-header {
        float: none;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-collapse {
        margin-left: 0;
    }

    .navbar-nav {
        float: none !important;
        margin: 0 !important /*7.5px -15px*/;
    }

    .navbar-nav > li {
        float: none;
        border: 0 !important;
    }

    .navbar-nav * {
        border: 0 !important;
    }

    .navbar-right {
        margin-right: 0 !important;
    }
}


/*
************************************************************
* Top Bar
************************************************************
*/
#topbar {
    top: 60px;
    background: #3c4548;
    border: 0;
}

#topbar .col-md-5 {
    padding: 0;
}

#topbar div.rubriques {
    margin: 0 20px;
}

#topbar div.rubriques button {
    font-family: 'archivo_narrowregular';
    font-size: 130% /*16px*/;
    line-height: 35px;
    color: #fff;
    text-transform: uppercase;
    background: none;
    border: solid #fff;
    border-width: 0 1px;
    padding: 0 15px;
    margin: 0;
}

#topbar div.rubriques.open button {
    background: #283032;
    color: #0098cc;
}

#topbar div.rubriques .dropdown-menu {
    background: #283032;
    width: 600px;
    padding: 0 15px 5px;
    margin: 0 21px;
}

#topbar div.rubriques.open h4 {
    font-size: 100% /*12px*/;
    line-height: 30px;
    color: #eee;
    font-weight: bold;
    text-transform: uppercase;
    background: url('../img/h4_rubrique.gif') repeat-x bottom;
}

#topbar div.rubriques.open ul {
    padding: 0;
}

#topbar div.rubriques.open li {
    list-style: none;
    padding: 3px 0;
}

#topbar div.rubriques.open li a {
    font-size: 100% /*12px*/;
    color: #eee;
}

#topbar ul.user {
    float: right;
    margin: 0 20px 0 0;
    padding: 0;
}

#topbar ul.user li {
    display: inline;
    line-height: 33px;
    margin-left: 50px;
}

#topbar ul.user li p {
    display: inline;
    font-size: 120% /*14px*/;
    color: #32aadf;
}

#topbar ul.user li.logout a {
    font-size: 90%;
    color: #fff;
}

#topbar ul.user li.logout span {
    font-size: 10px;
    color: #fff;
    position: relative;
    top: 2px;
    left: 3px;
}

@media (max-width: 992px) {
    #topbar div.rubriques button {
        border: 0;;
        border-bottom: 1px solid #aaa;
        width: 100%;
        text-align: left;
        padding: 0;
    }

    #topbar div.rubriques .dropdown-menu {
        width: auto;
    }

    #topbar ul.user {
        float: none;
        margin: 0 20px !important;
    }

    #topbar ul.user li {
        margin-left: 0;
    }

    #topbar ul.user li.logout {
        float: right;
    }
}


/*
************************************************************
* News
************************************************************
*/
div.news {
    margin-bottom: 40px;
}

div.news div.row {
    background: url('../img/border-news.gif') repeat-x top; /*border-top:1px solid #eaeaea;*/
    padding: 20px 0 0;
    margin: 10px 0;
}

div.news div.items div:first-child {
    background: none;
}

@media (min-width: 992px) {
    div.news div.items div:first-child {
        padding-right: 0;
    }
}

div.news div.items img {
    margin-bottom: 10px;
}

div.news h3 {
    font-family: Arial, sans-serif;
    font-size: 100% /*12px*/;
    font-weight: bold;
    color: #006596;
    text-transform: uppercase;
    margin: 0;
}


/*
************************************************************
* Prehome
************************************************************
*/
body.prehome {
    background: url('../img/bg/Odigo.jpg') no-repeat center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

body.prehome .navbar-right {
    margin-right: 220px !important;
}

body.prehome div.news {
    background: #fff;
}

#connect {
    background: #fff;
    border: 1px solid #ccc;
    border-width: 0 1px 1px;
    padding: 10px 20px;
    margin-bottom: 10px;
}

#connect .title {
    line-height: 2em;
    text-align: center;
    text-transform: uppercase;
    margin: 15px 0;
    font-weight: bold;
}

#connect .title .bi::before, [class^="bi-"]::before, [class*=" bi-"]::before {
    vertical-align: middle;
}

#connect .title > .bi-person-circle {
    font-size: 2em;
}

h1.welcome {
    font-size: 30px;
    line-height: 30px;
    color: #fff;
    text-transform: none;
    background: url('../img/logo-welcome.png') no-repeat;
    min-height: 62px;
    padding-left: 115px;
    margin: 80px 0 20px;
}

h1.welcome span {
    display: block;
    color: #0098cc;
}

body.prehome div.news h2.title {
    padding-bottom: 5px;
}

@media (max-width: 992px) {
    body.prehome .navbar-right {
        margin-right: 0 !important;
    }

    .navbar-nav a.contact, .navbarDropdownMenuLink {
        text-align: left;
    }
}

@media (min-width: 992px) {
    #connect {
        width: 266px;
        z-index: 9999;
    }

    #navbarNavDropdown {
        margin-right: 253px;
    }

    .langs-dropdown {
        margin: 0 !important;
        left: -29px !important;;
    }
}

body.prehome51 {
    background: url('../img/bg/prehome.jpg') no-repeat center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

body.prehome51 .navbar-right {
    margin-right: 220px !important;
}

body.prehome51 div.news {
    background: #fff;
}

body.prehome51 div.news h2.title {
    padding-bottom: 5px;
}

@media (max-width: 992px) {
    body.prehome51 .navbar-right {
        margin-right: 0 !important;
    }
}

@media (max-width: 991px) {
    #connect {
        border-width: 1px;
    }

}

/*
************************************************************
* Homepage
************************************************************
*/
body.home {
    padding-top: 130px;
}

body.home #separator {
    background: url('../img/shadow_home.jpg') no-repeat center;
    height: 600px;
}

div.module {
    margin-bottom: 50px;
}

div.module div.bloc-title {
    background: #0098cc;
    text-align: center;
    padding: 20px;
}

div.module div.bloc-title p {
    font-family: 'archivo_narrowbold';
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
    padding-top: 60px;
    background-repeat: no-repeat;
    background-position: center 0;
}

div.module .btn-action {
    display: block;
    width: 50px;
    height: 50px;
    margin: 20px auto 0;
    font-size: 50px;
    line-height: 46px;
    color: #bcbcbc;
    border: 2px dashed #bcbcbc;
    text-decoration: none;
}

div.module div.bloc-title .btn-action {
    color: #1a466a;
    border-color: #1a466a;
}

div.module div.bloc-title .btn-action:hover {
    color: #fff;
    border-color: #fff;
}

/************************************************************
* Popin / Modal
************************************************************/
.modal-content {
    background: #f6f6f6;
    border: 0;
    border-radius: 0;
}

.modal-header-wrapper {
    margin: 1em 1em 0 1em;
}

.modal-header {
    border: 0;
    padding: 0;
    font-size: 14px;
    text-transform: uppercase;
    border-bottom: 1px solid #869093;
    margin-bottom: 10px;
}

.modal-body {
    padding: 10px 20px;
}

.modal-footer {
    border: 0;
    margin-top: 0;
    padding: 0 20px 20px;
    color: #dddddd
}

.modal-title span {
    position: relative;
    top: 6px;
    background: #f6f6f6;
    padding-right: 10px;
    font-size: 1em;
}

.modal .form-block {
    border: 1px solid #cfcfcf;
    margin-bottom: 10px;
    padding: 10px 10px 0;
}

.modal .form-block button {
    margin-bottom: 10px;
}

.modal label {
    line-height: 28px;
    padding: 0;
    margin: 0;
}

.modal .form-group {
    clear: both;
}

.modal .modal-body h5 {
    font-size: 14px;
    font-weight: bold;
    color: #0098cc;
    margin: 0 0 15px;
    padding: 0;
    cursor: pointer;
}

.modal .modal-header h5 {
    margin: 0;
    color: #707276;
}

.modal h5 span.glyphicon {
    font-size: 11px;
    position: relative;
    top: 1px;
}

.modal a.help {
    display: inline-block;
    position: relative;
    top: 5px;
    left: 2px;
    width: 18px;
    height: 18px;
    background: url('../img/icon/help.png') no-repeat;
}

/************************************************************
* Forms
************************************************************/
.form-group {
    margin-bottom: 15px;
    color: #8E9398;
}

div.form-group .text-warning {
    display: none;
}

div.form-group.has-error .text-warning {
    display: block;
}

input.datepicker {
    display: inline;
    width: 100px;
    margin: 0;
    padding: 0 3px;
}

.trigger-datepicker {
    cursor: pointer;
    margin: 0 4px 0 4px;
}

.trigger-datepicker.date-to {
    margin-right: 0;
}

span.input-state {
    position: absolute;
    top: 9px;
    right: 25px;
    color: #0098CC;
    display: none;
}

span.input-state.select {
    right: 60px;
}

span.input-reset {
    position: absolute;
    top: 10px;
    right: -1px;
    cursor: pointer;
    display: none;
}

.text-warning {
    display: block;
    background: url('../img/icon/error.png') no-repeat top left;
    padding-left: 10px;
    line-height: 20px;
    color: #ff0000 !important;
    margin-top: 3px;
    outline: 0;
}

div.plage-horaire div {
    float: left;
    margin-right: 10px;
}

div.plage-horaire label {
    float: left;
    margin-right: 5px;
}

div.plage-horaire input.hour {
    float: left;
    width: 40px;
    margin-right: 15px;
}

.span_date_range {
    position: relative;
    overflow: hidden;
    margin-right: 30px;
}

.span_date_range span.input-state {
    top: 2px;
    right: 28px;
}

.span_date_range span.input-reset {
    top: 1px;
    right: -15px;
}

/*
************************************************************
* IE fixes here
************************************************************
*/
.lt-ie8 #news .col-md-2 {
    width: 80px;
}

.lt-ie8 .modal {
    overflow-y: auto;
}

.lt-ie8 #connect {
    top: 0;
}

.lt-ie8 .form-control {
    height: 21px;
}

.lt-ie8 body.prehome .container .row {
    margin-right: -5px;
}

.lt-ie8 body.prehome .navbar-right {
    margin-right: 235px !important;
}

.lt-ie9 body.prehome {
    background: url('../img/bg/prehome.jpg') repeat-x 0 0 fixed;
}

.lt-ie9 body.prehome {
    background: url('../img/bg/Odigo.jpg') repeat-x 0 0 fixed;
}

.lt-ie9 body.prehome .btn-primary {
    text-align: center;
}

.lt-ie8 body.prehome .container .navbar-brand {
    padding-left: 30px !important;
    height: 0;
}

.lt-ie8 body.prehome .container #arrow_header {
    margin-left: 60px;
}

.lt-ie8 body.prehome #btnChangePassword {
    width: 170px;
}

.lt-ie8 body.prehome .container #divChangePassword {
    height: 270px !important;
}


.lt-ie8 body.prehome51 .container .row {
    margin-right: -5px;
}

.lt-ie8 body.prehome51 .navbar-right {
    margin-right: 235px !important;
}

.lt-ie9 body.prehome51 {
    background: url('../img/bg/prehome.jpg') repeat-x 0 0 fixed;
}

.lt-ie9 body.prehome51 .btn-primary {
    text-align: center;
}

.lt-ie8 body.prehome51 .container .navbar-brand {
    padding-left: 30px !important;
    height: 0;
}

.lt-ie8 body.prehome51 .container #arrow_header {
    margin-left: 60px;
}

.lt-ie8 body.prehome51 #btnChangePassword {
    width: 170px;
}

.lt-ie8 body.prehome51 .container #divChangePassword {
    height: 270px !important;
}


/****************************************************/
/**           Bootstrap Overriding                 **/
/****************************************************/
.navbar-default .navbar-toggle .icon-bar {
    background-color: #cccccc;
}

.navbar-default .navbar-toggle {
    border-color: #7D8897;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #2A3045;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #7D8897;
}

.navbar-light .navbar-toggler {
    color: #7D8897 ;
    border-color: #7D8897 ;
    background-color: #ffffff;
    font-size: 1.75rem;
    line-height: 0;
    -webkit-transform: scale(1,0.8);
    -moz-transform: scale(1,0.8);
    -ms-transform: scale(1,0.8);
    -o-transform: scale(1,0.8);
    transform: scale(1,0.8);
    padding: .25rem .25rem
}

.navbar-light .navbar-toggler:hover {
    background-color: #2A3045;
}

.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #00750E;
}

.alert-success hr {
    border-top-color: #c9e2b3;
}

/*****************************************************************
 PROBLEM-34548: Externalize the CSS in the SAML POST redirect form
******************************************************************/
#saml2-redirect {
	font-family: verdana;
	font-size: 24pt;
	font-weight: bold;
    color: #0098cc;
    text-transform: uppercase;
    margin: 0 0 10px;
}

#portail-client-odigo {
	color:blue;
	text-decoration:underline;
}

.resetPassword {
	color:blue;
	text-decoration:underline;
}

.showHidePassword {
	font-size: 12pt;
	background-color: #DDDDDD;
	text-align: center;
	width: 35px;
	padding-top: 2px;
}

/***************************************************************************************
 PROBLEM-36892: Fix the 2 eyes displayed with IE10+ and Edge on the password input forms
 See https://learn.microsoft.com/en-us/microsoft-edge/web-platform/password-reveal
***************************************************************************************/
::-ms-reveal {
  display: none;
}

.warning-color {
	color: orange;
}