.description_zone h5{
    padding:10px 0;
}
.description_zone p{
    padding: 0;
    margin-bottom:0;
}
/*Nouveau design soft*/
#image_site_lock{
    width: 107px;
    position: relative;
    left: -14%;
    top: -14px;
}
.titre_referencement{
    font-size: 4pt;
    position: absolute;
    color: white;
    top: 5px;
    left: -9999px;
    padding: 0;
    width: 62%;
    text-align: center;

}
input[type=text]{
    min-height: 48px;
}
.clic_espace_securise{
    cursor:pointer;
}
.erreurs_zone{
    border: 1px solid red;
    background-color: rgba(255,0,0,0.1);
    padding: 10px 20px;
    color:red;
    width: 65%;
    margin: 0px auto 15px;
    font-size: 15px;
}
.succes_zone{
    color: #009e38;
    font-size: 17px;
    border: 1px solid green;
    text-align: center;
    padding: 12px;
    background-color: rgba(0,158,56,0.1);
}
.erreurs_zone ul{
    list-style: disc;
    margin-left:4%;
    font-size: 15px;
}
.navbar-default{
    background-color:white;
}
.navbar-default .navbar-nav > li > a{
    color:#0086bf;
    font-size: 16px;
    font-weight: 700;
    vertical-align: middle;
    margin-top:19px;
    margin-bottom:19px;
    line-height: 19px;
    padding-bottom:11px;
    padding-top:9px;
}

a{
    color: #0086bf;
}
.navbar-default .navbar-nav > li > a:hover,
a:hover,
.navbar-default .navbar-nav > li > a:focus{
    background-color: transparent;
    color: #005293;
}
header {
    margin-bottom: 0;
}
.navbar {
    border: 1px solid transparent;
    margin-bottom: 0;
    min-height: 60px;
    position: relative;
}
h2,h1,h3,h4,h5{
    font-family: Arial,Helvetica,sans-serif;
    font-weight: 700;
    line-height: 1.2;
    margin: 0;
    padding: 24px 0 24px;
}
.lien_plein{
    border-radius: 15px;
    box-sizing: border-box;
    font-size: 16px !important;
    height: 36px;
    padding: 8px 32px 8px 18px !important;
    background-color: #0086bf;
    color: #fff !important;
}

.lien_plein:hover{
    background-color: #005293 !important;
}
.croix_vidage_champ{
    position:relative;
    z-index: 5;
    top:10px;
    left:266px;
    cursor:pointer;
}
input[type=checkbox].checkbox_style{
    height: initial;
    margin-top:15px;
    margin-left:-140px !important;
}
body{
    /*background-image:url('/images/fraicheur_body.jpg');*/
    background-color: transparent;
    background-position: 10% 20%;
    background-repeat: no-repeat;
    border-radius: 0;
    width: auto;
}
/*fin*/
/*
 *  Symfony Demo Application by @symfony
 *  License: MIT License
 */

/* Basic styles
   ------------------------------------------------------------------------- */
p, ul, ol {
    margin-bottom: 1.5em
}

li {
    margin-bottom: 0.5em
}

code {
    background: #ecf0f1;
    color: #2c3e50
}

.text-danger, .text-danger:hover {
    color: #e74c3c
}

i {
    margin-right: 0.25em
}

/* Page elements
   ------------------------------------------------------------------------- */
body {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    min-height: 100vh;
    font-family:Arial,Helvetica,sans-serif;
    font-size: 14px;
}
body, html{
    font-family: "PT Sans Narrow",sans-serif;
    font-size: 9pt;
    min-width:970px;
}

header{
    min-width:970px;
}
header ul.nav li {
    margin-bottom: 0;
}

header .locales a {
    padding-right: 10px
}

.body-container {
    -webkit-flex: 1;
    flex: 1;
    /* needed to prevent pages with a very small height and browsers not supporting flex */
    min-height: 600px;
}

.body-container #main h1, .body-container #main h2 {
    margin-top: 0
}

#sidebar .section {
    margin-bottom: 2em
}

#sidebar p {
    font-size: 15px
}

#sidebar p + p {
    margin: 1.5em 0 0
}

footer {
    background: #ecf0f1;
    margin-top: 2em;
    padding-top: 2em;
    padding-bottom: 2em
}

footer p {
    color: #7b8a8b;
    font-size: 13px;
    margin-bottom: 0.25em
}

footer #footer-resources {
    text-align: right
}

