/* [General styles] */
body{
    font-family: Raleway, arial, helvetica, sans-serif;
    color: #1d2d4d;
    line-height: 1.25;
}

body *{
    letter-spacing: -0.05em;
}

h1{
    font-size: 60px;
}

h1 .bold{
    display: block;
    font-size: 55px;
}

h2{
    font-size: 40px;
    font-weight: 700;
}

p{
    font-size: 30px;
    font-weight: 300;
}


.cb {
    clear: both;
}

.redStar {
    color: #FF0000;
    font-size: 10px;
}

/* [Error messages] */
.msg_info,.msg_success,.msg_warning,.msg_erreur{
    border:1px solid;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    border-radius:10px;
    -moz-box-shadow:0 0 5px #888;
    -webkit-box-shadow:0 0 5px #888;
    box-shadow:0 0 5px #888;
    width: auto !important;
    background-repeat: no-repeat;
    background-position: 10px 5px;
    text-align: left;
    margin:0 0 10px 0!important;
    padding:15px 10px 15px 50px !important;
}

.msg_info {
    color: #00529B;
    background-color: #BDE5F8;
    background-image: url('/images/messageBox/info.png');
}
.msg_success {
    color: #4F8A10;
    background-color: #DFF2BF;
    background-image:url('/images/messageBox/success.png');
}
.msg_warning {
    color: #9F6000;
    background-color: #FEEFB3;
    background-image: url('/images/messageBox/warning.png');
}
.msg_erreur {
    color: #D8000C;
    background-color: #FFBABA;
    background-image: url('/images/messageBox/error.png');
}

.erreur_loc, .fieldError {
    color: #a94442;
    font-size: 20px;
    font-style: italic;
    display: block;
}

/* [Autodatatable] */
.autodatatableLight td {
    padding: 5px;
    vertical-align: top;
}

.autodatatableLight td.label {
    vertical-align: top;
    padding-top: 10px;
}

.autodatatable {
    border: 1px solid #000000;
    color: #3e3e3e;
}

.autodatatable th {
    font-size: 11px;
    border-bottom: 1px solid #000000;
    background-color: #e3e3e3;
    padding: 5px 15px 5px 5px;
    text-align: left;
}

.autodatatable.rowHighlight tr:hover td {
    background-color: #dbe8ec;
}

.autodatatable td {
    padding: 5px 15px 5px 5px;
    font-size: 11px;
    text-align: left;
}

.autodatatable .row1 td,
.autodatatable .odd td {
    background-color: #f1f1f1;
}

.autodatatable .row2 td,
.autodatatable .even td {
    background-color: #fff;
}

table input[type=text] {
    margin: 4px 0;
}

.autodatatable .adt-ctrl {
    list-style: none;
    margin: 0;
    border-left: 1px solid #aaa;
    padding: 4px 0 0 10px;
    line-height: 1;
}

.autodatatable .adt-ctrl li {
    display: inline-block;
    vertical-align: top;
    margin: 0 15px 0 0;
    padding: 0 0 4px;
}

.autodatatable .adt-ctrl-multiline li {
    display: block;
}

.icon-active {
    /*background: url('/images/icon-active.png') 2px 2px no-repeat;*/
    width: 19px;
    height: 19px;
    display: block;
}

.icon-inactive {
    /* background: url('/images/icon-inactive.png') 2px 2px no-repeat;*/
    width: 19px;
    height: 19px;
    display: block;
}

.permissionField {
    list-style: none;
    margin: 0;
    padding: 0;
}

.permissionField li {
    margin: 0;
    padding: 2px 0;
}

.permissionField li > ul {
    margin-left: 25px;
}

.permissionField input[type="checkbox"], .permissionField label{
    vertical-align: middle;
}

#user-groups .user-group-title {
    font-weight: bold;
    padding-top: 4px;
    font-size: 14px;
}

#user-groups .user-group-list-label {
    font-weight: bold;
    font-size: 12px;
}

