html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 80px;
}

nav {
    z-index: 9999;
}

.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.navbar-paristennis {
    background-color: rgb(65, 203, 154);
    border: none;
    border-color: transparent;
    border-radius: 0px;
    height: 80px;
    margin-bottom: 0;
}

.navbar-paristennis a.logo-paris {
    padding: 7px;
    display: table;
}

.navbar-paristennis a.logo-paris img {
    height: 65px;
    width: 100%;
}

.navbar-paristennis li.account a {
    padding: 0;
    line-height: 80px;
}

.information h1 {
    color: rgb(28, 201, 141);
    font-family: 'Montserrat';
    font-weight: 700;
    font-size: 50px;
}

.information h2 {
    color: rgb(18, 82, 136);
    font-family: 'Montserrat';
    font-weight: 700;
    font-size: 34px;
}

.information img.cards {
    height: 168px;
}

hr.horizontal-separator {
    border-top: 1px solid rgb(231, 231, 231);
}

.container.account-creation {
    margin-top: 60px;
    margin-bottom: 124px;
}

.account-creation .step img,
.repriseTickets .step img {
    height: 55px;
}

.account-creation .step h3,
.repriseTickets .step h3 {
    color: rgb(18, 82, 136);
    font-family: 'Montserrat';
    font-weight: 700;
    font-size: 22px;
    text-transform: uppercase;
    padding: 0px 58px;
}

.account-creation .step .description,
.repriseTickets .step .description {
    padding: 0px 60px;
}

.account-creation .step .description span,
.repriseTickets .step .description span {
    color: rgb(18, 82, 136);
    font-family: 'Montserrat';
    font-weight: 300;
    font-size: 18px;
}

.account-creation .step:first-child,
.repriseTickets .step:first-child {
    border-right: 1px solid rgb(231, 231, 231);
}

.account-creation .step:last-child,
.repriseTickets .step:last-child {
    border-left: 1px solid rgb(231, 231, 231);
}

a.btn.medium {
    padding-top: 12px;
}

.btn {
    background-color: rgb(18, 82, 136);
    color: rgb(255, 255, 255);
    font-family: 'Montserrat';
    font-weight: 700;
    padding: 0 20px;
    white-space: normal;
    display: inline-block;
    position: relative;
    z-index: 1;
    border: 0;
}

.btn.big {
    height: 70px;
    font-size: 16px;
    margin-top: 18px;
    margin-bottom: 18px;
}

.btn.medium {
    height: 70px;
    font-size: 16px;
    width: 240px;
    margin-top: 18px;
    margin-bottom: 18px;
}

.btn:hover {
    color: rgb(255, 255, 255);
}

.btn:hover::after {
    width: 100%;
}

.btn-darkblue::after {
    background-color: rgb(15, 69, 115);
    color: white;
}

.btn-lightblue::after {
    background-color: rgb(73, 139, 194);
    color: white;
}

.btn-wireframe::after {
    background-color: rgb(250, 255, 118);
    color: white;
}

.btn-darkgreen::after {
    background-color: rgb(23, 170, 119);
    color: white;
}

.btn::after {
    border-radius: 3px;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    -webkit-transition: width 0.35s ease 0s;
    transition: width 0.35s ease 0s;
    width: 0;
    z-index: -1;
}

.btn.disabled {
    opacity: 0.2;
}

button.create-account,
div.button {
    width: 420px;
}

div.button {
    margin: 0 auto;
}

.account-creation div.button {
    margin-top: 60px;
}

.footer {
    background-color: rgb(245, 245, 245);
    width: 100%;
    height: 80px;
    position: absolute;
    bottom: 0;
}

.site-links {
    padding-left: 0px;
    display: table-cell;
    height: 78px;
    vertical-align: middle;
}

.site-links li {
    list-style: none;
    display: inline;
    padding-right: 10px;
}

.site-links li a {
    font-size: 15px;
    color: rgb(51, 51, 51);
}

.site-links li a:hover {
    text-decoration: none;
}

.site-links li a.master-site {
    font-weight: 500;
    margin-right: 30px;
}

.navbar-paristennis li.text a {
    height: 80px;
    line-height: 51px;
    color: rgb(255, 255, 255);
    font-family: 'Montserrat';
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
}

.navbar-paristennis li.text a:hover,
.navbar-paristennis li.text a:focus,
.navbar-paristennis li.active.text a {
    font-weight: 500;
    color: rgb(255, 255, 255);
    background-color: transparent;
}

.navbar-paristennis li.active.text a:hover,
.navbar-paristennis li.active.text a:focus {
    color: rgb(255, 255, 255);
    background-color: transparent;
}

.navbar-paristennis li.active.text a span {
    padding-bottom: 8px;
    border-bottom: 1px solid rgb(255, 255, 255);
}

.hero {
    background-color: rgb(18, 82, 136);
    height: 188px;
    width: 100%;
    display: inline-block;
}

.hero h1 {
    color: rgb(255, 255, 255);
    font-family: 'Montserrat';
    font-size: 26px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 188px;
    margin: 0;
}

.hero-grey {
    background-color: rgb(245, 245, 245);
    height: 171px;
    width: 100%;
    display: inline-block;
    padding: 37px 0;
    display: table-cell;
    vertical-align: middle;
    width: 100vw;
}

.hero-grey h1 {
    color: rgb(18, 82, 136);
    font-family: 'Montserrat';
    font-size: 36px;
    font-weight: bold;
    line-height: 46px;
    margin: 0;
}

.hero-grey h1 span {
    display: block;
}

body.signup .validation-block,
.information-block {
    background-color: rgb(240, 248, 255);
    color: rgb(18, 82, 136);
    font-family: 'Montserrat';
    font-size: 18px;
    font-weight: 300;
}

body.signup.error .error {
    background-color: rgba(242, 118, 118, 0.18);
    color: rgb(255, 85, 85);
    font-family: 'Montserrat';
    font-size: 18px;
    font-weight: 500;
}

body.signup.error .error p {
    padding: 30px;
    margin: 0;
}

body.signup .validation-block .description,
.information-block .description {
    padding: 47px 0;
}

body.order .information-block .description {
    padding: 28px 0;
}

body.order .information-block .description span {
    font-weight: normal;
}

body.order .information-block .description p {
    margin: 0;
}

.radio .radio-multilines>* {
    display: block;
    color: rgb(51, 51, 51);
    font-family: 'Montserrat';
    font-size: 18px;
    font-weight: 300;
}

.radio .radio-multilines {
    padding-left: 34px;
    position: relative;
}

.information-picto,
.error-picto {
    height: 27px;
    float: left;
    margin-right: 12px;
}

.error-picto {
    float: none;
    vertical-align: middle;
}

#signupForm {
    margin: 50px 0;
}

label {
    font-weight: 300;
    font-size: 18px;
    margin-bottom: 20px;
}

.pieces-of-identity h2 {
    font-size: 25px;
}

.upload-module small.piece {
    font-family: 'Montserrat';
    font-weight: 500;
    font-size: 14px;
    color: rgb(18, 82, 136);
    margin-top: 20px;
}

.information-tarif {
    color: rgb(51, 51, 51);
    font-size: 18px;
    margin-top: 15px;
}

.site-links.li {
    font-size: 15px;
    color: rgb(51, 51, 51);
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: rgb(250, 255, 118);
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: none;
}

.navbar-default .navbar-toggle {
    border-color: rgb(65, 203, 154);
    margin: 23px 0;
}

.navbar-nav {
    background-color: rgb(65, 203, 154);
    float: right;
    margin-top: inherit;
}

input.form-control {
    height: 55px;
    width: 220px;
    border-radius: 0px;
    border-color: rgb(225, 225, 225);
    margin-bottom: 20px;
    margin-top: 10px;
    padding: 4px;
    font-size: 13px;
    line-height: 18px;
    font-weight: 400;
}

table.tarifs {
    width: 100%;
    margin: 30px auto;
    table-layout: fixed;
}

table.tarifs th,
table.tarifs td {
    text-align: center;
    vertical-align: middle;
    font-size: 16px;
    font-weight: normal;
    font-family: "Montserrat";
    height: 55px;
    padding: 10px;
    border: 1px solid rgba(199, 199, 199, 0.6);
    width: calc(100% / 3);
}

table.tarifs td {
    font-weight: 200;
}

.conditions h3 {
    border-bottom: 1px solid rgba(199, 199, 199, 0.6);
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.conditions {
    margin-bottom: 40px;
}

h3 {
    font-size: 24px;
    font-weight: bold;
    font-family: "Montserrat";
    color: rgb(18, 82, 136);
}

.conditions span,
.conditions p {
    font-size: 18px;
    font-weight: normal;
    font-family: "Montserrat";
}

.conditions p {
    font-size: 18px;
    font-weight: 200;
    line-height: 26px;
    font-family: "Montserrat";
}

.conditions p {
    margin-bottom: 20px;
}


/* Carnet */

.hero h1.img img {
    vertical-align: text-bottom;
    margin-right: 15px;
}

.profile ul.tabs-menu,
.mareservation ul.tabs-menu,
.orderhistory ul.tabs-menu {
    display: inline-flex;
    justify-content: space-between;
    width: 100%;
}

.profile ul.tabs-menu:before,
.profile ul.tabs-menu:after,
.mareservation ul.tabs-menu:before,
.mareservation ul.tabs-menu:after,
.orderhistory ul.tabs-menu:before,
.orderhistory ul.tabs-menu:after {
    display: none;
}

.profile ul.nav-tabs>li,
.mareservation ul.nav-tabs>li,
.orderhistory ul.nav-tabs>li {
    margin-bottom: 0;
}

.profile .panel-group,
.mareservation .panel-group,
.orderhistory .panel-group {
    margin-bottom: 23px;
}

.profile .panel-group .panel,
.mareservation .panel-group .panel,
.orderhistory .panel-group .panel {
    border-radius: 0;
}

.profile .panel-heading,
.mareservation .panel-heading,
.orderhistory .panel-heading {
    padding: 16px 24px;
    position: relative;
}

.profile .panel-heading h4 span,
.mareservation .panel-heading h4 span,
.orderhistory .panel-heading h4 span {
    font-size: 18px;
    font-weight: 500;
    margin-left: 10px;
}

.profile .panel-heading a:hover,
.profile .panel-heading a:focus,
.order .panel-heading a:hover,
.order .panel-heading a:focus {
    text-decoration: none;
}

.profile .panel-default {
    border: none;
    box-shadow: none;
}

.profile .panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: rgb(245, 245, 245);
    background-color: rgb(245, 245, 245);
    padding: 0px 24px 30px 24px;
}

.profile .panel-default>.panel-heading {
    background-color: rgb(245, 245, 245);
    border-color: transparent;
}

.profile .panel-heading {
    border-radius: 0;
}

.profile .panel-group h4 {
    color: rgb(18, 82, 136);
    font-family: 'Montserrat';
    font-weight: 700;
    font-size: 18px;
    margin: 0;
    padding: 5px 0;
}

.profile .panel-body>* {
    color: rgb(18, 82, 136);
    font-family: 'Montserrat';
    font-weight: normal;
    font-weight: 300;
    font-size: 18px;
}

.profile .panel-group svg.arrow {
    fill: rgba(85, 85, 85, 0.38);
    position: absolute;
    right: 0;
    top: 0;
    right: 24px;
    top: 39%;
}

.panel-group .panel+.panel {
    margin-top: 10px;
}

.profile .panel-group a[aria-expanded=true] svg.arrow {
    fill: rgb(18, 82, 136);
    -moz-transform: scale(1, -1);
    -webkit-transform: scale(1, -1);
    -o-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1);
}

.profile .panel-group .entry+.entry {
    margin-top: 20px;
}

.profile #bookingBook .title {
    font-size: 18px;
    font-weight: normal;
    margin: 30px 0 15px 0;
}


/*custom radio buttons cross browser*/

input[type=radio] {
    width: 0;
    height: 0;
    opacity: 0;
}

input[type=radio]:checked+div:before {
    background-color: rgb(18, 82, 136);
}

input[type=radio]:focus+div:before {
    background-color: rgb(18, 82, 136);
}

input[type=radio]+div:before {
    background-color: rgb(224, 224, 224);
    border-radius: 10px;
    display: inline-block;
    position: absolute;
    height: 17px;
    width: 17px;
    content: ' ';
    margin-right: 10px;
    cursor: pointer;
    left: 0px;
    top: 4px;
}

input[type=radio]+div:after {
    border-radius: 50px 50px 50px 50px;
    content: " ";
    height: 7px;
    width: 7px;
    position: absolute;
    top: 3px;
    left: 5px;
    -webkit-transform: translate(-60%, 0);
    transform: translate(-60%, 0);
}

label {
    display: inline;
    position: relative;
}


/*custom radio buttons cross browser*/


/*search result*/

.search-result-block {
    background-color: rgb(255, 255, 255);
}

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.row.flex {
    margin-right: 0;
}

.row.tennis-court {
    margin: 0;
}

.row.tennis-court:not(:last-child) {
    border-bottom: 1px solid rgb(198, 198, 198);
}

.search-result-block .column {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.search-result-block .column:first-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
}

.search-result-block .column:last-of-type {
    -webkit-box-flex: 3;
    -ms-flex: 3;
    flex: 3;
}

.search-result-block aside.hour {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-color: rgb(87, 165, 230);
    color: rgb(255, 255, 255);
    width: 68px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    font-family: 'Montserrat';
    font-weight: 500;
    font-size: 18px;
}

div.flex.row:before,
div.flex.row:after {
    display: none;
}

.datas .tennis-court {
    color: rgb(18, 82, 136);
    font-family: 'Montserrat';
    font-weight: 300;
    font-size: 20px;
    height: 110px;
    line-height: 110px;
}

.button.book button {
    display: inline;
}

button.book button {
    width: 200px;
}

.button.book img {
    height: 20px;
    padding-right: 14px;
    margin-bottom: 4px;
}

.amount {
    float: left;
}

.amount .price,
.amount .price-description {
    display: block;
}

.amount .price {
    font-family: 'Montserrat';
    font-weight: 500;
    font-size: 30px;
    line-height: 82px;
}

.amount .price-description {
    font-family: 'Montserrat';
    font-weight: 500;
    font-size: 13px;
    text-transform: uppercase;
    line-height: 0;
}

hr.row-separator {
    margin: 0;
    border: 1.4px solid rgb(64, 148, 217);
}


/*steps*/

.steps {
    height: 105px;
    border-bottom: 1px solid rgb(198, 198, 198);
    background-color: rgb(245, 245, 245);
}

.steps ul {
    list-style-type: none;
}

.steps ul li span {
    line-height: 91px;
    font-family: 'Montserrat';
    font-size: 20px;
    color: rgb(153, 153, 153);
}

.steps ul li.active span {
    position: relative;
    font-weight: 500;
    color: rgb(18, 82, 136);
}

.steps ul li.active span:after {
    width: 27px;
    height: 27px;
    background-color: rgb(18, 82, 136);
    display: block;
    position: absolute;
    left: 43%;
    border-radius: 20px;
    content: "";
    margin-top: 0;
}

.steps ul li span:after {
    width: 17px;
    height: 17px;
    background-color: rgb(153, 153, 153);
    display: block;
    position: absolute;
    left: 48%;
    border-radius: 20px;
    content: "";
    margin-top: 5px;
}

.order h1 {
    font-size: 32px;
    font-family: 'Montserrat';
    font-weight: 700;
    color: rgb(18, 82, 136);
    margin: 50px auto;
}

.order .vcard>*,
.order .court-date>*,
.order .price>* {
    font-family: 'Montserrat';
    color: rgb(18, 82, 136);
    font-size: 20px;
    font-weight: 300;
}

.order .vcard .adr .tennis-name {
    font-size: 24px;
    font-weight: 500;
}

.order .court-date {
    font-size: 18px;
}


/*tabs*/

.tab-content .fade.in {
    background-color: transparent;
}

.form-group span {
    display: block;
    margin: 17px;
}

.tab-content h2 {
    color: rgb(51, 51, 51);
    font-family: 'Montserrat';
    font-size: 18px;
    font-weight: 500;
    margin: 40px 0;
}

.tab-content .accident-contact p {
    margin: 35px 0;
}

.tab-content a.parisian-account {
    font-family: 'Montserrat';
    color: rgb(18, 82, 136);
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 50px;
    display: block;
}

.tab-content .ocr-module {
    margin-bottom: 50px;
}

.tab-content .ocr-module span.piece {
    margin-left: 20px;
    margin-right: 20px;
}

.tab-content .ocr-module span.vertical-separator {
    border-right: 1px solid rgb(225, 225, 225);
}

.tab-content .ocr-module span.file-name {
    margin-left: 20px;
    color: rgb(51, 51, 51);
    font-family: 'Montserrat';
    font-size: 15px;
    font-weight: 500;
}

.tab-content small.info {
    display: block;
}

.tabs-menu.nav-tabs.nav-justify {
    border-bottom: none;
}

.tabs-menu.nav-tabs.nav-justify>li>a {
    padding: 29px 0;
    border: 0px;
    font-family: 'Montserrat';
    font-size: 17px;
    font-weight: 300;
    color: rgb(150, 155, 160);
}

