@font-face {
    font-family: 'Avenir';
    src: url('../fonts/AvenirNextLTPro-Regular.eot');
    src: local('☺'), url('../fonts/AvenirNextLTPro-Regular.woff') format('woff'), url('../fonts/AvenirNextLTPro-Regular.ttf') format('truetype'), url('../fonts/AvenirNextLTPro-Regular.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Avenir';
    src: url('../fonts/AvenirNextLTPro-Demi.eot');
    src: local('☺'), url('../fonts/AvenirNextLTPro-Demi.woff') format('woff'), url('../fonts/AvenirNextLTPro-Demi.ttf') format('truetype'), url('../fonts/AvenirNextLTPro-Demi.svg') format('svg');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Avenir';
    src: url('../fonts/AvenirNextLTPro-Bold.eot');
    src: local('☺'), url('../fonts/AvenirNextLTPro-Bold.woff') format('woff'), url('../fonts/AvenirNextLTPro-Bold.ttf') format('truetype'), url('../fonts/AvenirNextLTPro-Bold.svg') format('svg');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Light-webfont.eot');
    src: url('../fonts/Montserrat-Light-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-Light-webfont.woff2') format('woff2'), url('../fonts/Montserrat-Light-webfont.woff') format('woff'), url('../fonts/Montserrat-Light-webfont.ttf') format('truetype'), url('../fonts/Montserrat-Light-webfont.svg#montserratlight') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Regular-webfont.eot');
    src: url('../fonts/Montserrat-Regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-Regular-webfont.woff2') format('woff2'), url('../fonts/Montserrat-Regular-webfont.woff') format('woff'), url('../fonts/Montserrat-Regular-webfont.ttf') format('truetype'), url('../fonts/Montserrat-Regular-webfont.svg#montserratregular') format('svg');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Bold-webfont.eot');
    src: url('../fonts/Montserrat-Bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-Bold-webfont.woff2') format('woff2'), url('../fonts/Montserrat-Bold-webfont.woff') format('woff'), url('../fonts/Montserrat-Bold-webfont.ttf') format('truetype'), url('../fonts/Montserrat-Bold-webfont.svg#montserratbold') format('svg');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'paris-icons';
    src: url('../fonts/paris-icons.eot?-pleu1o');
    src: url('../fonts/paris-icons.eot?#iefix-pleu1o') format('embedded-opentype'), url('../fonts/paris-icons.woff?-pleu1o') format('woff'), url('../fonts/paris-icons.ttf?-pleu1o') format('truetype'), url('../fonts/paris-icons.svg?-pleu1o#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "La Chatte � Maman";
    src: url("../fonts/la_Chatte_a_Maman.eot?") format("eot"), url("../fonts/la_Chatte_a_Maman.woff") format("woff"), url("../fonts/la_Chatte_a_Maman.ttf") format("truetype"), url("../fonts/la_Chatte_a_Maman.svg#laChatteMaman") format("svg");
    font-weight: normal;
    font-style: normal;
}

html,
body {
    margin: 0;
    padding: 0;
    height: 100%;
}


body {
    /*background:#fff url("../images/local/skin/bg_desktop.jpg") no-repeat top left fixed;*/
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    font-size: 1.8rem;
    color: #000;
    padding-top: 60px;
}

h1,
h2,
h3,
h4 {
    font-family: inherit;
}

.container h1 {
    font-weight: 700;
    border-left: 6px solid #df225a;
    border-bottom: 0px;
    text-transform: none;
    font-size: 34px;
    padding: 15px 0px 15px 26px;
}

h1 {
    font-size: 120%;
}

a {
    color: #fff;
}

a:hover,
a:focus {
    color: #fff;
    text-decoration: none;
    text-shadow: 1px 1px 10px #000;
}

.bg-color1 {
    background: rgba(0, 0, 0, 0.2);
}

.bg-color2 {
    background-color: rgba(255, 255, 255, 0.2);
}

.centered {
    text-align: center;
}

.container {
    overflow: hidden;
}

.container .jumbotron {
    display: table;
    height: 300px;
    position: relative;
    width: 100%;
    padding: unset;
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 0;
    margin-bottom: 0;
}

.jumbotron-wrapper {
    display: table-cell;
    overflow: hidden;
    position: relative;
    vertical-align: middle;
    background-color: white;
}

label.error::after,
[class^="icon-"],
[class*=" icon-"] {
    font-family: 'paris-icons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.paris-icon {
    margin-right: 5px;
    position: relative;
    top: 3px;
    vertical-align: baseline;
    display: inline-block;
    font-size: 20px;
}

.icon-alert:before {
    content: "\e619"
}

.icon-arrow-bottom:before {
    content: "\e601"
}

.icon-arrow-left:before {
    content: "\e604"
}

.icon-arrow-right:before {
    content: "\e605"
}

.icon-arrow-top:before {
    content: "\e606"
}

.icon-arrow-light-bottom:before {
    content: "\e607"
}

.icon-arrow-light-left:before {
    content: "\e61e"
}

.icon-arrow-light-right:before {
    content: "\e61d"
}

.icon-arrow-light-top:before {
    content: "\e61f"
}

.icon-arrow-small-bottom:before {
    content: "\e614"
}

.icon-arrow-small-left:before {
    content: "\e615"
}

.icon-arrow-small-right:before {
    content: "\e616"
}

.icon-arrow-small-top:before {
    content: "\e617"
}

.icon-avatar:before {
    content: "\e61a"
}

.icon-bell:before {
    content: "\e61c"
}

.icon-bicycle:before {
    content: "\e60f"
}

.icon-bus:before {
    content: "\e60e"
}

.icon-close:before {
    content: "\e612"
}

.icon-close-rounded:before {
    content: "\e613"
}

.icon-dailymotion:before {
    content: "\e620"
}

.icon-facebook:before {
    content: "\e608"
}

.icon-favorites:before {
    content: "\e600"
}

.icon-file:before {
    content: "\e61b"
}

.icon-instagram:before {
    content: "\e618"
}

.icon-link:before {
    content: "\e603"
}

.icon-mail:before {
    content: "\e609"
}

.icon-marker:before {
    content: "\e60c"
}

.icon-pdf:before {
    content: "\e602"
}

.icon-play:before {
    content: "\e611"
}

.icon-profile:before {
    content: "\e60b"
}

.icon-search:before {
    content: "\e60d"
}

.icon-subway:before {
    content: "\e610"
}

.icon-twitter:before {
    content: "\e60a"
}

.icon-play:before {
    content: "\e611"
}

header {
    margin-left: 15px;
    margin-right: 15px;
}

#banner {
    padding-top: 15px;
    margin-bottom: 50px;
}

.logo-site {
    /*font-family:"La Chatte � Maman";*/
    font-size: 230%;
    margin: 0;
    padding: 0;
    line-height: 40%;
    text-align: center;
    margin-top: 30px;
    line-height: 1.0 !important;
    font-weight: 500;
}

.layout-wrapper,
.container .jumbotron-content,
.footer {
    margin: 0px auto;
}

/* NAVBAR */
.navbar {
    min-height: 60px;
}

.navbar-fixed-top {
    border-width: 0;
}

.navbar-inverse {
    background-image: none;
    border-color: transparent;
    background-color: #000;
}

.site-formulaires .navbar-inverse {
    background-color: #032d52;
}

.navbar-inverse .navbar-toggle {
    border-color: transparent;
    background-color: rgba(255, 255, 255, 0.2);
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
    background-color: rgba(0, 0, 0, 0.4);
}

.navbar-toggle {
    margin: 0;
    border-radius: 0;
    padding: 22px;
}

.navbar-collapse,
.navbar-form {
    box-shadow: none;
}

.navbar-collapse {
    max-height: none;
}

.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-nav>li>a {
    text-shadow: none;
}

.navbar-inverse .navbar-nav>li>a {
    color: #fff;
    text-decoration: none;
}

.navbar-nav>li>a,
.navbar-nav ul>li>a,
.mylutece a {
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    position: relative;
}

.nav>li>a {
    padding: 0;
}

.navbar-brand {
    padding: 0;
}

.navbar-brand>img {
    display: none;
}

.navbar-brand h1 {
    margin: 0px;
}

.img-paris {
    /* background: transparent url("../images/local/skin/lyon.png") no-repeat scroll center center / contain;*/
    display: block;
    height: 100%;
    position: absolute;
}

.img-nef {
    background: transparent url("../images/local/skin/logo_vdl_blanc.png") no-repeat scroll center center / contain;
    display: block;
    height: 100%;
    position: absolute;
}

/* MYLUTECE BUTTONS ON NAVBAR */
.mylutece {
    list-style-type: none;
    margin: 0;
    padding: 0;
    transition: all ease 1.3s;
}

.mylutece li {
    background-color: rgba(0, 0, 0, 0.4);
}

.mylutece li:hover {
    background-color: rgba(255, 255, 255, 0.2);
}

.mylutece li a {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 400;
    color: #fff;
    text-decoration: none;
}

.mylutece a {
    color: #fff;
}

#wrapper {
    min-height: 100%;
    position: relative;
    background: rgb(255, 255, 255) none repeat scroll 0% 0%;
}