#user-groups .user-group-selected {
    margin: 5px 0 10px 0;
}

#user-groups .user-group-selected li {
    line-height: 1.9;
}

#user-groups .user-group-center {
    margin-bottom: 10px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}

#user-groups .user-group-selected-label {
    width: 300px;
    float: left;
}

#user-groups .user-group-selected-remove {
    float: right;
}

#user-groups {
    width: 400px;
}

/* [Admin styles] */

.adminContent h2 {
    font-size: 18px !important;
}

.blockIcon {
    float: left;
    width: 60px;
    margin-right: 10px;
}

.blockContent {
    float: left;
    width:220px;
}

/* [Admin login] */

.login-form {
    max-width: 400px;
    margin: 60px auto;
}

.login-form label {
    display: block;
}

.login-form input {
    border: 1px solid #616161;
    width: 388px;
    padding: 5px;
}

.login-form button {
    padding: 10px 15px;
}

/* Admin blocks */

.admin-nav {
    margin: 0 0 20px 0;
}

.admin-nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.admin-nav ul li.pull-left {
    margin-right:5px;
}

.admin-nav ul li.pull-right {
    margin-left:5px;
}

.admin-box {
    border-bottom: 8px solid #000;
    background: #FFF;
    padding: 20px;
    min-height: 230px;
    position: relative;
    -webkit-box-shadow: 0 10px 20px -10px #444;
    -moz-box-shadow: 0 10px 20px -10px #444;
    box-shadow: 0 10px 20px -10px #444;
    margin-bottom: 30px;
}

.admin-box h2 {
    color: #000;
    font-size: 20px;
    line-height: 1;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 20px 0;
}

.admin-box ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.admin-box ul li {
    margin: 0 0 10px 0;
}

.admin-box a {
    color: #000;
    text-decoration: none;
}

.admin-box a:hover {
    text-decoration: underline;
}

.admin-box .icon {
    background: #000;
    color: #FFF;
    font-size: 20px;
    display: block;
    position: absolute;
    bottom: -8px;
    right: 0;
    padding: 5px;
    width: 32px;
    text-align: center;
}

.admin-box select{
    max-width: 100%;
}

.adminCategoryBlock {
    float: left;
    margin: 0 10px 20px 0;
    width: 32%;
}

.adminCategoryBlock .adminCategoryIcon {
    float: left;
}

.adminCategoryBlock .adminCategoryBlockContent {
    float: left;
    margin-left: 13px;
}

.adminCategoryBlock h2 {
    border-bottom: 1px solid;
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 8px 52px;
    padding: 0 0 3px 8px;
}


.adminBlock {
    min-height:100px;
    height:auto !important;
}

.admin-content{
    padding-top: 110px;
}

#adminNavBar {
    list-style: none;
    margin: 0;
    padding:6px 0 12px;
}

#adminNavBar li {
    display: inline;
    padding: 0;
    margin:0 10px 0 0;
}

#adminNavBar li.right {
    float: right;
}

.specialButton {
    display: block;
    border: 1px solid #003;
    background: #03C;
    padding: 5px;
    color: #FFF;
    text-decoration: none;
    float: left;
}

.specialButton:hover {
    color: #FFF;
    text-decoration: none;
    background: #03F;
}

.specialButtonSubmit {
    position: absolute;
    left: -9999px;
}


/* [Photo album] */
#photoList {
    list-style: none;
    margin: 0;
    padding: 0;
}
#photoList li {
    padding: 0;
    float: left;
    margin: 5px;
    position: relative;
    width: 178px;
}
#photoList li .options {
    background: rgba(255,255,255,0.75);
    position: absolute;
    top: 5px;
    right: 5px;
    text-align: right;
    display: none;
}
#photoList li:hover .options {
    display: block;
}
#photoList li .options a {
    float: left;
}
#photoList li .cover {
    background: rgba(255,255,255,0.75);
    color: #000;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    width: 168px;
    position: absolute;
    bottom: 5px;
    left: -18px;
    z-index: 10;
    padding: 5px 0;
}
#photoList li a {
    display: block;
    /*background: url('/images/blank.gif') left top repeat;*/
    text-decoration: none;
}
#photoList li a:hover {
    text-decoration: none;
}
#photoList li .thumbnail {
    width: 178px;
}

