/* GOOGLE FONTS */
@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,400,300,600,700);
@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700,300italic,400italic,700italic);
@import url(http://fonts.googleapis.com/css?family=Roboto:400,700italic,700,500italic,500,400italic,300italic,300);
@import url(http://fonts.googleapis.com/css?family=Roboto+Slab:400,300,700);


body {
    color: #333333;
    background: #ffffff;
    overflow-x: hidden;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


/* BACKGROUND COLORS */


.bg-clouds { background-color: #ECF0F1 !important; }
.bg-deepocean { background-color: #193441 !important; }
.bg-purplerain { background-color: #c02b89 !important; }
.bg-yellow { background-color: #f7d617 !important; }
.bg-blue { background-color: #3e96bc !important; }


.breadcrumb{ text-align: center; }


/* COLORS */


.white { color: #FFFFFF; }




/* PADDING, MARGIN & ALIGNMENT */
.pad5 { padding-top:5px; }
.pad10 { padding-top:10px; }
.pad15 { padding-top:15px; }
.pad25 { padding-top:25px; }
.pad30 { padding-top:30px; }
.pad45 { padding-top:45px; }
.pad60 { padding-top:60px; }
.pad90 { padding-top:90px; }

.min-height-100px { min-height: 100px; }
.min-height-200px { min-height: 200px; }
.min-height-300px { min-height: 300px; }
.min-height-400px { min-height: 400px; }
.min-height-500px { min-height: 500px; }
.min-height-600px { min-height: 600px; }
.min-height-700px { min-height: 700px; }
.min-height-800px { min-height: 800px; }

.marg-bottom5 { margin-bottom: 5px; }
.marg-left5 { margin-left: 5px; }
.marg-right5 { margin-right: 5px; }
.but_marg { margin-left: 3px; }

.v-center {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

/** TYPOGRAPHY **/
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Montserrat', sans-serif;
    line-height: 1.1;
}

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small {
    col or: #e5e5e5;
}

h1, h2, h3 {
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 20px;
    font-weight: 300;
}

h4, h5, h6 {
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 15px;
    font-weight: 400;
}




/* CAROUSEL */





html,
body {
    height: 100%;
}

.carousel,
.item,
.active {
    max-height: 764px;
}

.carousel-inner {
    height: auto;
}

/* Background images are set within the HTML using inline CSS, not here */

.fill {
    width: 100%;
    height: 764px;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

footer {
    margin: 50px 0;
}

div.carousel-caption{
    top:1%;
    left:50%;
    width:50%;
    margin-left:auto;
    margin-right:auto;
    text-align: center;
    line-height:1;
    margin-bottom:0px;
    text-shadow:none;
    padding-bottom:20%;
    padding-top:20%;
    background-color:#439bbb;
    height:100%;
    padding-left:30px;
    padding-right:30px;






}


div.carousel-caption span{


}


div.carousel-caption h1{
    font-family: 'Montserrat', sans-serif;
    font-size:54px;
    font-weight:bold;


}

div.carousel-caption p.lead{
    font-size:24px;
    color:#FFF;

}




@media only screen and (max-width: 800px) {
    div.carousel-caption{
        left:20px;
        right:20px;
        top:10%;

        height:auto;
        padding-top:30px;
        padding-left:30px;
        padding-right:30px;
        text-align: center;
        line-height:normal;
        margin-bottom:0px;
        padding-bottom:30px;
        text-shadow:none;
        width:90%;

    }


    div.carousel-caption h1{
        font-size:44px;
        font-weight:bold;
        clear:both;

    }

}

}


h1, .h1 { font-size: 44px; }
h2, .h2 { font-size: 37px; }
h3, .h3 { font-size: 27px; }
h4, .h4 { font-size: 23px; }
h5, .h5 { font-size: 18px; }
h6, .h6 { font-size: 16px; }

p {
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.6;
    margin: 15px 0;
    color: #515157;
}

.lead {
    margin-bottom: 30px;
    font-size: 20px;
    line-height: 1.4;
    font-weight: 300;
}

small, .small {
    font-size: 80%;
    line-height: 2;
}

em { color: #ff6600; }

/* LINKS */

a { color: 65992d; }

a:hover {
    color: #217247;
    text-decoration: none;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}



.footerlink a { color: fff; }

.footerlink a:hover {
    color: #fff;
    text-decoration: none;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

/* LISTS */

ol {
    position: relative;
    padding-left: 22px;
}

ul {
    list-style: none;
    position: relative;
    padding-left: 22px;
}

ul li,
ol li {
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #515157;
    margin-bottom: 5px;
}

ul.circle li:before {
    font-family: 'fontawesome';
    content: '\f10c';
    font-size: 12px;
    color: #16a085;
    padding-top: 2px;
    margin-left: -20px;
    position: absolute;
}

/* TITLES */

.underlined-title {
    text-align: center;
    padding-bottom: 10px;
}

.underlined-title h1 {
    color: #2c3e50;
    margin: 0;
}

.underlined-title h2 {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
    color: #95a5a6;
}

.underlined-title hr {
    width: 10%;
    border-width: 2px;
    border-color: #16a085;
}


/* IMAGES */
img {

}



/*===================================================================================*/
/*	BUTTONS
/*===================================================================================*/

.btn {
    color: #FFF;
    padding: 10px 20px;
    margin: 15px 0;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-shadow: none;
    border: none;
    text-transform: uppercase;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}

.btn-sm {
    padding: 7px 13px;
    font-size: 12px;
}

.btn-lg {
    padding: 16px 26px;
    font-size: 16px;
}

.btn-xl {
    padding: 18px 30px;
    font-size: 24px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

h1 .btn,
h2 .btn,
h3 .btn,
h4 .btn,
p .btn {
    margin-left: 15px;
}

/* Button DISABLED */
.disabled a {
    cursor: not-allowed;
}

/* Button DEFAULT */
.btn.btn-default {
    background: #ecf0f1;
    box-shadow: 0 2px #bdc3c7;
    color: #999;
}

.btn.btn-default:hover {
    background: #bdc3c7;
}

/* Button PRIMARY */
.btn.btn-primary {
    background: #1abc9c;
    box-shadow: 0 2px #16a085;
}

.btn.btn-primary:hover {
    background: #16a085;
}




/* Button SUCCESS */
.btn.btn-success {
    background: #2ecc71;
    box-shadow: 0 2px #27ae60;
}

.btn.btn-success:hover {
    background: #27ae60;
}

/* Button DARK */
.btn.btn-dark {
    background: #34495e;
    box-shadow: 0 2px #2c3e50;
    color: #ffffff;
}

.btn.btn-dark:hover {
    background: #2c3e50;
}

/* Button INFO */
.btn.btn-info {
    background: #3498db;
    box-shadow: 0 2px #2980b9;
}

.btn.btn-info:hover {
    background: #2980b9;
}

/* Outline Buttons */
.btn-outline {
    color: #FFF;
    padding: 12px 20px;
    margin: 15px 0;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-weight: 600;
    font-size: 14px;
    text-align: center;
    letter-spacing: 0.1em;
    text-shadow: none;
    border: none;
    text-transform: uppercase;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
}

.btn-outline:hover {
    text-decoration: none;
    color: #ffffff;
}

.btn-outline-sm {
    padding: 5px 13px;
    font-size: 13px;
}

.btn-outline-lg {
    padding: 14px 26px;
    font-size: 15px;
}

.btn-outline-xl {
    padding: 18px 30px;
    font-size: 24px;

}


.btn-outline.outline-dark,
.icon.outline-dark {
    color: #2c3e50;
    background: none;
    border: 2px solid #2c3e50;
}

.btn-outline.outline-dark:hover,
.icon.outline-dark:hover {
    color: #ffffff;
    background: #2c3e50;
}

button:hover {
    text-decoration: none;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

/* FORM CONTROL */

fieldset {
    border: 2px solid #ecf0f1;
    border-radius: 6px;
    padding: 30px 50px;
}

fieldset legend {
    color: #333;
    padding: 5px 10px;
    border: 2px solid #ecf0f1;
    border-radius: 6px;
}

/*###############################*/
/*          ESPACE PRO           */
/*###############################*/

.fieldset-espace-pro {
    border: 2px solid #999;
    border-radius: 6px;
    margin-bottom:20px;
    padding:5px;
    float:left;
    width:49%;
    margin-right:10px;
    min-height:130px;
}

.fieldset-espace-pro legend {
    color: #333;
    border: 2px solid #999;
    border-radius: 6px;
    width:auto;
    padding:5px;
    margin:0px;
}
.table-CA-Fournisseur {
    font-size:13px;
}
.table-CA-Fournisseur th{
    border:solid 1px #fff;
    background-color:#333;
    color:#fff;
    padding:5px 2px;
}

.table-CA-Fournisseur td{
    border:solid 1px #333;
    color:#333;
    padding:5px 2px;
}







.form-control {
    border: 2px solid #ccc;
    color: #34495e;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.467;
    padding: 8px 12px;
    height: 40px;
    -webkit-appearance: none;
    border-radius: 6px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border .25s linear, color .25s linear, background-color .25s linear;
    transition: border .25s linear, color .25s linear, background-color .25s linear;
}

.form-group {
    position: relative;
    margin-bottom: 20px;
}

.form-group.focus .form-control,
.form-control:focus {
    border-color: #1abc9c;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    background-color: #f4f6f6;
    border-color: #d5dbdb;
    color: #d5dbdb;
    cursor: default;
    opacity: 0.7;
    filter: alpha(opacity=70);
}

.form-control.form-minimal {
    border-color: transparent;
}

.form-control.form-minimal:hover {
    border-color: #bdc3c7;
}

.form-control.form-minimal:focus {
    border-color: #1abc9c;
}


.has-success .help-block,
.has-success .control-label {
    color: #2ecc71;
}
.has-success .form-control {
    color: #2ecc71;
    border-color: #2ecc71;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.has-success .form-control:-moz-placeholder {
    color: #2ecc71;
    opacity: 1;
}
.has-success .form-control::-moz-placeholder {
    color: #2ecc71;
    opacity: 1;
}
.has-success .form-control:-ms-input-placeholder {
    color: #2ecc71;
}
.has-success .form-control::-webkit-input-placeholder {
    color: #2ecc71;
}
.has-success .form-control.placeholder {
    color: #2ecc71;
}
.has-success .form-control:focus {
    border-color: #2ecc71;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.has-success .input-group-addon {
    color: #2ecc71;
    border-color: #2ecc71;
    background-color: #ffffff;
}

.has-warning .help-block,
.has-warning .control-label {
    color: #f1c40f;
}
.has-warning .form-control {
    color: #f1c40f;
    border-color: #f1c40f;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.has-warning .form-control:-moz-placeholder {
    color: #f1c40f;
    opacity: 1;
}
.has-warning .form-control::-moz-placeholder {
    color: #f1c40f;
    opacity: 1;
}
.has-warning .form-control:-ms-input-placeholder {
    color: #f1c40f;
}
.has-warning .form-control::-webkit-input-placeholder {
    color: #f1c40f;
}
.has-warning .form-control.placeholder {
    color: #f1c40f;
}
.has-warning .form-control:focus {
    border-color: #f1c40f;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.has-warning .input-group-addon {
    color: #f1c40f;
    border-color: #f1c40f;
    background-color: #ffffff;
}

.has-error .help-block,
.has-error .control-label {
    color: #e74c3c;
}
.has-error .form-control {
    color: #e74c3c;
    border-color: #e74c3c;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.has-error .form-control:-moz-placeholder {
    color: #e74c3c;
    opacity: 1;
}

.has-error .form-control::-moz-placeholder {
    color: #e74c3c;
    opacity: 1;
}

.has-error .form-control:-ms-input-placeholder {
    color: #e74c3c;
}

.has-error .form-control::-webkit-input-placeholder {
    color: #e74c3c;
}

.has-error .form-control.placeholder {
    color: #e74c3c;
}

.has-error .form-control:focus {
    border-color: #e74c3c;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.has-error .input-group-addon {
    color: #e74c3c;
    border-color: #e74c3c;
    background-color: #ffffff;
}


/* FORM - INPUT ICON */
.form-control + .input-icon {
    position: absolute;
    top: 2px;
    right: 2px;
    line-height: 37px;
    vertical-align: middle;
    font-size: 20px;
    color: #b2bcc5;
    backg round-color: #ffffff;
    padding: 0 12px 0 0;
    border-radius: 6px;
}

.input-hg + .input-icon {
    line-height: 49px;
    padding: 0 16px 0 0;
}

.input-lg + .input-icon {
    line-height: 41px;
    padding: 0 15px 0 0;
}

.input-sm + .input-icon {
    font-size: 18px;
    line-height: 30px;
    padding: 0 10px 0 0;
}


/* FORM - INPUT GROUP */
.input-group .input-group-btn .btn {
    margin: 0;
    box-shadow: none;
}

.input-group .input-group-btn .btn:hover {
    background: #1abc9c;
    color: #fff;
}


.texte_petit {
    padding:2px;
    font-size:12px;
}



/* CONTENT BLOCK HOLDERS */

.content-block {
    width: 100%;
    padding: 60px 0 60px 0;
    z-index: 100;
    position: relative;
    background-color: #ffffff;
}

.content-block-nopad {
    width: 100%;
    z-index: 100;
    position: relative;
    background-color: #ffffff;
}




/*	PATTERN LIBRARY MEDIA QUERIES
/*----------------------------------------------------*/

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {



}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {



}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {



}


/*	BASIC BLOCKS
/*----------------------------------------------------*/


.basic-1-7 img {
    margin: 0 auto 10px auto;
}


.basic-1-7 h2 {
    margin: 0;
}



.basic-1-8 h1 {
    font-size:27px;
    margin-top:0;
}

.basic-1-8 img {
    margin: 60px auto 40px auto;
}




.centerme {
    text-align:center;
    line-height:1;}



/*	CONTACT 1
/*----------------------------------------------------*/

.contact-1 .form-container {
    margin-top: 60px;
}

.contact-1 .contact-info {
    margin-top: 40px;
    padding: 0;
    list-style: none;
}

.contact-1 .contact-info span {
    margin-right: 7px;
    color: #1abc9c;
    padding-right: 5px;
}

.contact-1 .contact-info li {
    display: inline-block;
    margin: 0 10px;
    font-size: 15px;
    font-weight: 700;
    color: #2e2e2e
}

.contact-1 .contact-info li a {
    color: #2e2e2e
}

.contact-1 .contact-info li a:hover {
    color: #1abc9c
}

#contact span.required {
    font-size: 13px;
    color: #ff0000;
}

#message {
    margin-bottom: 20px;
    padding: 0;
}

.error_message {
    display: block;
    background: #FBE3E4;
    padding: 10px 0;
    color: #8a1f11;
    border: 2px solid #FBC2C4;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}


/*	CONTENT BLOCK 1-3
/*----------------------------------------------------*/

.content-1-3 {
    text-align: center;
}

.content-1-3 p {
    padding: 0 20px;
}

.content-1-3 .services-wrapper {
    margin: 0px 0 0;
}

.content-1-3 .services-wrapper .icon {
    height: 100px;
    width: 100px;
    max-width: 100%;
    border-radius: 50%;
    -o-border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    display: block;
    text-align: center;
    vertical-align: middle;
    position: relative;
    margin: 0 auto 50px;
}

.content-1-3 .services-wrapper .icon span {
    line-height: 100px;
    color: #fff;
    font-size: 55px;
}


/*	CONTENT BLOCK 1-4
/*----------------------------------------------------*/

.content-1-4 {
    padding: 0px;
    position: relative;
}

.content-1-4 .image-container {
    position: absolute;
    height: 100%;
    padding: 0px;
    top: 0px;
}

.content-1-4 .image-container .background-image-holder {
    background: #000 url('../images/fond.jpg') no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 100%;
}

.content-1-4 .content {
    padding-top: 80px;
    padding-bottom: 80px;
}

.content-1-4 h1 {
    margin-bottom: 32px;
}

.content-1-4 p.lead {
    margin-bottom: 20px;
}


.nav-compte{
    border:solid 1px #96BA6C;
    padding:0px;
    float:left;
    width:300px;
    margin:10px;
    background-color:#96BA6C;
}

.nav-compte a {
    display:block;
    color:#FFF;
    text-align:center;
    font-weight:bold;
    padding:20px;
}

.nav-compte:hover {
    border:solid 1px #96BA6C;
    background-color:#FFFFFF;
    cursor: pointer;
}

.nav-compte:hover >a{
    color:#458739;
}


/*	CONTENT BLOCK 1-4 MEDIA QUERIES
/*----------------------------------------------------*/

/* Extra small devices (phones, less than 768px) */
@media (max-width: 767px) {

    .content-1-4 .image-container {
        display: none;
    }


}


/*	CONTENT BLOCK 2-5
/*----------------------------------------------------*/

/* Light */
.content-2-5-light h2 {
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    font-weight:500;
    text-transform:uppercase;
}

.content-2-5-light h3 {
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
}


.content-2-5-light  {
    background:url('../images/header.png') no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

}


/*	CONTENT BLOCK 2-10
/*----------------------------------------------------*/

.content-2-10 .border-box {
    border: 2px solid #BDC3C7;
    padding: 20px 40px;
}

.content-2-10 .border-box h2 {

}


/*	Gallery 2
/*----------------------------------------------------*/

*, *:after, *:before { border-box; box-sizing: border-box;  }

.grid {
    overflow: hidden;
    text-align: center;
    margin: 10px 0;
}

/* Common style */
.grid figure {
    position: relative;
    z-index: 1;
    display: inline-block;
    overflow: hidden;
    height: 300px;
    background: #2c3e50;
    text-align: center;
    cursor: pointer;
}

.grid figure img {
    position: relative;
    display: block;
    min-height: 100%;
    opacity: 0.8;
}

.grid figure figcaption {
    padding: 2em;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
    pointer-events: none;
}

.grid figure figcaption,
.grid figure a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}

.grid figure h2 {
    word-spacing: -0.15em;
    font-weight: 300;
}

.grid figure h2,
.grid figure p {
    margin: 0;
}

.grid figure p {
    letter-spacing: 1px;
    font-size: 68.5%;
}

/* Individual effects */

/*---------------*/
/***** Lily *****/
/*---------------*/

figure.effect-lily img {
    width: -webkit-calc(100% + 50px);
    width: calc(100% + 50px);
    opacity: 0.5;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(-40px,0, 0);
    transform: translate3d(-40px,0,0);
}

figure.effect-lily figcaption {
    top: auto;
    bottom: 0;
    height: 50%;
    text-align: left;
}

figure.effect-lily h2,
figure.effect-lily p {
    -webkit-transform: translate3d(0,40px,0);
    transform: translate3d(0,40px,0);
}

figure.effect-lily h2 {
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
}

figure.effect-lily p {
    color: rgba(255,255,255,0.6);
    opacity: 0;
    -webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
    transition: opacity 0.2s, transform 0.35s;
}

figure.effect-lily:hover img,
figure.effect-lily:hover p {
    opacity: 1;
}

figure.effect-lily:hover img,
figure.effect-lily:hover h2,
figure.effect-lily:hover p {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

figure.effect-lily:hover p {
    -webkit-transition-delay: 0.05s;
    transition-delay: 0.05s;
    -webkit-transition-duration: 0.35s;
    transition-duration: 0.35s;
}


/*	HEADER 2
/*----------------------------------------------------*/
#header-2 {
    width: 100%;
    min-height: 98px;
    position: relative;
    z-index: 999;
}

#header-2 .brand-img {
    float: none;
    margin: 10px auto;
    text-align: center;
    max-width: 150px;
}




#header-2 .navbar-toggle {
    margin-right: 0;
    margin-top: 0;
    background: none;
    position: absolute;
    right: 20px;
    top: 30px;
    border: none;
}

#header-2 .navbar-toggle:focus {
    outline: none;
}

#header-2 .navbar-toggle .icon-bar {
    background-color: #999;
    height: 3px;
}

#header-2 .navbar-toggle:hover .icon-bar {
    background-color: #3498DB;
}

#header-2 .navbar-fixed-top .navbar-collapse {
    max-height: inherit;
    border-top: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    margin-top:5px;
}

#header-2 .main-nav .nav {
    margin-top: 5px;
    float:right;
}

#header-2 .main-nav .nav .nav-item a {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    text-transform: none;
    font-size: 13px;
    color: #666;
    background: none;
}

#header-2 .main-nav .nav .nav-item.active a {
    color: #5d952f;
}

#header-2 .main-nav .nav .nav-item a:hover {
    color: #5d952f;
}

#header-2 .main-nav .nav .nav-item a:focus {
    outline: none;
}