.container {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 160px;
    /* background-color: rgba(0,0,0,0.5); */
}

.login {
    text-transform: uppercase;
    font-size: 70%;
}

.login a:hover,
a:focus {
    text-shadow: 1px 1px 8px #000;
}

.login-form {
    padding: 5%;
}

.last-connexion {
    font-size: 60%;
}

/* BUTTONS */
.btn {
    border: medium none;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
    overflow: hidden;
    padding: 15px 20px;
    position: relative;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    z-index: 1;
}

.btn:after {
    border-radius: 5px;
    content: "";
    display: block;
    height: 100%;
    left: 0px;
    position: absolute;
    top: 0px;
    transition: width 0.35s ease 0s;
    width: 0px;
    z-index: -1;
}

.btn:hover:after {
    width: 100%
}

.btn-danger,
.btn-default,
.btn-info,
.btn-primary,
.btn-success,
.btn-warning {
    text-shadow: initial;
    box-shadow: initial;
    background-image: initial;
}

/*** BUTTON PRIMARY: ROSE ***/
.btn-primary,
.btn-primary:focus,
.btn-primary:hover {
    background-color: #df225a;
}

.btn-primary:after {
    background-color: #b41a48;
}

.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary.focus:active,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open>.dropdown-toggle.btn-primary.focus,
.open>.dropdown-toggle.btn-primary:focus,
.open>.dropdown-toggle.btn-primary:hover,
.btn-primary:active {
    color: #fff;
    background-color: #b41a48;
    border-color: #b41a48;
}