#photoList2 li{
    padding: 10px;
    margin:0;
}

#global {
    position: relative;
    width: 100%;
    min-width: 960px;
    overflow: hidden;
}

/* Site General Classes */

.bold{
    font-weight: 900;
}

.yellow{
    color: #ffdf00;
}

.btn{
    padding: 10px 25px;
    border-width: 1px;
    border-radius: 0;
    font-size: 28px;
    font-weight: 800;
}

.btn-yellow{
    border-color: #ffdf00;
    background-color: #ffdf00;
    color: #134e77;
}

.btn-blue{
    border-color: #134e77;
    background-color: #134e77;
    color: #fff;
}

.btn-yellow:hover,
.btn-yellow:active,
.btn-yellow:focus,
.btn-blue:hover,
.btn-blue:active,
.btn-blue:focus{
    border-color: #134e77;
    background-color: #fff;
    color: #134e77;
}

.dark-bg{
    background: #e1e1e1;
}

.point-big{
    font-family: arial, helvetica, sans-serif;
    font-size: 22px;
    line-height: 10px;
}


/*****************************************
 _   _  ___    _____  ___    ___    ___   
( ) ( )(  _`\ (  _  )(  _`\ (  _`\ |  _`\ 
| |_| || (_(_)| (_) || | ) || (_(_)| (_) )
|  _  ||  _)_ |  _  || | | )|  _)_ | ,  / 
| | | || (_( )| | | || |_) || (_( )| |\ \ 
(_) (_)(____/'(_) (_)(____/'(____/'(_) (_)
*******************************************/

#header{
    position: absolute;
    z-index: 22;
    width: 100%;
    top: 33px;
    background: rgba(21,74,117,0.8);
    padding: 19px 0;
}

#header ul{
    margin: 18px 0 0;
    float: right;
}

#header ul > li{
    position: relative;
    display: inline-block;
    border-left: 1px solid rgba(225,225,225,0.3333);
    padding: 14px 12px 15px;
    min-width: 80px;
    text-align: center;
}

#header ul li:first-child{
    border-left: none;
}

#header ul li > ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    flex-direction: column;
    background: rgba(21,74,117,1);
    padding: 0;
    margin: 0;
    min-width: 150pxd;
}
#header ul li:hover > ul {
    display: flex;
}
#header ul li > ul li {
    text-align: left;
    display: block;
    white-space: nowrap;
    border-left: none;
    border-top: 1px solid rgba(225,225,225,0.3333);
}
#header ul li > ul li:first-child {
    border-top: none;
}

#header ul li span {
    cursor: pointer;
    position: relative;
    vertical-align: center;
}
#header ul li:hover span:after {
    transform: rotate(0deg);
}
#header ul li span:after {
    content: '\002038';
    position: relative;
    top: -6px;
    font-size: 40px;
    width: 30px;
    height: 30px;
    line-height: 0;
    display: inline-block;
    margin-left: 5px;
    transform: rotate(180deg);
    transition: transform 150ms ease-in;
}

#header ul li a,
#header ul li span {
    color: #fff;
    font-size: 16px;
    text-decoration: none;
}

#header ul li a:hover{
    color: #ffdf00;
}

#header .header-menu-mobile{
    float: right;
    position: relative;
    display: inline-block;
    cursor: pointer;
    margin-top: 15px;
}

#header .header-menu-mobile img{
    width: 70px;
    height: 50px;
}