#header-2 .main-nav .nav .dropdown-menu {
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    margin: 0;
    border: none;
    text-transform: none;
    min-width: 180px;
    background-color: #5d952f;
}

#header-2 .main-nav .nav .dropdown-menu a {
    padding: 8px 20px;
    color: #666;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
}

#header-2 .main-nav .nav .dropdown-menu a:hover {
    background: #1f7047;
    color: #fff;
}




/* Override bootstrap default */
#header-2 .main-nav .nav .open > a,
#header-2 .main-nav .nav .open > a:hover,
#header-2 .main-nav .nav .open > a:focus {
    background: none;
}


.access {
    float: right;
    list-style: none;
    margin: 0;
    // padding-left: 40%; retiré CD 24 09 2020
}

.access__item {
    float: left;
    margin-left: 10px;
}

.access__item > a {
    display: block;
    color: #000;
    position: relative;
    margin-left: 10px;
}

.access__item > a:focus {
    outline: none;
}

.access__item > a:before {
    content: '';
    display: block;
    width: 32px;
    height: 32px;
    background-repeat: no-repeat;
    margin: 3px 0;
}

.access__item > a span {
    display: none;
}

.access__item > a:before {
    float: left;
}

.access__item > a span {
    display: inline-block;
    padding: 10px;
}
}

