/*Gestion du menu mobile*/
body{
    /*overflow-x: hidden;*/
}
.icon-chez-vianney-shopping-basket:before {
    content: "\e909";
    color: rgb(230,24,115) !important;
}
.container>.navbar-header, .container-fluid>.navbar-header, .container>.navbar-collapse, .container-fluid>.navbar-collapse
{
    margin-right:0 !important;
    margin-left: 0 !important;
}
.navbar-toggle{

}
#section_menu_picto ul li a:hover{
    text-decoration: none;
}
#section_menu_picto{
    margin-bottom:10px;
}
#dernieres_et_plus_vendues,#newsletter_section{
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
#newsletter_section{
    background-color: white;
    text-align:left;
    color:black;
}
#newsletter_section ::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    rgb(158,161,162);
    font-size:16px;
    font-style:italic;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
#newsletter_section :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    rgb(158,161,162);
    opacity:  1;
    font-size:16px;
    font-style:italic;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
#newsletter_section ::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    rgb(158,161,162);
    opacity:  1;
    font-size:16px;
    font-style:italic;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
#newsletter_section :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color:    rgb(158,161,162);
    font-size:16px;
    font-style:italic;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
#newsletter_section :-ms-input-placeholder { /* Microsoft Edge */
    color:    rgb(158,161,162);
    font-size:16px;
    font-style:italic;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
#lien_internes_externes a{
    color:white !important;

}


.rotation_45_plus{
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -khtml-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}
.rotation_45_moins{
    transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -khtml-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    position:relative;
    top:-8px;
}
/*Nouveau design soft*/
.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 !important;
    padding-top:9px !important;
}
a{
    color: #0086bf !important;
}
.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: 12px 90px !important;
    background-color: #0086bf;
    color: #fff !important;
}

.lien_plein:hover{
    background-color: #005293 !important;
    text-decoration: none;
}
.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;
}
/*fin*/
/*
 *  Symfony Demo Application by @symfony
 *  License: MIT License
 */

/* Basic styles
   ------------------------------------------------------------------------- */
p, ul, ol {
    margin-bottom: 1.5em;
}
#trajet_recherche_liste p{
    margin-bottom:0.5em !important;
}

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;
}


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: #f9f9f9;
    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: #7b8a8b;
    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 !important;
}
.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;
}
.reassurance{
    width:12em ;
    display: inline-block;
}
[type='submit']{
    border: 0 none;
    border-radius: 15px;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: Arial,Helvetica,sans-serif;
    padding: 12px 90px;
    text-align: center;
    text-decoration: none;
    vertical-align: baseline;
    font-size: 16px;
    height: 42px;
    line-height: 20px;
    width:initial !important;
    background: rgb(230,24,115) none repeat scroll 0 0;
}
[type='submit']:hover{
    background-color:rgb(230,24,115);
}
input[type="color"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
select:focus,
textarea {
    font-size: 16px !important;
}
.birthdayPicker select{
    padding:9px;
}
.birthdayPicker select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;       /* remove default arrow */
    background-image: url('/images/select-arrow.png');   /* add custom arrow */
    background-repeat: no-repeat;
    background-position: right;
    border:1px solid rgb(192,188,187);
    margin-bottom: 5px;
}
select::-ms-expand {
    display: none; /* hide the default arrow in ie10 and ie11 */
}
#birthdayPicker{
    font-size:16px;
}
.clic_espace_securise{
    cursor:pointer;
}
.clignoter_texte{
text-decoration: blink;
}
#bloc_zone_livraison li{
    cursor: pointer;
}
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: -89px;
}
.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:first-child > .btn-group:not(:first-child) > .btn{
    border-bottom-left-radius:initial;
    border-top-left-radius:initial;
}
.input-group-addon{
    position:relative;
    left:-316px;
    background-color: white;
}
.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group-btn:last-child > .btn-group:not(:last-child) > .btn{
    border-bottom-right-radius:4px;
    border-top-right-radius:4px;
}
/*.glyphicon.glyphicon-calendar{
    cursor:pointer;
}*/
.input-group-addon, .input-group-btn, .input-group .form-control{
    margin-right: -30px;
}
.input-group.date .input-group-addon{
    cursor:pointer;
}
.input-group-addon:last-child{
    border: initial;
}
.menu_style{
    display:inline-block;
    width:22px;
}
main{
    width: 100%;
}
.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:#ccc;
    /*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 #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    /*outline: none;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);*/
    height: 50px;
}
.nouveau_input{
    border: 1px solid transparent;
    border-radius: 4px;
    /*box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);*/
    box-sizing: border-box;
    /*height: 38px;*/
    height: 50px;
    /*outline: medium none;
    padding: 0 11px 0 15px;*/
}
.nouveau_input.controls{
    margin-top:5px;
}
.nouveau_input:focus{
    border-color:#ccc;
   /* 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 #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    height: 50px;
    outline: none;
    padding: 10px 15px;
}
.bloc_nouveau_input{
    height: 42px;
}
.fieldset_validation{
    margin-top:40px;
}
.style_fieldset{
    width:402px;
    margin: 15px auto;
    padding-top: 15px;
}
/*fin*/
/*Style full mobile*/
.navbar-brand{
    /*padding: 0.5px 15px !important;*/
}
.navbar-toggle_custom{
    position: relative;
    float: right;
    margin-right: 15px;
    padding: 2px 10px;
    margin-top: 13px;
    margin-bottom: 13px;
    background-color: transparent;
    background-image: none;
    /*border: 1px solid transparent;*/
    border-radius: 4px;
}
legend{
    font-size: 14px !important;
    color:#413D35 !important;
    padding: 0 42px;
}
body{
    color:#413D35 !important;
    line-height: 1.5;
    letter-spacing: 0.5px;
    font-family: Arial,Helvetica,sans-serif !important;
}
.mobile_fontawesome{
    position:relative;
    left:-20px;
}
input, textarea, select{
    width:296px !important;
}
.arrondir_image{
    border-radius: 50%;
}
.navbar-toggle_custom{
    display:none;
}
.font-size-picto
{
    font-size:1.1em;
}
.image_picto{
    display: inline-block;
    font-size:3.3em;
    margin: 0 auto 14px auto;
}
.li-picto{
    padding:25px 10px;
    box-shadow:0 2px 6px rgba(0, 0, 0, 0.2);
    background: white;
    z-index: 1;
    margin:5px;
}
.no-padding{
    padding: unset !important;
}
.cursor_pointer{
    cursor: pointer;
}
.icon-chez-vianney-panier:before{
    color:white !important;
    background: rgb(230,24,115);
    border-radius:19px;
    font-size: 1.75em;
    padding:7px;
    position:relative;left:40%;top:15px;
}
#modal_ajout_panier{
    font-size:17px;
}