/**************************************************
 _   _  _____  _   _          ___    _____  ___   
( ) ( )(  _  )( ) ( )        (  _`\ (  _  )|  _`\ 
| `\| || (_) || | | | ______ | (_) )| (_) || (_) )
| , ` ||  _  || | | |(______)|  _ <'|  _  || ,  / 
| |`\ || | | || \_/ |        | (_) )| | | || |\ \ 
(_) (_)(_) (_)`\___/'        (____/'(_) (_)(_) (_)
****************************************************/

.banner{
    position: relative;
    width: 100%;
    height: 349px;
}

.banner.banner-home{
    height: 944px;
}

.banner .banner-int{
    width: 100%;
    height: 100%;
}

.banner .banner-item{
    width: 100%;
    height: 944px;
}

.banner .banner1{
    background: url('/images/banner1.jpg') left center no-repeat;
}

.banner .banner2{
    background: url('/images/banner2v2.jpg') center center no-repeat;
}

.banner .banner3{
    background: url('/images/banner3.jpg') center center no-repeat;
}

.banner .banner4{
    background: url('/images/banner4.jpg') center center no-repeat;
}

.banner .banner-text{
    margin-top: 300px;
    color: #fff;
    font-size: 104px;
    line-height: 0.9;
}

.banner .carousel-buttons{
    position: absolute;
    z-index: 10;
    left: calc(50% - 140px);
    bottom: 24px;
}

.banner .carousel-button{
    float: left;
    background: #dbdcde;
    width: 60px;
    height: 7px;
    margin-left: 13px;
}

.banner .carousel-button:first-child{
    margin-left: 0;
}

.banner .carousel-button.selected{
    background: #ffdf00;
}


/*****************************
        ___    _   _  _   _ 
/'\_/`\(  _`\ ( ) ( )( ) ( )
|     || (_(_)| `\| || | | |
| (_) ||  _)_ | , ` || | | |
| | | || (_( )| |`\ || (_) |
(_) (_)(____/'(_) (_)(_____)
******************************/

#mobile-menu {
    position: absolute;
    top: -1912px;
    z-index: 14;
    width: 100%;
    padding: 280px 0 470px;
    background: #134e77 url('/images/menu-bg-mobile.png') center bottom no-repeat;
    background-size: 100%;
}

#mobile-menu.open {
    transition: top 1.5s;
    top: 0;
}

#mobile-menu ul{
    padding: 0;
}

#mobile-menu ul li{
    position: relative;
    list-style: none;
    text-align: center;
}

#mobile-menu ul li .border-bottom{
    position: absolute;
    bottom: 0;
    left: calc(50% - 100px);
    display: inline-block;
    width: 200px;
    height: 1px;
    background: rgba(167,169,172,0.56);
}

#mobile-menu ul li a{
    display: inline-block;
    margin: 20px;
    padding: 45px 40px;
    color: #fff;
    font-size: 50px;
}


/****************************************
 ___    _      _  ___    ___    ___   
(  _`\ ( )    (_)(  _`\ (  _`\ |  _`\ 
| (_(_)| |    | || | ) || (_(_)| (_) )
`\__ \ | |  _ | || | | )|  _)_ | ,  / 
( )_) || |_( )| || |_) || (_( )| |\ \ 
`\____)(____/'(_)(____/'(____/'(_) (_)
*****************************************/

/* CSS pour les forms */

label{
    font-size: 30px;
}

.form-icon{
    background: #fff;
    padding: 0;
}

.form-icon > span{
    display: inline-block;
    width: 63px;
    height: 63px;
}

.form-icon .form-icon-user{
    background: url('/images/forms/form-user.png') center center no-repeat;
}

.form-icon .form-icon-email{
    background: url('/images/forms/form-email.png') center center no-repeat;
}

.form-icon .form-icon-tel{
    background: url('/images/forms/form-tel.png') center center no-repeat;
}

.form-icon .form-icon-email-dark{
    background: url('/images/forms/form-email-dark.png') center center no-repeat;
}