.tabs-menu.nav-tabs.nav-justify>li>a:hover {
    background-color: transparent;
    border: 0px;
    color: rgb(18, 82, 136);
}

.tabs-menu.nav-tabs.nav-justify>.active>a {
    border: 0px;
    font-weight: 700;
    color: rgb(18, 82, 136);
}

.tabs-menu.nav-tabs.nav-justify>.active>a:hover {
    border: 0px;
}


.popover.fade.in {
    background-color: transparent;
}

/* Pop-in Signup */

.modal.fade.in {
    background-color: rgba(70, 198, 152, 0.81);
}

.modal-title {
    color: rgb(57, 57, 57);
    font-size: 18px;
    font-weight: 300;
    text-align: center;
}

.paris-ecoute {
    text-decoration: underline;
    color: rgb(57, 57, 57);
}

.modal-body {
    color: rgb(18, 82, 136);
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    padding-top: 20px;
    border-bottom: 1px solid rgb(229, 229, 229);
}

.btn.popin {
    display: block;
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 15px;
}

.modal-content {
    border-radius: 0px;
    box-shadow: none;
    border: none;
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-left: -100px;
    margin-right: -100px;
}

.modal-header .close {
    margin-top: -20px;
    margin-right: -45px;
}

.modal {
    text-align: center;
    padding: 0!important;
    z-index: 9999;
}

.modal:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px;
}

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

.popin-close {
    width: 15px;
    height: 15px;
    float: right;
    margin-top: -16px;
    margin-right: -45px;
}


/* Pop-in Sign Up 2 */

.modal-title.justificatif {
    text-align: center;
}

.confirmation-email {
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    color: rgb(57, 57, 57);
}

.btn.popin.save {
    display: inline;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 15px;
    margin: inherit;
}

.btn.popin.ignore {
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 15px;
    background-color: rgb(255, 255, 255);
    border: 2px solid rgb(18, 82, 136);
    color: rgb(18, 82, 136);
}

button.btn.btn-default.popin.ignore {
    margin-top: inherit;
}

.modal-footer.telechargement {
    text-align: center;
}

.modal-footer {
    border-top: none;
}

.conservation {
    font-size: 18px;
    font-weight: 400;
    color: rgb(51, 51, 51);
    margin-top: 22px;
    padding-left: 10px;
    padding-right: 10px;
}

.pastille {
    margin-top: 10px;
}

.tab-content .rates-infos-block {
    margin: 30px 0;
}

.tab-content .rates-infos-block .status {
    margin-bottom: 5px;
    display: block;
}

.reservations {
    background: rgb(82, 213, 166);
    background: -moz-linear-gradient(-45deg, rgb(82, 213, 166) 0%, rgb(181, 244, 189) 100%);
    background: -webkit-linear-gradient(-45deg, rgb(82, 213, 166) 0%, rgb(181, 244, 189) 100%);
    background: linear-gradient(135deg, rgb(82, 213, 166) 0%, rgb(181, 244, 189) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#52d5a6', endColorstr='#b5f4bd', GradientType=1);
    height: 394px;
}

.reservations h1 {
    margin-top: 55px;
    font-size: 40px;
    color: rgb(255, 255, 255);
    font-family: 'Montserrat';
    font-weight: 700;
    margin-bottom: 0px
}

.reservations h2 {
    margin: 0px;
    font-size: 40px;
    color: rgb(255, 255, 255);
    font-family: 'Montserrat';
    font-weight: 700;
    border-bottom: 2px solid rgb(255, 255, 255);
    display: table;
    padding-bottom: 4px
}

.reservations p {
    margin: 0;
    font-size: 20px;
    color: rgb(255, 255, 255);
    font-family: 'Montserrat';
    font-weight: 500;
}

.reservations img {
    margin-top: 30px;
}

.reservations div.headline {
    padding-left: 0;
}

.container.search .search-block {
    margin-top: -130px;
    background-color: rgb(255, 255, 255);
}

.container.search .search-block .button .btn.btn-darkgreen {
    background-color: rgb(28, 201, 141);
    width: 500px;
}

.container.search .search-block h3 {
    text-align: center;
    color: rgb(65, 203, 154);
    font-family: 'Montserrat';
    font-weight: 700;
    font-size: 24px;
    border-bottom: 1px solid rgb(198, 198, 198);
    margin: 0;
    padding: 20px 0;
}

.row.content {
    margin: 0;
}

.container.search .search-block .form-group label {
    color: rgb(111, 111, 111);
    font-family: 'Montserrat';
    font-weight: 300;
    margin-bottom: 15px;
}

.container.search .search-block .form-group input[type=text], .captcha input[type=text] {
    height: 55px;
    background-color: rgb(247, 247, 248);
    border: none;
    color: rgb(144, 149, 155);
    font-family: 'Montserrat';
    font-weight: 300;
    font-size: 16px;
    margin-bottom: 8px;
    margin-top: 8px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    width: 100%;
}

.container.search .search-block .form-group input[type=text]::-webkit-input-placeholder {
    font-family: 'Montserrat';
    font-weight: 300;
    font-size: 16px;
}

.container.search .search-block .form-group input#when[type=text] {
    color: transparent !important;
    text-shadow: 0 0 0 #41cb9a;
    font-family: 'Montserrat';
    font-weight: 500;
    font-size: 16px;
}

.container.search .search-block .form-group input#when[type=text]:-moz-placeholder {
    color: transparent !important;
    text-shadow: 0 0 0 #41cb9a;
    font-family: 'Montserrat';
    font-weight: 500;
    font-size: 16px;
}


/* Firefox <= 18 */

.container.search .search-block .form-group input#when[type=text]::-moz-placeholder {
    color: transparent !important;
    text-shadow: 0 0 0 #41cb9a;
    font-family: 'Montserrat';
    font-weight: 500;
    font-size: 16px;
}


/* Firefox >= 19 */

.container.search .search-block .form-group input#when[type=text]::-webkit-input-placeholder {
    color: transparent !important;
    text-shadow: 0 0 0 #41cb9a;
    font-family: 'Montserrat';
    font-weight: 500;
    font-size: 16px;
}

.container.search .search-block .form-group input#when[type=text]:-ms-input-placeholder {
    color: rgb(65, 203, 154) !important;
    font-family: 'Montserrat';
    font-weight: 500;
    font-size: 16px;
}


/* IE */

.container.search .search-block .form-group {
    margin-top: 15px;
}

.container.search .search-block .alert.alert-warning.alert-dismissible {
    background-color: rgb(255, 252, 173);
    color: rgb(0, 0, 0);
    border: none;
    border-radius: 0;
    text-align: center;
    font-family: 'Montserrat';
    font-weight: 300;
    font-size: 18px;
    padding: 20px 20%;
    position: relative;
    margin: 15px;
}

.container.search .search-block .alert.alert-warning.alert-dismissible button {
    position: absolute;
    top: 10px;
    right: 12px;
    opacity: 1;
}

.container.search .search-block .dropdown .btn {
    background-color: rgb(247, 247, 248);
    width: 100%;
    height: 55px;
    color: rgb(144, 149, 155);
    font-family: 'Montserrat';
    font-weight: 300;
    font-size: 16px;
    border-radius: 0;
}


/*search slider*/

.container.search .search-block .search-module-slider {
    padding: 16px 22px;
}

.container.search .search-block .hours ul {
    padding-left: 5%;
}

.container.search .search-block .hours ul li {
    display: inline-block;
}

.container.search .search-block .hours ul li:not(:last-child) {
    display: inline-block;
    width: 27%;
}

.container.search .search-block .hours ul li:last-child {
    text-align: right;
}

.container.divcaptcha {
	margin-top: 50px;
}

.container.divcaptcha form {
	margin-top: 40px;
}

.tennis-infos {
    background-color: rgb(87, 165, 230);
    text-align: center;
    font-family: 'Montserrat';
    font-weight: 500;
    font-size: 15px;
    height: 55px;
}

.tennis-infos a {
    color: rgb(255, 255, 255);
    line-height: 55px;
}

.tennis-infos img {
    position: relative;
    top: -1px;
    left: 11px;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
    border: 1px solid rgb(197, 197, 197);
    background: rgb(246, 246, 246);
    font-weight: normal;
    color: rgb(69, 69, 69);
}

.ui-widget-content {
    background: rgb(245, 245, 245);
}

.ui-widget-header {
    background-color: rgb(168, 242, 188);
    color: rgb(51, 51, 51);
    font-weight: bold;
}

.search-module {
    background-color: white;
    height: 150px;
    padding-top: 75px;
}

#slider {
    margin: 0 auto;
    width: 100%;
    height: 20px;
}

.ui-slider .ui-slider-handle {
    width: 2.1em;
    height: 2.1em;
    border-radius: 50%;
    -webkit-box-shadow: -2px 0px 7px 0px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: -2px 0px 7px 0px rgba(0, 0, 0, 0.18);
    box-shadow: -2px 0px 7px 0px rgba(0, 0, 0, 0.18);
}

.ui-slider-handle:focus {
    outline: none;
}


/*hours*/

.hours li.masked {
    visibility: hidden;
}


/*hours*/


/*search slider*/


/*datepicker*/

.date-picker {
    background-color: rgb(234, 234, 234);
    margin-bottom: 30px;
    position: relative;
}

.date-picker.short {
    background-color: transparent;
}

.date-picker.short .row.content .row.seven-cols div[class*=' col'] {
    border: 1px solid rgb(198, 198, 198);
    border-right: none;
}

.date-picker.short .row.content .row.seven-cols div[class*=' col']:last-child {
    border: 1px solid rgb(198, 198, 198);
}

.date-picker.short:before {
    content: none;
}

.date-picker:before {
    content: '';
    width: 0;
    height: 0;
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    border-bottom: 18px solid rgb(234, 234, 234);
    position: absolute;
    /* transform: scaleY(.5) scaleY(.5); */
    /* margin-top: 46px; */
    right: 16px;
    top: -15px;
}

.date-picker span.title {
    margin: 20px 0;
    display: block;
    color: rgb(111, 111, 111);
    font-family: 'Montserrat';
    font-weight: 300;
    font-size: 18px;
}

.date-picker .row.content .row.seven-cols {
    margin-bottom: 30px;
    margin-left: 0;
    margin-right: 0;
}

.date-picker .row.content .row.seven-cols div[class*=' col']:first-child {
    /*    padding-left: 15px;*/
}

.date-picker .row.content .row.seven-cols div[class*=' col']:last-child {
    /*    padding-right: 15px;*/
    border: none;
}

.date-picker .row.content .row.seven-cols div[class*=' col'] {
    /*    background-color: red;*/
    padding: 0;
    background-color: rgb(255, 255, 255);
    border-right: 1px solid rgb(198, 198, 198);
}

.date-picker .date-item {
    display: block;
    cursor: pointer;
    padding: 16px 22px;
}

.date-picker .date-item.selected {
    background-color: rgb(28, 201, 141);
}

.date-picker .date-item .date {
    text-align: center;
    text-transform: uppercase;
    color: rgb(144, 149, 155);
    margin-bottom: 14px;
    display: block;
    padding: 0px 7px;
    height: 40px;
}

.date-picker .date-item.selected .date {
    color: rgb(255, 255, 255);
}

.date-picker .date-item .meteo {
    height: 50px;
}

.date-picker .date-item .meteo .picto .sun,
.date-picker .date-item .meteo .picto .clouds,
.date-picker .date-item .meteo .picto .thunderbolt {
    fill: rgb(229, 229, 229);
}

.date-picker .date-item.selected .meteo .picto .sun,
.date-picker .date-item.selected .meteo .picto .clouds,
.date-picker .date-item.selected .meteo .picto .thunderbolt {
    fill: rgb(255, 255, 255);
}

.date-picker .date-item .meteo .picto .clouds {
    margin-top: 5px;
}

.date-picker .date-item .meteo .temperatures {
    height: 45px;
    vertical-align: middle;
    display: table-cell;
    padding-left: 11px;
    color: rgb(144, 149, 155);
}

.date-picker .date-item.selected .meteo .temperatures {
    color: rgb(255, 255, 255);
}

.date-picker .date-item .dispo .digits {
    text-align: center;
    color: rgb(28, 201, 141);
    font-family: 'Montserrat';
    font-weight: 500;
    font-size: 22px;
}

.date-picker .date-item.selected .dispo .digits {
    color: rgb(255, 255, 255);
}

.date-picker .date-item .dispo span {
    display: block;
    color: rgb(144, 149, 155);
    font-family: 'Montserrat';
    font-weight: 300;
    font-size: 12px;
    text-align: center;
}

.date-picker .date-item.selected .dispo span {
    color: rgb(255, 255, 255);
}

.date-picker .date-item .dispo .size {
    width: 100%;
    height: 7px;
    background-color: rgb(247, 247, 248);
    margin: 10px 0px;
}

.date-picker .date-item.selected .dispo .size {
    background-color: rgb(37, 188, 136);
}

.date-picker .date-item .dispo .size .value {
    height: 7px;
    background-color: rgb(28, 201, 141);
}

.date-picker .date-item.selected .dispo .size .value {
    background-color: rgb(255, 255, 255);
}

.date-picker .row.content .row.seven-cols div[class*=' col']:hover {
    background-color: rgba(28, 198, 139, 0.2);
    -o-transition: .25s;
    -ms-transition: .25s;
    -moz-transition: .25s;
    -webkit-transition: .25s;
    /* ...and now for the proper property */
    transition: .25s;
}

.date-picker button.close {
    position: absolute;
    right: 23px;
    top: 13px;
    z-index: 1000;
}


/*dropdown custom multicheck*/

.dropdown.multi-check ul.dropdown-menu {
    z-index: 1001;
    width: 100%;
    background-color: rgb(247, 247, 248);
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    margin-top: 0;
    border-top: 1px solid rgb(198, 198, 198);
}

.dropdown.multi-check ul.dropdown-menu li {
    padding: 10px;
}

.dropdown.multi-check ul.dropdown-menu li a {
    padding: 0;
}

.control {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 0;
    cursor: pointer;
    font-family: 'Montserrat';
    font-weight: 300;
    font-size: 16px;
}

.control span {
    color: rgb(144, 149, 155);
}

.control input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.control__indicator {
    position: absolute;
    top: 2px;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: rgb(235, 235, 235);
}

.control:hover input~.control__indicator,
.control input:focus~.control__indicator {
    background: rgb(204, 204, 204);
}

.control input:checked~.control__indicator {
    background-color: rgb(42, 204, 148);
}

.control input:checked~span {
    color: rgb(42, 204, 148);
    font-weight: 500;
}

.control:hover input:not([disabled]):checked~.control__indicator,
.control input:checked:focus~.control__indicator {
    background-color: rgb(42, 204, 148);
}

.control input:disabled~.control__indicator {
    background: rgb(247, 247, 248);
    opacity: 0.6;
    pointer-events: none;
}

.control__indicator:after {
    content: '';
    position: absolute;
    display: none;
}

.control input:checked~.control__indicator:after {
    display: block;
}

.control--checkbox .control__indicator:after {
    left: 7px;
    top: 2px;
    width: 7px;
    height: 12px;
    border: solid rgb(255, 255, 255);
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.control--checkbox input:disabled~.control__indicator:after {
    border-color: rgb(123, 123, 123);
}

body.homepage,
body.tennisparisiens,
body.reglement,
body.search-result {
    background-color: rgb(245, 245, 245);
}
.map-background {
    background-color: #fff;
}

.tennis-map {
    background-image: url('../img/test-map.png');
    background-size: cover;
}

.map-informations {
    background-color: rgb(255, 255, 255);
    padding: 15px;
}

.map-informations .hide-information {
    color: rgb(51, 51, 51);
    font-family: 'Montserrat';
    font-weight: 300;
    font-size: 14px;
    margin-bottom: 20px;
    display: block;
}

.map-informations hr {
    margin-left: -15px;
    margin-right: -15px;
}

.map-informations .tennis-block {
    color: rgb(51, 51, 51);
    font-family: 'Montserrat';
    font-weight: 300;
}

.map-informations .tennis-block .tennis-name {
    display: block;
    font-size: 18px;
    text-transform: uppercase;
}

.map-informations .tennis-block .address {
    display: block;
    font-size: 18px;
    margin-bottom: 20px;
}

.map-informations .tennis-block .transports {
    font-size: 17px;
}

.map-informations .tennis-block .transports .subway,
.map-informations .tennis-block .transports .phone {
    display: block;
}

.map-informations .tennis-block .transports .subway img,
.map-informations .tennis-block .transports .phone img {
    padding-right: 10px;
}

.map-informations .tennis-block .tennis-informations {
    font-size: 18px;
    margin: 40px 0 70px 0;
}

.map-informations .tennis-block .tennis-informations span:first-child {
    float: left;
}

.map-informations .tennis-block .tennis-informations span {
    display: block;
    padding: 4px 0px;
}

.map-informations .actions .button,
.map-informations .actions a {
    display: block;
    text-align: center;
    margin: 0 auto;
    width: 90%;
}

.map-informations .actions a.planning {
    font-weight: 500;
    font-size: 18px;
    color: rgb(51, 51, 51);
}

.map-informations .actions .button {
    margin-bottom: 20px;
}

.map-informations .actions .button a img {
    padding-right: 10px;
}

.map-informations .actions .button a.btn.medium {
    padding-top: 21px;
}

.map-informations .actions .button .btn-lightblue {
    background-color: rgb(87, 165, 230);
}

.map-informations .actions .button .btn-wireframe {
    background-color: rgb(255, 255, 255);
    color: rgb(28, 201, 141);
    border: 1px solid rgb(28, 201, 141);
}

.map-informations .hide-information img {
    padding-right: 10px;
}

.map-informations .hide-information:hover {
    text-decoration: none;
    cursor: pointer;
}


/* map container & tennis infos expand block */

.homepage .map-container {
    position: relative;
    width: 100%;
    height: 717px;
}

.homepage .map-container #mymap {
    height: 717px;
}

