/*
*   SITE
*/
a:focus, a:visited, a:hover {
    text-decoration: none;
}
html,body{
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    color: #575756;
    text-align: justify;
    font-weight: 300;
}
.color-bleu-clair { color: #1EA8CE;}
.color-bleu-fonce { color: #006C8C;}
.color-gris { color: #575756;}
a:link, a:visited, a:hover, a:active { outline:none }
img {
    border: none;
    margin-top: 10px;
    margin-bottom: 10px;
}
/*
*   CORPS
*/
.btn-site {
    border: 0 none;
    background-color: #08A7D1;
    font-weight: 300px;
    color: white;
    border-radius: 0;
    font-size:16px;
    white-space:normal !important;
    word-wrap:break-word;
    padding-right:0;
    padding-left:0;
}
.btn-site:hover {
    border: 0 none;
    background-color: #575756;
}
.row-titre img {
    margin-bottom: 0;
    padding-left:10px;
}
.row-biais {
    margin-top: 0;
    margin-bottom: 0;
}

/*
@media (min-width: 991px) and (max-width: 1100px) {
    .site-corps .row {
        width: 900px;
    }
    #myScrollspy {
        margin-left: 675px;
    }
}
@media (min-width: 1101px) and (max-width: 1220px) {
    .site-corps .row {
        width: 975px;
    }
}
*/
.site-corps {
    /*margin-top: 400px;*/
    margin-bottom: 20px;
}
h1 {
    font-size: 36px;
    font-weight: 900;
}
p {
    margin: 0;
}
h2 {
    font-weight: 600;
    font-size: 20px;
}
h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0;
}
.separateur {
    margin-top: 30px;
}
.h1-ancre {
    font-size: 36px;
    font-weight: 900;
    text-transform: uppercase;
}


/*
* IMAGE LOGO CENTRE
*/
.block-center {
    float: none;
    margin: 0 auto;
    display: block;
    text-align: center;
}
.navbar-header {
    float: none;
}
.navbar-header .logo-img {
    margin-bottom: 0;
    margin-top: 0;
    display: inline;
}

/*
* MENU HAUT SMALL
*/
#nav-small {
    width:100%;
    height: 123px;
    padding-bottom: 10px;
    background: transparent url('img/biais-fond-menu-small.png') bottom center;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
#nav-small a {
    color: #575756;
}
#nav-small a {
    background-color: white;
    color: #575756;
}

#nav-small a:hover {
    color: #575756
}
#nav-small .navbar-header {
    float: left;
}
#navbar-small {
    clear:both;
    font-size: 16px !important;
    background-color:white;
    position: relative;
    top: -15px;
    margin-left: 15px;
}
@media (min-width: 380px) and (max-width: 992px) {
    #nav-small {
        font-size: 13px !important;
    }
}
@media (min-width: 768px) {
    #navbar-small {
        display: none;
    }
}
/*
*   MENU HAUT
*/
.navbar-nav>li {
    display: inline-block;
    float: left;
}
.navbar-default {
    background-color: white;
    font-size: 16px;
    font-weight: 600;
    border: none;
    border-color: transparent;
}
@media (min-width: 545px /* @screen-xs-max */) {
    #navbar-center {
        width: 610px;
    }
}
/*
.navbar-brand {
    padding-top:0;
    padding-bottom: 0;
    height: auto;
    /*    height: 31px;
        padding: 22px 0 0;*/

ul.nav {
}
.navbar-nav li {
    border-top: 2px solid #1EA8CE;
    padding-top: 5px;
}
.navbar-nav > li > a {
    color: #575756;
    cursor: pointer;
    line-height: 40px;
}
.navbar-nav > li > a:hover {
    color: #006C8C;
}

.navbar-nav li:hover, .navbar-nav li:active, .navbar-nav li:focus, .navbar-nav > .active {
    border-top: 7px solid #1EA8CE;
    padding-top: 0;
    color: #1EA8CE;
    font-weight: 600;
    background-color: transparent;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    background-color: transparent;
}
/*
#navbar {
    clear: both;
}
.navbar-default .navbar-nav > .active > a,.navbar-default .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-default .navbar-nav > .active > a:focus {
    border-top: 7px solid #1EA8CE;
    padding-top: 0;
    color: #1EA8CE;
    background-color: transparent;
    font-weight: 600;
}
*/
/*
.navbar-fixed-top {
    z-index: 20;
    min-height: 240px;
}*/
@media (max-width: 460px /* @screen-xs-max */) {
    .logo-img {
        width: 75%;
    }
    h1 {
        font-size: 26px !important;
    }
    .h1-ancre {
        font-size: 26px !important;
    }
    /*    .navbar-nav > li > a {
            line-height: 0;
        }*/

}
@media (max-width: 768px /* @screen-xs-max */) {
    #nav-small .navbar-header {
        width:100%;
    }
}
@media (min-width: 768px) and (max-width: 992px) {
    .logo-img {
        width: 138px;
        margin-top:20px;
    }
    .navbar-brand {
        padding-right:0;
    }
    .navbar-right {
        /*margin-right: -57px;*/
        padding-right: 10px;
        padding-left: 10px;
        padding-bottom: 20px;
    }

}