.form-icon .form-icon-key-dark{
    background: url('/images/forms/form-key-dark.png') center center no-repeat;
}

.form-icon .form-icon-caret{
    background: url('/images/forms/form-caret.png') center center no-repeat;
}

.form-success{
    position: relative;
    width: 100%;
    padding: 20px;
    margin-bottom: 30px;
    background: #ffdf00;
}

.form-error{
    position: relative;
    width: 100%;
    padding: 20px;
    margin-bottom: 30px;
    background: #eb1c22;
    color: #fff;
}

.form-success span,
.form-error span{
    font-weight: 700;
}

.form-success .arrow{
    top: 50%;
    right: -24px;
    margin-top: -23px;
    position: absolute;
    display: block;
    width: 30px;
    height: 45px;
    fill: #ffdf00;
}


.form-custom-select{
    position: relative;
    width: 100%;
}

.form-custom-select .form-control{
    padding-right: 79px;
    position: relative;
    z-index: 2;
    height: 71px;
}

.form-custom-select .form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.form-custom-select .input-group-addon{
    position: absolute;
    z-index: 4;
    top: 4px;
    right: 4px;
    width: 67px;
    height: 63px;
    background: #fff;
    border: none;
    border-left: 4px solid #e1e1e1;
}

.form-checkbox{
    display: inline-block;
    float: left;
    position: relative;
    width: 28px;
    height: 28px;
    margin: 4px 10px 0 0;
    border: 4px solid #e1e1e1;
    cursor: pointer;
}

.form-checkbox:active {
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
}

.form-checkbox-blue{
    background: #fff;
    border-color: #134e77;
}

.form-checkbox .form-checkbox-check{
    display: none;
    position: absolute;
    top: -10px;
    left: -4px;
    background: url('/images/forms/form-check.png') center center no-repeat;
    width: 36px;
    height: 29px;
}

.form-checkbox .form-checkbox-check.checked{
    display: block;
}

/*************************************************
 ___    _____  _   _  _____  ___    _   _  _____ 
(  _`\ (  _  )( ) ( )(_   _)(  _`\ ( ) ( )(_   _)
| ( (_)| ( ) || `\| |  | |  | (_(_)| `\| |  | |  
| |  _ | | | || , ` |  | |  |  _)_ | , ` |  | |  
| (_( )| (_) || |`\ |  | |  | (_( )| |`\ |  | |  
(____/'(_____)(_) (_)  (_)  (____/'(_) (_)  (_) 
***************************************************/

/* Index */


.index-services{
    border-top: 9px solid #ffdf00;
    padding: 97px 0 112px;
}

.index-services .index-services-desc{
    color: #134e77;
    font-size: 40px;
    line-height: 1;
}

.index-services .index-services-desc .index-services-desc-big{
    font-size: 114px;
    font-weight: 800;
}

.index-services .index-services-item{
    text-align: center;
}

.index-services .index-services-item > .row > .col-md-4{
    padding: 0 25px;
}

.index-services .index-services-item h3{
    font-weight: 800;
}

.index-services .index-services-item p{
    color: #636466;
    font-size: 14px;
}

.index-services .index-services-item .services-separator{
    float: left;
    width: 1px;
    margin: 3px 0 0 -1px;
    height: 343px;
    background: #e1e1e1;
}


.index-emplacements {
    background: url('/images/emplacements-bg.jpg') bottom center;
    width: 100%;
    min-height: 477px;
    padding: 65px 0 55px;
}

.index-indoor-cleaning {
    position: relative;
    min-height: 430px;
    padding: 0 0 55px;

    border-top: 8px solid #ffdf00;
    border-bottom: 8px solid #ffdf00;

    background: center bottom / cover no-repeat url('/images/indoor-cleaning-bg.jpg');
}
.index-indoor-cleaning p {
    max-width: 600px;
    font-size: 50px;
    margin-bottom: 20px;
}
.index-indoor-cleaning .row {
    padding: 40px 15px 0;
    height: 100%;
    position: absolute;
    background: #fff;
}
.index-indoor-cleaning {
    color: #134e77;
}