.homepage .map-container .map-informations {
    opacity: 1;
    display: none;
    z-index: 1000;
    position: absolute;
    right: 0px;
}
.search-result .map-container {
    position: relative;
    width: 100%;
    height: 717px;
    background-color: rgb(245, 245, 245);
}
.search-result .map-container #mymap {
    height: 717px;
}

.search-result .map-container .map-informations {
    opacity: 1;
    display: none;
    z-index: 1000;
    position: absolute;
    right: 0px;
    border: 1px solid rgb(245, 245, 245);
}
.map-legend {
    position: absolute;
    z-index: 999;
    right: 30px;
    bottom: 30px;
    height: auto;
    padding: 20px 20px 10px 20px;
    background-color: rgb(255, 255, 255);
}
.map-legend img{
    margin-right: 13px;
}
/* map container & tennis infos expand block */

.map h2,
.account-creation h2,
.repriseTickets h2 {
    color: rgb(18, 82, 136);
    font-family: 'Montserrat';
    font-weight: 700;
    font-size: 37px;
}

.row.map .tennis-map {
    padding: 0;
}

.account-creation.home .step {
    padding: 70px 0;
    background-color: rgb(255, 255, 255);
}

.weather-module {
    background-color: rgb(87, 165, 230);
    padding-bottom: 70px;
}

.weather-module h3 {
    color: rgb(255, 255, 255);
    font-family: 'Montserrat';
    font-weight: 700;
    font-size: 28px;
}

.weather-module .temperature-block {
    background-color: rgb(255, 255, 255);
}

.weather-module ul.information-block-tennis {
    background-color: rgb(255, 255, 255);
    padding-left: 0;
    margin-bottom: 0;
}

.t-cell>div.column {
    display: table-cell;
    float: none;
    vertical-align: middle;
}

.weather-module ul.information-block-tennis li {
    border-bottom: 1px solid rgb(198, 198, 198);
    list-style: none;
    padding: 20px;
}

.weather-module ul.information-block-tennis li .days {
    color: rgb(18, 82, 136);
    font-family: 'Montserrat';
    font-weight: 300;
    font-size: 16px;
}

.weather-module ul.information-block-tennis li .days span:last-child {
    text-transform: uppercase;
}

.weather-module ul.information-block-tennis li .datas .title {
    color: rgb(18, 82, 136);
    font-family: 'Montserrat';
    font-weight: 500;
    font-size: 25px;
}

.weather-module ul.information-block-tennis li .datas p {
    color: rgb(51, 51, 51);
    font-family: 'Montserrat';
    font-weight: 300;
    font-size: 18px;
}

.weather-module .temperature-block .sun,
.weather-module .temperature-block .clouds .weather-module .temperature-block .thunderbolt {
    padding-top: 50px;
}

.weather-module .temperature-block .city {
    padding-top: 20px;
    padding-bottom: 10px;
    color: rgb(87, 165, 230);
    font-family: 'Montserrat';
    font-weight: 300;
    font-size: 26px;
    text-transform: uppercase;
}

.weather-module .temperature-block .date {
    color: rgb(144, 149, 155);
    font-family: 'Montserrat';
    font-weight: 300;
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 40px;
}

.weather-module .temperature-block .list .day {
    color: rgb(152, 152, 152);
    font-family: 'Montserrat';
    font-weight: 300;
    font-size: 13px;
    text-transform: uppercase;
    margin: 15px 0;
    display: block;
}

.weather-module .temperature-block .list .date-block {
    color: rgb(87, 165, 230);
    font-family: 'Montserrat';
    font-weight: 300;
    font-size: 22px;
}

.weather-module .temperature-block .list .date-block img {
    margin-right: 22px;
}


/*search-result*/

.dayshours {
    background-color: rgb(255, 255, 255);
    padding-bottom: 30px;
}

.dayshours span {
    font-family: 'Montserrat';
    font-weight: 300;
    font-size: 18px;
}

.dayshours ul li {
    font-family: 'Montserrat';
    font-weight: 300;
    font-size: 16px;
}

.dayshours span,
.dayshours ul li {
    color: rgb(144, 149, 155);
}

.dayshours .hours li:not(:first-child):not(:last-child) span.line {
    position: absolute;
    width: 1px;
    height: 43px;
    background-color: rgb(198, 198, 198);
    top: -47px;
    left: 8px;
}

.search-block .hours span.line,
.dayshours .hours span.line {
    position: absolute;
    width: 1px;
    height: 43px;
    background-color: rgb(198, 198, 198);
    top: -47px;
    left: 0;
}

.search-block .hours li:last-child span:not(.line),
.dayshours .hours li:last-child span:not(.line) {
    position: absolute;
    right: 13px;
}

.search-block .hours li:not(:first-child):not(:last-child) span.line {
    left: 6px;
}

.dayshours .creneaux {
    display: block;
    margin-bottom: 25px;
}

.datas .tennis-court {
    color: rgb(18, 82, 136);
    font-family: 'Montserrat';
    font-weight: 300;
    font-size: 18px;
    height: 80px;
    line-height: 80px;
}

.amount .price {
    font-family: 'Montserrat';
    font-weight: 500;
    font-size: 26px;
    line-height: 58px;
}

.amount .price-description {
    font-family: 'Montserrat';
    font-weight: 500;
    font-size: 11px;
    text-transform: uppercase;
    line-height: 0;
}

.date-picker .seven-cols [class*="col-"].full:hover,
.date-picker .seven-cols [class*="col-"].full .item-full:hover {
    cursor: not-allowed;
}

.date-picker .seven-cols [class*="col-"].full .message span {
    font-family: 'Montserrat';
    font-weight: 500;
    font-size: 15px;
    color: rgb(144, 149, 155);
    display: block;
    text-align: center;
    margin-top: 20px;
}

.date-picker .seven-cols [class*="col-"].full .message span.sub-title {
    font-family: 'Montserrat';
    font-weight: 300;
    font-size: 12px;
    color: rgb(144, 149, 155);
}

.search-result .module-slider {
    margin-bottom: 30px;
}

.search-result .tarifs {
    font-family: 'Montserrat';
    font-weight: 500;
    font-size: 15px;
    padding: 20px;
}

.search-result .tarifs a {
    position: relative;
    color: rgb(18, 82, 136);
}

.search-result .tarifs svg {
    padding-top: 2px;
    position: absolute;
    left: -23px;
    fill: rgb(18, 82, 136);
}

.search-block .hours ul,
.search-result .hours ul {
    padding-left: 0;
    margin-top: 16px;
    position: relative;
}

.search-block .hours ul li,
.search-result .hours ul li {
    display: inline-block;
}

.search-block .hours ul li,
.search-result .hours ul li {
    display: inline-block;
    width: 1.9em;
    position: absolute;
}

.search-result .bookmarks {
    background-color: rgb(255, 255, 255);
    position: relative;
}

.search-result .bookmarks ul.nav {
    position: absolute;
    z-index: 1000;
    top: -55px;
}

.search-result .dayshours .date-picker button.close {
    display: none;
}

.search-result .dayshours .date-picker {
    background-color: transparent;
    margin-top: 24px;
}

.search-result .dayshours .date-picker .row.content .row.seven-cols div[class*=' col'] {
    border: 1px solid rgba(198, 198, 198, 0.6);
    border-right: 1px solid transparent;
}

.search-result .dayshours .date-picker .row.content .row.seven-cols div[class*=' col']:last-child {
    border: 1px solid rgba(198, 198, 198, 0.6);
}

.search-result .date-picker:before {
    display: none;
}

.search-result .date-picker span.title {
    display: none;
}

.search-result .bookmarks .nav-pills>li>a {
    border-radius: 0;
    height: 55px;
}

.search-result .bookmarks .nav-pills>li.active>a {
    background-color: rgb(255, 255, 255);
    color: rgb(28, 199, 140);
    text-transform: uppercase;
    font-family: 'Montserrat';
    font-weight: 500;
    font-size: 18px;
    padding: 15px;
}

.search-result .bookmarks .nav-pills>li>a {
    background-color: rgba(255, 255, 255, .45);
    color: rgb(28, 199, 140);
    text-transform: uppercase;
    font-family: 'Montserrat';
    font-weight: 500;
    font-size: 18px;
    padding: 15px;
}

.search-result .bookmarks .nav-pills>li.active>a>button.close,
.search-result .bookmarks .nav-pills>li>a>button.close {
    padding: 3px 3px 17px 17px;
    opacity: 1;
}

.search-result .bookmarks .nav-pills>li.active>a>button.close svg,
.search-result .bookmarks .nav-pills>li>a>button.close svg {
    fill: rgb(28, 199, 140);
}

.search-result .bookmarks .nav-pills>li[role='add']>a {
    background-color: rgb(28, 201, 141);
    color: rgb(255, 255, 255);
    font-family: 'Montserrat';
    font-weight: 700;
    font-size: 16px;
    padding: 15px;
}

.search-result .bookmarks .nav-pills>li[role='add'] svg {
    fill: rgb(255, 255, 255);
}

.search-result .bookmarks .nav-pills>li+li {
    margin-left: 1px;
}

.search-result .bookmarks .nav-pills>li[role='add'] div.plus {
    width: 17px;
    float: left;
    margin: 2px 9px 2px 2px;
}

.search-result .panel-body {
    padding: 0;
}

.full {
    color: white;
    background: -webkit-repeating-linear-gradient(-45deg, rgba(0, 0, 0, 0.13), rgba(0, 0, 0, 0.13) 1px, rgb(242, 242, 242) 1px, rgb(242, 242, 242) 8px);
    background: repeating-linear-gradient(-45deg, rgba(0, 0, 0, 0.13), rgba(0, 0, 0, 0.13) 1px, rgb(242, 242, 242) 1px, rgb(242, 242, 242) 8px);
}

.no-paddings {
    padding: 0;
}

.search-result div.button {
    width: 100%;
}

.search-result div.button .btn.medium {
    height: 55px;
    width: 200px;
    margin: 0;
}

.search-result .map-informations div.button .btn.medium {
    height: 65px;
    width: 260px;
    margin: 0;
}


.search-result .panel-group .panel-heading {
    text-align: center;
    border-radius: 0;
    background-color: rgb(87, 165, 230);
    color: rgb(255, 255, 255);
}

.search-result .panel-group a:hover,
.search-result .panel-group a:focus {
    text-decoration: none;
}

.search-result .panel-group .panel {
    border-radius: 0;
    border: none;
}

.search-result .panel-group .panel+.panel {
    margin-top: 1px;
}

.search-result .panel-group .panel-heading .panel-title {
    position: relative;
}

.search-result .panel-group a[aria-expanded=true] .panel-heading .panel-title:after {
    content: url('../img/arrow-top.svg');
    height: 12px;
    width: 20px;
    display: table;
    position: absolute;
    top: 0px;
    right: 5px;
}

.search-result .panel-group a[aria-expanded=false] .panel-heading .panel-title:after {
    content: url('../img/arrow-top.svg');
    opacity: 0.6;
    height: 12px;
    width: 20px;
    display: table;
    position: absolute;
    top: 0px;
    right: 5px;
    -moz-transform: scale(1, -1);
    -webkit-transform: scale(1, -1);
    -o-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1);
}

.search-result .bookmarks-list {
    width: 100%;
    height: 115px;
    background: rgb(82, 213, 166);
    /* Old browsers */
    background: -moz-linear-gradient(left, rgb(82, 213, 166) 0%, rgb(168, 242, 188) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgb(82, 213, 166) 0%, rgb(168, 242, 188) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgb(82, 213, 166) 0%, rgb(168, 242, 188) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#52d5a6', endColorstr='#a8f2bc', GradientType=1);
    /* IE6-9 */
}

.search-result .select-tennis {
    background-color: rgb(28, 201, 141);
    position: absolute;
    z-index: 1000;
    top: 0;
    width: 100%;
    -webkit-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.16);
}

.search-result .select-tennis input#where {
    width: 525px;
    height: 55px;
    margin: 18px 0;
}

.search-result .select-tennis button {
    height: 55px;
    border: 2px solid rgb(255, 255, 255);
    background-color: rgb(28, 201, 141);
}

.search-block .search-module-slider .tooltip,
.search-result .search-module-slider .tooltip {
    position: absolute;
    z-index: 1020;
    display: block;
    padding: 5px;
    font-size: 11px;
    visibility: visible;
    margin-top: -2px;
    bottom: 120%;
    margin-left: -14px;
    opacity: 1;
}

.search-block .search-module-slider .tooltip .tooltip-arrow,
.search-result .search-module-slider .tooltip .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-top: 5px solid rgb(28, 201, 141);
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    position: absolute;
    width: 0;
    height: 0;
}

.search-block .search-module-slider .tooltip-inner,
.search-result .search-module-slider .tooltip-inner {
    max-width: 200px;
    padding: 5px 10px;
    color: rgb(255, 255, 255);
    font-family: 'Montserrat';
    font-weight: 500;
    font-size: 15px;
    text-align: center;
    text-decoration: none;
    background-color: rgb(28, 201, 141);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}


/*search-result*/


/*search-result-noresult*/

.search-result .no-result {
    padding: 0;
}

.search-result .no-result p {
    height: 80px;
    background-color: rgb(245, 245, 245);
    border-bottom: 1px solid rgba(198, 198, 198, 0.6);
    line-height: 80px;
    color: rgb(144, 149, 155);
    font-family: 'Montserrat';
    font-weight: 500;
    font-size: 18px;
    margin: 0;
}

.search-result .select-tennis-map {
    height: 90px;
    background-color: rgb(255, 255, 255);
}

.search-result .select-tennis-map h3 {
    text-align: center;
    color: rgb(65, 203, 154);
    font-family: 'Montserrat';
    font-weight: 700;
    font-size: 28px;
    line-height: 90px;
    margin: 0;
}


/*.search-result wrapper*/

.search-result .wrapper {
    position: absolute;
    margin: 0 auto;
    overflow: hidden;
    height: 55px;
    top: -55px;
    width: 1040px;
    margin-right: auto;
    margin-left: auto;
}

.search-result .bookmarks ul.nav {
    top: 0;
}

.search-result .list {
    position: absolute;
    left: 0px;
    top: 0px;
    min-width: 3000px;
    margin-top: 0px;
}

.search-result #left {
    z-index: 99999;
    position: absolute;
    left: 0;
    top: -55px;
    background-color: rgb(200, 246, 217);
    border: none;
    width: 55px;
    height: 55px;
}

.search-result #right {
    z-index: 9999;
    position: absolute;
    right: 55px;
    top: -55px;
    background-color: rgb(200, 246, 217);
    border: 1px solid rgb(28, 201, 141);
    border: none;
    width: 55px;
    height: 55px;
}

.search-result #left svg,
.search-result #right svg {
    opacity: 1;
}

.search-result #plus {
    z-index: 9999;
    position: absolute;
    right: 0;
    top: -55px;
    background-color: rgb(200, 246, 217);
    border: 1px solid rgb(28, 201, 141);
    border: none;
    width: 55px;
    height: 55px;
}

.search-result .arrow-tabs {
    color: rgb(65, 203, 154);
    font-size: 18px;
    font-weight: 700;
}

.search-result .arrow-plus {
    color: rgb(65, 203, 154);
    font-size: 25px;
    font-weight: 700;
}

.search-result .navigation-tabs {
    position: relative;
}

.search-result .navigation {
    position: relative;
}


/*search-result-noresult*/


/*reglement page */


/*desktop styles*/

.reglement h1 {
    color: rgb(18, 82, 136);
    font-family: 'Montserrat';
    font-weight: 700;
    font-size: 36px;
    line-height: 46px;
    padding: 26px 14vw;
}

.reglement .panel-group .panel {
    border-radius: 0;
}

.reglement .panel {
    box-shadow: none;
}

.reglement .panel-heading {
    padding: 16px 24px;
    position: relative;
}

.reglement .panel-heading a:hover,
.reglement .panel-heading a:focus,
.order .panel-heading a:hover,
.order .panel-heading a:focus {
    text-decoration: none;
}

.reglement .panel-default {
    border: none;
}

.reglement .panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: rgb(255, 255, 255);
}

.reglement .panel-default>.panel-heading {
    background-color: rgb(255, 255, 255);
    border-color: transparent;
}

.reglement .panel-heading {
    border-radius: 0;
}

.reglement .panel-group h4 {
    color: rgb(18, 82, 136);
    font-family: 'Montserrat';
    font-weight: 700;
    font-size: 18px;
}

