/* margin */
.m0 {
    margin: 0 !important;
}

.m0auto {
    margin: 0 auto;
}

/* margin top */
.mt0 {
    margin-top: 0 !important;
}

.mt5 {
    margin-top: 5px !important;
}

.mt10 {
    margin-top: 10px !important;
}

.mt15 {
    margin-top: 15px !important;
}

.mt20 {
    margin-top: 20px !important;
}

.mt25 {
    margin-top: 25px !important;
}

.mt30 {
    margin-top: 30px !important;
}

.mt35 {
    margin-top: 35px !important;
}

.mt40 {
    margin-top: 40px !important;
}

.mt45 {
    margin-top: 45px !important;
}

.mt50 {
    margin-top: 50px !important;
}

.mt100 {
    margin-top: 100px !important;
}

.mt160 {
    margin-top: 160px !important;
}

/* margin bottom */
.mb0 {
    margin-bottom: 0 !important;
}

.mb5 {
    margin-bottom: 5px !important;
}

.mb10 {
    margin-bottom: 10px !important;
}

.mb15 {
    margin-bottom: 15px !important;
}

.mb20 {
    margin-bottom: 20px !important;
}

.mb25 {
    margin-bottom: 25px !important;
}

.mb30 {
    margin-bottom: 30px !important;
}

.mb35 {
    margin-bottom: 35px !important;
}

.mb40 {
    margin-bottom: 40px !important;
}

.mb45 {
    margin-bottom: 45px !important;
}

.mb50 {
    margin-bottom: 50px !important;
}

/* margin right */
.mr10 {
    margin-right: 10px !important;
}

.mr20 {
    margin-right: 20px !important;
}

/* margin left */
.ml10 {
    margin-left: 10px !important;
}

.ml20 {
    margin-left: 20px !important;
}

/* padding */
.padl0 {
    padding-left: 0 !important;
}

.padr0 {
    padding-right: 0 !important;
}

/* padding top */
.pt25 {
    padding-top: 50px;
}

.pt50 {
    padding-top: 50px;
}

ul.nostyle {
    padding: 0;
    margin: 0;
}

ul.nostyle li {
    list-style: none;
    padding: 2px 0 2px 0;
}

/* bg */
.bg-white {
    background-color: #ffffff;
}

.quote-container .right-banner {
    background: url(../../assets_front/img/reseau.jpg) no-repeat 0 0;
}

#content {
    margin-top: 138px
}

.right-header li a:hover {
    color: #ac570a
}

.blog-container-2 .right-body .categories-list li:last-child {
    border-bottom: 0
}

.about-us {
    text-align: justify
}

.orange {
    color: #f38929 !important
}

.form-control {
    border-radius: 0
}

.blog-container-2 .search-box input[type=submit] {
    float: right;
    border: none;
    width: 30%;
    max-width: 80px;
    height: 38px;
    background: url(../../assets_front/img/search-icon.png) center center no-repeat #f38929
}

.msg-detail {
    text-align: justify
}

/*.alert i {
    float: left;
    font-size: 65px;
    margin-right: 32px;
    margin-left: 16px
}*/

.detai-box p {
    text-align: justify
}

.detai-box b {
    text-align: justify;
    line-height: 140%
}

.about-detail h4, .about-detail p, .our-detail p {
    text-align: justify
}

figure.img-box img {
    margin-top: 20px;
    margin-left: 20px
}

.alert-info {
    text-align: justify
}

#footer .our-service li {
    list-style-type: none;
}

#footer .copyright, #footer .copyright a {
    color: #fff
}

#footer .copyright a:hover {
    color: #b3b3b3
}

.news-avant {
    background-color: #fff
}

.quote-box p {
    text-align: justify
}

.testimonial-box blockquote i {
    font-size: 15px
}

.modal {
    z-index: 50000
}

.modal .btn {
    padding: 5px 10px
}

.modal-dialog {
    top: 30%
}

.bootstrap-dialog.type-primary .modal-header {
    background-color: #f38929
}

.bootstrap-dialog-title {
    font-size: 15px;
    font-weight: 700;
    font-family: Lato, sans-serif
}

.bootstrap-dialog-close-button button.close {
    color: #fff;
    opacity: 1
}

.blog-container-2 .right-body .post-list {
    border-bottom: 0
}

/* btn */
.btn {
    color: white;
    border-radius: 0;
}

.btn-default {
    border: 2px solid #f38929;
    color: #f38929
}

.btn-default[disabled] {
    border-color: #f38929;
}

.btn-default.disabled {
    border-color: #f38929;
}

.btn-default:hover,
.btn-default:focus {
    background-color: #f38929;
    border: 2px solid #f38929;
    color: #ffffff
}

.btn-active {
    background-color: #f38929;
    border: 2px solid #f38929;
    color: #ffffff
}

.btn-active[disabled] {
    background-color: #f38929;
    border-color: #f38929;
}

.btn-active.disabled {
    background-color: #f38929;
    border-color: #f38929;
}

.btn-active:hover,
.btn-active:focus {
    background-color: #f38929;
    border: 2px solid #f38929;
    color: #ffffff
}

.btn-primary {
    background-color: #ffffff;
    border: 2px solid #f38929;
    color: #f38929
}

.btn-primary[disabled] {
    border-color: #f38929;
}

.btn-primary.disabled {
    border-color: #f38929;
}

.btn-primary:hover,
.btn-primary:focus {
    background-color: #f38929;
    border: 2px solid #f38929;
    color: #ffffff
}

.btn-icon {
    padding: 9px 12px;
    font-size: 25px
}