.index-emplacements p{
    color: #fff;
    font-size: 60px;
    line-height: 1;
}

.index-emplacements p span{
    font-size: 90px;
}

.index-emplacements .index-emplacements-img-container{
    height: 0;
}

.index-emplacements .index-emplacements-img{
    position: relative;
    float: right;
    top: -157px;
    right: -20px;
}


.index-abonnement{
    position: relative;
    background: #ffdf00;
    text-align: center;
}

.index-abonnement .index-abonnement-bg{
    position: absolute;
    top:0;
    left:0;
    background: url('/images/abonnement-img.jpg') top right no-repeat;
    background-size: cover;
    width: 45%;
    height: 100%;
}


.index-abonnement .index-abonnement-bg2{
    background: url('/images/abonnement-bg.png') 98% 98% no-repeat;
    min-height: 25vw;
}

.index-abonnement h2{
    font-size: 44px;
    color: #414042;
}

.index-abonnement h2 span{
    font-size: 60px;
    color: #134e77;
}

.lang-en .index-abonnement h2 span {
    font-size: 55px;
}

.index-abonnement .index-abonnement-place{
    font-size: 28px;
    color: #414042;
}

.index-abonnement p{
    font-size: 25px;
}

/* Contenu */

.page-icon{
    position: absolute;
    bottom: -69px;
    left: calc(50% - 69px);
}

#main-content{
    text-align: center;
}

#main-content-wrapper{
    padding: 70px 0 55px;
}

#cms-content{
    padding: 70px 0 55px;
    font-size: 30px;
    font-weight: 300;
}

/* Profil */

.equipe-content-container{
    margin-top: 160px;
    border-top: 9px solid #2c64ae;
    padding-top: 85px;
}

.equipe-membre{
    padding-top: 50px;
    border-bottom: 2px #2c64ae solid;
    text-align: left;
}

.equipe-membre:last-child{
    border-bottom: none;
}

.equipe-membre.even{
    background: #e1e1e1;
}

/* Stationnements */


.stationnement-map-container{
    background: url('/images/stationnement-map.jpg') center center no-repeat;
    background-size: cover;
    position: relative;
    border-bottom: 9px solid #ffdf00;
    width: 100%;
    height: 53.65vw;
    color: #fff;
    font-size: 27px;
    font-weight: 800;
    text-align: center;
}

.stationnement-map-container .stationnement-map-marker{
    background: url('/images/stationnement-map-pointer.png') center top no-repeat;
    position: absolute;
    top: -54px;
    left: -20px;
    display: block;
    width: 40px;
    height: 59px;
    padding-top: 10px;
    color: #fff;
    font-size: 18px;
    font-weight: 800;
    text-align: center;
}

.stationnement-map-container .stationnement-map-marker:hover{
    background: url('/images/stationnement-map-pointer.png') center bottom no-repeat;
    z-index: 5;
    color: #134e77;
    text-decoration: none;
}

.stationnement-list-container{
    padding: 75px 0 80px;
    text-align: left;
}

.stationnement-list-container.even{
    background: #e1e1e1;
}

.stationnement-list-container .stationnement-list-marker{
    background: url('/images/stationnement-pointer.png') center top no-repeat;
    width: 52px;
    height: 96px;
    padding-top: 10px;
    color: #fff;
    font-size: 27px;
    font-weight: 800;
    text-align: center;
}

/*.stationnement-list-container .stationnement-list-marker-ombre{
    position: absolute;
    background: url('/images/stationnement-ombre.gif') center center no-repeat;
    bottom: 0;
    left: -4px;
    width: 91px;
    height: 16px;
}*/

.stationnement-list-container .stationnement-list-title{
    font-size: 40px;
    font-weight: 800;
}

.stationnement-list-container .stationnement-list-location{
    display: inline-block;
    margin-left: 13px;
    font-size: 30px;
    font-weight: 800;
}