/*** BUTTON DEFAULT: BLANC ***/
.btn-default,
.btn-default:focus,
.btn-default:hover {
    background-color: #fff;
    color: #000;
}

.btn-default:after {
    background-color: #f2f2f2;
}

.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default.focus:active,
.btn-default:active:focus,
.btn-default:active:hover,
.open>.dropdown-toggle.btn-default.focus,
.open>.dropdown-toggle.btn-default:focus,
.open>.dropdown-toggle.btn-default:hover,
.btn-default:active {
    color: 000;
    background-color: #f2f2f2;
    border-color: #f2f2f2;
}

/*** BUTTON INFO: BLEU ***/
.btn-info,
.btn-info:focus,
.btn-info:hover {
    background-color: #00a6d6;
    color: #fff;
}

.btn-info:after {
    background-color: #007b9f;
}

.btn-info.active.focus,
.btn-info.active:focus,
.btn-info.active:hover,
.btn-info.focus:active,
.btn-info:active:focus,
.btn-info:active:hover,
.open>.dropdown-toggle.btn-info.focus,
.open>.dropdown-toggle.btn-info:focus,
.open>.dropdown-toggle.btn-info:hover,
.btn-info:active {
    color: #fff;
    background-color: #00a6d6;
    border-color: #00a6d6;
}

/*** BUTTON DANGER: ROSE ***/
.btn-danger,
.btn-danger:focus,
.btn-danger:hover {
    background-color: #dd275c;
    color: #fff;
}

.btn-danger:after {
    background-color: #831837;
}

.btn-danger.active.focus,
.btn-danger.active:focus,
.btn-danger.active:hover,
.btn-danger.focus:active,
.btn-danger:active:focus,
.btn-danger:active:hover,
.open>.dropdown-toggle.btn-danger.focus,
.open>.dropdown-toggle.btn-danger:focus,
.open>.dropdown-toggle.btn-danger:hover,
.btn-danger:active {
    color: #fff;
    background-color: #831837;
    border-color: #831837;
}

/*** BUTTON SUCCESS : VERT ***/
.btn-success,
.btn-success:focus,
.btn-success:hover {
    background-color: #43b57e;
    color: #fff;
}

.btn-success.active,
.btn-success:active {
    background-color: #43b57e;
}

.btn-success:after {
    background-color: #2b7250;
}

.btn-success.active.focus,
.btn-success.active:focus,
.btn-success.active:hover,
.btn-success.focus:active,
.btn-success:active:focus,
.btn-success:active:hover,
.open>.dropdown-toggle.btn-success.focus,
.open>.dropdown-toggle.btn-success:focus,
.open>.dropdown-toggle.btn-success:hover,
.btn-success:active {
    color: #fff;
    background-color: #2b7250;
    border-color: #2b7250;
}

/*** BUTTON WARNING : ORANGE ***/
.btn-warning,
.btn-warning:focus,
.btn-warning:hover {
    background-color: #f77f68;
    color: #fff;
}

.btn-warning:after {
    background-color: #af5949;
}