@media (max-width: 767px /* @screen-xs-max */) {
    /*    .navbar-header {
            height: 100px
        }
        .navbar-nav > li > a {
            line-height: 8px;
        }
        .navbar-collapse {
            background-color: #e7e7e7;
        }
        .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
            color: #1762a8;
        }
        .navbar-default .navbar-nav > li > a {
            color: #353535;
        }
        .navbar-default .navbar-nav > li > a:hover {
            color: #1762a8;
        }
        */
    }


/*
*   NAVBAR BOTTOM
*/
/*
.navbar-nav li {
    border-top: 2px solid #1EA8CE;
    padding-top: 5px;
}
*/
/*
.navbar-nav > li > a {
    color: #575756;
    cursor: pointer;
    line-height: 40px;
}
.navbar-nav > li > a:hover {
    color: #006C8C;
}
.navbar-nav li:hover, .navbar-nav li:active, .navbar-nav li:focus, .navbar-nav > .active {
    border-top: 7px solid #1EA8CE;
    padding-top: 0;
    color: #1EA8CE;
    font-weight: 600;
    background-color: transparent;
}
*/



.navbar-brand {
    padding-left:0;
}
.site-nav-li li {
    border-top: 0 none;
    padding-top: 0;
}
.site-nav-li li a {
    line-height: 24px;
    font-size: 13px;
    padding: 13px 7px;
    color: #1EA8CE;
}
.site-nav-li li a:visited, .site-nav-li li a:active, .site-nav-li li a:link,
.site-nav-li li:hover, .site-nav-li li:active, .site-nav-li li:focus, .site-nav-li > .active {
    border-top: 0 none !important;
    padding-top: 0 !important;;
    background-color: transparent;
    text-decoration: none;
}
.site-nav-li li a:hover {
    font-weight: inherit;
    border-top: 0 none;
    padding-top: 0;
    text-decoration: underline;
    color: #006C8C;
}


@media (max-width: 767px /* @screen-xs-max */) {
/*
    .site-navbar-bottom {
        background-image: none !important;
        background-color: #1762a8;
        height: 50px;
    }
    .site-navbar-bottom > div.container > .navbar-header {
        height: 40px;
    }
    .site-nav-li {
        background-color: #1762a8;
    }
    */
}
.display-inline a {
    display: inline !important;
}
/*
*   Accueil CAROUSEL
*/
#Accueil img {
    margin-bottom: 0;
    margin-top: 0;
}
.item img {
    margin-top: 0;
    margin-bottom: 0;
}
#carousel-france {
    position: absolute;
    right: 5%;
    top: -6%;
}
#carousel-libelle {
    bottom: 160px;
    left: 50%;
    margin-left: -26%;
    padding-left: 0;
    position: absolute;
    text-align: center;
}
.carousel-indicators {
    bottom: -5px;
}
@media (max-width: 1200px) {
    #carousel-libelle {
        /*top: -20%;*/
        width: 70%;
        bottom: 26%;
    }
    #carousel-france {
        width: 15%;
    }
}
/*
*   Entreprise
*/
#Entreprise {
    padding-top: 40px;
}
#img-entreprise {
    float: left;
    margin-right:20px;
}
.entreprise-bloc-1 p {
    padding-bottom: 15px;
}
.entreprise-bloc-1 p:last-child {
    background-color: red;
    padding-bottom: 0;
}
.entreprise-bloc-1 img {
    float: right;
}

/*
*   Acutalites
*/
.actu-p {
    padding-top: 10px;
    color:#006C8C;
    text-align: left;
}
/*
*   Produit
*/
#Produit {
    background-color: #1EA8CE !important;
}
#Produit h4 {
    font-weight: 600;
    font-size: 24px;
    color: white;
    margin-bottom: 0;
}
#Produit p {
    font-weight: 300;
    font-size: 13px;
    color: white;
}