footer #footer-resources i {
    color: white;
    font-size: 28.5px;
    margin-left: 0.5em
}

#sourceCodeModal h3 {
    font-size: 19px;
    margin-top: 0
}

#sourceCodeModal h3 small {
    color: #7b8a8b;
    font-size: 80%
}

#sourceCodeModal pre {
    margin-bottom: 2em;
    padding: 0
}

#confirmationModal .modal-dialog {
    width: 500px
}

#confirmationModal .modal-footer button {
    min-width: 75px
}

/* Forms
   ------------------------------------------------------------------------- */
.form-group.has-error .form-control {
    border-color: #e74c3c
}

.form-group.has-error .control-label {
    color: #e74c3c
}

.form-group.has-error .help-block {
    background-color: #e74c3c;
    color: #fff;
    font-size: 15px;
    padding: 1em
}

.form-group.has-error .help-block ul {
    margin-bottom: 0
}

textarea {
    max-width: 100%
}

/* Page: 'Technical Requirements Checker'
   ------------------------------------------------------------------------- */
body#requirements_checker header h1 {
    margin-bottom: 0;
    margin-top: 0
}

body#requirements_checker header h1 span {
    font-size: 120%;
    opacity: 0.7;
    padding: 0 5px
}

body#requirements_checker .panel li {
    margin-bottom: 1em
}

/* Page: 'Homepage'
   ------------------------------------------------------------------------- */
body#homepage {
    text-align: center
}

/* Page: 'Login'
   ------------------------------------------------------------------------- */
body#login #login-users-help p {
    font-size: 15px;
    line-height: 1.42857
}

body#login #login-users-help p:last-child {
    margin-bottom: 0
}

body#login #login-users-help p .label {
    margin-right: 5px
}

body#login #login-users-help p .console {
    display: block;
    margin: 5px 0;
    padding: 10px
}

/* Page: 'Blog index'
   ------------------------------------------------------------------------- */
body#blog_index h1 {
    margin-bottom: 0.5em
}

body#blog_index article.post {
    margin-bottom: 3em
}

/* Page: 'Blog post show'
   ------------------------------------------------------------------------- */
body#blog_post_show h3 {
    margin-bottom: 0.75em
}

body#blog_post_show #post-add-comment {
    margin: 2em 0
}

body#blog_post_show #post-add-comment p {
    margin-bottom: 0
}

body#blog_post_show #post-add-comment p a.btn {
    margin-right: 0.5em
}

body#blog_post_show .post-comment {
    margin-bottom: 2em
}

body#blog_post_show .post-comment h4 {
    font-size: 13px;
    line-height: 1.42857;
    margin-top: 0
}

body#blog_post_show .post-comment h4 strong {
    display: block
}

/* Page: 'Comment form error'
   ------------------------------------------------------------------------- */
body#comment_form_error h1.text-danger {
    margin-bottom: 1em
}

/* Page: 'Backend post index'
   ------------------------------------------------------------------------- */
body#admin_post_index .item-actions {
    white-space: nowrap
}

body#admin_post_index .item-actions a.btn + a.btn {
    margin-left: 4px
}

/*
Surcharge
    ------------------------------------------------------------------------- */
.centrer_texte{
    text-align: center;
}
.bloc{
    display: block;
}
.rouge{
    color:red;
}
.vert{
    color: #009e38;
}
.jaune{
    color:#EED153;
}
.bleu{
    color:#0086bf;
}
.uppercase{
    text-transform: uppercase;
}
.prix_barre{
    font-size: 70%;
    display: inline-block;
    margin-right: 0.5em;
    text-decoration: line-through;
}
.pvp{
    width:13em ;
    display: inline-block;
    cursor: pointer;
    border:1px solid transparent;
}
.pvp:hover{
    border:1px solid rgb(230, 24, 115);;
    border-radius: 3px;
}
.reassurance{
    width:12em ;
    display: inline-block;
}
[type='submit']{
    /*border: medium none;
    border-radius: 3px;
    color: white;
    display: inline-block;
    line-height: 1.5em;
    padding: 0.5em 1em;
    text-align: center;
    text-decoration: none;*/
    background: rgb(230,24,115) none repeat scroll 0 0;



    border: 0 none;
    border-radius: 3px;
    box-shadow: 0 -2px rgba(0, 0, 0, 0.2) inset;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: Arial,Helvetica,sans-serif;
    padding: 10px 15px;
    text-align: center;
    text-decoration: none;
    vertical-align: baseline;
    font-size: 18px;
    height: 42px;
    line-height: 20px;
}
[type='submit']:hover{
    background-color:rgb(230,24,115);
}
.clignoter_texte{
text-decoration: blink;
}
ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.largeur_paragraphe_reassurance{
    width:230px;
}
.label_align{
    display:inline-block;
    width: 180px;
    text-align: left;
}
.label_align_champ_complexe{
    float:left;
    line-height: 42px;
    margin-right: -41px;
    margin-left: 20px;
    display:inline-block;
    width: 180px;
    text-align: left;
}