.btn-warning.active.focus,
.btn-warning.active:focus,
.btn-warning.active:hover,
.btn-warning.focus:active,
.btn-warning:active:focus,
.btn-warning:active:hover,
.open>.dropdown-toggle.btn-warning.focus,
.open>.dropdown-toggle.btn-warning:focus,
.open>.dropdown-toggle.btn-warning:hover,
.btn-warning:active {
    color: #fff;
    background-color: #af5949;
    border-color: #af5949;
}

.btn-block {
    margin-bottom: 1%;
}

.grp-btn-valid-form{
	padding: 0px 0px 0px 0px;
}

.input-group-btn>.btn {
    padding: 10px 15px;
    border: 2px solid transparent;
    color: #2b2b2d;
}

.input-group-btn>.btn:hover {
    background-color: rgba(0, 0, 0, 0.2);
    border: 2px solid #fff;
    color: #fff;
}

/* INFO MESSAGES */
#messages_infos_div a {
    color: #E30000;
    font-weight: 500;
}

#messages_infos_div a:hover {
    color: #b30000;
    text-decoration: underline;
}

/* FORMS*/
.form-control {
    border: 2px solid #000000;
    box-shadow: none;
    background-color: rgba(219, 199, 199, 0.4);
    color: #000000;
    font-size: initial;
    height: 45px;
    font-weight: 400;
}

/* .form-control:focus {
    border: 2px solid #000000;
    box-shadow: none;
    background-color: rgba(219, 199, 199, 0.4);
    color: #000000;
} */

legend {
    color: #2c2c2c;
    font-size: 150%;
    font-weight: 600;
    border-bottom: 0px solid #fff;
}

.progress {
    background-color: rgba(0, 0, 0, 0.2);
}

.alert {
    font-size: 15px;
    font-weight: 400;
    border: none;
}

.alert-danger {
    background-color: rgba(255, 111, 111, 0.2);
    color: #f00;
}

.alert-info {
    background-color: rgb(190 215 249 / 70%);
    color: #fff;
}

option {
    background-color: rgb(255, 255, 255);
}

.help-block {
    color: #2c2c2c;
    font-size: 80%;
    margin-left: 0px !important;
}

.file-preview {
    border-radius: 0;
}

.file-preview-frame {
    box-shadow: 1px 1px 5px 0px #333;
}

.file-preview-frame:hover {
    box-shadow: 3px 3px 5px 0px #fff;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    background-color: rgba(255, 255, 255, 0.4);
}

.google-maps {
    width: 100%;
    height: 350px;
    border: 1px solid #fff;
    margin: 5px 0;
}

label {
    font-weight: normal;
    font-size: 16px;
    color: #2c2c2c;
}

.lead {
    font-size: 90%;
}

.form-group label.error::after {
    content: "\e619"
}

/* CALENDARS AND CONTENT BACKGROUNDS */
.calendar-row {
    background-color: rgb(204, 204, 204);
    padding-top: 50px;
    padding-bottom: 30px;
    color: #2b2b2d;
}

.calendar-row table {
    color: #fff;
}

.calendar-row div:nth-child(1) {
    margin-bottom: 10px;
}

.appointment-slot-full:hover {
    background-color: #d13c2b;
}

.row.calendar-row.second-step {
    padding-top: 35px !important;
    padding-bottom: 0px !important;
}

.row.calendar-row.display-recap {
    padding-top: 25px !important;
    padding-bottom: 0px !important;
}

/* LISTE FORMS RDV */
.appointment-form-list {
    background-color: rgba(64, 88, 122, 0.5);
    padding: 5%;
    margin-bottom: 5%;
    border-radius: 8px;
    text-align: center;
    min-height: 340px;
    text-transform: uppercase;
    position: relative;
    display: block;
    z-index: 1;
    overflow: hidden;
}

.appointment-form-list::after {
    background-color: rgba(0, 0, 0, 0.3);
    content: "";
    height: 100%;
    bottom: 0px;
    left: 0px;
    top: 0px;
    transition: width 0.2s ease-in-out 0s;
    width: 0%;
    z-index: -1;
    position: absolute;
    display: block;
}

.appointment-form-list:hover::after {
    width: 100%;
}

.appointment-form {
    padding: 30px;
    margin-bottom: 15px;
}

/* .appointment-form legend {font-weight:700; border-left:6px solid #f8e273; border-bottom:0px; text-transform:none; font-size:34px; padding:15px 0px 15px 26px;} */
.appointment-form .well {
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 0;
}