.reglement .panel-body>* {
    color: rgb(51, 51, 51);
    font-family: 'Montserrat';
    font-weight: 300;
    font-size: 18px;
}

.reglement .panel-group svg.arrow {
    fill: rgba(85, 85, 85, 0.38);
    position: absolute;
    right: 0;
    top: 0;
    right: 24px;
    top: 39%;
}

.reglement .panel-group a[aria-expanded=true] svg.arrow {
    fill: rgb(18, 82, 136);
    -moz-transform: scale(1, -1);
    -webkit-transform: scale(1, -1);
    -o-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1);
}

.reglement .panel-body {
    padding: 15px 24px 20px 24px;
}

.reglement .panel-body p {
    padding-bottom: 35px;
    margin-bottom: 0px;
}

.reglement .footer {
    border-top: 1px solid rgba(199, 199, 199, 0.6);
}

.reglement .panel-group {
    margin-bottom: 50px;
}


/*reglement page */


/* Tennis-parisien page */

.tennisparisiens h1 {
    color: rgb(18, 82, 136);
    font-family: 'Montserrat';
    font-weight: 700;
    font-size: 36px;
    line-height: 46px;
    padding: 26px 14vw;
}

.tennisparisiens .map-informations .tennis-block .tennis-name {
    font-weight: normal;
}

.tennisparisiens .map-informations .tennis-block .transports .phone {
    margin-top: 15px;
}

.tennisparisiens .map-informations .tennis-block .tennis-informations {
    font-size: 18px;
    margin: 25px 0 80px 0;
}

.tennisparisiens .map-informations .tennis-block .tennis-informations span {
    padding: 0px;
    display: initial;
}

.tennisparisiens .map-informations .tennis-block .tennis-informations span:first-child {
    float: none;
}

.tennisparisiens .tennis-informations span.court-number,
.tennisparisiens .tennis-informations span.court-conditions,
.tennisparisiens .tennis-informations span.surfaces {
    display: block !important;
    font-weight: normal;
}

.tennisparisiens .tennis-informations span.court-number span,
.tennisparisiens .tennis-informations span.court-conditions span,
.tennisparisiens .tennis-informations span.surfaces span {
    font-weight: 200;
}

.tennisparisiens .tennis-map {
    width: 71%;
}

.tennisparisiens .map-informations {
    width: 29%;
}

.tennisparisiens .tennis-informations.court-infos {
    width: 100%;
}

.tennisparisiens .court-conditions {
    padding: 17px 0 17px 0 !important;
}

.tennisparisiens .map-informations {
    padding: 20px 25px 43px 25px;
}

.tennisparisiens .map-informations hr {
    margin: 20px -25px 20px -25px;
}

.tennisparisiens .map-informations .actions .button a.btn.medium {
    padding-top: 0;
}

.tennisparisiens .map-informations .actions .button {
    margin-bottom: 15px;
}

.tennisparisiens .map-informations .actions {
    text-align: center;
}

.tennisparisiens .map-informations .actions .button a {
    vertical-align: middle;
    display: table-cell;
    height: 70px;
    width: 100vw;
}

.tennisparisiens .map-informations .actions .button:last-of-type {
    margin-bottom: 35px;
}

.tennisparisiens .map-informations .actions a.planning {
    font-size: 16px;
    display: inline;
    padding-bottom: 4px;
    border-bottom: 1px solid rgb(51, 51, 51);
    cursor: pointer;
}

.tennisparisiens .map-informations .actions a.planning:hover {
    text-decoration: none;
}

.tennisparisiens .map-informations .actions a.planning img {
    padding-right: 5px;
    vertical-align: baseline;
}

.tennisparisiens .panel-group .panel {
    border-radius: 0;
}

.tennisparisiens .panel {
    box-shadow: none;
}

.tennisparisiens .panel-heading {
    padding: 16px 24px;
    position: relative;
}

.tennisparisiens .panel-heading a:hover,
.tennisparisiens .panel-heading a:focus,
{
    text-decoration: none;
}

.tennisparisiens .panel-default {
    border: none;
}

.tennisparisiens .panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: rgb(255, 255, 255);
}

.tennisparisiens .panel-default>.panel-heading {
    background-color: rgb(255, 255, 255);
    border-color: transparent;
}

.tennisparisiens .panel-heading {
    border-radius: 0;
}

.tennisparisiens .panel-group h4 {
    color: rgb(18, 82, 136);
    font-family: 'Montserrat';
    font-weight: 700;
    font-size: 18px;
}

.tennisparisiens .panel-body>* {
    color: rgb(51, 51, 51);
    font-family: 'Montserrat';
    font-weight: 300;
    font-size: 18px;
}

.tennisparisiens .panel-group svg.arrow {
    fill: rgba(85, 85, 85, 0.38);
    position: absolute;
    right: 0;
    top: 0;
    right: 24px;
    top: 39%;
}

.tennisparisiens .panel-group a[aria-expanded=true] svg.arrow {
    fill: rgb(18, 82, 136);
    -moz-transform: scale(1, -1);
    -webkit-transform: scale(1, -1);
    -o-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1);
}

.tennisparisiens .panel-body {
    padding: 23px 0 0 0;
}

.tennisparisiens .footer {
    border-top: 1px solid rgba(199, 199, 199, 0.6);
}

.tennisparisiens .panel-group {
    margin-bottom: 50px;
}

.tennisparisiens .panel-title>a:hover {
    text-decoration: none;
}

.tennisparisiens .map {
    margin-bottom: 50px;
}

.tennisparisiens .panel-body {
    border-top-color: rgba(199, 199, 199, 0.6) !important;
}

.tennisparisiens .panel-body table {
    width: 100%;
}

.tennisparisiens .panel-body table .icon {
    width: 6%;
    padding-left: 18px;
}

.tennisparisiens .panel-body table .name {
    width: 30%;
    padding-right: 30px;
    font-weight: normal;
}

.tennisparisiens .panel-body table .address {
    width: 34%;
    padding-right: 30px;
}

.tennisparisiens .panel-body table .court-number {
    width: 10%;
    padding-right: 30px;
}

.tennisparisiens .panel-body table .view-infos {
    width: 20%;
    text-align: right;
    font-weight: normal;
    padding-right: 24px;
}

.tennisparisiens .panel-body table tr td,
.tennisparisiens .panel-body table tr th {
    font-size: 16px;
    color: rgb(18, 82, 136);
}

.tennisparisiens .panel-body table tr th {
    font-weight: normal;
    padding-bottom: 15px;
    vertical-align: bottom;
}

.tennisparisiens .panel-body table tr td {
    padding-top: 23px;
    padding-bottom: 23px;
}

.tennisparisiens .panel-body table tbody tr {
    border-color: rgba(199, 199, 199, 0.6);
    border-style: solid;
    border-width: 1px 0 0 0;
}

.tennisparisiens .panel-body table tbody tr:hover {
    background-color: rgb(240, 248, 255);
    border-color: rgb(240, 248, 255);
}

.tennisparisiens .panel-body table tbody tr:hover+tr {
    border-color: rgb(240, 248, 255);
}

.tennisparisiens .panel-body table a {
    padding-bottom: 4px;
    border-bottom: 1px solid rgb(18, 82, 136);
    color: rgb(18, 82, 136);
    cursor: pointer;
}

.tennisparisiens .panel-body table a:hover {
    text-decoration: none;
}

.tennisparisiens .panel-body table a img {
    padding-right: 5px;
}

.tennisparisiens th,
.tennisparisiens td {
    text-align: left;
}

@media screen and (max-width: 1250px) {
    .map-informations .actions .button,
    .map-informations .actions a {
        width: 100%;
    }
    .tennisparisiens .tennis-map {
        width: 60%;
    }
    .tennisparisiens .map-informations {
        width: 40%;
    }
}


/* Tennis-parisien page */


/* Desktop order */

.order-steps-infos {
    text-align: center;
    color: rgb(18, 82, 136);
}

.order-steps-infos h2 {
    text-align: center;
    margin: 40px 0;
    font-size: 28px;
    font-weight: bold;
    font-family: "Montserrat";
    color: rgb(18, 82, 136);
}

.order-steps-infos .address {
    font-size: 18px;
    font-weight: 200;
    line-height: 26px;
    margin: 20px 0;
}

.order-steps-infos .address span {
    font-weight: normal;
    text-transform: uppercase;
    display: block;
}

.order-steps-infos .date,
.order-steps-infos .court,
.order-steps-infos .tarif {
    font-size: 18px;
    font-weight: normal;
    margin: 20px 0;
}

.order-steps-infos .date span {
    font-weight: bold;
}

.order-steps-infos .tarif .price {
    font-size: 24px;
}

.order-steps-infos .tarif .light {
    font-weight: 200;
}

.order-steps-infos .payment-info {
    font-size: 14px;
    font-weight: 200;
    line-height: 20px;
}

.border-line {
    border-bottom: 1px solid rgba(199, 199, 199, 0.6);
    margin-top: 38px;
    margin-bottom: 31px;
}

.form-players {
    text-align: center;
}

h4 {
    font-size: 18px;
    font-weight: bold;
    font-family: "Montserrat";
    color: rgb(18, 82, 136);
}

.form-players h4 {
    margin: 15px 0 40px 0;
}

.players {
    text-align: left;
    width: 100%;
    padding: 0 8.33%;
}

.players+.players {
    margin-top: 30px;
}

.players label {
    font-size: 18px;
    font-weight: normal;
    display: block;
    margin-bottom: 7px;
}

.players input {
    width: 100%;
}

.btn.btn-darkblue.small {
    border-radius: 0;
    height: 55px;
    font-size: 16px;
    padding: 10px 15px;
}

.btn.btn-darkblue.small img {
    width: 16px;
    height: 16px;
    margin-bottom: 4px;
}

.form-players .btn {
    margin-top: 25px;
    margin-bottom: 30px;
}

.infosConditions .panel-heading {
    width: 100%;
    margin: 20px 0 0 0;
    text-align: left;
    padding: 24px 19px;
    background-color: rgb(245, 245, 245);
    display: block;
    color: rgb(51, 51, 51);
    text-decoration: none;
    border-radius: 0;
    border: none;
    position: relative;
}

.infosConditions .panel {
    padding: 0;
    border: none;
    border-radius: 0;
    webkit-box-shadow: none;
    box-shadow: none;
}

.infosConditions .panel-title {
    font-size: 18px;
    font-weight: 200;
}

.infosConditions .panel svg.arrow {
    fill: rgba(85, 85, 85, 0.38);
    position: absolute;
    right: 24px;
    top: 39%;
}

.infosConditions .panel a[aria-expanded=true] svg.arrow {
    fill: rgb(18, 82, 136);
    -moz-transform: scale(1, -1);
    -webkit-transform: scale(1, -1);
    -o-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1);
}

.infosConditions .panel-body {
    border-top: 1px solid rgba(199, 199, 199, 0.6);
    background-color: rgb(245, 245, 245);
    padding: 24px 19px;
}

.infosConditions .panel-body .title {
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 18px;
}

.infosConditions .panel-body .tennisName {
    font-size: 18px;
    font-weight: normal;
    margin-top: 16px;
}

.infosConditions .panel-body .tennisAddress {
    font-size: 18px;
    font-weight: 200;
}

.infosConditions .panel-body p {
    font-size: 18px;
    font-weight: 200;
}

.infosConditions .panel-body p:first-of-type {
    margin-bottom: 0px;
}

.infosConditions .conditionsAnnulation,
.memo {
    background-color: rgb(255, 252, 173);
    color: rgb(51, 51, 51);
    border: none;
    border-radius: 0;
    font-family: 'Montserrat';
    font-weight: 300;
    font-size: 16px;
    padding: 22px 22px;
    position: relative;
    margin-bottom: 12px;
}

.memo {
    padding-top: 27px;
    padding-bottom: 32px;
}

.block-blue {
    background-color: rgb(240, 248, 255);
    color: rgb(18, 82, 136);
    border: none;
    border-radius: 0;
    font-family: 'Montserrat';
    font-weight: 300;
    font-size: 16px;
    padding: 26px 22px 16px 22px;
    position: relative;
    margin-top: 20px;
    margin-bottom: 20px;
}

.infosConditions .conditionsAnnulation p {
    margin-bottom: 10px;
}

.infosConditions .conditionsAnnulation span {
    display: block;
}

.infosConditions .conditionsAnnulation .title {
    margin-bottom: 5px;
    font-weight: normal;
    color: rgb(51, 51, 51);
}

.double-btn .btn:first-child {
    margin-right: 25px;
}

.order .double-btn {
    margin-bottom: 60px;
}

.order .double-btn .btn {
    width: 200px;
    padding: 20px 25px;
}

.order .form-group span {
    margin: 0;
}

.has-error .form-control {
    border-color: rgb(255, 85, 85);
}

.help-block.with-errors {
    margin-top: -14px;
    color: rgb(255, 85, 85);
    font-size: 14px;
    margin-left: 20px;
}

.has-success .form-control {
    border-color: rgb(225, 225, 225);
}

player>div:not(:first-of-type) {
    margin-top: 15px;
}

.priceTable table {
    width: 100%;
    margin: 30px 0;
    cursor: pointer;
}

.priceTable table tr {
    border: 1px solid rgb(220, 220, 220);
}

.priceTable table tr:first-of-type {
    height: 182px;
}

.priceTable table tr:last-of-type {
    height: 60px;
}

.order-steps-infos img {
    margin: -20px 0 15px 0;
}

.order-steps-infos.confirmation img {
    margin: 0px 0 20px 0;
}

.timer,
.practicalInfos {
    font-size: 18px;
    color: rgb(51, 51, 51);
}

.practicalInfos {
    margin: 30px 0 3px 0;
    font-weight: normal;
}

.timer.danger span {
    color: rgb(255, 59, 59);
}

.timer span {
    font-weight: bold;
    color: rgb(65, 203, 154);
}

.priceTable div.subtitle {
    font-size: 18px;
    color: rgb(18, 82, 136);
    margin-top: 10px;
}

.priceTable div.price {
    font-size: 24px;
    color: rgb(18, 82, 136);
    font-weight: normal;
}

.priceTable table.selected tr td {
    border: 1px solid rgb(18, 82, 136) !important;
}

.priceTable table.selected tr:last-of-type {
    background-color: rgb(18, 82, 136);
}

.priceTable table.selected div.price {
    color: white;
}

.infosConditions span.highlight {
    display: inherit;
    font-weight: normal;
}

.double-btn.step-two {
    margin-top: 22px;
}

#confirmReservation .modal-dialog {
    width: 800px;
}

#confirmReservation .modal-content {
    height: 250px;
    width: 800px;
    margin: 0 auto;
}

#confirmReservation img {
    position: absolute;
    z-index: 1;
    top: 18px;
    right: 15px;
    margin-top: 0;
    margin-right: 0;
}

#confirmReservation .modal-header {
    margin-top: 35px;
    padding-bottom: 5px;
    border-bottom: none;
}

#confirmReservation .modal-footer {
    text-align: center;
    padding-top: 0;
}

#confirmReservation .modal-footer button {
    height: 60px;
    width: 300px;
}

#confirmReservation .modal-footer button:first-child {
    margin-right: 8px;
}

.order-steps-infos div.confirmReservation {
    color: rgb(28, 201, 141);
    font-size: 18px;
    font-weight: normal;
}

.order-steps-infos a,
.annulation .title a {
    color: rgb(51, 51, 51);
    padding-bottom: 2px;
    border-bottom: 1px solid rgb(51, 51, 51);
    text-decoration: none;
    font-weight: normal;
}

.order-steps-infos a:focus,
.order-steps-infos a:active,
.order-steps-infos a:focus:active,
.annulation .title a:focus,
.annulation .title a:active,
.annulation .title a:focus:active {
    text-decoration: none;
    border-bottom: none;
}

.contactInfos {
    font-size: 16px;
    color: rgb(51, 51, 51);
}

.confirmationPayment .entranceNumber {
    font-size: 24px;
    font-weight: normal;
    margin: 20px 0;
}

.confirmationPayment .entranceAvailable {
    font-size: 18px;
}

.confirmationPayment .entranceTarif {
    font-size: 18px;
    font-weight: normal;
}

.confirmationPayment {
    margin-bottom: 40px;
}

.annulation {
    margin-bottom: 2px;
}

.annulation .title {
    font-size: 18px;
}

.annulation .title span {
    font-weight: normal;
}

.memo .title {
    font-weight: normal;
    display: inline;
}

.memo p {
    display: inline;
}

.block-blue .title {
    font-weight: normal;
    margin-bottom: 10px;
}

.block-blue span {
    display: block;
}

.order-steps-infos.confirmation .border-line {
    margin: 30px 0;
}

.order .step-three button {
    margin-bottom: 40px;
}

table.tarifs.tablet-mobile {
    display: none;
}


/* Mes tennis prï¿½fï¿½rï¿½s */

.tennis-fav {
    font-size: 16px;
    font-weight: 500;
    color: rgb(113, 113, 113);
}

.bloc-tennis-fav {
    background-color: rgb(255, 255, 255);
    width: 100%;
    height: 45px;
    border: 1px solid rgb(198, 198, 198);
    margin-bottom: 25px;
    color: rgb(144, 149, 155);
    font-size: 14px;
    font-weight: 300;
    padding: 11px 10px 10px 35px;
}