.stationnement-list-container .stationnement-list-journalier,
.stationnement-list-container .stationnement-list-tarification,
.stationnement-list-container .stationnement-list-argent,
.stationnement-list-container .stationnement-list-phone,
.stationnement-list-container .stationnement-list-carte{
    padding-left: 110px;
}

.stationnement-list-container .stationnement-list-journalier{
    background: url('/images/stationnement-journalier.png') 20px 10px no-repeat;
    font-size: 72px;
}

.stationnement-list-container .stationnement-list-tarification{
    background: url('/images/stationnement-tarif.png') 20px 0 no-repeat;
}

.stationnement-list-container .stationnement-list-tarification p{
    font-size: 15px;
    margin-bottom: 3px;
}

.stationnement-list-container .stationnement-list-tarification h3{
    font-size: 30px;
    font-weight: 700;
}

.stationnement-list-container .stationnement-list-prix{
    float: right;
    display: inline-block;
    font-weight: 700;
}

.stationnement-list-container .stationnement-list-argent{
    background: url('/images/stationnement-argent.png') 40px 0 no-repeat;
}

.stationnement-list-container .stationnement-list-carte {
    background: url('/images/stationnement-carte.png') 43px 0 no-repeat;
}
.stationnement-list-container .stationnement-list-phone {
    background: url('/images/paiement-telephone-bleu.png') 43px 0 no-repeat;
}

.stationnement-list-container .stationnement-list-argent,
.stationnement-list-container .stationnement-list-phone,
.stationnement-list-container .stationnement-list-carte{
    margin-top: 10px;
    min-height: 50px;
    font-size: 16px;
}

.stationnement-list-container .stationnement-list-mensuel p,
.stationnement-list-container .stationnement-list-camion p{
    padding-left: 110px;
    font-size: 16px;
    font-weight: 700;
}

/* Brookfield */

.brookfield-connexion{
    background: #ffdf00 url('/images/abonnement-bg.png') bottom left no-repeat;
}

.brookfield-bg{
    background: url('/images/brookfield-bg.png') bottom right no-repeat;
    padding: 30px 0 33px;
}

.brookfield-connexion .input-group{
    margin-bottom: 20px;
}

.brookfield-connexion .form-control,
.brookfield-connexion .input-group-addon{
    border-color: #134e77;
}

.brookfield-connexion .brookfield-deja{
    display: block;
    margin: 5px 0 40px;
    font-size: 52px;
    line-height: 0.975;
}

.brookfield-connexion .brookfield-nouvel{
    display: block;
    margin: 120px 0 100px;
    font-size: 64px;
    line-height: 0.975;
}

.brookfield-connexion .brookfield-deja .bold,
.brookfield-connexion .brookfield-nouvel .bold{
    color: #134e77;
}

/* Page d'inscription */

.inscription-container{
    padding: 110px 0 45px;
}

.inscription-ligne{
    position: relative;
    text-align: center;
    padding: 25px 0 40px;
}

.inscription-ligne hr{
    position: absolute;
    top: 55px;
    left:0;
    width: 100%;
    height: 3px;
    border-color: #2c64af;
    border-top-width: 9px;
    border-bottom-width: 0;
}

.inscription-ligne .inscription-ligne-text{
    display: inline-block;
    position: relative;
    z-index: 5;
    background: #fff;
    padding: 0 50px;
    font-weight: 400;
    line-height: 0.9;
}

.inscription-type-paiement{
    padding: 30px 0;
    margin-bottom: 45px;
}

.inscription-type-paiement p{
    margin-top: 4px;
    font-size: 24px;
}

.inscription-type-paiement span{
    font-size: 30px;
    float: right;
}

.inscription-carte button{
    width: 110px;
    height: 70px;
    border: 4px solid #e1e1e1;
    border-radius: 0;
    padding: 0;
    margin-right: 10px;
    background: #e1e1e1;
}

