/*
 * A Design by Brome
 * Author: Brome
 * Author URL: https://brome.consulting/
 */

/* Table of content
1.General - This is created general styles and overide some bootstrap classes.
2.Layout
 2.1 Animations
 2.2 Buttons
 2.3 Thumbnail - overide bootstrap thumbnail and add mased efect
 2.4 Socail icons -style for social icons list
3 Sections - definition for section and subsection
 3.1 Services
 3.2 Portfolio
 3.3 About
 3.4 Clients
 3.5 Price table
 3.6 Newsletter
 3.7 Contact
 3.8 Footer
4 Responsive 
**********************************************************************/

/*
1. General
**********************************************************************/

@font-face {
  font-family: "BebasNeueRegular";
  src: url("../fonts/bebas_neue/BebasNeueRegular.otf");
}
@font-face {
  font-family: "MontserratRegular";
  src: url("../fonts/montserrat/Montserrat-Regular.otf");
}
@font-face {
  font-family: "MontserratBold";
  src: url("../fonts/montserrat/Montserrat-Bold.otf");
}
 body {
    font-family:'MontserratRegular';
    color: #FFF;
    line-height:1.2em;
    font-size:12px;
    line-height:20px;
}
a {
    color: #0c6fb6;
    text-decoration: none !important;
}
a:hover, a:focus {
    color: #6db441;
    text-decoration:none !important;
}
h1, h2, h3, h4, h5, h6 {
    color: #505050;
}
h1{
    font-family:'BebasNeueRegular';
    letter-spacing: 3px;
}

h2, h3, h4, h5, h6{
    font-family:'BebasNeueRegular';
    letter-spacing: 1px;
}
h1 {
    margin: 10px;
}
p {
    /*padding: 10px;*/
    font-weight: 100;
    color: #757575;
}
ul {
  padding: 0;
}

ul li {
  list-style-type: none;
}
.fonc_accord .container {
  padding: 0px !important;
  padding-top: 0 !important;
}
.moins{
    display: none !important;
}
.plus{
    display: block !important;
}
.active .moins{
    display: block !important;
}
.active .plus{
    display: none !important;
}
.collapsible {
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd;
  margin: 0.5rem 0 1rem 0;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
      background: #fff;
}
.collapsible.popout {
  border: none;
  box-shadow: none;
}
.collapsible.popout > li {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  transform: scaleX(0.9) translate3d(0, 0, 0);
  transition: margin 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  background: #fff;
}
.collapsible.popout > li:hover {
  will-change: margin, transform;
}
.collapsible.popout > li.active {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  margin: 16px 0;
  transform: scaleX(1) translate3d(0, 0, 0);
}

.collapsible-header {
    display: block;
    cursor: pointer;
    height: 3rem;
    line-height: 3rem;
    padding: 0 1rem;
    color: #6cb53e;
    font-family: 'BebasNeueRegular';
    border-bottom: 1px solid rgb(228, 228, 228);
    text-transform: uppercase;
    letter-spacing: 1px;
    box-shadow: 2px 2px 2px #e8e8e8;
    font-size: 23px;
}
.collapsible-header i {
  width: 2rem;
  font-size: 1.6rem;
  line-height: 3rem;
  display: block;
  float: left;
  text-align: center;
  margin-right: 1rem;
}