svg.tennis-fav {
    position: absolute;
    left: 25px;
}

span.delete-tennis-fav {
    position: absolute;
    right: 30px;
    color: rgb(144, 149, 155);
}

.bloc-tennis-fav.second-right {
    margin-top: 33px;
}


/*Caret Custom Right*/

.caret.right {
    position: absolute;
    right: 15px;
    top: 25px;
}


/*Historique Rï¿½servation*/

.pagination-history {
    display: inline-block;
    float: right;
    margin-bottom: 35px;
}

.pagination-history a {
    border-right: 1px solid rgb(225, 225, 225);
    font-size: 18px;
    padding: 4px 10px 4px 10px;
    color: rgb(153, 153, 153);
}

.pagination-history a.active {
    color: rgb(18, 82, 136);
}

.pagination-history a:last-child {
    border-right: none;
}

.nav-line.border-line.full-width {
    position: absolute;
    width: 100%;
    left: 0;
    margin: 0;
}

table.reservation {
    width: 1170px;
    margin: 30px auto 19px auto;
    display: block;
    overflow-x: scroll;
}

table.reservation th,
table.reservation td {
    text-align: center;
    vertical-align: middle;
    font-size: 16px;
    font-weight: normal;
    font-family: "Montserrat";
    height: 55px;
    padding: 10px;
    border: 1px solid rgba(199, 199, 199, 0.6);
    min-width: 160px;
}

table.reservation td {
    font-weight: 200;
}

.sort,
.sort.sorttable_sorted_reverse {
    content: " ";
    background-image: url(../img/arrow3.svg);
    background-size: 12px;
    background-position: 89%;
    background-repeat: no-repeat;
}

.sort.sorttable_sorted {
    background-image: url(../img/arrow3-reverse.svg);
}

.arrow-table {
    margin-left: 15px;
}


/*Bouton Carnet de rï¿½servation*/

button.btn.btn-darkblue.carnet-button {
    width: 300px;
    max-width: 100%;
    height: 60px;
    margin-bottom: 40px;
    font-size: 16px;
}


/* Desktop order */


/* Reprise tickets desktop */

.repriseTickets h1 {
    font-size: 48px;
    margin: 0;
}

.repriseTickets h2 {
    font-size: 34px;
    margin: 0;
}

.repriseTickets .header {
    height: 190px;
    display: table-cell;
    vertical-align: middle;
}

.repriseTickets .flex {
    display: inline-flex;
    align-content: center;
    align-items: center;
    height: 190px;
    justify-content: space-between;
    width: 100%;
}

.repriseTickets img.cards {
    height: 143px;
    width: auto;
    margin-right: 25px;
}

.repriseTickets hr.horizontal-separator {
    margin: 0;
}

.repriseTickets .step {
    padding: 12px 0;
    background-color: rgb(255, 255, 255);
    height: 235px;
    margin: 30px 0;
}

.repriseTickets .step img {
    margin-bottom: 30px;
}

.repriseTickets form {
    padding-bottom: 52px;
}

.repriseTickets .box-ticket {
    border: 1px solid rgb(231, 231, 231);
    margin: 40px auto 0 auto;
    width: 615px;
    padding: 17px 30px 35px 30px;
}

.repriseTickets .box-ticket h3 {
    text-align: center;
    margin-top: 0;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgb(231, 231, 231);
}

.repriseTickets input.form-control,
.repriseTickets select {
    width: 100%;
    height: 55px;
    box-shadow: none;
    border: 1px solid rgb(225, 225, 225);
    border-radius: 0;
    margin-top: 5px;
    font-size: 15px;
}

.repriseTickets select {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url(../img/arrow3.svg);
    background-position: calc(100% - 15px);
    background-size: 12px 8px;
    background-repeat: no-repeat;
    padding-right: 35.5px !important;
}

#ticketsNumbers .row+.row .col-md-6 select,
#ticketsNumbers .row+.row .col-md-6 input {
    margin-top: 0px;
}

#ticketsNumbers .row .form-group {
    margin-bottom: 10px;
}

.repriseTickets button {
    margin-top: 15px;
}

.repriseTickets .btn:hover,
.repriseTickets .btn:focus,
.repriseTickets .btn.focus,
.order .btn:hover,
.order .btn:focus,
.order .btn.focus {
    color: rgb(255, 255, 255);
}

a.addNextNumber {
    margin-top: 20px;
    font-size: 14px;
    font-weight: bold;
    color: rgb(18, 82, 136);
    cursor: pointer;
}

.addNextNumber img {
    display: inline;
    width: 14px;
    height: 14px;
    margin-right: 5px;
    margin-bottom: 1px;
}

.repriseTickets .mainContent {
    width: 553px;
}

#ticketsNumbers .row {
    position: relative;
}

.repriseTickets .trash {
    width: 13.48px;
    height: 16px;
    bottom: 45.5px;
    position: relative;
    float: right;
    right: -17px;
    cursor: pointer;
}

.repriseTickets .trash img {
    width: 13.48px;
    height: 16px;
    vertical-align: top;
}

.repriseTickets .confirm {
    width: 640px;
    margin: 20px auto 0 auto;
}

.repriseTickets .confirm button {
    display: block;
    margin: 22px auto 0 auto;
    width: 200px;
    height: 60px;
}

.customCheckbox [type="checkbox"]:not(:checked),
.customCheckbox [type="checkbox"]:checked {
    position: absolute;
    left: -9999px;
}

.customCheckbox [type="checkbox"]:not(:checked)+label,
.customCheckbox [type="checkbox"]:checked+label {
    position: relative;
    padding-left: 1.95em;
    cursor: pointer;
}

.customCheckbox [type="checkbox"]:not(:checked)+label:before,
.customCheckbox [type="checkbox"]:checked+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 24px;
    height: 24px;
    background: rgb(243, 243, 243);
}

.customCheckbox [type="checkbox"]:not(:checked)+label:after,
.customCheckbox [type="checkbox"]:checked+label:after {
    content: " ";
    position: absolute;
    background-image: url(../img/check.svg);
    top: 0.25em;
    height: 14px;
    left: 0.18em;
    background-size: 100%;
    transition: all .2s;
    width: 18px;
}

.customCheckbox [type="checkbox"]:not(:checked)+label:after {
    opacity: 0;
    transform: scale(0);
}

.customCheckbox [type="checkbox"]:checked+label:after {
    opacity: 1;
    transform: scale(1);
}

.customCheckbox [type="checkbox"]:checked:focus+label:before,
.customCheckbox [type="checkbox"]:not(:checked):focus+label:before {
    border: 1px solid blue;
}

label:hover:before {
    border: 1px solid rgb(71, 120, 217) !important;
}

.repriseTickets .trash span.mobile {
    display: none;
}

.repriseTickets label {
    font-weight: normal;
}

label.mobile {
    display: none;
}

#ticketsNumbers .row:nth-of-type(2) input,
#ticketsNumbers .row:nth-of-type(2) select {
    margin-top: 10px !important;
}

.formulaires {
    margin: 30px auto 0 auto;
    width: 615px;
}

.formulaires .title {
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 25px;
}

.formulaires .title {
    font-size: 20px;
    font-weight: normal;
}

.formulaires .form {
    height: 60px;
    background-color: rgb(245, 245, 245);
    display: table-cell;
    width: 100vw;
    padding: 10px 20px;
    vertical-align: middle;
    font-size: 18px;
    font-weight: bold;
    color: rgb(18, 82, 136);
}

.formulaires .form .pull-left img {
    height: 15px;
    width: 9.45px;
    vertical-align: baseline;
    margin-right: 10px;
}

.formulaires .form .pull-right img {
    height: 18.5px;
    width: auto;
}

.formulaires .form .pull-right .separator {
    height: 30px;
    border-right: 1px solid rgba(198, 198, 198, 0.6);
    margin: 0 15px;
    padding: 3.5px 0;
}

#confirmRepriseTickets img.popin-close {
    position: absolute;
    z-index: 1;
    top: 18px;
    right: 15px;
    margin-top: 0;
    margin-right: 0;
}

#confirmRepriseTickets .modal-dialog {
    width: 880px;
}

#confirmRepriseTickets .modal-content {
    width: 100%;
    margin: 0 auto;
    padding: 40px;
}

#confirmRepriseTickets .modal-header {
    background-color: rgb(65, 203, 154);
    height: 60px;
    padding: 0;
    text-align: center;
    border: none;
    display: table-cell;
    vertical-align: middle;
    width: 100vw;
}

#confirmRepriseTickets .modal-header img {
    width: 243.78px;
    height: 43.07px;
}

#confirmRepriseTickets .modal-inner-content {
    border: 1px solid rgb(198, 198, 198);
    margin-bottom: 20px;
    padding: 37px;
}

#confirmRepriseTickets .modal-inner-content .title {
    font-size: 22px;
    font-weight: normal;
    text-align: center;
}

#confirmRepriseTickets .modal-inner-content .ticketNumber {
    font-size: 18px;
    font-weight: normal;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 30px;
}

#confirmRepriseTickets .modal-inner-content hr {
    border-color: rgb(51, 51, 51);
    margin: 20px 0;
}

#confirmRepriseTickets .modal-inner-content table tr th:first-child,
#confirmRepriseTickets .modal-inner-content table tr td:first-child {
    width: 30%;
}

#confirmRepriseTickets .modal-inner-content table {
    width: 100%;
}

#confirmRepriseTickets .modal-inner-content table th,
#confirmRepriseTickets .modal-inner-content table td {
    font-size: 18px;
}

#confirmRepriseTickets .modal-inner-content table.userInfos th {
    font-weight: normal;
    padding-bottom: 5px;
}

#confirmRepriseTickets .modal-inner-content table.tickets th {
    font-weight: normal;
    padding-bottom: 15px;
}

#confirmRepriseTickets .modal-inner-content table.userInfos tr:nth-of-type(3) th {
    padding-top: 17px;
}

#confirmRepriseTickets .modal-inner-content table.tickets td {
    padding-bottom: 13px;
}

#confirmRepriseTickets .modal-inner-content .undersigned {
    margin: 27px 0 45px 0;
    font-size: 18px;
}

#confirmRepriseTickets .modal-inner-content .signature,
#confirmRepriseTickets .modal-inner-content .date {
    width: 200px;
    height: 70px;
    font-size: 18px;
}

#confirmRepriseTickets .flex2 {
    display: flex;
    justify-content: space-between;
}

#confirmRepriseTickets .modal-footer {
    text-align: center;
    padding-top: 0;
}

#confirmRepriseTickets .modal-footer .infos {
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 5px;
}

#confirmRepriseTickets .modal-footer button {
    height: 60px;
    width: 189.25px;
    font-size: 16px;
}

select::-ms-expand {
    display: none;
}

input::-ms-clear {
    display: none;
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
    .repriseTickets .trash {
        bottom: 45px;
    }
}

@supports (-ms-ime-align: auto) {
    .repriseTickets .trash {
        bottom: 45px;
    }
}

@-moz-document url-prefix() {
    .repriseTickets .trash {
        bottom: 45px;
    }
}


/* Reprise tickets */


/*ma reservation*/

.mareservation .none {
    background-color: rgb(240, 248, 255);
    text-align: center;
    padding: 50px;
    margin-top: 30px;
    font-family: 'Montserrat';
    font-weight: 300;
    font-size: 18px;
    color: rgb(18, 82, 136);
}

.mareservation .recap {
    background-color: rgb(240, 248, 255);
    padding: 20px;
    margin-top: 30px;
    margin-bottom: 30px;
    font-family: 'Montserrat';
    font-weight: 300;
    font-size: 18px;
    color: rgb(18, 82, 136);
}

.mareservation .recap h1.title {
    font-family: 'Montserrat';
    font-weight: 700;
    font-size: 24px;
    color: rgb(18, 82, 136);
    margin: 0 0 20px 0;
}

.mareservation .recap span.tennis-name {
    display: block;
    font-family: 'Montserrat';
    font-weight: 500;
    font-size: 18px;
    color: rgb(18, 82, 136);
}

.mareservation .recap span.tennis-address {
    display: block;
}

.mareservation .recap span.tennis-hours {
    display: block;
    margin-top: 10px;
}

.mareservation .recap span.tennis-hours span.hours {
    font-weight: 700;
}

.mareservation .recap span.tennis-court {
    display: block;
    font-weight: 500;
    margin-top: 10px;
}

.mareservation .recap span.tennis-price {
    display: block;
    margin-bottom: 20px;
}

.mareservation .recap span.tennis-price span.price {
    font-family: 'Montserrat';
    font-weight: 500;
    font-size: 24px;
    color: rgb(18, 82, 136);
}

.mareservation .recap span.price-description {
    display: block;
    font-family: 'Montserrat';
    font-weight: 300;
    font-size: 13px;
    margin-top: 20px;
}

.mareservation .recap button.btn.btn-darkblue.cancel-button {
    width: 260px;
    max-width: 100%;
    height: 60px;
    font-size: 16px;
    display: inline-block;
}

.mareservation .recap span.entry {
    display: block;
    font-family: 'Montserrat';
    font-weight: 500;
    font-size: 24px;
}

.mareservation .recap span.entry-total {
    display: block;
    font-family: 'Montserrat';
    font-weight: 300;
    font-size: 16px;
    margin-bottom: 10px;
}

.mareservation #cancelModal .modal-header,
.mareservation #cancelModal .modal-body {
    border: none;
}

.mareservation #cancelModal .modal-footer {
    text-align: center;
}

.mareservation #cancelModal .modal-body p {
    color: rgb(57, 57, 57);
    font-family: 'Montserrat';
    font-weight: 300;
    font-size: 18px;
}

.mareservation #cancelModal button.popin {
    width: 200px;
    display: inline-block;
}

.mareservation #cancelModal button.popin.wire {
    background-color: rgb(255, 255, 255);
    color: rgb(18, 82, 136);
    border: 2px solid rgb(18, 82, 136);
}


/*ma reservation*/


/* planning reservation */


/* removed because of popover */


/* .planning .scrollable {
height: 480px;
width: 1130px;
overflow: auto;
} */

.planning h2 {
    font-family: 'Montserrat';
    font-weight: 500;
    font-size: 22px;
    margin: 40px 0;
}

.planning table.reservation>tbody>tr>td:first-child,
.planning table.reservation tr td,
.planning table.reservation th {
    font-family: 'Montserrat';
    font-weight: 500;
    font-size: 14px;
}

.planning table.reservation tr,
.planning table.reservation tr td {
    height: 55px;
    font-weight: 300;
}

.planning table.reservation th {
    position: relative;
}

.planning table.reservation a {
    position: absolute;
    right: 0px;
    top: 13px;
}

.planning table.reservation td.reservation-cell {
    background-color: rgb(240, 248, 255);
}

.planning table.reservation .reservation-cell p.title-cell {
    color: rgb(87, 165, 230);
    font-weight: 400;
    font-size: 12px;
}

.planning table.reservation .reservation-cell {
    font-size: 12px;
    font-weight: 300;
    color: rgb(87, 165, 230);
}


/* popover design */

.planning div.popover {
    background-color: rgb(18, 82, 136);
    border: none;
    color: rgb(255, 255, 255);
    font-family: 'Montserrat';
    font-weight: 700;
    font-size: 12px;
    text-align: center;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.planning div.popover.bottom>.arrow:after {
    border-bottom-color: rgb(18, 82, 136);
}

.planning .popover-content span {
    display: block;
    width: 100px;
}


/* popover design */


/* planning reservation */


/* order history */

.orderhistory table.history th,
.orderhistory table.history td {
    padding: 15px;
    border: 1px solid rgb(204, 204, 204);
    text-align: center;
    font-size: 16px;
    color: rgb(51, 51, 51);
}


/* order history */


/* modal intro */

.introModal {
    position: relative;
}

.introModal .modal-dialog {
    width: 73%;
    max-width: 1000px;
}

.introModal .modal-content {
    padding: 15px;
}

.introModal h1 {
    font-family: 'Montserrat';
    font-weight: 700;
    font-size: 50px;
    color: rgb(28, 201, 141);
}

.introModal .cards {
    height: 130px;
}

.introModal .modal-header {
    border: none;
}

.introModal .modal-body {
    text-align: left;
    border: none;
}

.introModal .modal-body p {
    font-family: 'Montserrat';
    font-weight: 300;
    font-size: 18px;
    color: rgb(51, 51, 51);
}

.introModal .modal-body p a {
    color: rgb(18, 82, 136);
    font-weight: 700;
}

.introModal button.popin {
    width: 200px;
    display: inline-block;
}

.introModal .modal-footer {
    text-align: center;
}

.introModal .no-connection {
    width: 220px;
    display: table;
    margin: 10px auto;
}

.introModal .modal-footer a {
    color: rgb(51, 51, 51);
    text-decoration: underline;
}

.introModal .modal-footer a:before {
    content: url('../img/arrow3.svg');
    height: 12px;
    width: 12px;
    display: table;
    position: absolute;
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    fill: rgb(51, 51, 51);
}


/* Correctifs Lot 1 & 2 - Maxime */

nav.navbar.navbar-default.navbar-paristennis {
    background-color: rgb(65, 203, 153);
    border: none;
    border-color: transparent;
    border-radius: 0px;
    height: 80px;
    margin-bottom: 0;
}

.navbar-paristennis a.logo-paris img {
    height: 65px;
    width: 100%;
}

.information img.cards {
    height: 168px;
    margin-top: 25px;
}

.account-creation div.button {
    margin-top: 60px;
    width: 600px;
}

.site-links {
    font-weight: 400;
}

body .validation-block {
    background-color: rgb(240, 248, 255);
    color: rgb(18, 82, 136);
    font-family: 'Montserrat';
    font-size: 18px;
    font-weight: 300;
}

body .validation-block .description {
    padding: 47px 0;
}

#signupForm .upload-module button.create-account {
    width: 420px;
}