.access__item:last-child > a span {
    padding-right: 0;
}

.access__item--account > a:before {
    background: url(../images/user.png);
}

.access__item--account {
    position: relative;
}



.access__item--cart {
    position: relative;
}

.access__item--cart > a:before {
    background: url("../images/phone.png");
}

@media (min-width: 1024px) {
    .access__item--cart > a span {
        padding-right: 0;
    }
}




/*	Header 2 MEDIA QUERIES
/*----------------------------------------------------*/

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {





    #header-2 .main-nav .nav .dropdown-menu {

        -moz-background-clip: padding;
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
        margin: 0;
        border: none;
        text-transform: none;
        min-width: 180px;
        background: #5d952f;
    }

    #header-2 .main-nav .nav .dropdown-menu:before {
        content: "";
        display: block;
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 10px solid #3E606F;
        position: absolute;
        right: 35px;
        top: -10px;
    }

    #header-2 .main-nav .nav .dropdown-menu a {
        padding: 8px 20px;
        color: #fff;
        -webkit-opacity: 1;
        -moz-opacity: 1;
        opacity: 1;
    }

    #header-2 .main-nav .nav .dropdown-menu a:hover {
        background: #1f7047;
        color: #fff;
    }

}

/* Medium Devices, Desktops */
@media only screen and (max-width : 1200px) {

    #header-2 .brand-img {
        float: none;
        margin: 10px auto;
        text-align: center;
        max-width: 100px;
    }
    .fieldset-espace-pro{
        width:100%;
        float:none;
    }

}