.inscription-carte button.selected{
    border-color: #134e77;
}

.period-warning{
    background: #ffdf00;
    padding: 20px;
    margin: 45px 0 20px;
    text-align: center;
}

.period-warning h1{
    font-weight: 800;
}

/* FAQ */

.faq{
    padding-top: 107px;
    text-align: left;
}

.faq .faq-item{
    padding-left: 45px;
    background: url('/images/faq-question.png') top left no-repeat;
}

.faq .faq-collapser .collapser{
    margin: 2px 0 32px;
    cursor: pointer;
    font-size: 25px;
    font-weight: 800;
}

.faq .faq-slider{
    margin-bottom: 60px;
    font-size: 20px;
}

.faq .faq-slider p{
    font-size: 20px;
}

.faq .faq-hr{
    border-top: 3px solid #ffdf00;
}

/* Nous Joindre */

.contact-container{
    border-top: 9px #134e77 solid;
    padding: 60px 0 70px;
    text-align: center;
}

#contact-form{
    text-align: left;
}

.covid-19 ul,
.covid-19 p{
    font-size: 20px;
}

#main-content.indoor-parking-cleaning h3 {
    font-weight: 600;
    font-size: 30px;
}

/********************************************
 ___    _____  _____  _____  ___    ___   
(  _`\ (  _  )(  _  )(_   _)(  _`\ |  _`\ 
| (_(_)| ( ) || ( ) |  | |  | (_(_)| (_) )
|  _)  | | | || | | |  | |  |  _)_ | ,  / 
| |    | (_) || (_) |  | |  | (_( )| |\ \ 
(_)    (_____)(_____)  (_)  (____/'(_) (_)
**********************************************/

#footer {
    border-top: 10px #ffdf00 solid;
    background: #f1f1f1;
}

#footer .container{
    padding: 50px 15px 38px;
    background: url('/images/footer-bg.png') bottom right no-repeat;
    background-size: 389px;
}

#footer .footer-logo:hover{
    text-decoration: none;
}

#footer .footer-logo img{
    max-width: 100%;
    max-height: 80px;
}

#footer .footer-tel{
    display: inline-block;
    margin-top: 20px;
    color: #636466;
    font-size: 40px;
}

#footer .footer-separator{
    float: left;
    width: 1px;
    height: 164px;
    background: #e1e1e1;
}

#footer ul li{
    list-style: none;
}

#footer ul li a{
    color: #636466;
    font-size: 14px;
}

#copyright {
    padding: 27px 0 38px;
    border-top: 10px #bdbebf solid;
    background: #c6c7c8;
    text-align: center;
}

#copyright img{
    max-width: 90%;
}

.user-active {
    color: #147a00;
}

.user-inactive {
    color: #C10000;
}

.user-status {
    font-size: 20px;
    text-align: center;
}

.radio input[type=radio],
.radio-inline input[type=radio],
.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox] {
    transform: scale(2.5);
    margin-left: -33px;
    margin-top: 14px;
}

.radio label,
.checkbox label {
    padding-left: 43px;
}

.pass-status-1 {
    font-weight: bold;
    color: #279A01;
}

.pass-status-2 {
    font-weight: bold;
    color: #9C0000;
}

/***************   Admin page (administration/lave-auto.php) - Ajout par Alex Dignard   ***************/
#addwrapper {
    margin: 30px 0;
    display: inline-block;
    width: 900px;
    background-color: #f0f0f0;
    border: 1px solid #ddd;
}

#addtitle {
    display: inline-block;
    cursor: pointer;
    padding-left: 20px;
    padding-bottom: 5px;
}

#addtitle span.caret {
    border-top: 10px solid;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
}

#addtitle span.caret.open {
    border-top: 0;
    border-bottom: 10px solid;
}

#addcontent {
    padding: 0 20px 20px;
}
#header .col-md-3 img.img-responsive{
    max-height: 80px;
}
