body {
    font-family: 'Open Sans', sans-serif;
}

* {
  .border-radius(0) !important;
}

.wrapper-content {
    background: url(../images/page-bg.jpg) center center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-width: 100%;
    min-height: 100%;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    overflow: auto;
}

.container:after {
    content: '';
    display: block;
    clear: both;
}

a:hover {
    text-decoration: none;
}

img {
    max-width: 100%;
}

.mybtn.active.focus,
.mybtn.active:focus,
.mybtn.focus,
.mybtn:active.focus,
.mybtn:active:focus,
.mybtn:focus,
a:active,
a:focus {
    outline: 0
}

h1,
h2,
h3,
h4,
h5 {
    margin: 0;
    text-transform: uppercase;
}

ul {
    list-style: none;
    padding: 0;
    -webkit-padding-start: 0;
}

.custom-btn {
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.params-recherche .btn-thotmad {
	margin-top: 20px;
}

.form-control {
    border-radius: 0;
    font-family: 'Open Sans', sans-serif;
}

.fa {
    display: inline-block;
	font: normal normal normal 14px/1.42857143 FontAwesome;
}

.form-control::-moz-placeholder {
    color: #555;
    font-family: 'Open Sans', sans-serif;
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    color: #555;
    font-family: 'Open Sans', sans-serif;
}

.form-control::-webkit-input-placeholder {
    color: #555;
    font-family: 'Open Sans', sans-serif;
}


/* HEADER */

.header-wrapper {
    height: 160px;
    padding-top: 0px;
    padding-bottom: 25px;
    background-color: rgba(255, 255, 255, 0.75);
}

.logo-block a {
    display: block;
}

.logo-block a img {
    display: block;
    margin: 0;
}

.social-block a {
    display: inline-block;
    color: #0b82c6;
    margin-left: 30px;
    font-size: 20px;
}

.social-block a:hover,
.social-block a:hover:focus {
    color: #106ca0;
}

.social-block a:first-of-type {
    margin-left: 0;
}

.search-block {
    margin-top: -10px;
}

.search-block .navbar-form .input-group {
    position: relative;
}

.search-block .form-control {
    background-color: transparent;
    border-color: #555;
}

.search-block .navbar-form .input-group .input-group-btn .btn {
    background-color: transparent;
}

.search-block .input-group-btn:last-child>.btn,
.search-block .input-group-btn:last-child>.btn-group {
    margin-left: -40px;
    position: relative;
    z-index: 100;
}


/* login */

.login-block {
    position: relative;
    height: 42px;
    margin-top: -7px;
	display: table;
}

.fond {
	display: table-cell;
    padding-top: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.logout-button {
	font-size: 24px;
	display: table-cell;
	padding-left: 10px;
}

.principal {
    width: 46px;
    height: 46px;
    background-color: #0b82c6;
    border-radius: 42px;
    padding: 5px;
}

.principal_petit {
    width: 36px;
    height: 36px;
    background-color: #ffffff;
    border-radius: 36px;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

.principal_petit:hover {
    -webkit-transform: scale(1.1);
    -webkit-transition: all 0.2s ease-in;
    -moz-transform: scale(1.1);
    -moz-transition: all 0.2s ease-in;
    -ms-transform: scale(1.1);
    -ms-transition: all 0.2s ease-in;
    -o-transform: scale(1.1);
    -o-transition: all 0.2s ease-in;
    transform: scale(1.1);
    transition: all 0.2s ease-in;
}

.principal_img {
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

.principal_img img {
    width: 100%;
}

.principal_img:hover {
    -webkit-transform: scale(0.7);
    -webkit-transition: all 0.2s ease-in;
    -moz-transform: scale(0.7);
    -moz-transition: all 0.2s ease-in;
    -ms-transform: scale(0.7);
    -ms-transition: all 0.2s ease-in;
    -o-transform: scale(0.7);
    -o-transition: all 0.2s ease-in;
    transform: scale(0.7);
    transition: all 0.2s ease-in;
}


/* //login */

.language-block {
    width: 100%;
    height: auto;
}

.language-block:after {
    content: "";
    display: block;
    clear: both;
}

.language-block .nice-select {
    background-color: transparent;
    border: 0;
    box-shadow: none;
    height: 30px;
    line-height: 18px;
    padding-right: 0;
    float: right;
}

.language-block .nice-select:after {
    border-bottom: 2px solid #333;
    border-right: 2px solid #333;
    left: 4px;
}

.language-block .nice-select .list {
    border-radius: 0;
    left: inherit;
    right: 0;
}

.language-block .nice-select .option {
    min-height: 30px;
    line-height: 30px;
}


/* menu */

.header-navigation .navbar {
    min-height: 0;
    margin-bottom: 0;
}

.header-navigation .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
}

.header-navigation .navbar-default {
    background-color: transparent;
    border-color: transparent;
}

.header-navigation .navbar-default a {
    color: #4a4a4a;
    font-size: 15px;
    text-transform: uppercase;
    white-space: nowrap;
}

.header-navigation .nav>li.active>a,
.header-navigation .nav>li>a:focus,
.header-navigation .nav>li>a:hover {
    text-decoration: none;
    background-color: transparent;
    color: #0b82c6;
}

.header-navigation .nav-justified>li:first-of-type>a {
    padding-left: 0;
    text-align: left;
}

.header-navigation .nav-justified>li:last-of-type>a {
    padding-right: 0;
    text-align: right;
}


/* //menu */


/* HEADER END */


/* CONTENT */

.link-block-section {
    padding-top: 150px;
    padding-bottom: 150px;
}

.link-block {
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
}

.link-block img {
    display: block;
    margin: 0 auto;
    width: 100%;
}

.link-block a {
    display: block;
    position: absolute;
    z-index: 100;
    bottom: 0;
    left: 15px;
    right: 15px;
    height: 70px;
    padding: 22px 30px;
    background-color: #3fc1be;
    color: #fff;
    -webkit-transition: all 0.6s ease-out;
    -o-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out;
    overflow: hidden;
}

.link-block:hover a {
    height: 100%;
    padding-top: 30%;
}

.link-block a h3 {
    font-style: 24px;
    line-height: 24px;
    text-transform: uppercase;
    text-align: center;
}


/* //CONTENT */


/* FOOTER */

.footer {
    background-color: #0b82c6;
    padding-top: 1px;
    padding-bottom: 10px;
    color: #fff;
}

.footer a {
    color: #fff;
}

.footer a:hover {
    opacity: 0.7;
}

.footer-nav {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}

.footer-nav li,
.contacts-block li {
    margin-bottom: 12px;
}

.footer-nav a {
    text-transform: uppercase;
    font-style: 14px;
}

.contacts-block li a {
    display: inline-block;
    margin-left: 10px;
}

.contacts-block li:last-of-type a:last-of-type {
    margin-left: 26px;
    margin-top: 5px;
}

.copyright {
    margin-top: 40px;
    text-align: center;
}


/* //FOOTER */


/* INNER-PAGES */

.wrapper-content.inner-page {
    background: url(../images/inner-page-bg.jpg) center center no-repeat;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-width: 100%;
    min-height: 100%;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    overflow: auto;

}


/* login-page */

.page-content .form-block {
    margin-top: 130px;
    margin-bottom: 130px;
    padding: 74px 100px;
    background-color: #0b82c6;
    color: #fff;
}

.page-content .form-block label {
    font-weight: 300;
    font-size: 16px;
    margin-bottom: 10px;
}

.page-content .form-block .form-group {
    margin-bottom: 30px;
}

.page-content .form-block .form-control {
    background-color: transparent;
    border-color: #fff;
}

.page-content .form-block .btn {
    display: block;
    margin: 0 auto;
    width: 114px;
    height: 40px;
    background-color: #3fc1be;
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    line-height: 28px;
}


/* //login-page */


/* invoice-table */

.table-wrapper {
    margin: 20px auto;
}

.table-wrapper .btn-block {
    margin-bottom: 40px;
}

.table-wrapper .btn-block .btn {
    display: block;
    margin: 0 auto;
    max-width: 300px;
    padding: 10px 20px;
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: normal;
    background-color: #3fc1be;
}

.table-wrapper table td img {
    display: block;
    margin: 0 auto;
    max-width: 26px;
}

.table-wrapper .table>tbody>tr>td,
.table-wrapper .table>tbody>tr>th,
.table-wrapper .table>tfoot>tr>td,
.table-wrapper .table>tfoot>tr>th,
.table-wrapper .table>thead>tr>td,
.table-wrapper .table>thead>tr>th {
    text-align: center;
    vertical-align: middle;
	font-size: 14px;
}

.table-wrapper .table>thead {
    background-color: #0b82c6;
}

.table-wrapper .table>thead th {
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: normal;
}

.table-wrapper .table>tbody>tr>td,
.table-wrapper .table>tbody>tr>th,
.table-wrapper .table>tfoot>tr>td,
.table-wrapper .table>tfoot>tr>th,
.table-wrapper .table>thead>tr>td,
.table-wrapper .table>thead>tr>th {
    border-top: 1px solid transparent;
}

.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #d9d9d9;
}


/* //invoice-table */

.page-content .btn:hover,
.page-content .btn:focus,
.page-content .btn:active {
    background-color: #2ca7a4;
}


/* //INNER-PAGES */


/* MEDIA QUERIES */

@media (max-width: 1199px) {
    .page-content .form-block {
        margin-top: 100px;
        margin-bottom: 100px;
        padding: 50px 80px;
    }
    .social-block a {
        font-size: 18px;
        margin-left: 20px;
    }
    .table-wrapper {
        overflow: auto;
    }
}

@media (max-width: 991px) {
    .social-block {
        margin-top: 10px;
    }
    .logo-block {
        margin-top: 15px;
    }
    .logo-block a img {
        width: 80%;
    }
    .page-content {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .footer {
        padding-top: 40px;
        padding-bottom: 35px;
    }
    .copyright {
        margin-top: 20px;
    }
}

@media (max-width: 767px) {
    .logo-block a img {
        width: 120px;
    }
    .header-wrapper {
        height: auto;
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .logo-block a img {
        margin: 5px auto 10px;
    }
    .social-block {
        text-align: center;
    }
    .search-block {
        margin: 10px auto;
    }
    .search-block .navbar-form .input-group {
        position: relative;
        margin: 0 auto;
    }
    .language-block .nice-select {
        float: none;
    }
    .header-navigation .navbar-collapse {
        padding-right: 15px;
        padding-left: 15px;
    }
    .header-navigation .nav-justified>li:first-of-type>a {
        padding-left: 15px;
        text-align: center;
    }
    .header-navigation .nav-justified>li:last-of-type>a {
        padding-right: 15px;
        text-align: center;
    }
    .header-navigation .navbar-toggle {
        margin-top: -34px;
        margin-right: 0;
    }
    .login-block {
        margin-top: -11px;
		display: table;
    }
    .login-block .fond {
        text-align: left;
		display: table-cell;
    }
    .login-block .logout-button {
		display: table-cell;
    }
    .language-block .nice-select .list {
        right: 100px;
    }
    .page-content {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .link-block {
        margin: 20px auto;
    }
    .footer-nav li,
    .contacts-block li {
        text-align: center;
    }
    .contacts-block {
        margin-top: 20px;
    }
    .page-content .form-block {
        margin-top: 25px;
        margin-bottom: 25px;
        padding: 30px 50px;
    }
}

.result-recap {
	border: 1px solid #0b82c6;
	padding: 10px;
	margin-top: 10px;
}

.result-recap p {
	margin: 0px;
}

.print-pdf {
	color: #a21515;
}
/* //MEDIA QUERIES */

[data-role="dynamic-fields"] > .form-inline + .form-inline {
    margin-top: 0.5em;
}

[data-role="dynamic-fields"] > .form-inline [data-role="add"] {
    display: none;
}

[data-role="dynamic-fields"] > .form-inline:last-child [data-role="add"] {
    display: inline-block;
}

[data-role="dynamic-fields"] > .form-inline:last-child [data-role="remove"] {
    display: none;
}