.profile .upload-module input#document_tarif_pref {
    width: 420px;
}

.signup.error img.error-picto {
    display: inline;
}

.profile span.readonly {
    margin-top: 10px;
    font-weight: 400;
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    pointer-events: inherit;
}

.search-result .dayshours .date-picker .row.content .row.seven-cols div[class*=' col'].full.selected {
    border: 2px solid #1CC98D;
}

.button.close {
    float: none;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
    color: rgb(255, 85, 85);
    font-weight: 400;
}

.signup.error {
    background-color: rgba(242, 118, 118, 0.18);
    color: rgb(255, 85, 85);
    font-family: 'Montserrat';
    font-size: 18px;
    font-weight: 500;
}

.signup.error p {
    padding: 30px;
    margin: 0;
}

.error-picto {
    float: none !important;
    vertical-align: middle !important;
}

.accident-contact p {
    font-weight: 400;
}

.information-identite {
    color: #333333;
    font-size: 18px;
    margin-top: 15px;
    font-weight: 400;
}

.profile #profileForm h4 {
    text-align: left;
    font-weight: 400;
    color: inherit;
}

.profile #profileForm .ocr-module img {
    margin: 0;
    display: inline;
}

.profile .tab-content .ocr-module span.piece {
    margin-left: 20px;
    margin-right: 20px;
    font-weight: 400;
}

.profile #profileForm .ocr-module {
    text-align: left;
}

.profile .information-tarif p {
    font-weight: 400;
}

.popover-content {
    background-color: transparent;
}

.popover-content img {
    width: 240px;
}

.popover.top>.arrow {
    border-top-color: transparent;
}

.popover.top>.arrow:after {
    border-top-color: rgb(18, 82, 136);
}


/* Fin corretifs Lot 1 & 2 - Maxime */


/* modal intro */


/* IMPORTANT-  bootstrap override for opening modals */

body.modal-open {
    overflow: inherit;
}


/* IMPORTANT-  bootstrap override for opening modals */


/* mobile datepicker */

@media only screen and (min-width:320px) and (max-width:767px) {
    .dispo,
    .temperatures,
    .size {
        display: none;
    }
    .meteo {
        float: left;
        width: 25%;
    }
    .date {
        width: 75%;
        display: inline-block;
    }
}

@media screen and (max-width: 992px) {
    .order button#submit.visible-sm.visible-xs {
        display: inline-block !important;
    }
}


/* tablet date picker */

@media only screen and (min-width:768px) and (max-width:1199px) {
    .meteo {
        float: left;
        width: 25%;
    }
    .date {
        width: 75%;
        display: inline-block;
    }
    .temperatures,
    .size {
        display: none;
    }
    .date-picker .seven-cols [class*="col-"].full .message span.sub-title {
        display: none;
    }
}


/*bootstrap 7 col*/

@media (min-width: 1200px) {
    .seven-cols .col-md-1,
    .seven-cols .col-sm-1,
    .seven-cols .col-lg-1 {
        width: 14.285714285714285714285714285714%;
        *width: 14.285714285714285714285714285714%;
    }
    .meteo {
        display: table;
    }
    .picto {
        float: left;
    }
    .temperatures {
        display: inline-block;
    }
    .temperatures small {
        display: block;
    }
    .dispo {
        display: block;
        margin-top: 10px;
    }
}


/*fixing responsive issues for this general gap*/

@media (min-width: 1024px) and (max-width: 1199px) {
    .date-picker .row.content .row.seven-cols div[class*=' col'] {
        max-height: 70px;
    }
    .date-picker .date-item .meteo .temperatures {
        display: none;
    }
    .date-picker .date-item {
        padding: 10px;
        height: 70px;
    }
    .date-picker .date-item .date {
        display: inline-block;
        text-align: left;
        height: 20px;
        margin-bottom: 0;
    }
    .date-picker .date-item.item-full .date {
        display: table;
        text-align: center;
        width: 87%;
    }
    .date-picker .date-item .dispo {
        display: flex;
        margin-top: 6px;
    }
    .date-picker .date-item .dispo .digits {
        font-size: 18px;
        padding-right: 12px;
        margin-left: 40px;
    }
    .date-picker .date-item .dispo span {
        padding-top: 2px;
    }
    .date-picker .row.content .row.seven-cols div[class*=' col'] {
        border-bottom: 1px solid rgb(198, 198, 198);
    }
    .date-picker .row.content .row.seven-cols div[class*=' col']:last-child {
        border-bottom: 1px solid rgb(198, 198, 198);
        border-right: 1px solid rgb(198, 198, 198);
    }
    .date-picker .seven-cols [class*="col-"].full .message span {
        margin-top: 8px;
        display: table;
        padding-left: 4.61vw;
    }
    .search-result .dayshours .date-picker .row.content .row.seven-cols div[class*=' col'] {
        border: 1px solid rgba(198, 198, 198, 0.6);
        border-top: none;
    }
    .search-result .dayshours .date-picker .row.content .row.seven-cols div[class*=' col']:first-child {
        border-top: 1px solid rgba(198, 198, 198, 0.6);
    }
    .search-result .wrapper {
        width: 930px;
    }
}

@media (max-width: 1199px) {
    .row.seven-cols.row-eq-height {
        display: inherit;
    }
}

@media (max-width: 767px) {
    .modal-dialog {
        padding-left: 40px;
        padding-right: 40px;
    }
    button.btn.btn-default.popin.ignore {
        margin-top: 16px;
        padding-left: 32px;
        padding-right: 32px;
    }
    .modal-footer .btn+.btn {
        margin-left: 0px;
    }
    .popin-close {
        margin-right: 0px;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .popin-close {
        margin-right: -36px;
    }
}


/*Tablets*/

@media (max-width: 1024px) {
    .navbar-header {
        float: none;
    }
    .navbar-left,
    .navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in {
        display: block !important;
    }
    .datas .tennis-court {
        font-size: 14px;
        height: 75px;
        line-height: 75px;
    }
    .btn.medium {
        height: 40px;
        font-size: 14px;
        width: 180px;
        margin-top: 18px;
        margin-bottom: 18px;
    }
    div.button {
        width: 100%;
    }
    .button.book button {
        margin: 0;
    }
    .amount .price {
        font-size: 18px;
        line-height: 54px;
    }
    .amount .price-description {
        font-size: 13px;
        line-height: 0;
    }
    .search-result-block aside.hour {
        font-size: 13px;
    }
    .datas .tennis-court>div[class^="col"] {
        padding: 0;
    }
    .reservations h1 {
        font-size: 25px;
        margin-top: 34px;
    }
    .reservations h2 {
        font-size: 25px;
    }
    .reservations p {
        margin: 0;
        font-size: 17px;
    }
    .container.search {
        padding-left: 0;
        padding-right: 0;
    }
    .container.search .search-block {
        margin-top: -195px;
    }
    .date-picker .date-item {
        padding: 10px;
    }
    .date-picker .date-item.item-full {
        padding: 2px;
    }
    .date-picker .date-item.item-full .date {
        padding-top: 8px;
    }
    .date-picker .seven-cols [class*="col-"].full .message span {
        margin-top: 12px;
        display: table;
        padding-left: 4.61vw;
    }
    .date-picker .date-item .date {
        display: inline-block;
        text-align: left;
        height: 20px;
        margin-bottom: 0;
    }
    .date-picker .date-item .dispo {
        display: flex;
    }
    .date-picker .date-item .dispo .digits {
        font-size: 18px;
        padding-right: 12px;
        margin-left: 40px;
    }
    .date-picker .date-item .dispo span {
        padding-top: 2px;
    }
    .date-picker .row.content .row.seven-cols div[class*=' col'] {
        border-bottom: 1px solid rgb(198, 198, 198);
    }
    .date-picker .row.content .row.seven-cols div[class*=' col']:last-child {
        border-bottom: 1px solid rgb(198, 198, 198);
        border-right: 1px solid rgb(198, 198, 198);
    }
    /*overwrite bootstrap for layout feature*/
    .search-result .search-result-block div.row.tennis-court div:nth-child(2) {
        width: 14%;
    }
    .search-result .search-result-block span.court {
        padding-left: 15px;
    }
    .search-result .search-result-block .button button.btn.medium {
        width: 100%;
        height: 50px;
    }
    .order-steps-infos h2 {
        font-size: 26px;
    }
    .order .double-btn {
        margin-bottom: 22px;
    }
    .flex {
        display: flex;
        justify-content: center;
    }
    .infosConditions .panel-body .title {
        font-size: 22px;
        text-align: center;
        font-weight: bold;
        margin-bottom: 10px;
    }
    .infosConditions .panel-body {
        border-top: none;
        padding: 18px 40px 40px;
    }
    .infosConditions .panel-body p:first-of-type {
        text-align: center;
    }
    .infosConditions .panel-body .tennisName {
        margin-top: 25px;
    }
    .btn.big {
        height: 60px;
    }
    .infosConditions .conditionsAnnulation span {
        display: inline;
    }
    .order-steps-infos .address {
        margin: 20px 0;
    }
    .order-steps-infos .date {
        margin: 0px;
    }
    .order-steps-infos .court {
        margin: 20px 0;
    }
    .order-steps-infos .court span:first-child {
        display: block;
    }
    .order-steps-infos .tarif {
        margin: 0px 0 40px 0;
    }
    footer.footer {
        padding: 20px 0;
        height: 275px;
    }
    .footer {
        text-align: center;
    }
    footer.footer {
        padding: 20px 0;
    }
    body {
        margin-bottom: 275px;
    }
    .site-links {
        display: inherit;
    }
    .site-links img {
        display: block;
        margin: 0 auto;
        padding-top: 17px;
    }
    .site-links li {
        display: block;
        text-align: center;
        padding-top: 24px;
    }
    .site-links li a {
        font-size: 17px;
    }
    #confirmReservation .modal-dialog {
        width: 668px;
    }
    #confirmReservation .modal-content {
        width: 668px;
        height: 300px;
        margin: 0 auto;
    }
    #confirmReservation .modal-footer button:first-child {
        margin-right: 0;
        margin-bottom: 15px;
    }
    #confirmReservation .modal-header {
        margin-top: 20px;
    }
    .block-blue span {
        display: inline;
    }
    .memo .title {
        display: block;
        margin-bottom: 10px;
    }
    .order-steps-infos div.confirmReservation {
        font-size: 20px;
    }
    .order-steps-infos h3 {
        font-size: 22px;
    }
    .confirmationPayment .entranceNumber {
        font-size: 22px;
    }
    .order-steps-infos.confirmation img {
        margin-top: -10px;
        margin-bottom: 15px;
        width: 50px;
        height: 38.07px;
    }
    .block-blue,
    .memo {
        padding: 20px 22px;
    }
    .hero-grey {
        height: 166px;
    }
    .hero-grey h1 {
        font-size: 32px;
    }
    table.tarifs.desktop {
        display: none;
    }
    table.tarifs.tablet-mobile {
        display: table;
        margin: 15px 0;
    }
    table.tarifs tr td {
        border: none;
        text-align: left;
        vertical-align: top;
        height: auto;
        padding: 7px 0;
    }
    table.tarifs tr td:first-child {
        font-weight: normal;
        width: 34.7%;
    }
    table.tarifs tr td:last-child {
        width: 65.3%;
    }
    table.tarifs tr:nth-of-type(3n+1):not(:first-child):after {
        width: 100vw;
        content: " ";
        border-bottom: 1px solid rgba(199, 199, 199, 0.6);
        left: 0;
        position: absolute;
    }
    table.tarifs tr:nth-of-type(3n) td:last-child {
        padding-bottom: 20px;
    }
    table.tarifs tr:nth-of-type(3n+1):not(:first-child) td {
        padding-top: 20px;
    }
    table.tarifs tr:nth-of-child(3n) td:after {
        margin-top: 26px;
    }
    .border-line.full-width {
        position: absolute;
        width: 100vw;
        left: 0;
        margin-top: -15px;
    }
    .conditions {
        margin-top: 30px;
    }
    .profile .hero {
        height: 160px;
    }
    .profile .hero h1 {
        line-height: 160px;
        font-size: 24px;
    }
    .profile .hero h1 img {
        width: 30px;
        height: 30px;
    }
    select#tab_selector {
        margin: 22px 0 26px 0;
        width: 100%;
        height: 70px;
        font-size: 18px;
        text-align: center;
        text-align-last: center;
        color: rgb(18, 82, 136);
        font-weight: bold;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-appearance: none;
        -moz-appearance: none;
        background-image: url(../img/arrow2.svg);
        background-position: calc(100% - 20px);
        background-size: 20px 20px;
        background-repeat: no-repeat;
        border-radius: 0;
        box-shadow: none;
        border: 1px solid rgba(199, 199, 199, 0.6);
    }
    .profile .border-line {
        margin: 0;
    }
    .profile .tab-pane#bookingBook div.title {
        margin-top: 48px;
    }
    .profile .panel-group {
        margin-bottom: 26px;
    }
    .repriseTickets h1 {
        font-size: 40px;
    }
    .repriseTickets h2 {
        font-size: 29px;
        padding-top: 5px;
    }
    .repriseTickets .flex {
        height: 178px;
    }
    .repriseTickets .step {
        background-color: transparent;
        height: 230px;
        margin: 40px 0 0 0;
        width: 100%;
    }
    .repriseTickets .step .description {
        margin: 0 30%;
        padding: 0;
    }
    .repriseTickets img.cards {
        height: 124px;
        margin-right: 0;
    }
    .repriseTickets .step:first-child,
    .repriseTickets .step:last-child {
        border: none;
    }
    .repriseTickets hr.horizontal-separator.visible-sm {
        margin: 0 0 0 0;
        position: absolute;
        right: 0;
        width: 100vw;
    }
    .repriseTickets .step img {
        height: 58px;
        width: 58px;
        margin-bottom: 25px;
    }
    .repriseTickets .step .description span {
        font-size: 17px;
    }
    .repriseTickets .box-ticket {
        width: 100% !important;
        padding: 0 35px;
        margin: 30px 0 0 0;
        border: none;
    }
    .repriseTickets .box-ticket .mainContent {
        width: 100% !important;
    }
    .repriseTickets .confirm {
        width: 100%;
        margin: 30px auto 0 auto;
        padding: 0 30px;
    }
    .repriseTickets .confirm input+label {
        margin-top: 30px;
        display: inline-block;
    }
    .repriseTickets .confirm button {
        margin-top: 0;
        font-size: 16px;
    }
    .repriseTickets .box-ticket h3 {
        margin-bottom: 30px;
    }
    .repriseTickets .trash span.mobile {
        display: none;
    }
    .repriseTickets .formulaires {
        width: 100% !important;
        padding: 0 35px;
    }
    .repriseTickets .formulaires .title {
        padding-top: 30px;
        margin-bottom: 20px;
    }
    #confirmRepriseTickets .modal-dialog {
        width: 680px;
        margin: 97px 0;
    }
    #confirmRepriseTickets .modal-header {
        height: 45px;
    }
    #confirmRepriseTickets .modal-header {
        height: 45px;
    }
    #confirmRepriseTickets .modal-header img {
        width: 179.58px;
        height: 32px;
    }
    #confirmRepriseTickets .modal-inner-content {
        padding: 30px;
    }
    #confirmRepriseTickets .modal-inner-content .title {
        font-size: 17.5px;
    }
    #confirmRepriseTickets .modal-inner-content .ticketNumber {
        font-size: 14px;
        margin-top: 5px;
        margin-bottom: 25px;
    }
    #confirmRepriseTickets .modal-inner-content table th,
    #confirmRepriseTickets .modal-inner-content table td {
        font-size: 14px;
    }
    #confirmRepriseTickets .modal-inner-content .undersigned {
        font-size: 14px;
        margin: 22px 0 40px 0;
    }
    #confirmRepriseTickets .modal-inner-content .signature,
    #confirmRepriseTickets .modal-inner-content .date {
        font-size: 14px;
    }
    #confirmRepriseTickets .modal-content {
        padding: 50px 26px 21px 26px;
    }
    #confirmRepriseTickets .modal-inner-content table.userInfos tr:nth-of-type(3) th {
        padding-top: 13px;
    }
    #confirmRepriseTickets .modal-inner-content .signature,
    #confirmRepriseTickets .modal-inner-content .date {
        height: 53px;
    }
    .search-result .wrapper {
        width: 700px;
    }
    table.reservation {
        margin: 42px auto 20px auto;
    }
    table.reservation.desktop {
        display: none;
    }
    table.reservation.mobile {
        display: table;
        width: 100%;
    }
    table.reservation tr td:first-child {
        font-weight: normal;
        width: 34.7%;
    }
    table.reservation tr td:last-child {
        width: 65.3%;
    }
    table.reservation tr td {
        border: none;
        text-align: left;
        vertical-align: top;
        height: auto;
        padding: 7px 0;
    }
    table.reservation tr:nth-child(6n) td {
        padding-top: 20px;
    }
    table.reservation tr:nth-child(6n - 1):not(:last-child) td {
        padding-bottom: 20px;
    }
    table.reservation tr:nth-of-type(6n):after {
        width: 100vw;
        content: " ";
        border-bottom: 1px solid rgba(199, 199, 199, 0.6);
        left: 0;
        position: absolute;
    }
    .pagination-history {
        margin-top: 14px;
        margin-bottom: 19px;
        float: none;
        text-align: center;
        width: 100%;
    }
    .reglement .panel-group {
        margin-bottom: 40px;
    }
    .reglement h1 {
        padding: 20px 14vw 40px 14vw;
        font-size: 32px;
        line-height: 40px;
    }
    /* Tennis parisien */
    .tennisparisiens h1 {
        padding: 20px 14vw 40px 14vw;
        font-size: 32px;
        line-height: 40px;
    }
    .tennisparisiens .panel-group {
        margin-bottom: 40px;
    }
    /* order history */
    .orderhistory table.history,
    .orderhistory table.history thead,
    .orderhistory table.history tbody,
    .orderhistory table.history th,
    .orderhistory table.history td,
    .orderhistory table.history tr {
        display: block;
    }
    .orderhistory table.history {
        width: 100%;
        border-collapse: collapse;
        border: none;
    }
    .orderhistory table.history thead tr {
        position: absolute;
    }
    .orderhistory table.history th {
        border: none;
        text-align: left;
    }
    .orderhistory table.history td {
        border: none;
        position: relative;
        padding-left: 40%;
    }
    .orderhistory table.history th,
    .orderhistory table.history td {
        text-align: left;
        padding-top: 6px;
        padding-bottom: 6px;
    }
    .orderhistory table.history .mobile-thead {
        display: block;
    }
    .orderhistory table.history tr.separator {
        border-bottom: 1px solid rgb(238, 238, 238);
    }
    .orderhistory table.history .arrow-table {
        display: none;
    }
    /* order history */
    /* intro modal */
    .introModal .modal-content {
        padding: 15px;
    }
    .introModal h1 {
        font-size: 40px;
    }
    .introModal .cards {
        height: 100px;
    }
    .introModal button.popin {
        width: 270px;
        display: block;
        font-size: 18px;
    }
    .introModal .modal-footer {
        text-align: center;
    }
    .introModal .no-connection {
        width: 220px;
        display: table;
        margin: 10px auto;
    }
    .introModal .modal-footer .btn+.btn {
        margin: 5px auto;
    }
    .introModal .modal-header img.popin-close {
        margin-right: -20px;
    }
    /* intro modal */
}