#app-form-list .col-xs-1,
#app-form-list .col-sm-1,
#app-form-list .col-md-1,
#app-form-list .col-lg-1,
#app-form-list .col-xs-2,
#app-form-list .col-sm-2,
#app-form-list .col-md-2,
#app-form-list .col-lg-2,
#app-form-list .col-xs-3,
#app-form-list .col-sm-3,
#app-form-list .col-md-3,
#app-form-list .col-lg-3,
#app-form-list .col-xs-4,
#app-form-list .col-sm-4,
#app-form-list .col-md-4,
#app-form-list .col-lg-4,
#app-form-list .col-xs-5,
#app-form-list .col-sm-5,
#app-form-list .col-md-5,
#app-form-list .col-lg-5,
#app-form-list .col-xs-6,
#app-form-list .col-sm-6,
#app-form-list .col-md-6,
#app-form-list .col-lg-6,
#app-form-list .col-xs-7,
#app-form-list .col-sm-7,
#app-form-list .col-md-7,
#app-form-list .col-lg-7,
#app-form-list .col-xs-8,
#app-form-list .col-sm-8,
#app-form-list .col-md-8,
#app-form-list .col-lg-8,
#app-form-list .col-xs-9,
#app-form-list .col-sm-9,
#app-form-list .col-md-9,
#app-form-list .col-lg-9,
#app-form-list .col-xs-10,
#app-form-list .col-sm-10,
#app-form-list .col-md-10,
#app-form-list .col-lg-10,
#app-form-list .col-xs-11,
#app-form-list .col-sm-11,
#app-form-list .col-md-11,
#app-form-list .col-lg-11,
#app-form-list .col-xs-12,
#app-form-list .col-sm-12,
#app-form-list .col-md-12,
#app-form-list .col-lg-12 {
    padding-right: 7.5px;
    padding-left: 7.5px;
}

/* USER DASHBOARD */
.my-appointments-table-xs {
    background: rgba(0, 0, 0, 0.3);
    font-size: 85%;
    margin-bottom: 15px;
}

.my-appointments-table-xs th,
.my-appointments-table-xs td {
    font-weight: normal;
    vertical-align: top;
    padding: 8px;
}

.my-appointments-table-desktop {
    border-collapse: separate;
    border-spacing: 0px 5px;
    font-size: 80%;
    width: 100%;
}

.my-appointments-table-desktop th {
    text-align: center;
    font-weight: normal;
    background: rgba(0, 0, 0, 0.5);
    text-transform: uppercase;
}

.my-appointments-table-desktop td {
    background: rgba(0, 0, 0, 0.3);
}

.my-appointments-table-desktop th,
td {
    padding: 10px;
}

/* CALENDAR TABLE */
.table .table {
    background-color: transparent;
    border-collapse: separate;
    border-spacing: 2px 4px;
    font-size: 80%;
    font-weight: normal;
    margin-bottom: 0;
}

.table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td {
    margin: 0;
    border-top: 0px solid transparent;
    text-align: center;
}

.desktop-table-op-slots th:first-child {
    border-top-left-radius: 8px;
}

.desktop-table-op-slots th:last-child {
    border-top-right-radius: 8px;
}

.desktop-table-op-slots td:first-child {
    border-bottom-left-radius: 8px;
}

.desktop-table-op-slots td:last-child {
    border-bottom-right-radius: 8px;
}

.table th {
    background-color: rgba(32, 37, 57, 0.8);
}

.desktop-table-op-slots {
    border-collapse: separate;
    border-spacing: 4px 4px;
    font-size: 95%;
}

.desktop-table-op-slots a:hover::after,
.desktop-table-op-slots a:focus::after {
    font-family: 'Glyphicons Halflings';
    content: "\e013";
    font-size: 11px;
}

.desktop-table-op-slots tr {
    margin-bottom: 100px;
}

.table th {
    text-transform: uppercase;
    font-weight: normal;
}

td.appointment-row1 {
    background-color: rgba(32, 37, 57, 0.8);
}

.appointment-slot-full {
    background-color: rgba(255, 0, 0, 0.4) !important;
}

.appointment-slot-full:hover {
    background-color: rgba(255, 255, 255, 0.4) !important;
}

.appointment-slot-closed {
    background-color: rgba(255, 255, 255, 0.2) !important;
}

.appointment-slot-available {
    border: none !important;
    background-color: #5D637E !important;
}

.appointment-slot-available:hover {
    border: none !important;
    background-color: #2B7727 !important;
}

.appointment-inner-table tr {
    border: 0px solid transparent !important;
}

.appointment-inner-table td {
    box-sizing: border-box !important;
}

.appointment-inner-table th {
    height: 60px;
}