/* Large Devices, Wide Screens */
@media only screen and (max-width : 768px) {

    .access {
        display:none;
    }

    #header-2 .main-nav .nav {
        margin-top: 5px;
        float:left;
    }

    #header-2 .main-nav .nav .dropdown-menu {

        margin: 0;
        border: none;
        text-transform: none;
        width: 100%;
        background-color: #5d952f;
    }

    .fieldset-espace-pro{
        width:100%;
        float:none;
    }

}

@media only screen and (max-width : 340px) {

    .fieldset-espace-pro{
        width:100%;
        float:none;
    }

}

/*	Team 1
/*----------------------------------------------------*/

.team-1 h2 {
    margin-bottom: 50px;
    text-align:center;
}


.team-1 h3 {

    text-align:center;
}

.team-member {
    max-width: 500px;
    margin: 0 auto 20px auto;
    overflow: hidden;
    border-top: 0;
    border: 1px solid #e3e1e1;
    border-radius: 4px;
}

.team-details {
    padding: 20px;
    text-align:center;
}

.team-member .member-name {
    marg in-top: 20px;
    position: relative;
}

.team-member .member-name:before {
    content: "";
    width: 100%;
    height: 2px;
    background-color: #ecf0f1;
    display: block;
    position: absolute;
    bottom: -10px;
    left: 0;
}