/* Tennis parisiens test responsive */

th {
    font-weight: 400;
}

td {
    font-weight: 300;
}

td,
th {
    padding: 15px;
    text-align: center;
    font-size: 16px;
}

table.history {
    width: 100%;
    margin: 30px auto 20px auto;
}

.mobile-thead {
    display: none;
}


/* Modifications Cï¿½dric */

.customDrop {
    display: block;
}

.customDrop a {
    margin: 22px 0 26px 0;
    width: 100%;
    height: 70px;
    font-size: 18px;
    text-align: center;
    text-align-last: center;
    color: rgb(18, 82, 136);
    font-weight: bold;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: #fff;
    background-position: calc(100% - 20px);
    background-size: 20px 20px;
    background-repeat: no-repeat;
    border-radius: 0;
    box-shadow: none;
    border: 1px solid rgba(199, 199, 199, 0.6);
    display: block;
    text-decoration: none;
    padding-top: 20px;
}

.search-result .customDrop a {
    color: rgb(28, 199, 140);
    text-transform: uppercase;
    font-family: 'Montserrat';
    font-weight: 500;
    font-size: 18px;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    border: 1px solid rgb(28, 199, 140);
}

.search-result .customDrop .dropdown-menu>.active>a {
    background-color: rgb(28, 199, 140);
    color: white;
}

.customDrop a.dropBtn {
    background-image: url(../images/arrow2.svg);
}

.customDrop .dropdown-menu li a {
    margin: -1px 0 0 0;
    padding-top: 20px;
}

.customDrop .dropdown-menu {
    width: 100%;
    border: none;
    border-radius: 0;
    padding: 0;
    margin-top: 0px;
    box-shadow: none;
}


/* date picker fix fond vert */

@media (max-width: 1024px) {
    .date-picker .date-item {
        padding: 10px;
        display: inline-block;
        width: 100%;
    }
}


/* end date picker fix fond vert */


/* fix tarifs */

#profileForm h4,
#profileForm .ocr-module {
    text-align: center;
}

#profileForm .ocr-module img {
    display: block;
    margin: 15px auto;
}


/* end fix tarifs */


/* Fix marge horizontale */

@media (max-width:767px) and (min-width:360px) {
    .container.search .search-block .btn.btn-darkgreen {
        width: inherit;
    }
}

.container.search .search-block .btn.btn-darkgreen {
    background-color: rgb(28, 201, 141);
    width: 500px;
}


/* fix marge horizontale (search module slider) */

.hours li.masked {
    visibility: hidden;
    display: none !important;
}

@media (max-width: 767px) {
    .container.search .search-block .btn.btn-darkgreen {
        width: 100%;
    }
}


/* end fix marge horizontale (search module slider) */


/* Fin modifications Cï¿½dric */

@media (min-width: 320px) and (max-width: 992px) {
    .tennisparisiens .table.tennis-desktop {
        display: none;
    }
    .tennisparisiens .tennis-mobile {
        display: table;
    }
    .tennisparisiens .tennis-mobile td.center-mobile {
        text-align: center;
    }
    .tennisparisiens .panel-body table tbody tr {
        border: none;
    }
    .tennisparisiens .panel-body table tbody:not(:last-child) {
        border-bottom: 1px solid rgb(198, 198, 198);
    }
    .labelMobileEquipment {
        z-index: 1;
    }
}


/*small mobiles*/


/*cross mobile*/

@media (min-width: 320px) and (max-width: 767px) {
    .navbar-paristennis {
        height: 50px;
    }
    .reservations div.headline {
        text-align: center;
    }
    .navbar-paristennis a.logo-paris img {
        height: 38px;
    }
    .navbar-paristennis a.logo-paris {
        padding: 6px;
        display: table;
        margin-left: 55px;
        width: calc(100% - 110px);
    }
    .navbar-header .navbar-toggle {
        height: 50px;
        width: 55px;
        margin: 0 auto;
        text-align: center;
        border-width: 0 0 0 1px;
        border-radius: 0;
        border-color: rgba(51, 51, 51, 0.15);
    }
    .navbar-header .navbar-toggle .icon-bar {
        margin-left: auto;
        margin-right: auto;
    }
    .reservations h1 {
        font-size: 22px;
        margin-top: 34px;
        display: inline-block;
        text-align: center;
    }
    .reservations h2 {
        font-size: 22px;
        background-color: transparent;
        padding: 0;
        display: inline-block;
        text-align: center;
    }
    .tabs-menu.nav {
        padding-left: 2px;
        padding-right: 2px;
    }
    .tabs-menu.nav li {
        display: block !important;
        width: 100%;
        margin: 0px;
    }
    .tabs-menu.nav li.active {
        margin: 0px;
    }
    .tabs-menu.nav-tabs.nav-justify>li>a {
        padding: 10px 0;
    }
    h2 {
        font-family: 'Montserrat';
        font-size: 18px;
        font-weight: 500;
        color: rgb(51, 51, 51);
        background-color: transparent;
        padding: 0;
        text-align: center;
    }
    .search-result .search-result-block .amount {
        float: none;
    }
    .search-result .search-result-block .datas .tennis-court {
        height: auto;
        padding-bottom: 10px;
    }
    .search-result .search-result-block div.button {
        padding-top: 10px;
    }
    .btn.medium {
        display: block;
        margin: 18px auto;
    }
    .account-creation div.button {
        width: auto;
    }
    .container.search .search-block .button .btn.btn-darkgreen {
        width: 100%;
    }
    .search-result .search-result-block span.court {
        text-align: center;
        display: block;
        line-height: normal;
        margin-top: 10px;
    }
    .search-result .search-result-block div.row.tennis-court div:nth-child(2) {
        width: 100%;
    }
    .search-result .bookmarks .date-picker .row.content .row.seven-cols div[class*=' col'] {
        border: 1px solid rgba(198, 198, 198, 0.6);
        border-bottom: none;
    }
    .date-picker .date-item.item-full .date {
        padding-top: 7px;
    }
    .date-picker .seven-cols [class*="col-"].full .message span {
        margin-top: 13px;
        display: table;
        padding-left: 14.11vw;
    }
    .order-steps-infos h2 {
        padding: 0;
        background-color: transparent;
        font-size: 20px;
        margin: 23px 0;
    }
    .order-steps-infos .address,
    .order-steps-infos .date,
    .order-steps-infos .court,
    .order-steps-infos .tarif {
        font-size: 16px;
    }
    .order-steps-infos .court span {
        display: block;
    }
    .order-steps-infos .tarif .price {
        font-size: 20px;
    }
    .order-steps-infos .payment-info {
        font-size: 12px;
        line-height: 2.5;
    }
    .infosConditions {
        margin-right: -15px;
        margin-left: -15px;
        margin-bottom: 20px;
    }
    .infosConditions .panel-title {
        font-size: 16px;
    }
    .infosConditions .panel svg.arrow {
        right: 15px;
        top: 0;
        width: 18px;
        height: 100%;
    }
    .infosConditions .panel {
        margin-bottom: 0;
    }
    .infosConditions .conditionsAnnulation,
    .memo {
        text-align: center;
        font-size: 14px;
    }
    .infosConditions .conditionsAnnulation span {
        display: block;
    }
    .double-btn .btn:first-child {
        margin-right: 0;
    }
    .order .double-btn .btn {
        display: block;
        width: 100%;
    }
    .order-steps-infos .address {
        margin: 15px 0;
    }
    .order-steps-infos .date {
        margin: 0px;
    }
    .order-steps-infos .court {
        margin: 15px 0;
    }
    .order-steps-infos .tarif {
        margin: 15px 0 30px 0;
    }
    .infosConditions .panel-body .title {
        font-size: 20px;
    }
    .infosConditions .panel-body p {
        font-size: 16px;
    }
    .infosConditions .panel-body {
        padding: 20px 15px 30px 15px;
    }
    .infosConditions .panel-body .tennisName,
    .infosConditions .panel-body .tennisAddress {
        font-size: 16px;
    }
    .infosConditions .panel-body .flex {
        display: block;
        margin: 0 10px;
        text-align: center;
    }
    .infosConditions .ellipsis {
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        padding-right: 45px;
    }
    .infosConditions .panel-body .tennisName {
        margin-top: 18px;
    }
    .order .double-btn {
        margin: 0 10px 40px 10px;
    }
    .order .double-btn .btn {
        margin: 15px 0 15px 0;
    }
    body.order .information-block .description {
        padding: 14px 0 20px;
        font-size: 16px;
    }
    body.order .information-block span {
        display: block;
    }
    .order-steps-infos .date.visible-xs {
        display: inherit !important;
    }
    footer.footer {
        padding: 37px 0 45px;
        height: 270px;
    }
    .site-links img {
        padding-top: 18px;
    }
    .site-links li {
        padding-top: 17px;
    }
    .priceTable table h3 {
        margin-top: 0;
        font-size: 20px;
    }
    .priceTable div.subtitle {
        font-size: 16px;
    }
    .priceTable div.price {
        font-size: 20px;
    }
    .timer,
    .practicalInfos {
        font-size: 16px;
        padding: 0 40px;
    }
    .priceTable table h3 div {
        display: inline;
    }
    .priceTable table tr td {
        padding: 0 25px;
    }
    .priceTable table tr:first-of-type {
        height: 172px;
    }
    .priceTable table tr:last-of-type {
        height: 55px;
    }
    .order-steps-infos img {
        margin: 0px 0 10px 0;
    }
    .priceTable table {
        margin: 30
    }
    .priceTable table {
        margin: 20px 0;
    }
    .priceTable {
        margin: 10px 0;
    }
    #confirmReservation .modal-dialog {
        margin: 0;
        padding: 0;
        width: 100%;
    }
    #confirmReservation .modal-dialog img {
        width: 20px;
        height: 20px;
        position: absolute;
        z-index: 1;
        top: 15px;
        right: 15px;
        margin: 0;
    }
    #confirmReservation {
        height: 100vh;
        top: 50px;
    }
    #confirmReservation .modal-content {
        height: calc(100vh - 50px);
        width: 100vw;
        margin: 0;
        padding: 20px 15px;
        display: table-cell;
        vertical-align: middle;
    }
    #confirmReservation .modal-footer button {
        width: 100%;
        padding: 0;
    }
    .modal:before {
        height: 0;
    }
    .modal-backdrop {
        top: 50px;
    }
    #confirmReservation .modal-header {
        margin-top: 0;
    }
    .order-steps-infos.confirmation img {
        margin-top: 17px;
        margin-bottom: 20px;
        width: 45px;
        height: 34.26px;
    }
    .practicalInfos {
        padding: 0;
        margin-top: 17px;
    }
    .contactInfos {
        display: none;
    }
    .order-steps-infos.confirmation {
        margin-left: -15px;
        width: 100vw;
    }
    .order-steps-infos.confirmation h3 {
        font-size: 20px;
    }
    .confirmationPayment .entranceNumber {
        font-size: 20px;
    }
    .entranceAvailable,
    .entranceTarif {
        font-size: 16px;
    }
    .order .border-line img {
        position: absolute;
        left: 50%;
        margin: -24px 0 0 -24px;
        height: 48px;
        width: 48px;
    }
    .order .confirmationPayment {
        margin-bottom: 64px;
    }
    .order .annulation {
        text-align: center;
    }
    .order .annulation span {
        display: none;
    }
    .block-blue {
        margin-top: 25px;
        margin-bottom: 0;
        text-align: center;
        font-size: 14px;
        margin-left: -15px;
        margin-right: -15px;
    }
    .block-blue,
    .memo {
        padding: 20px 20px;
    }
    .memo {
        text-align: center;
        font-size: 14px;
        margin-left: -15px;
        margin-right: -15px;
    }
    .annulation .title {
        font-size: 16px;
    }
    .hero-grey {
        height: 150px;
        padding: 30px 15px;
    }
    .hero-grey h1 {
        font-size: 24px;
        line-height: 30px;
    }
    .hero-grey h1 span {
        display: inline;
    }
    table.tarifs th {
        font-size: 15px;
        padding: 7px 7px 7px 0;
        width: 50%;
    }
    table.tarifs td {
        font-size: 15px;
        padding: 7px 0 7px 7px;
        width: 50%;
    }
    table.tarifs {
        margin: 30px -0 13px -0;
    }
    .conditions h3 {
        font-size: 20px;
        text-align: center;
    }
    table.tarifs tr td:first-child {
        width: 50%;
        padding-right: 9px;
    }
    table.tarifs tr td:last-child {
        width: 50%;
        padding-left: 9px;
    }
    .conditions {
        margin-top: 20px;
    }
    .conditions span,
    .conditions p {
        font-size: 16px;
    }
    .profile .hero {
        height: 100px;
    }
    .profile .hero h1 {
        line-height: 100px;
        font-size: 16px;
        padding: 0;
    }
    .profile .hero h1 img {
        width: 20px;
        height: 20px;
    }
    select#tab_selector {
        height: 60px;
        font-size: 16px;
        background-size: 14px 17px;
        margin: 17px 0 20px 0;
    }
    .profile .tab-pane#bookingBook div.title {
        margin: 0 0 20px 0;
        font-size: 16px;
        text-align: center;
    }
    .profile .panel-group h4 {
        font-size: 14px;
        line-height: 1.4;
    }
    .profile .panel-group .panel-heading {
        text-align: center;
        padding: 5.5px;
    }
    .profile .panel-heading h4 span {
        font-size: 14px;
        display: block;
    }
    .profile .panel-group svg.arrow {
        right: 15px;
        width: 15px;
        height: 9px;
        top: calc(50% - 4.5px);
    }
    .profile .panel-default>.panel-heading+.panel-collapse>.panel-body {
        padding: 5px 15px 20px 15px;
    }
    .profile .panel-body>* {
        font-size: 14px;
        text-align: center;
    }
    .profile .entry {
        font-weight: normal;
    }
    .profile .entry span {
        display: flex;
        justify-content: center;
        text-transform: uppercase;
    }
    .profile .entry span.flexOrder {
        order: 1;
        text-transform: initial;
    }
    .profile .entry span.flexOrder:before {
        content: "\00a0-\00a0";
    }
    .profile .panel-group {
        margin-bottom: 20px;
    }
    .hero h1.img img {
        margin-right: 7px;
    }
    .repriseTickets .flex {
        display: block;
        text-align: center;
        height: 218px;
        display: table-cell;
        vertical-align: middle;
        width: 100vw;
    }
    .repriseTickets .flex img {
        height: 65px;
    }
    .repriseTickets h1 {
        font-size: 24px;
    }
    .repriseTickets h2 {
        background-color: transparent;
        padding: 0;
        font-size: 20px;
        padding: 12px 0;
    }
    .repriseTickets .step {
        height: 200px;
        margin: 23px 0 0 0;
        width: 100%;
        padding: 0 15px;
    }
    .repriseTickets .step .description {
        margin: 0 10px;
    }
    .repriseTickets .box-ticket,
    .repriseTickets .confirm {
        padding: 0;
    }
    .repriseTickets .mainContent button {
        width: 100%;
    }
    .repriseTickets .confirm button {
        width: calc(100% - 20px);
    }
    .repriseTickets #ticketsNumbers .row:not(:first-child)+.row {
        border-top: 1px solid rgb(231, 231, 231);
        margin-top: 5px;
        padding-top: 20px;
    }
    .repriseTickets .trash {
        width: 100%;
        position: inherit;
        text-align: right;
        cursor: pointer;
        padding: 0 15px;
        font-size: 14px;
        font-weight: bold;
        margin-bottom: 15px;
        bottom: 0;
        right: 0;
    }
    label.visible-xs {
        display: inline !important;
    }
    .repriseTickets .trash img {
        width: 13.48px;
        height: 16px;
        vertical-align: top;
        margin-right: 10px;
    }
    .repriseTickets .trash span.mobile {
        display: inline-block;
    }
    #ticketsNumbers .row+.row .col-md-6 select,
    #ticketsNumbers .row+.row .col-md-6 input {
        margin-top: 5px;
    }
    .repriseTickets .step img {
        height: 54px;
        width: 54px;
    }
    .repriseTickets .step .description span {
        font-size: 16px;
        line-height: 22px;
    }
    .repriseTickets .box-ticket h3 {
        font-size: 20px;
        margin-bottom: 20px;
    }
    .repriseTickets .box-ticket {
        margin: 20px 0 0 0;
    }
    .repriseTickets label {
        font-size: 16px;
        font-weight: normal;
    }
    .repriseTickets input.form-control,
    .repriseTickets select {
        font-size: 14px;
    }
    .repriseTickets #ticketsNumbers .col-xs-12+.col-xs-12 {
        margin-top: 12px;
    }
    .repriseTickets button.btn.btn-darkblue.small {
        margin-top: 5px;
        font-size: 14px;
    }
    .repriseTickets button.btn.btn-darkblue.small img {
        width: 15px;
        height: 15px;
        margin-right: 8px;
    }
    #ticketsNumbers .row .form-group {
        margin-bottom: 15px;
    }
    .repriseTickets .confirm button {
        font-size: 14px;
    }
    .repriseTickets .confirm {
        width: 100%;
        margin: 20px auto 0 auto;
        padding: 0 30px;
    }
    .repriseTickets .confirm {
        padding: 0;
    }
    .repriseTickets .confirm input+label {
        margin-top: 20px;
        font-weight: 200;
    }
    .customCheckbox [type="checkbox"]:not(:checked)+label,
    .customCheckbox [type="checkbox"]:checked+label {
        padding-left: 45px;
    }
    label.mobile {
        display: inline;
    }
    #ticketsNumbers .row:nth-of-type(2) input,
    #ticketsNumbers .row:nth-of-type(2) select {
        margin-top: 5px !important;
    }
    .repriseTickets .formulaires {
        width: 100% !important;
        padding: 0;
        text-align: center;
    }
    .repriseTickets .formulaires .form {
        height: 98px;
    }
    .repriseTickets .formulaires .title {
        border-width: 1px 0 1px 0;
        border-color: rgb(231, 231, 231);
        border-style: solid;
        text-align: center;
        padding: 20px 50px;
        font-size: 18px;
    }
    .repriseTickets .formulaires .pull-right,
    .repriseTickets .formulaires .pull-left {
        float: none !important;
        display: block;
        font-size: 16px;
    }
    .repriseTickets .formulaires .pull-left {
        margin-bottom: 10px;
    }
    .repriseTickets .formulaires .pull-left img {
        height: 13.7px;
        width: 8.45px;
    }
    .repriseTickets .formulaires .pull-right img {
        height: 18px;
        width: auto;
    }
    #confirmRepriseTickets .modal-content {
        height: calc(100vh - 50px);
        width: 100vw;
        margin: 0;
        padding: 45px 25px;
        display: table-cell;
        vertical-align: top;
    }
    #confirmRepriseTickets .modal-dialog {
        margin: 0;
        padding: 0;
        width: 100%;
    }
    #confirmRepriseTickets {
        height: 100vh;
        top: 50px;
    }
    #confirmRepriseTickets .modal-inner-content {
        padding: 0 25px;
        border: none;
    }
    #confirmRepriseTickets .modal-inner-content .title {
        font-size: 18px;
    }
    #confirmRepriseTickets .modal-inner-content .ticketNumber {
        font-size: 16px;
    }
    #confirmRepriseTickets .modal-footer .infos {
        font-size: 16px;
        margin-top: 80px;
        padding: 0 15px;
    }
    #confirmRepriseTickets .modal-footer {
        padding: 0;
    }
    #confirmRepriseTickets .modal-footer button {
        width: 100%;
    }
    #confirmRepriseTickets .modal-footer button {
        font-size: 14px;
    }
    table.reservation tr td:first-child {
        width: 47%;
    }
    table.reservation tr td:last-child {
        width: 53%;
    }
    table.reservation td {
        font-size: 15px;
    }
    .pagination-history {
        margin-top: 19px;
        margin-bottom: 19px;
    }
    .reglement h1 {
        padding: 5px 0 20px 0;
        font-size: 24px;
        line-height: 30px;
    }
    .reglement .panel-group h4 {
        font-size: 16px;
        padding-right: 16px;
    }
    .reglement .panel-body>* {
        font-size: 16px;
    }
    .reglement .panel-body p {
        padding-bottom: 25px;
    }
    .reglement .panel-body p:last-child {
        padding-bottom: 0;
    }
    .reglement .panel-body {
        padding: 5px 20px 25px 20px;
        font-size: 16px;
    }
    .reglement .panel-group svg.arrow {
        width: 15px;
        height: auto;
        top: 20px;
        right: 15px;
    }
    .reglement .panel-heading {
        padding: 9px 15px 9px 20px;
    }
    /* tennis parisien */
    .tennisparisiens h1 {
        padding: 5px 0 20px 0;
        font-size: 24px;
    }
    .tennisparisiens .panel-group h4 {
        font-size: 16px;
        padding-right: 16px;
    }
    .tennisparisiens .panel-body>* {
        font-size: 16px;
    }
    .tennisparisiens .panel-body p {
        padding-bottom: 25px;
    }
    .tennisparisiens .panel-body p:last-child {
        padding-bottom: 0;
    }
    .tennis .panel-group svg.arrow {
        width: 15px;
        height: auto;
        top: 20px;
        right: 15px;
    }
    .tennisparisiens .panel-heading {
        padding: 9px 15px 9px 20px;
    }
    .tennisparisiens .panel-body {
        padding: 8px;
    }
    .tennisparisiens .panel-body table tbody tr {
        border: none;
        text-align: left;
    }
    .tennisparisiens .panel-body table tr td {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .tennisparisiens .panel-body table tr td.title {
        font-size: 13px;
        font-weight: 500;
    }
    .tennisparisiens .panel-body table tr td.data {
        font-size: 14px;
    }
    .tennisparisiens .panel-body table tr td.data.tennis-name {
        font-weight: 500;
    }
    /*ma reservation*/
    .mareservation .none {
        font-size: 16px;
        margin-bottom: 30px;
        padding: 30px;
    }
    .mareservation .recap span.tennis-name,
    .mareservation .recap span.tennis-address,
    .mareservation .recap span.tennis-hours,
    .mareservation .recap span.tennis-court,
    .mareservation .recap span.tennis-price,
    .mareservation .recap span.entry,
    .mareservation .recap span.entry-total,
    .mareservation .recap span.price-description {
        font-size: 16px;
        text-align: center;
        display: block;
    }
    .mareservation .recap ul.tennis-court {
        list-style: none;
        text-align: center;
        padding-left: 0;
    }
    .mareservation .recap button.btn.btn-darkblue.cancel-button {
        margin: 0 auto;
        display: table;
    }
    .mareservation #cancelModal .modal-dialog {
        margin: 0;
    }
    .mareservation #cancelModal .modal-content {
        height: 100vh;
        width: 100vw;
        padding: 10px;
    }
    .mareservation #cancelModal button.popin {
        width: 90%;
    }
    /*ma reservation*/
}