.appointment-slot-available.appointment-tooltip span.appointment-tooltip-title {
    border-radius: 0 !important;
}

.appointment-td-border {
    background-color: rgba(32, 37, 57, 0.5);
    border: 1px solid transparent !important;
    text-align: left !important;
}

.appointment-td-border a {
    line-height: 1.8;
}

.appointment-tooltip span.appointment-tooltip-title {
    padding: 9px 5px !important;
    margin-top: -15px !important;
    margin-left: 15px !important;
    width: 120px !important;
}

.table .appointment-inner-table>tbody>tr>th,
.table .appointment-inner-table>tbody>tr>td {
    vertical-align: middle;
    text-align: center;
}

.table-responsive {
    border-collapse: separate;
    border-spacing: 5px;
    font-size: 80%;
    font-weight: normal;
    border: none !important;
}

.table-responsive th,
.table-responsive tr,
.table-responsive td {
    height: 30px !important;
    vertical-align: middle !important;
}

.table-responsive td.appointment-row1 {
    width: 40%;
}

.desktop-table td.appointment-row {
    text-align: center;
}

.desktop-table td.appointment-row1 {
    text-align: center;
    height: 100px !important;
}

.desktop-table td.appointment-row2 {
    text-align: center;
    height: calc(40px*2 + 16px*1 + 4px) !important;
}

.desktop-table td.appointment-row3 {
    text-align: center;
    height: calc(40px*3 + 16px*2 + 4px*2) !important;
}

.desktop-table td.appointment-row4 {
    text-align: center;
    height: calc(40px*4 + 16px*3 + 4px*3) !important;
}

.desktop-table td.appointment-row5 {
    text-align: center;
    height: calc(40px*5 + 16px*4 + 4px*4) !important;
}

.desktop-table td.appointment-row6 {
    text-align: center;
    height: calc(40px*6 + 16px*5 + 4px*5) !important;
}

.desktop-table td.appointment-row7 {
    text-align: center;
    height: calc(40px*7 + 16px*6 + 4px*6) !important;
}

.desktop-table td.appointment-row8 {
    text-align: center;
    height: calc(40px*8 + 16px*7 + 4px*7) !important;
}

.desktop-table td.appointment-row9 {
    text-align: center;
    height: calc(40px*9 + 16px*8 + 4px*8) !important;
}

.desktop-table td.appointment-row10 {
    text-align: center;
    height: calc(40px*10 + 16px*9 + 4px*9) !important;
}

.desktop-table td.appointment-row11 {
    text-align: center;
    height: calc(40px*11 + 16px*10 + 4px*10) !important;
}

.desktop-table td.appointment-row12 {
    text-align: center;
    height: calc(40px*12 + 16px*11 + 4px*11) !important;
}

.desktop-table td.appointment-row13 {
    text-align: center;
    height: calc(40px*13 + 16px*12 + 4px*12) !important;
}

.desktop-table td.appointment-row14 {
    text-align: center;
    height: calc(40px*14 + 16px*13 + 4px*13) !important;
}

.desktop-table td.appointment-row15 {
    text-align: center;
    height: calc(40px*15 + 16px*14 + 4px*14) !important;
}

.desktop-table td.appointment-row16 {
    text-align: center;
    height: calc(40px*16 + 16px*15 + 4px*15) !important;
}

.desktop-table td.appointment-row17 {
    text-align: center;
    height: calc(40px*17 + 16px*16 + 4px*16) !important;
}

.desktop-table td.appointment-row18 {
    text-align: center;
    height: calc(40px*18 + 16px*17 + 4px*17) !important;
}

.desktop-table td.appointment-row19 {
    text-align: center;
    height: calc(40px*19 + 16px*18 + 4px*18) !important;
}

.desktop-table td.appointment-row20 {
    text-align: center;
    height: calc(40px*20 + 16px*19 + 4px*19) !important;
}

/* DATE PICKER */
.datepicker.dropdown-menu {
    background-color: rgba(0, 0, 0, 0.9);
    border-radius: 0px;
    color: #fff;
}

.datepicker td,
.datepicker th {
    border-radius: 0;
}

.datepicker thead tr:first-child th:hover,
.datepicker tfoot tr th:hover {
    background: #fff;
    color: #000;
}

.appointment-datepicker-day-highlighted {
    background-color: transparent !important;
    color: #fff !important;
    font-weight: bold;
}

.appointment-datepicker-day-highlighted:hover {
    color: #000;
    background: #fff;
}

/* MY LUTECE */
#modify-dashboards .table>thead>tr>th {
    border-bottom: none;
}

#modify-dashboards .table th {
    background-color: rgba(255, 255, 255, 0.2);
}

