@import url(https://fonts.googleapis.com/css?family=Raleway:400,100,300,500,700,800);

body{
    font-family: 'Raleway', sans-serif;
}

/* [General styles] */
.cb {
    clear: both;
}

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

.redButton{
    color: #ffffff;
    background: transparent;
    border: solid 1px #ca4843;
    font-weight: 300;
    margin-top: 40px;
    display: inline-block;
    text-align: center;
    font-size: 25px;
    padding: 7px 25px;
}
.redButton:hover{
    background: #ca4843;
    color: #ffffff;
    text-decoration: none;
}
.redButton.grey{
    border: solid 1px #4e5d6b;
}
.redButton.grey:hover{
    background: #4e5d6b;
}


/* [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: 11px;*/
    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;
}

#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: url('/images/white75percent.png') left top repeat;
    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: url('/images/white75percent.png') left top repeat;
    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;
}





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

#header{
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 2;
    /*overflow: auto;*/
    line-height: 65px;
    background: #ffffff;
}
#header #menuWrapper{
    background: #ffffff;
}

#header .logo{
    float: left;
}
#header .logo img{
    display: inline-block;
}

#header .menu{
    padding: 0;
    margin: 0;
    text-align: center;
    color: #414042;
}

#header .menu .switchLang{
    width: 65px;
    background: #E5E3D2;
}

#header .btnMenuMobile{
    background: #99D5C9;
    display: block;
    text-align: center;
    color: #414042;
    font-weight: 500;
    position: absolute;
    top: 0;
    right: 0;
}

#header #menuMobile{
    background: rgba(153, 213, 201, 0.95);
}
#header #menuMobile ul{
    list-style: none;
    text-align: center;
    padding: 0;
}
#header .menu li{
    display: inline-block;
    padding: 0 25px;
}
#header .menu li a{
    display: block;
    border-bottom: solid 3px transparent;
    color: #414042;
}
#header .menu li a:hover{
    border-bottom: solid 3px #ca4843;
    text-decoration: none;
}

#header #menuMobile ul li a{
    color: #283237;
}

#header #menuMobile ul .dropdowns{
    font-size: 18px;
    font-weight: 300;
    line-height: 25px;
}



#header .menu .dropdowns{
    display: none;
    padding-left: 0;
    text-align: center;
    margin-left: -30px;
    background: #ffffff;
    position: absolute;
    z-index: 99;
}
#header .menu .dropdowns li{
    display: block;
}

#header .menu .dropdowns li a{
    display: block;
    border: none;
}
#header .menu .dropdowns li:hover{
    background: rgba(83, 99, 113, 0.3);
}
#header .menu .dropdowns li a:hover{
    border: none;
}

#header .menu li:hover .dropdowns{
    display: block;
}







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

#nav-bar-container {

}

#nav-bar {

}


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

#menu-container {

}

#menu {

}

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



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

#content-container {

}

#content {

}

#main-content{
    margin-top: 65px;
}
#main-content_inside{
    margin-top: 50px;
    margin-bottom: 50px;
}
#main-content_inside.contact-content{
    margin-top: 50px;
    margin-bottom: 0px;
}
#main-content_inside #contact-page_content{
    margin-top: 50px;
    margin-bottom: 50px;
}


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

#footer-container {

}

#footer {
    background: url("/images/background-footer.jpg") repeat;
}
#footer #footerTop{
    padding: 75px 0;
    font-size: 25px;
}
#footer #footerTop .telephoneSection{
    font-weight: 800;
    color: #ca4843;
}
#footer #footerTop .telephoneSection a{
    font-weight: 300;
    color: #ffffff;
}
#footer #footerBot{
    background: rgba(0, 0, 0, 0.5);
    padding: 20px 15px;
    text-align: center;
}
#footer #footerBot img{
    display: inline-block;
}

#footer .navFooter{
    padding: 0;
    margin: 25px 0 0;
    text-align: center;
    color: #414042;
}

#footer .navFooter li{
    display: inline-block;
    padding: 0 3px;
    font-size: 17px;
}
#footer .navFooter li a{
    display: block;
    border-bottom: solid 2px transparent;
    color: #ffffff;
}
#footer .navFooter li span{
    color: #ca4843;
}
#footer .navFooter li a:hover{
    border-bottom: solid 2px #ca4843;
    text-decoration: none;
}

#footer .navFooter .dropdowns{
    position: absolute;
    left: 119px;
    padding: 0;
    display: none;
}
#footer .navFooter li:hover .dropdowns{
    display: block;
}

.lang-en #footer .navFooter li{
    /*padding: 0 1px;*/
    padding: 0;
}
.lang-en #footer .navFooter .dropdowns{
    left: 102px;
}



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

.user-inactive {
    color: #807d7c;
}

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







.serviceSection .service{
    padding: 0;
}
.serviceSection .service .bigImage:hover{
    opacity: 0;
}
.lang-fr .serviceSection .service.persiennes{
    background: url("/images/persiennes-over.jpg") center bottom;
    background-size: cover;
}
.lang-fr .serviceSection .service.cuisines{
    background: url("/images/cuisines-over.jpg") center bottom;
    background-size: cover;
}
.lang-fr .serviceSection .service.meubles{
    background: url("/images/meubles-over.jpg") center bottom;
    background-size: cover;
}
.lang-en .serviceSection .service.persiennes{
    background: url("/images/persiennes-over-en.jpg") center bottom;
    background-size: cover;
}
.lang-en .serviceSection .service.cuisines{
    background: url("/images/cuisines-over-en.jpg") center bottom;
    background-size: cover;
}
.lang-en .serviceSection .service.meubles{
    background: url("/images/meubles-over-en.jpg") center bottom;
    background-size: cover;
}