@media (min-width: 320px) and (max-width: 359px) {
    .hero h1 {
        font-family: 'Montserrat';
        font-size: 17px;
        font-weight: 300;
        line-height: 20px;
        height: 100px;
        padding: 30px;
    }
    .hero {
        height: 100px;
    }
    #signupForm .button button.create-account,
    div.button {
        width: 290px;
    }
    body.signup .validation-block {
        font-size: 17px;
    }
    body.signup .validation-block .description {
        padding: 20px 0;
    }
    body.signup .validation-block .description p:first-child {
        display: none;
    }
    .main-informations .my-infos {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .main-informations .my-infos h2 {
        font-family: 'Montserrat';
        font-size: 18px;
        font-weight: 500;
        color: rgb(51, 51, 51);
        background-color: rgb(245, 245, 245);
        padding: 20px 55px;
    }
    #signupForm {
        margin-top: 0;
    }
    input.form-control {
        width: 100%;
    }
    body.signup.error .error {
        font-size: 16px;
    }
    body.signup.error .error p {
        padding: 15px;
    }
    .pieces-of-identity h2 {
        background-color: rgb(245, 245, 245);
        font-size: 18px;
        text-align: center;
        padding: 20px 40px;
    }
    ul.site-links {
        display: block;
        text-align: center;
    }
    ul.site-links li {
        display: list-item;
        padding: 10px 0;
    }
}


/*mobiles*/

@media (min-width: 360px) and (max-width: 767px) {
    .btn-medium {
        display: block;
        margin: 0 auto;
    }
    .popover.bottom>.arrow {
        left: 11%;
    }
    .popover.fade.bottom.in {
        left: 0px;
    }
    button.create-account,
    div.button {
        width: 100%;
        padding: 0 20px;
    }
    .information-picto {
        float: none;
        display: block;
        margin: 0 auto;
    }
    .information-tarif p {
        text-align: center;
    }
    .hero h1 {
        line-height: 35px;
        padding-top: 42px;
    }
    .hero h1 {
        font-family: 'Montserrat';
        font-size: 17px;
        font-weight: 300;
        line-height: 20px;
        height: 100px;
        padding: 30px;
    }
    .hero {
        height: 100px;
    }
    body.signup .validation-block {
        font-size: 17px;
    }
    body.signup .validation-block .description {
        padding: 20px 0;
    }
    body.signup .validation-block .description p:first-child {
        display: none;
    }
    .main-informations .my-infos {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .main-informations .my-infos h2 {
        font-family: 'Montserrat';
        font-size: 18px;
        font-weight: 500;
        color: rgb(51, 51, 51);
        background-color: rgb(245, 245, 245);
        padding: 20px 55px;
    }
    #signupForm {
        margin-top: 0;
    }
    input.form-control {
        width: 100%;
    }
    body.signup.error .error {
        font-size: 16px;
    }
    body.signup.error .error p {
        padding: 15px;
    }
    .pieces-of-identity h2 {
        background-color: rgb(245, 245, 245);
        font-size: 18px;
        text-align: center;
        padding: 20px 40px;
    }
    ul.site-links {
        display: block;
        text-align: center;
    }
    ul.site-links li {
        display: list-item;
        padding: 10px 0;
    }
    .reservations {
        height: 134px;
    }
    
    .container.search .search-block {
        margin-top: 0;
    }
    .container.search .search-block .button .btn.btn-darkgreen {
        width: inherit;
    }
    .weather-module h3 {
        text-align: center;
    }
    /* commented : it causes a right margin on the home page 
    .weather-module,
    .weather-module .container.labels,
    .weather-module .container.labels .col-lg-7 {
    padding: inherit;
} */
}


/*burger menu fix*/

@media (max-width: 1200px) {
    .navbar-header {
        float: none;
    }
    .navbar-left,
    .navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
        width: 100vw;
        padding: 0;
        margin-left: -15px !important;
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        position: absolute;
        width: 90vw;
        height: 100vh;
        right: 15px;
    }
    .navbar-nav>li {
        float: none;
        padding-left: 20px;
        border: 1px solid rgba(255, 255, 255, 0.38);
        /* animations */
        -webkit-transform: scale(1.15) translateY(-30px);
        transform: scale(1.15) translateY(-30px);
        opacity: 0;
        -webkit-transition: opacity 0.6s cubic-bezier(0.4, 0.01, 0.165, 0.99), -webkit-transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99);
        transition: opacity 0.6s cubic-bezier(0.4, 0.01, 0.165, 0.99), -webkit-transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99);
        transition: transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99), opacity 0.6s cubic-bezier(0.4, 0.01, 0.165, 0.99);
        transition: transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99), opacity 0.6s cubic-bezier(0.4, 0.01, 0.165, 0.99), -webkit-transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    }
    .navbar-nav>li>a {
        padding: 0 15px;
    }
    .navbar-paristennis li.text a {
        height: 57px;
        line-height: 57px;
    }
    .navbar-paristennis li.active.text {
        background-color: rgb(255, 255, 255);
    }
    .navbar-paristennis li.active.text a {
        color: rgb(65, 203, 154);
        font-weight: 700;
    }
    .navbar-paristennis li.active.text a span {
        border: none;
        padding-bottom: inherit;
    }
    .collapse.in {
        display: block !important;
    }
    .navbar-default .navbar-toggle:hover,
    .navbar-default .navbar-toggle:focus {
        background-color: rgba(0, 0, 0, 0.2);
    }
    .navbar-default .navbar-collapse,
    .navbar-default .navbar-form {
        border-color: rgb(62, 179, 138);
    }
    .navbar-collapse.collapse.in {
        -webkit-transition: all 3s ease-in, background 0.15s ease-in;
        transition: all 3s ease-in, background 0.15s ease-in;
        -webkit-transition-delay: 5s;
        transition-delay: 5s;
    }
    .navbar-collapse.collapse.in li {
        -webkit-transform: scale(1) translateY(0px);
        transform: scale(1) translateY(0px);
        opacity: 1;
    }
    .navbar-collapse.collapse.in li:nth-child(1) {
        -webkit-transition-delay: 0.1s;
        transition-delay: 0.1s;
    }
    .navbar-collapse.collapse.in li:nth-child(2) {
        -webkit-transition-delay: 0.3s;
        transition-delay: 0.3s;
    }
    .navbar-collapse.collapse.in li:nth-child(3) {
        -webkit-transition-delay: 0.4s;
        transition-delay: 0.4s;
    }
    .navbar-collapse.collapse.in li:nth-child(4) {
        -webkit-transition-delay: 0.5s;
        transition-delay: 0.5s;
    }
    .navbar-collapse.collapse.in li:nth-child(5) {
        -webkit-transition-delay: 0.6s;
        transition-delay: 0.6s;
    }
    .navbar-collapse.collapse.in li:nth-child(6) {
        -webkit-transition-delay: 0.7s;
        transition-delay: 0.7s;
    }
    .navbar-collapse.collapse.in li:nth-child(7) {
        -webkit-transition-delay: 0.8s;
        transition-delay: 0.8s;
    }
    .collapsing {
        position: relative;
        height: 0;
        overflow: hidden;
        -webkit-transition-timing-function: ease;
        -o-transition-timing-function: ease;
        transition-timing-function: ease;
        -webkit-transition-duration: 0.8s;
        -o-transition-duration: 0.8s;
        transition-duration: 0.8s;
        -webkit-transition-property: height, visibility;
        -o-transition-property: height, visibility;
        transition-property: height, visibility;
    }
    .navbar-collapse.disconnected li.my-account {
        background-color: rgb(15, 69, 115);
        color: rgb(255, 255, 255);
    }
    .navbar-collapse.disconnected li.my-account a:before {
        content: url(../img/myaccount-picto.png);
        position: relative;
        top: 3px;
        margin-right: 13px;
    }
    .navbar-collapse.connected ul.navbar-nav {
        background-color: rgb(255,255,255);
    }
    .navbar-collapse.connected li.text:not(.active):not(.profile) {
        background-color: rgb(28, 201, 141);
    }
    .navbar-collapse.connected li.profile {
        background-color: rgb(255, 255, 255);
    }
    .navbar-collapse.connected li.profile a {
        color: rgb(15, 69, 115);
        font-size: 13px;
        font-weight: 500;
    }
    .navbar-collapse.connected li.profile {
        border-bottom: 1px solid rgb(198, 198, 198);
    }
    
    .navbar-collapse.connected li.profile a.my-account:after {
        content: url(../img/myaccount-picto-connected.png);
        position: relative;
        top: 3px;
        margin-left: 13px;
    }
}