.pagination > li > a {
    color: #f38929
}

.pagination > li > a:hover {
    color: #dd6f0c
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover {
    background-color: #f38929;
    border-color: #f38929
}

textarea {
    resize: none;
    height: 10em !important;
    border: 1px solid #f4f4f4;
    font-size: 12px;
    line-height: 16px;
    color: #777575;
    padding: 17px 30px
}

.next, .prev {
    margin-top: 130px
}

#slider .bottom-sec {
    padding: 15px 39px
}

#slider .bottom-sec a {
    width: auto;
    padding: 10px
}

#slider .bottom-sec p {
    color: #fff
}

.testimonial-container {
    background-color: transparent;
    border: 0
}

.testimonial-container:before {
    background-color: transparent
}

#testimonial-silder .flex-direction-nav {
    top: 111%
}

.customer-says {
    margin: 0 30px 0 0;
    padding-bottom: 25px;
    padding-top: 80px;
    border: 0
}

.testimonial-box {
    margin: 0
}

.project-container .our-project {
    top: 43%;
    width: 310px;
    margin: -90px 0 0 -155px
}

.project-container .odd .detai-box {
    padding: 40px 0 0 82px
}

.moderationlink {
    padding: 0 10px;
    border-left: 1px solid #d4d4d4
}

.moderationlink:first-child {
    border-left: none
}

a.moderationlink {
    font-size: 18px;
    color: #777575 !important
}

.blog-container-2 .right-body .post-list a {
    line-height: 100%;
    text-align: justify
}

.our_contact .left-detail form {
    background: #f3f3f3;
    padding: 44px 22px
}

.our_contact .left-detail form .form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

.our-team-container .our-team-detail li .box .img-box {
    width: 30%
}

.our-team-container .our-team-detail li .box .detail-box {
    width: 70%
}

.our-team-container .our-team-detail li .box p {
    text-align: justify;
    color: #636364
}

.our-team-container .team-slider .member-detail .designation {
    text-align: justify
}

div.g-recaptcha {
    margin: 0 auto;
    width: 304px
}

.blog-container-2 .left-body .cat-list li {
    color: #f38929;
    font-size: 12px;
    background-image: none;
    padding-left: 5px
}

.our-team-container .formation-detail li {
    width: 33.33%;
    padding: 0 6px
}

.our-team-container .formation-detail li .box {
    margin-bottom: 10px
}

.our-team-container .formation-detail li .formation-box {
    width: 100% !important
}

.box-membre img {
    margin-top: 0 !important;
    margin-left: 0 !important
}

.note-editor .btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px
}

.note-editor .btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc
}

h1 i, h2 i, h3 i {
    display: block;
    width: 42px;
    height: 3px;
    background: #f38929;
    margin-top: 5px;
}

label {
    color: #333333 !important;
    font-weight: 400 !important;
    font-size: 14px !important;
}

.required {
    color: #333333 !important;
    font-weight: 400 !important;
    font-size: 14px !important;
}

.required:after {
    content: ' *';
    color: #ed8b75;
}

.ml-5 {
    margin-left: 5px;
}

.mr-5 {
    margin-right: 5px;
}

.mb-5 {
    margin-bottom: 5px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mt-5 {
    margin-top: 5px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-15 {
    margin-top: 15px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-40 {
    margin-top: 40px;
}

.btn-group-datatable {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.table .btn {
    margin-top: 0;
    margin-left: 0;
    margin-right: 5px;
}

/* not specified */
.table-striped > tbody > tr.not-specified:nth-of-type(odd) {
    background-color: #e29088;
}

.table-hover > tbody > tr.not-specified:hover,
.table-hover > tbody > tr.not-specified:hover > td {
    background: #e29088 !important;
}

table.dataTable > tbody > tr.not-specified > td.sorting_1,
table.dataTable > tbody > tr.not-specified > td.sorting_2,
table.dataTable > tbody > tr.not-specified > td.sorting_3,
table.dataTable > tbody > tr.not-specified > th.sorting_1,
table.dataTable > tbody > tr.not-specified > th.sorting_2,
table.dataTable > tbody > tr.not-specified > th.sorting_3 {
    background: #e29088 !important;
}

.table .not-specified {
    background: #e29088;
    color: #ffffff;
    font-weight: bold;
}

.table .not-specified a.simple-link {
    color: #ffffff;
}

.table .not-specified a.simple-link:hover {
    text-decoration: underline;
}













/* minisite */
.panel-group .panel {
    border-radius: 0;
}

.panel-default {
    border-radius: 0;
}

.panel-default > .panel-heading {
    color: #ffffff;
    border: none;
    border-radius: 0;
    font-size: 1em;
}

.panel-default > .panel-heading small {
    color: #ffffff;
}

.panel-default > .panel-heading a:hover {
    color: #ffffff;
    text-decoration: underline;
}

.panel-body ul {
    list-style-type: none;
}

.panel-body li {
    padding-bottom: 10px;
    color: #000000;
}

.panel-body li a {
    color: #000000;
}

.panel-body a {
    font-size: .9em;
}

.panel-body a:hover {
    text-decoration: underline;
}

.panel-default > .panel-heading-success {
    background-color: #5cb85c;
}

.panel-default > .panel-heading-warning {
    background-color: #f0ad4e;
}

.panel-default > .panel-heading-danger {
    background-color: #d9534f;
}

.panel-default > .panel-heading-default {
    background-color: #666666;
}

.menu li {
    margin-left: 16px;
}

nav.navigation {
    margin-left: -110px;
}

nav.navigation > ul.menu li {
    float: left;
}