/*Page accueil*/
.newsletterSection{
    background: url("/images/bg-newsletter-section.jpg") no-repeat center center;
    background-size: cover;
    position: relative;
    padding-bottom: 85px;
}

.newsletterSection .prenezRdv{
    padding: 50px 15px;
}
.newsletterSection .prenezRdv h3{
    font-size: 35px;
    font-weight: 300;
    color: #ffffff;
    margin: 0 0 40px;
}
.newsletterSection .prenezRdv .boxedText{
    font-weight: 700;
    color: #2c363b;
    background-color: #99D5C9;
    display: inline-block;
    margin-top: 5px;
    padding: 0 20px;
    font-size: 37px;
    line-height: 37px;
}

.newsletterSection .newsletter{
    padding: 50px 15px 50px 100px;
    color: #2c363b;
}
.newsletterSection .newsletter h3{
    font-weight: 700;
    margin: 0 0 40px;
    font-size: 30px;
}
.newsletterSection .newsletter h3 span{
    font-weight: 300;
}
.newsletterSection .newsletter form{
    max-width: 400px;
}
.newsletterSection .newsletter input[type="text"]{
    width: 100%;
    border: none;
    border-bottom: solid 2px #ca4843;
    background: transparent;
    font-weight: 300;
    font-size: 20px;
}
.newsletterSection .newsletter input[type="text"]:focus{
    outline: none;
}
.newsletterSection .newsletter .redButton{
    color: #2c363b;
}
.newsletterSection .newsletter .redButton:hover{
    color: #ffffff;
}

.newsletterSection .redButton{
    position: absolute;
    bottom: 50px;
}

.newsletterSection .prenezRdv, .newsletterSection .newsletter{
    position: static;
}

.newsletterSection .imgRdvAccueil{
    position: absolute;
    left: 0;
    opacity: 0.1;
    top: 50%;
    -ms-transform: translate(0,-50%); /* IE 9 */
    -webkit-transform: translate(0,-50%); /* Safari */
    transform: translate(0,-50%);
}
.newsletterSection .imgNewsletterAccueil{
    position: absolute;
    right: 0;
    opacity: 0.02;
    top: 50%;
    -ms-transform: translate(0,-50%); /* IE 9 */
    -webkit-transform: translate(0,-50%); /* Safari */
    transform: translate(0,-50%);
}


#travailApprecie{
    background: #E5E3D2;
    color: #2c363b;
    padding: 35px 0;
    text-align: center;
    border-top: solid 3px #070B0D;
    border-bottom: solid 5px #070B0D;
}
#travailApprecie h2{
    font-weight: 700;
    font-size: 35px;
}
#travailApprecie p{
    font-weight: 300;
    font-size: 20px;
}

.realisationLinks{
    display: block;
    width: 33.33%;
    float: left;
    padding: 10px;
    font-weight: bold;
    text-transform: uppercase;
    color: #000000;
    text-align: center;
}
.realisationLinks:hover{
    color: #ca4843;
    background: #293237;
}
.realisationLinks.inPage{
    color: #ffffff;
    background: #273035;
}

#inside_title{
    margin-top: 65px;
    width: 100%;
    background-image: url("/images/tile.png");
    background-color: #e1e0cf;
}
#inside_title h1{
    /*font-weight: 300;*/
    font-weight: 100;
    display: inline-block;
    padding: 8px 16px;
    /*font-size: 34px;*/
    font-size: 50px;
    margin: 68px 0;
}


#banner{
    position: relative;
}
.leftArrow{
    position: absolute;
    top: 50%;
    left: 10%;
    -ms-transform: translate(0,-50%); /* IE 9 */
    -webkit-transform: translate(0,-50%); /* Safari */
    transform: translate(0,-50%);
    cursor: pointer;
}
.rightArrow{
    position: absolute;
    top: 50%;
    right: 10%;
    -ms-transform: translate(0,-50%); /* IE 9 */
    -webkit-transform: translate(0,-50%); /* Safari */
    transform: translate(0,-50%);
    cursor: pointer;
}


#carriereForm{
    background: url("/images/bg-carriere.jpg") repeat;
    font-size: 20px;
    padding: 70px 0;
    color: #ffffff;
    margin-top: 30px;
    border-top: 3px #070B0D solid;
    border-bottom: 3px #070B0D solid;
}

#carriereForm .boxedText{
    font-weight: 700;
    color: #2c363b;
    background-color: #E5E3D2;
    display: inline-block;
    margin-top: 5px;
    padding: 0 20px;
    font-size: 37px;
    line-height: 37px;
}
#carriereForm input, #carriereForm textarea{
    width: 100%;
}
#carriereForm input, #carriereForm label{
    margin-top: 30px;
}
#carriereForm input[type="text"]{
    border: none;
    border-bottom: solid 2px #ffffff;
    background: transparent;
    font-weight: 300;
}
#carriereForm textarea{
    border: solid 1px #ffffff;
    background: transparent;
    font-weight: 300;
    height: 65px;
}
#carriereForm input[type="text"]:focus, #carriereForm textarea:focus{
    outline: none;
}
#carriereForm label{
    color: #ffffff;
    font-weight: 300;
}

#carriereForm .redButton{
    margin-top: 15px;
}
#carriereForm #fakeCvButton{
    margin-left: 30px;
    cursor: pointer;
}
#carriereForm #fakeCvButtonMobile{
    cursor: pointer;
}



#likeWhatYouSee .right a{
    margin-top: 0;
}


.lang-en #inside_garantie h1.clients{
    width: 300px;
}