.collapsible-body {
  overflow: hidden;
  display: none;
  border-bottom: 1px solid #ddd;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.collapsible-body p {
  margin: 0;
  padding: 2rem;
}
.navbar {
    background: #181A1C;
    margin-bottom:0;
    min-height:70px;
}
.newsletter h3 {
    color: #6cb440;
}
.newsletter h4{
      color: #fff;
    font-size: 20px;
    line-height: 28px;
}
.bx-prev:nth-child(2),.bx-prev:nth-child(3),.bx-next:nth-child(2),.bx-next:nth-child(3){
display: none;
}
.brome_apopos{
    width: 85% ;
    text-align: center;
    padding: 15px 30px;
}
.navbar-fixed-top {
    min-height:60px;
    height:60px;
    padding-top:0;
    /*border-top: 6px solid #6cb440;*/
}
.title:before {
    content: '';
    position: absolute;
    width: 60px;
    height: 3px;
    background-color: #6cb440;
    left: 50%;
    margin-left: -30px;
    margin-top: 62px;
}
.navbar-inner .container{
    padding-top: 15px;
}
.navbar-inner {
    min-height: 100px !important;
    background: #fff;
    border-radius:0;
    filter: none;
    border: none;
    box-shadow: none;
    /*border-top: 6px solid #6cb440;*/

}.span6_div_1 {
    display: table !important;
    width: 100% !important;
    height: 100% !important;
}
.span6_div_2 {
    display: table-cell !important;
    vertical-align: middle !important;
    padding: 0 50px;
    float: none !important;
}
.service-item .service-icon i {
    width: 75px;
    height: 75px;
    display: block;
    color: #6db441;
    border-radius: 100%;
    background: #6db441;
    text-align: center;
    line-height: 75px;
    font-size: 30px;
}
.service-item .service-icon {
    position: absolute;
    top: 0px;
    /*right: -10px;*/
}
.cd-tabs ul {
    margin: 0 0 10px 0px;
}
textarea#comment {
    height: 162px;
}
.service-text p{

    padding: 0;
    margin-bottom: 80px;
}
.service-item.text-left .service-icon {
    left: -10px;
}
.service-item.text-left .service-text {
    margin-left: 80px;
}
.service-item.text-right .service-text {
    margin-right: 80px;
}
.service-item.text-right .service-icon {
    right: -10px;
}
.navbar .brand {
    width:300px;
    /*height:40px;*/
}
.navbar .nav > li > a {
    text-transform:uppercase;
    font-family: 'BebasNeueRegular';
    vertical-align: middle;
    margin:10px 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    border: 1px solid transparent;
    box-shadow: none;
    font-size:20px;
    padding: 10px 16px 10px;
    text-shadow: none;
    color: #a0a0a1;
    transition: border-color 1s ease;
}
.navbar .nav > li:hover> a, .navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus {
    border: 1px solid transparent;
    color: #fff;
    background-color: #6cb440;
    transition: border-color 1s ease;
}
.nav-pills {
    margin-bottom: 30px;
}
.nav-pills > li > a {
    background: transparent;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin-right:5px;
    padding-left:25px;
    padding-right:25px;
    border: 1px solid #181A1C;
}
.nav-pills > li > a:hover, .nav-pills > .active > a, .nav-pills > .active > a:hover, .nav-pills > .active > a:focus {
    background: #181A1C;
    color: #fff;
}
.navbar .btn-navbar:hover, .navbar .btn-navbar {
    border-radius:0;
    background: #6cb63e;
    color: #fff;}
/******
2. Layout
**********************************************************************/
.centered {
    margin-left:auto;
    margin-right:auto;
    float: none;
    text-align: center;
}
/* Use this class if you want ceter element with span* class */
 .center {
    float: none !important;
    margin: 0 auto !important;
    text-align: center;
}
.color_strong{
      color: #6cb53e;
}
strong{
    font-family:"MontserratBold";
}
.image_apropos{
  background-image: url(../images/Siga.jpg);
  background-size: cover;
  height: 431px;
}
.logo_apropos{
    float: left;
    margin-right: 10px; 
}
.highlighted-box {
    background:rgba(236, 236, 236, 0.58);
    padding:30px 30px;
}
.paragraphe_apropos{
    line-height: 30px;
    text-align: justify;
    padding: 35px 8px 35px 40px;
    margin: 0;
}
.highlighted-box h1 {
    margin:0px;
    color: #0d70b6 !important;
    font-size: 30px;
    margin-bottom: 10px;
}
.large-text {
    line-height:1.2em;
    font-size: 30px;
    color: #181A1C;
    padding:20px;
    margin-bottom:20px;
}
.highlighted-box h1, .highlighted-box p {
    color: #181A1C;
}
.circle-border {
    display: inline-block;
    -webkit-border-radius: 500px;
    -moz-border-radius: 500px;
    border-radius: 500px;
    -khtml-border-radius: 500px;
    border: 3px solid #fff;
}
.left-align {
    text-align:left;
}
.right-align {
    text-align:left;
}
.error {
    color: #CF0000;
    display: none;
}
.invisible {
    display:none;
    visibility:visible;
}
.triangle {
    margin: 0 auto;
    text-align:center;
    width: 0;
    height: 0;
    border-top: 30px solid #fff;
    border-left: 585px outset transparent;
    border-right: 585px outset transparent;
    position: relative;
}
/*
2.1 Animations
**********/
 .zoom-in {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    transition: all 250ms ease;
}
.zoom-in:hover {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
}
/*
2.2 Buttons - There are buttons on a transparent background, primary and secondary color background.
**********/
 .button,  .button:visited, .button:focus {
    display:inline-block;
    border:1px solid #6cb440;
    color:#6cb440;
    background-color:transparent;
    padding:20px;
    font-size:17px;
    line-height:auto;
}
.button:hover, .button:active{
    background-color:#6cb440;
    color:#fff;
}
.button-sp, .button-sp:visited, .button-sp:focus {
    border:none;
    background-color: #6cb440;
    color: #ffffff;
}
.button-sp:hover, .button-sp:active {
        background-color: #181A1C;
    color: #6cb440;
}
.button-ps, .button-ps:visited, .button-ps:focus {
    border:none;
    background-color:#181A1C;
    color:#FECE1A;
}
.button-ps:hover, .button-ps:active {
    background-color:#FECE1A;
    color:#181A1C;
}
.news_thumbnail h4{
    text-align: left;
    /*text-transform: uppercase;*/
    font-size: 18px;
    line-height: 25px;
    /*color: #6cb440;*/
    padding: 5px 10px 0px 10px;
}
.mask p, .mask h4{
    color: #fff !important;
    text-align: center !important;
}
/* .mask h4{
    margin-top: 25px; 
}*/
.img_news {
    width: 40% !important;
    height: 100px !important;
    float: left !important;
    overflow: hidden !important;
    margin-right: 10px;
    min-width: 130px !important;
}
.ul_news {
    margin-left: 0;
}

.img_news img{
    height: 100px;
    max-width: initial !important;
 }
 .title_pull{
    border-bottom: 1px solid #6cb440;
 }
 .ul_news h5 {
    margin-top: 0;
    font-size: 14px;
    margin-bottom: 0;
}
input, button, select, textarea {
    font-family: "MontserratRegular" !important;
}
 .ul_news li{
    border-bottom: 1px solid #e2e2e2;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
/*.div_block{
    display: table;
}*/
.thumbnail p {
    padding: 0 10px !important;
}
.div_block p {
    font-size: 12px;
    margin-bottom: 0 !important;
}
/*
2.3 Thumbnails - Predefined bootstrap's thumbnail class.
**********/
 .thumbnail {
    width:100%;
    height:100%;
    padding:0;
    overflow: hidden;
    position: relative;
    border:0;
    border-radius:0;
    box-shadow:none;
    text-align:center;
    border: 1px solid #e2e2e2;
    background: #fff;
}
.thumbnail .more {
    display:block;
    z-index:4;
    position:absolute;
    top:-100px;
    left:50%;
    margin:0 auto;
    margin-left:-41px;
    width:80px;
    height:80px;
    font-size:40px;
    color:#fff;
    text-decoration:none;
    line-height: 70px;
    text-align: center;
}
.thumbnail:hover .more {
    top:40%;
    margin-top:-40px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3 s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.thumbnail h3, 
.thumbnail p {
    margin:0;
    padding:0;
    position:relative;
    z-index:4;
}
.thumbnail h3 {
    color: #FECE1A;
    margin-top:10px;
    font-size:20px;
}
.thumbnail > p {
    padding-bottom:20px;
}
.thumbnail .mask {
    opacity:0.9;
    filter: alpha(opacity=9);
    top:100%;
    left:0;
    width:100%;
    height:100%;
    color: #fff;
    background: #6cb440;
    position:absolute;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2 s ease-out;
    -ms-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.thumbnail:hover .mask {
    top:0;
}
/*
2.4 Socail icons
************/
 .social {
    list-style: none;
    float: none;
    position:relative;
    margin:5px; auto;
}
.social li {
    display:inline-block;
    line-height: 32px;
    font-family:'Porta';
    font-size: 32px;
    padding:0 5px;
}
.social li a {
    margin:0;
    padding:0;
    width:32px;
    height:32px;
    color: #FECE1A;
}
.social li a:hover {
    color:#181A1C;
}
/*
3. Sections 
***************************************************************************/
 .section {
    padding-bottom: 50px;
}
.section .container {
    padding-top:50px;
}
.section .title {
    text-align: center;
    padding:10px;
    margin-bottom: 30px;
}
.section .title h1 {
    margin-bottom: 20px;
    padding: 0;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 45px;
}
.title p{
    color: #757575;
}
.section .title > p {
    font-size: 15px;
    color: #757575;
    font-weight: lighter;
}
.primary-section {
      background-color: #EEE;
}
.primary-section .triangle {
    border-top: 40px solid #ececec;
}
.primary-section .title {
    /*border-bottom: 1px solid #FFF;*/
}
/*.primary-section, .primary-section .title p, .primary-section h3 {
    color: #181a1c;
}*/
/*.primary-section h1 {
    color:#505050;
}*/
.section h1 {
    color: #505050 !important;
}
.secondary-section {
    /*background:#ececec;*/
}
.newsletter p {
    color: #fff;
    padding: 0;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 28px;
}
.secondary-section .title {
    /*border-bottom: 1px solid #181A1C;*/
}
/*.secondary-section h1, .secondary-section .title p {
    color: #181A1C;
}*/
/* Third section use bacground image */
.third-section {
    padding-bottom: 0px;
    background: #181A1C url(../images/showcase-bg-fixed-01.jpg) no-repeat center;
    background-size: cover;
}
.texture-overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-image: url(../images/grid.png);
}
.showcase-wrap {
    position: relative;
    padding: 0 0 70px 0;
}
.sub-section .title:before {
    display: none;
}
.third-section .container {
    padding-top:20px;
    position:relative;
}
.third-section .title {
    border-bottom: 1px solid rgba(236, 236, 236, 0.21);;
    color: #6bb646;
}
/*.sub-section {
    margin-top:30px;
}*/
.sub-section .title {
    padding:0;
}
/*******
3.1 Services  
***************************************/
.service{
    margin-top:20px;
}
 .service, .service h2 {
    padding-top:15px;
}
.service p {
    padding:0px 50px;
    height:60px;
}
.service img {
    width:100px;
    height:100px;
}
/*
3.2 Portfolio
***************************************/
 .single-project {
    margin-bottom:30px;
    background:#181A1C;
}
.single-project img {
    width:100%;
}
.project-description {
    padding-right:20px;
}
.project-description p {
    padding-left:0;
}
.project-title {
    margin-top:15px;
    margin-bottom:15px;
    border-bottom:1px solid #FECE1A;
}
.project-title h3 {
    float:left;
    margin-top:0;
    padding:0;
    width:80%;
}
.project-title .close {
    color: #FECE1A;
    margin-top:10px;
}
.project-info span, .project-title h3 {
    color:#FECE1A;
}
.project-info {
    font-weight:100;
    padding:10px 0;
}
.project-info span {
    width: 80px;
    display: inline-block;
}
.project-info div {
    margin-bottom:5px;
}
.close {
    float: right;
    width: 40px;
    height: 40px;
    text-align: center;
}
#portfolio-grid .mix {
    opacity: 0;
    display: none;
}
/*
3.3 About
******************************************************************/
 .team .thumbnail {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 10px;
    border: 1px solid #fff;
}
.team .thumbnail:hover .social {
    z-index: 5;
}
.team .thumbnail:hover .social a {
    color:#fff;
}
.team .thumbnail .mask {
    background: #FECE1A;
}
.team .thumbnail .mask h2 {
    margin-top:20%;
}
.team .thumbnail .mask, .team .thumbnail .mask h3, .team .thumbnail .mask p, .team .thumbnail:hover h3, .team .thumbnail:hover .social a:hover {
    color:#181A17;
}
.about-text {
    margin-top:30px;
}
.about-text p {
    padding:0;
    font-size:16px;
}
/*********************************************************************
                        SKILLS BAR
*********************************************************************/
 .skills {
    list-style-type: none;
    position: relative;
    margin:0px;
}
.skills li {
    margin-bottom:30px;
    background:#FFF;
    height:40px;
    padding:1px;
}
.skills li h3 {
    position: relative;
    font-size: 15px;
    padding:0;
    margin:0;
    left: 10px;
    z-index: 1;
    color: #181A1C;
}
.skills li .bar {
    height:40px;
    position:absolute;
    background-color: #FECE1A;
}
/*
3.4 Clients
**********************************************************************/
 .client-slider img {
    /*border:1px solid white;*/
}
.client-slider li {
    margin-right: 0 !important;
}
.client-slider img:hover {
    background-color:#FECE1A;
}
.client-nav {
    list-style:none;
    margin-top:10px;
}
.client-nav li {
    float:left;
    display:block;
    margin-left:10px;
}
.client-nav li a {
    display:inherit;
    padding:5px;
    /*background:#FECE1A;*/
    border-radius:3px;
    width:20px;
    height:20px;
}
.client-nav li a:hover {
    /*background:#181A1C;*/
}
.testimonial p {
    color:#181A1C;
    background:#FECE1A;
    padding:15px;
    margin:0;
}
.testimonial .arrow {
    margin-left:10px;
    width:0;
    border-top:10px solid #FECE1A;
    border-left: 20px outset transparent;
    border-right: 20px outset transparent;
}
.testimonial .whopic {
    display:inline-block;
}
.testimonial .whopic img {
    margin-top:10px;
    width:50px;
    height:50px;
    float:left;
}
.testimonial .whopic strong {
    float:left;
    margin-top:10px;
    padding-left:10px;
}
.testimonial .whopic small {
    display:block;
    font-size:12px;
    
}
.testimonial-text{
    display:block;
    font-size:22px;
    text-align:center;
    margin:0 auto;
    margin-top:30px;
    width:70%;
    line-height:1.3em;
}
/*
3.5 Price table
******************************************************************/
 .price-table {
    margin-top: 70px;
    margin-bottom: 20px;
}
.price-column {
    background-color:white;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding-bottom:20px;
    margin:0 auto;
    text-align:center;
}
.price-column h3 {
    background-color:#181A1C;
    text-transform:uppercase;
    text-align: center;
    color:#FECE1A;
    padding:40px 0px;
    font-size: 36px;
    margin-top:0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 10px 10px 0px 0px;
    border-radius: 10px 10px 0px 0px;
}
.price-column .list{
    list-style:none;
    margin:20px 50px;
}
.price-column .list li{
    font-weight:lighter;
    color:#747C89;
    font-size:20px;
    border-bottom:1px solid #747C89;
    padding:25px 0px;
}
.price-column .list li.price {
    text-align: center;
    font-size:31px;
    background-color:white;
    color:#747C89;
    margin-top:25px;
}
.price-text{
    margin:30px 0 20px;
    font-size:20px;
    color: #181A1C;
    font-weight:normal;
}
/*
3.6 Newsletter
********************************************************************/
 .newsletter, .newsletter h2 {
    color: #D7DDDE;
}
.newsletter .title h2 {
    text-align:left;
    padding:0;
    margin:0;
}
.newsletter form {
    text-align:right;
}
.newsletter input {
    margin-top:10px;
    padding:15px;
    height: auto;
}
.newsletter button {
    margin: 0 0 0 20px;
}
.newsletter .button-sp:hover, .newsletter .button-sp:active {
    background-color:#FFF;
    color:#181A1C;
}

/*
3.7 Contact
********************************************************************/
 .contact {
    /*background: #FECE1A;*/
}
.contact h1, .contact h2, .contact h3, .contact h4, .contact h5, .contact h6, .contact .section .title > p, .contact .social > li > a {
    color: #757575;
}
.contact textarea, .contact input[type="text"], .contact input[type="email"] {
    padding: 10px;
    line-height: 20px;
    height: auto;
}
.contact textarea {
    height: 120px;
}
.contacts, .contact .social {
    color: #fff;
    list-style: none;
    margin-left: 10px;
}
.contacts > li {
    margin-top: 15px;
}
.contacts > li > a {
    color: #fff;
}
.contact-info {
    margin-top:10px;
    margin-bottom:10px;
}
.contact-info p{
     font-weight:normal;
}
.contact-info .icon {
    margin:10px auto;
    font-size:30px;
}
.map-wrapper {
    position:relative;
    height:570px;
}
.map-canvas {
    position:absolute;
    margin-bottom:20px;
    width:100%;
    height:570px;
    color: #29383F;
    position:absolute;
    left:0;
    top:0;
    right:0;
}
.contact .social {
    display: inline-block;
    margin-left:0;
}
.contact .social li {
    line-height: 32px;
    padding:10px 10px;
    font-family:'Porta';
    font-size: 50px;
    transition: margin 0.4s;
    -webkit-transition: margin 0.4s;
}
.contact .social li a {
    color:#fff;
}
.contact .social li a:hover {
    color:#181A1C;
}
.contact-form {
    background: rgba(255, 255, 255, 0.9);
    z-index: 110;
    position: relative;
    padding: 10px 20px 10px;
}
.contact_info p {
    text-align: center;
    padding: 0;
    margin-bottom: 40px;
    line-height: 25px;
}
.contact_info p i{
    font-size: 50px;
    color: #6db341;
    margin-bottom: 20px;
}
.control-group input {
    height: 33px !important;
    margin: 0;
}
textarea#comment_demo {
    height: 68px;
}
.contact .section {
    padding-bottom: 0;
}
.contact-form h3 {
    color:#838589;
    padding-bottom: 10px;
    font-size: 23px;
}
.tabs_ul p {
    padding: 0;
    margin-bottom: 20px;
}
.p_control-group {
    font-size: 12px;
    text-align: left;
    color: #838589;
}
.list_tabs i.fa{
    color:#6cb63e; 
}
.message-btn {
    border: 1px solid #6db341;
    color: #6db341;
    background-color: transparent;
    padding: 15px 30px;
    font-size: 17px;
    height: 36px;
    line-height: 3px;
    float: left;
}
.message-btn:hover {
    background-color: #6db341;
    color: #fff;
}
input, textarea {
    border-radius: 0 !important;
}
.contact-info {
    text-align:center;
    font-size:22px;
}
.info-mail {
    border:1px solid white;
    width:60%;
    margin:0 auto;
    padding:15px;
    color:#181A1C;
}
.black {
    color:#181A1C;
}
/*
3.8 Footer
********************************************************************/
 .footer {
    background: #181A1C;
    text-align: center;
    
}
.footer > p {
    color: #fff;
    margin:0;
    padding: 25px 0 20px;
}

.footer a{
    color:#FECE1A;
}

.footer a:hover, .footer a:focus{
    text-decoration: underline;
}
.scrollup {
    text-align: center;
    cursor: pointer;
    vertical-align: middle;
    width: 39px;
    height: 39px;
    border-radius: 0;
    font-size: 20px;
    position: fixed;
    bottom: 30px;
    right: 20px;
    border: none;
    display: none;
    background: #6cb440;
}
.scrollup > a {
    position:relative;
    top:7px;
    color:#fff;
}
/*
4 Responsible
********************************************************************/
 @media (min-width: 1200px) {
    .thumbnail .more {
        margin-left:-41px;
        width:80px;
        height:80px;
        border-radius:40px;
        line-height: 80px;
    }
    .navbar .nav > li > a{
            padding: 10px 16px 10px;
    }
}
@media (max-width: 979px) {
    body {
        padding-left:0;
        padding-right:0;
    }
    .navbar-fixed-top, .navbar-fixed-bottom {
        position: fixed;
    }
    .navbar .nav > li > a {
        line-height: 20px;
        vertical-align: middle;
    }
    .section {
        padding-left:20px;
        padding-right:20px;
    }
    .navbar-fixed-top, .navbar-fixed-bottom, .navbar-static-top {
        margin-left: 0px;
        margin-right: 0px;
    }
    .nav-collapse {
        clear: both;
    }
    .nav-collapse .nav {
        float: none;
        margin: 0 0 10px;
    }
    .nav-collapse .nav > li {
        float: none;
    }
    .nav-collapse, .nav-collapse.collapse {
        width: 100%;
        display: inherit;
    }
    .thumbnail .more {
        margin-left:-21px;
        width:40px;
        height:40px;
        border-radius:30px;
        line-height: 40px;
    }
    .thumbnail:hover .more {
        margin-top:-20px;
    }
    .newsletter form {
        text-align:center;
    }
    .button.button-sp {
    float: right;
    }

}
@media only screen and (min-width: 768px) and (max-width: 1023px){
    .button.button-sp {
        float: right;
        width: 200px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1199px){
    .navbar .nav > li > a{
        padding: 10px 9px 10px;
    }
}
@media (max-width: 767px) {
    .info-mail {
        width:90%;
        padding:15px 0px;
    }
    .project-description {
        padding-left:20px;
    }
    .price-column, .testimonial {
        margin-top:30px;
    }
    .navbar .brand {
        width: 250px;
    }
    .paragraphe_apropos{
        padding: 35px;
    }
    .button_demo{
        text-align: center;
    }
    .button_demo .button-sp{
        float: none !important;
        margin: 10px auto;
        min-width: 231px;
    }
    .title:before {
       display: none;
    }
    .news_thumbnail {
    margin-bottom: 10px;
    }
    .modal {
    position: fixed;
    top: 10% !important;
    right: 40px !important;
    left: 40px !important;
    width: auto;
    margin: 0;
        -webkit-transform: translateX(0%) translateY(0%) !important;
    -moz-transform: translateX(0%) translateY(0%) !important;
    -ms-transform: translateX(0%) translateY(0%) !important;
    transform: translateX(0%) translateY(0%) !important;
    overflow-y: auto;
    height: 480px !important;
    }
    .popup {
    bottom: 71px !important;
    left: 4% !important;
    top: 400px !important;
    }
    .control-group {
    margin-bottom: 0px;
    }
    .row-fluid [class*="span"]:first-child {
    margin-left: 0 !important;
    }
    [class*="span"], .uneditable-input[class*="span"], .row-fluid [class*="span"] {
    margin-bottom: 6px !important;
    }
    .brome_apopos {
        float: none !important;
    }
    .contact-form {
    background: rgba(255, 255, 255, 0.7);
    padding: 10px 10px 10px;
    }
}
.button_demo .button-sp {
    float: right;
    min-width: 231px;
    text-align: center;
}
/*.control-group {
    margin-bottom: 0 !important;
}*/
@media (max-width: 767px){
    [class*="span"], .uneditable-input[class*="span"], .row-fluid [class*="span"] {
    display: block;
    float: none;
    margin-bottom: 10px;
}