.team-member .position {
    padding: 0;
    font-family: 'Montserrat', sans-serif;
    display: block;
}

.team-member .social-links {
    padding-top: 10px;
}

.team-member .social-links > li a {
    border-color: #ecf0f1;
    border-radius: 3px;
}

/*ESPACE PRO*/
/*----------------------------------------------------*/

.span-espace-pro{
    font-size:11px;
}
.p-espace-pro{
    margin:0;
}

.fournisseur-fiche tr td{
    padding-bottom:10px;
}

.fournisseur-fiche input {
    border:dashed 1px #333;background-color:#DBEAB2;font-weight:bold;padding:2px;width:90%;
}

.fournisseur-fiche select {
    border:dashed 1px #333;background-color:#DBEAB2;font-weight:bold;padding:2px;
}

.fournisseur-fiche textarea {
    height: 150px;width:100%;border:dashed 1px #1E6F48;padding:5px;background:#DBEAB2;
}


/*	Team 1 MEDIA QUERIES
/*----------------------------------------------------*/

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {




}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {




}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {



}





.tableauStats{
    width:100%;
    margin:0px;
}

.tableauStats tr {
    font-size:12px;
    height:20px;
}

.tableauStats tr td{
    font-size:12px;
    border:solid 1px #ccc;
    margin:0px;
    color:#333;
    padding:1px 2px;
    height:20px;
    line-height:20px;
}