#colorbox{
    display: block;
    visibility: visible;
    top: 177px;
    left: 12px !important;
    position: fixed;
    width: 392px !important;
    height: 381.267px;
    overflow: hidden;
    z-index: 1000;
}
/*Center modal verticalement*/
.vertical-alignment-helper {
    display:table;
    height: 100%;
    width: 100%;
}
.vertical-align-center {
    /* To center vertically */
    display: table-cell;
    vertical-align: middle;
}
.modal-content {
    /* Bootstrap sets the size of the modal in the modal-dialog class, we need to inherit it */
    width:inherit;
    height:inherit;
    /* To center horizontally */
    margin: 0 auto;
}
.erreurs_zone {

    border: 1px solid red;
    background-color: rgba(255,0,0,0.1);
    padding: 10px 20px;
    color: red;
    width: 97%;
    margin: 10px auto 15px;
    font-size: 15px;

}
.erreurs_zone ul {

    list-style: disc ;
    margin-left: 4%;
    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);
    margin-top:25px;
}
li.pvp{
    cursor: pointer;
}

/*fin*/
@media (max-width: 359px) and (min-width: 359px){
    body{
        /*border:3px solid black;*/
        width: 359px;
    }
    input, textarea, select{
        border:1px solid grey;
        width:180px;
    }
    input[type=date]{
        width:180px;
    }
    textarea{
        width:21.5em;
    }
    .label_align{
        width: 100px;
    }
    .rating span{
        font-size:2.5em;
    }
    .presentation{
        width:100%;
        margin-top:0;
    }
    .logo_titre{
        display:block;
        margin: 0 auto;
        margin-bottom:30px;
    }
    main{
        margin-top:-50px;
    }
    .fichier_class{
        margin-left:initial;
    }
    .champ_fichier_class{
        width:160px;
    }

    .navbar-toggle_custom{
        display:block;
    }
}
@media (max-width: 358px){
    body{
        /*Iphone 5*/
        /*border:3px solid red;*/
    }
    input, textarea, select{
        border:1px solid grey;
        width:260px;
    }
    input[type=date]{
        width:160px;
    }
    textarea{
        width:21.5em;
    }
    .label_align{
        width: 125px;
        /*border:1px solid green;*/
    }
    .avatar_humain{

    }
    .rating span{
        font-size:2.5em;
    }
    .presentation{
        width:100%;
        margin-top:0;
    }
    .logo_titre{
        display:block;
        margin: 0 auto;
        margin-bottom:30px;
    }
    main{
        margin-top:-50px;
    }
    .fichier_class{
        margin-left:initial;
    }
    .champ_fichier_class{
        width:160px;
        /*border:1px solid yellow;*/
    }

    input, textarea, select {
        width: 232px !important;
    }
    #connexion input, #connexion textarea, #connexion select {
        width: 290px !important;
    }
    #passager_inscription input, #passager_inscription textarea, #passager_inscription select {
        width: 290px !important;
    }
    [type="submit"]{
        padding:12px 59px !important;
    }
    .row_datepicker {
        margin-left: -26px;
    }
    .input-group-addon, .input-group-btn, .input-group .form-control {
        margin-right: 4px;
    }
    .form-control{
        margin-right: -78px !important;
    }
    .input-group-addon{
        left:-207px;
    }
    .lien_plein{
        padding:12px 59px !important;
    }
    .bootstrap-datetimepicker-widget.dropdown-menu{
        width:17em;
    }

    .navbar-toggle_custom{
        display:block;
    }
    #date_depart_paragraphe{
        width:220px !important;
    }
    .navbar-brand{
        left:-3% !important;
        margin-right: -2% !important;
    }
    .li-picto {
        min-width: 46% !important;
    }
    .li_dernieres_et_plus_vendues{
        min-width:46% !important;
    }
    .li_pvp_listing{
        min-width:46% !important;
    }
}
@media (min-width: 359px) and (max-width: 640px){
    body{
        /*border:3px solid grey;*/
    }
    input, textarea, select{
        border:1px solid grey;
        width:296px;
    }
    input[type=date]{
        width:160px;
    }
    textarea{
        width:21.5em;
    }
    .label_align{
        width: 200px;
        /*border:1px solid green;*/
    }
    .rating span{
        font-size:2.5em;
    }
    .presentation{
        width:100%;
        margin-top:0;
    }
    .logo_titre{
        display:block;
        margin: 0 auto;
        margin-bottom:30px;
    }
    main{
        margin-top:-50px;
    }
    .fichier_class{
        margin-left:initial;
    }
    .champ_fichier_class{
        width:160px;
        /*border:1px solid yellow;*/
    }

    #connexion input, #connexion textarea, #connexion select {
        width: 321px !important;
    }
    #passager_inscription input, #passager_inscription textarea, #passager_inscription select {
        width: 321px !important;
    }
    [type="submit"]{
        padding:12px 59px !important;
    }
    .navbar-toggle_custom{
        display:block;
    }
    .li-picto{
        min-width:30%;
        border-radius: 5px;
    }
    .border-radius{
        border-radius:5px;
        moz-border-radius:5px;
        webkit-border-radius:5px;
    }
}
@media (width: 360px) and (max-width: 640px){
    body{/*Galaxy S5*/
        /*border:3px solid palevioletred;*/
    }
    /*input, textarea, select{
        border:1px solid grey;
        width:160px;
    }*/
    input[type=date]{
        width:160px;
    }
    textarea{
        width:21.5em;
    }
    .label_align{
        width: 160px;
        /*border:1px solid green;*/
    }
    .rating span{
        font-size:2.5em;
    }
    .presentation{
        width:100%;
        margin-top:0;
    }
    .logo_titre{
        display:block;
        margin: 0 auto;
        margin-bottom:30px;
    }
    main{
        margin-top:-50px;
    }
    .fichier_class{
        margin-left:initial;
    }
    .champ_fichier_class{
        width:160px;
        /*border:1px solid yellow;*/
    }


    input, textarea, select {
        width: 262px !important;
    }
    #connexion input, #connexion textarea, #connexion select {
        width: 330px !important;
    }
    #passager_inscription input, #passager_inscription textarea, #passager_inscription select {
        width: 330px !important;
    }
    [type="submit"]{
        padding:12px 59px !important;
    }
    .row_datepicker {
        margin-left: -57px;
    }
    .input-group-addon, .input-group-btn, .input-group .form-control {
        margin-right: 4px;
    }
    .form-control{
        margin-right: -78px !important;
    }
    [type="submit"]{
        padding:12px 72px;
    }
    .input-group-addon{
        left:-233px;
    }
    .lien_plein{
        padding:12px 72px !important;
    }
    .navbar-toggle_custom{
        display:block;
    }
    .navbar-brand{
        left:-3% !important;
        margin-right: -2% !important;
    }
    .li-picto {
        min-width: 46% !important;
    }
    .li_dernieres_et_plus_vendues{
        min-width:46% !important;
    }
    .li_pvp_listing{
        min-width:46% !important;
    }
    .navbar-brand {
        padding: 8px 5px 5px 36px !important;

    }
}
@media (width: 568px) and (height: 320px){
    body{
        /*border:3px solid palegreen;*/
    }
    input, textarea, select{
        border:1px solid grey;
        width:300px;
    }
    input[type=date]{
        width:300px;
    }
    textarea{
        width:21.5em;
    }
    .label_align{
        width: 200px;
        /*border:1px solid green;*/
    }
    .rating span{
        font-size:2.5em;
    }
    .presentation{
        width:100%;
        margin-top:0;
    }
    .logo_titre{
        display:block;
        margin: 0 auto;
        margin-bottom:30px;
    }
    main{
        margin-top:-50px;
    }
    .fichier_class{
        margin-left:initial;
    }
    .champ_fichier_class{
        width:300px;
        /*border:1px solid yellow;*/
    }

    .navbar-toggle_custom{
        display:block;
    }
}
@media (width: 375px) and (height: 667px){
    body{/*IPhone 6*/
        /*border:3px solid peru;*/
    }
    input, textarea, select{
        border:1px solid grey;
        width:160px;
    }
    input[type=date]{
        width:160px;
    }
    textarea{
        width:21.5em;
    }
    .label_align{
        width: 175px;
        /*border:1px solid green;*/
    }
    .rating span{
        font-size:2.5em;
    }
    .presentation{
        width:100%;
        margin-top:0;
    }
    .logo_titre{
        display:block;
        margin: 0 auto;
        margin-bottom:30px;
    }
    main{
        margin-top:-50px;
    }
    .fichier_class{
        margin-left:initial;
    }
    .champ_fichier_class{
        width:160px;
        /*border:1px solid yellow;*/
    }

    input, textarea, select {
        width: 262px !important;
    }
    #connexion input, #connexion textarea, #connexion select {
        width: 340px !important;
    }
    #passager_inscription input, #passager_inscription textarea, #passager_inscription select {
        width: 340px !important;
    }
    [type="submit"]{
        padding:12px 59px !important;
    }
    .row_datepicker {
        margin-left: -57px;
    }
    .input-group-addon, .input-group-btn, .input-group .form-control {
        margin-right: 4px;
    }
    .form-control{
        margin-right: -78px !important;
    }
    /*[type="submit"]{
        padding:12px 72px;
    }*/
    .input-group-addon{
        left:-233px;
    }
    .lien_plein{
        padding:12px 72px !important;
    }
    .navbar-toggle_custom{
        display:block;
    }
    .li-picto{
        min-width:103px;
    }
}
@media (min-width: 640px) and (max-width: 768px){
    body{/*IPad*/
        /*border:3px solid aqua;*/
    }
    #reassurance{
        clear: left;
    }
    input, textarea, select{
        border:1px solid grey;
        width:300px;
    }
    input[type=date]{
        width:300px;
    }
    textarea{
        width:21.5em;
    }
    .label_align{
        width: 220px;
        /*border:1px solid green;*/
    }
    .rating span{
        font-size:2.5em;
    }
    .presentation{
        width:100%;
        margin-top:0;
    }
    .logo_titre{
        display:block;
        margin: 0 auto;
        margin-bottom:30px;
    }
    main{
        margin-top:-50px;
    }
    .fichier_class{
        margin-left:initial;
    }
    /*input de type file*/
    .champ_fichier_class{
        width:300px;
        /*border:1px solid yellow;*/
    }

}
@media (width: 1024px) and (height: 768px){
    body{
        /*border:1px solid purple;*/
    }
    #reassurance{
        clear: left;
    }
    input, textarea, select{
        border:1px solid grey;
        width:300px;
    }
    input[type=date]{
        width:300px;
    }
    textarea{
        width:21.5em;
    }
    .label_align{
        width: 220px;
        /*border:1px solid green;*/
    }
    .rating span{
        font-size:2.5em;
    }
    .presentation{
        width:100%;
        margin-top:0;
    }
    .logo_titre{
        display:block;
        margin: 0 auto;
        margin-bottom:30px;
    }
    main{
        margin-top:-50px;
    }
    .fichier_class{
        margin-left:initial;
    }
    /*input de type file*/
    .champ_fichier_class{
        width:300px;
        /*border:1px solid yellow;*/
    }

}