.row_datepicker{
    width:204px;
    display:inline-block;
    margin-left: 31px;
}
.menu_style{
    display:inline-block;
    width:22px;
}
main{
    width: 100%;
    min-width:900px;
}
.souligne{
    text-decoration: underline;
}
.petit_texte{
    font-size: 60%;
    font-weight: bold;
}
/*https://www.creativejuiz.fr/blog/tutoriels/selecteur-dadjacence-indirecte-en-css3*/
.rating span {
    color: #aaa;
    text-decoration: none;
    font-size: 3em;
}
.rating:hover {
    cursor: default;
}
div.rating span.couleur_etoile {
    color:orange;
}
.presentation{
    width: 70%;
    margin:0 auto;
    text-align:justify;
    margin-top:50px;
}
input[type="file"]{
    display:inline-block;
}
.fichier_class{
    margin-left:180px;
}
.champ_fichier_class{
    width:350px;
}
#listing_tableau_de_bord td, #listing_tableau_de_bord th{
    border:1px solid grey;
}
#listing_tableau_de_bord{
    margin:0 auto;
}
.cacher{
    display:none;
}
.form-control:focus{
    border-color:rgba(82, 168, 236, 0.8);
    border-radius: 3px;
    box-shadow: 0 1px 1px rgba(0,0,0,0.075) inset, 0 0 8px rgba(82,168,236,0.6);
    outline:0 none;
}
.form-control, .input-group-addon{
    border: 1px solid transparent;
    border-radius: 2px 0 0 2px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    outline: none;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    height: 37px;
}
.nouveau_input{
    border: 1px solid transparent;
    border-radius: 2px 0 0 2px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    box-sizing: border-box;
    height: 38px;
    outline: medium none;
    padding: 0 11px 0 15px;
}
.nouveau_input.controls{
    margin-top:5px;
    margin-left:1.4em !important;
}
.nouveau_input:focus{
    border-color:rgba(82, 168, 236, 0.8);
    border-radius: 3px;
    box-shadow: 0 1px 1px rgba(0,0,0,0.075) inset, 0 0 8px rgba(82,168,236,0.6);
    outline:0 none;
}
.canvas_emplacement_custom{
    left:406px;
    position:relative;
    top:-60px;
    z-index: 5;
}
.tooltip_message_custom{
    background-color: #0086bf;
    border: 1px solid #0086bf;
    border-radius: 2px;
    box-sizing: border-box;
    color: white;
    display: inline-block;
    left: 404px;
    padding: 15px;
    position: relative;
    top: -58px;
    width: 300px;
    z-index: 5;
}


/*Canvas et tooltip css*/
.tooltip_message{
    border: 1px solid #0086bf;
    color:white;
    border-radius: 2px;
    box-sizing: border-box;
    display:inline-block;
    position:relative;
    left:570px;
    top:-110px;
    /*background-color: lightgrey;*/
    background-color: #0086bf;
    width:300px;
    padding:15px;
    z-index: 5;
}
.canvas_emplacement{
    position:relative;
    left:573px;
    top:-114px;
    z-index: 5;
}
.tooltip_mere{
    display: none;
    height:0;
    text-align:left;
    margin-bottom: -20px;
}
.controls
{
    border: 1px solid transparent;
    border-radius: 2px 0 0 2px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    height: 38px;
    outline: none;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}
.bloc_nouveau_input{
    height: 42px;
}
.fieldset_validation{
    margin-top:40px;
}
.style_fieldset{
    width:402px;
    margin: 15px auto;
    padding-top: 15px;
}
.arrondir_image{
    border-radius: 50%;
}

.navbar-collapse.collapse{
    display: block;
}
.nav > li{
    display: inline-block;
}
.navbar-header{
    display: none;
}
.navbar-nav {
    margin: 0px -15px;
}
/*fin*/