.tableauStats tr th{

    font-size:12px;
    border:solid 1px #555;
    margin:0px;
    color:#FFF;
    background-color:#000;
    height:20px;
    padding:1px 2px;
    line-height:20px;

}

.tableauStats tr th a img{

    font-size:12px;
    margin:0px;
    color:#FFF;
    background-color:#000;
    padding:0px;
    line-height:20px;
    vertical-align:absmiddle;

}

.tableauStats tr td a img{

    font-size:12px;
    margin:0px;
    color:#FFF;
    background-color:#000;
    padding:0px;
    line-height:20px;
    vertical-align:absmiddle;

}

.tableauStats input {
    color:#000;
    margin-top:10px;
    border:solid 1px #333;
    margin:0px;
}

.buttonnavBigVert {

    /* style du texte */
    text-align:center;
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
    text-decoration: none;
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.5); /* ombre décalée de 0px à droite, 1px en haut, un flou de 0px, de couleur noir et d opacité 50% */

    /* fond dégradé pour le bouton */
    background: -moz-linear-gradient(top, #33ff33, #000000); /* Firefox */
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#33ff33), to(#000000)); /* Safari et Chrome*/

    /* style général du bouton */
    display: inline-block;
    padding: 4px 5px 4px;
    -moz-border-radius: 4px; /* coins arrondi pour Firefox */
    -webkit-border-radius: 4px; /* coins arrondi pour Safari et Chrome */
    border-radius: 16px;
    border-bottom: 1px solid rgba(0,0,0,0.5);
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
    box-shadow: 0 1px 3px rgba(0,0,0,0.5);
    margin: 2px;

}

.buttonnavBigVert:hover {
    background: -moz-linear-gradient(top, #000000, #33ff33); /* Firefox */
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#000000), to(#33ff33)); /* Safari et Chrome*/

}

.cd_bouton {
    font-family: 'Actor';
    background-color: #7b908c;
    font-size: 120%;
    color : white;
    padding:  5px;
    border-radius: 5px;
    cursor: pointer;
}