/* FOOTER */
.footer {
    background-color: black;
    position: absolute;
    bottom: 0;
    width: 100%;
    font-size: 70%;
    padding: 1% 10% 1% 10%;
    text-align: center;
    font-weight: lighter;
}


/**************************************************************/
/*************** @media ******************/
/* Portrait tablet to landscape and desktop */


@media (min-width: 768px) {
    .navbar-form {
        display: none;
    }

    .navbar-nav>li>a:after {
        display: block;
        position: absolute;
        left: 0;
        width: 0;
        height: 1px;
        transition: width 0.3s ease 0s;
        background-color: #fff;
        content: "";
        bottom: 20px;
    }

    .navbar-nav>li>a:hover {
        color: #fff;
        text-decoration: none;
    }

    .navbar-nav>li>a:hover:after {
        width: 100%;
    }

    .navbar-nav {
        float: right;
    }

    .navbar-fixed-top .navbar-collapse,
    .navbar-static-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        /* margin-right:15px; */
        background-color: black;
    }

    .navbar-brand {
        transform: translateY(0px);
        border-bottom: 0px none;
        left: 15px;
        position: absolute;
        width: 350px;
        transition: transform 0.2s ease 0s;
        background-color: unset;
        border-bottom: 4px solid #df225a;
        display: block;
        margin: 0px auto;
        overflow: hidden;
        position: relative;
        text-align: center;
        z-index: 10;
        height: 60px;
    }

    .home_btm_margin .navbar-brand {
        height: 100px;
    }

    .img-paris h1 {
        margin: 0px;
    }

    .img-paris {
        background-position: 50% 60%;
        width: 260px;
        right: 0px;
        margin-top: 18px !important;
        color: white;
        /*text-indent:-9999px;*/
    }

    .img-nef {
        background-position: 50% 60%;
        width: 80px;
        left: 0px;
    }

    /* MYLUTECE BUTTONS ON NAVBAR */
    .mylutece {
        float: right;
        margin: 0;
        padding: 0;
    }

    .mylutece li {
        display: block;
        float: left;
        margin-left: 1px;
    }

    .mylutece li,
    .nav li {
        height: 60px;
        line-height: 60px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .container {
        padding-bottom: 190px;
    }

    .container .jumbotron {
        padding-right: 0px;
        padding-left: 0px;
    }

    .form-horizontal .form-group {
        width: 570px;
    }
}

@media (min-width:992px) {}

@media (min-width:1200px) {

    .layout-wrapper,
    .jumbotron-content {
        max-width: 1200px;
    }

    .calendar-row p {
        margin: 0 0 0 20px;
    }

    /* .appointment-form legend {margin-left:-30px;} */
}

.alert-error {
    color: #A73836 !important;
    margin-top: 5px;
}


@media (min-width:1400px) {
    .navbar-header {
        position: absolute;
        left: calc(50% - 650px);
    }

    .navbar-brand {
        border-bottom: 0px none;
        width: 512px;
        left: -130px;
    }

    .img-nef {
        background-position: 50% 54%;
        width: 150px;
    }

    .img-nef::after {
        background-color: #df225a;
        content: "";
        display: block;
        height: 100%;
        left: 169px;
        position: absolute;
        width: 6px;
    }

    .img-paris {
        background-position: 50% 54%;
        width: 380px;
    }
}

/* Landscape phone to portrait tablet */