/*
*   Video
*/
#Video {
    background-color: #006C8C;
    color: white;
    font-size: 16px;
    text-align: center;
}
.video-espace {
    padding-top: 120px;
}

/*
*   CONTACT
*/
.label-obligatoire:after {
    content: "*";
    position: relative;
    top: -3px;
}

#Contact {
}
@media (max-width: 991px) {
    #contactForm {
        padding-top: 25px;
    }
}
.contact-espace {
    margin-top: 20px;
}
label {
    font-weight: 400;
}
#form-contact-envoi {
    border-radius: 0;
    text-align: right;
    background-color: #D1EEF6;
    color: #575756;
}
.form-control {
    border-radius: 0;
    background-color: #EEEEEE;
}
.has-success .form-control {
    border-color: #1762a8;
}
.has-success .form-control:focus {
    border-color: #1762a8;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 6px #1762a8;
}

.has-success .form-control-feedback {
    color: #1762a8;
}
.has-success .help-block, .has-success .control-label, .has-success .radio, .has-success .checkbox, .has-success .radio-inline, .has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
    color: #1762a8;
}
.has-error .form-control {
    border-color: #e30514;
}
.has-error .form-control:focus {
    border-color: #e30514;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 6px #e30514;
}
.has-error .form-control-feedback {
    color: #e30514;
}
.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
    color: #e30514;
}
.form-control-feedback {
    right: 13px;
}

/*
* BLOC EspacePRO
*/
#EspacePRO {
    background-color: #006C8C;
    color: white;
    padding-bottom: 20px;
}



/*
*   GOOGLE MAP
*/
.map-responsive{
    margin-top: 30px;
    overflow:hidden;
    padding-bottom:100%;
    position:relative;
    height:0;
}
.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}
/*
*   YOUTUBE
*/
.youtube-responsive{
    margin-top: 20px;
    margin-bottom: 20px;
    overflow:hidden;
    padding-bottom:37.25%;
    position:relative;
    height:0;
    padding-right: 0;
    padding-left: 0;
}
.youtube-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:90%;
    margin: 0 20px;
    position:absolute;
}
#youtube-logo {
    margin-top:15px;
    margin-bottom:15px;
}




/*
* ESPACE PRO
*/
#EspacePRO-Titre {
    background: white url('img/biais-page-espacepro.png') bottom center;
}
#oublieForm {
    margin-top: 73px;
}
.EspacePRO-Form {
    padding-top: 20px;
    text-align: center;
}
.EspacePRO-Form p {
    line-height: 40px;
}
/* all */
.EspacePRO-Form ::-webkit-input-placeholder { text-align: center }
.EspacePRO-Form ::-moz-placeholder { text-align: center } /* firefox 19+ */
.EspacePRO-Form :-ms-input-placeholder { text-align: center } /* ie */
.EspacePRO-Form input:-moz-placeholder { text-align: center }

/*
.EspacePRO-Form button {
    border: 0 none;
    text-weight: 300px;
    text-transform: uppercase;
     text-align: center;
     border-radius: 0;
     background-color: #D1EEF6;
     color: #575756;
 }
.EspacePRO-Form button:hover {
    border: 0 none;
    background-color: #575756;
    color: #575756;
}
*/
/*
btn-site
*/
.espace-pro-admin {
    margin-top: 20px;
}
.aff-pointille {
    position:relative;
    float:left;
	clear:left;
	margin:0px 0 13px;
	padding:0;
	width:100%;
	border-bottom:1px dashed #6c6a6a;
	z-index:1;
}
.aff-pointille span{
    position:relative;
	margin-bottom:-.25em;
	background-color:#fff;
	z-index:2;
}
.aff-pointille span.titre {
    float:left;
	padding-right:.2em;
    position: relative;
    top: 14px;
}
.aff-pointille span.btn-telecharger {
    float:right;
    padding-left:.2em;
}
.btn-telecharger {
    position: relative;
    top: 14px;
    display: block;
    background: rgba(0, 0, 0, 0) url("/assets/img/telecharger.png") no-repeat scroll 0 0;
    display: block;
    height: 33px;
    padding: 0 !important;
    width: 33px;
}
a.aff-pointille:hover > .btn-telecharger {
    background: rgba(0, 0, 0, 0) url("/assets/img/telecharger.png") no-repeat scroll 0 -33px;
}