@media (max-width:1199px) {
    .layout-wrapper {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media (max-width: 767px) {
    body {
        font-size: 1.8rem;
    }

    .navbar-brand {
        transition: opacity 0.2s ease 0s;
        border-bottom: 4px solid #df225a;
        display: block;
        height: 60px;
        margin: 0px auto 0px calc(50% - 66px);
        /*     overflow: hidden; */
        position: relative;
        text-align: center;
        width: 130px;
        z-index: 10;
    }

    .img-paris {
        right: -25px;
        /*     text-indent: -9999px; */
        width: 180px;
        color: white;
        margin-top: 5px !important;
    }

    .img-nef {
        left: -87px;
        top: -9px;
        width: 70px;
    }

    .mylutece {
        margin-left: -15px;
        margin-right: -15px;
    }

    .mylutece li {
        padding: 20px;
    }

    .navbar-collapse {
        border-top: 0px solid transparent;
    }

    .navbar-nav {
        margin: 0px -15px;
    }

    .navbar-form {
        border-top: 0px solid transparent;
        border-bottom: 0px solid transparent;
        background-color: rgba(0, 0, 0, 0.4);
        margin: 0px -15px;
    }

    .navbar-form .form-control {
        height: 60px;
        border-radius: 4px;
    }

    .navbar-form .form-control::placeholder {
        color: #FFFFFF;
    }

    .navbar-form .btn-default,
    .navbar-form .btn-primary,
    .navbar-form .input-group-btn>.btn,
    .navbar-form .input-group-addon {
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
        height: 60px;
    }

    .container {
        padding-bottom: 190px;
    }

    .logo-site {
        line-height: 65%;
    }

    .banner-logo img {
        float: right;
    }

    .login {
        font-size: 150%;
    }

    .login-form {
        margin-left: 15px;
        margin-right: 15px;
    }

    .appointment-form-list {
        min-height: 0;
        margin: 0 -15px 15px -15px;
    }

    .appointment-form-list img {
        width: 18%;
    }

    /* .appointment-form legend {font-size:26px; padding:15px 0px 15px 26px; margin-left:-30px;} */
    .form-horizontal .form-group {
        width: initial;
    }

    .wrapper {
        padding: 15px;
    }

    #app-form-list .col-xs-1,
    #app-form-list .col-sm-1,
    #app-form-list .col-md-1,
    #app-form-list .col-lg-1,
    #app-form-list .col-xs-2,
    #app-form-list .col-sm-2,
    #app-form-list .col-md-2,
    #app-form-list .col-lg-2,
    #app-form-list .col-xs-3,
    #app-form-list .col-sm-3,
    #app-form-list .col-md-3,
    #app-form-list .col-lg-3,
    #app-form-list .col-xs-4,
    #app-form-list .col-sm-4,
    #app-form-list .col-md-4,
    #app-form-list .col-lg-4,
    #app-form-list .col-xs-5,
    #app-form-list .col-sm-5,
    #app-form-list .col-md-5,
    #app-form-list .col-lg-5,
    #app-form-list .col-xs-6,
    #app-form-list .col-sm-6,
    #app-form-list .col-md-6,
    #app-form-list .col-lg-6,
    #app-form-list .col-xs-7,
    #app-form-list .col-sm-7,
    #app-form-list .col-md-7,
    #app-form-list .col-lg-7,
    #app-form-list .col-xs-8,
    #app-form-list .col-sm-8,
    #app-form-list .col-md-8,
    #app-form-list .col-lg-8,
    #app-form-list .col-xs-9,
    #app-form-list .col-sm-9,
    #app-form-list .col-md-9,
    #app-form-list .col-lg-9,
    #app-form-list .col-xs-10,
    #app-form-list .col-sm-10,
    #app-form-list .col-md-10,
    #app-form-list .col-lg-10,
    #app-form-list .col-xs-11,
    #app-form-list .col-sm-11,
    #app-form-list .col-md-11,
    #app-form-list .col-lg-11,
    #app-form-list .col-xs-12,
    #app-form-list .col-sm-12,
    #app-form-list .col-md-12,
    #app-form-list .col-lg-12 {
        padding-right: 15px;
        padding-left: 15px;
    }
}

/* Landscape phones and down */
@media (max-width: 480px) {
    body {
        font-size: 1.6rem;
    }

    .container {
        padding-bottom: 300px;
    }

    .banner-logo img {
        float: right;
    }

    .login {
        font-size: 180%;
    }

    .login-form {
        margin-left: 15px;
        margin-right: 15px;
    }

    .appointment-form-list {
        min-height: 0;
        margin: 0 -15px 15px -15px;
    }

    .appointment-form-list img {
        width: 20%;
    }
}

/* JQuery Validation */
input[type="text"].error {
    border: 2px solid red;
    color: red;
}

label.error {
    color: red;
}

.calendar_title {
    color: black !important;
    border-left: 6px solid #df225a;
    padding-left: 15px;
}

span.visible-lg {
    color: black;
}

span.visible-xs {
    color: black;
}

div.hidden-xs.logo-site a {
    color: black;
}

div.visible-xs.logo-site a {
    color: black;
}

.navbar-header {
    background-color: black;
}

.container.annuler-rdv {
    color: black;
    font-weight: bold;
    padding: 10px 0px 0px 20px;
}

/* Classes pour l'accessibilité, existe déjà dans bootstrap mais doit être override par celle-ci (rapport d'audit) */
.sr-only {
    border: 0 !important;
    clip: rect(1px, 1px, 1px, 1px) !important;
    clip-path: inset(50%) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
    white-space: nowrap !important;
}

.sr-only-focusable:focus {
    clip: auto !important;
    clip-path: none !important;
    height: auto !important;
    margin: auto !important;
    overflow: visible !important;
    width: auto !important;
    white-space: normal !important;
}