﻿/*****************************************************************************************************************************/

/* MEME COMPORTEMENT DESKTOP ET MOBILE */

/*****************************************************************************************************************************/
* {
    outline: none
}

body {
    line-height: normal;
    background: #FFF;
    margin: 0px;
    overflow-x: hidden;
}

.bloc-logo img {
    cursor: pointer;
}

input[type="text"], select, input[type="password"], textarea {
    border: 1px solid #888888 !important;
    border-radius: 3px;
}

textarea {
    resize: vertical;
}

.gras {
    font-weight: bold;
}

.maj {
    text-transform: uppercase;
}

.resultats .titre-recherche {
    margin-top: 10px;
    padding-left: 22px;
    color: #cc4f00;
    background-color: #f1f1f1;
    width: 100%;
    font-weight: bold;
    padding-top: 5px;
    padding-bottom: 5px;
}

h4 {
    background-color: #F1F1F1;
    color: #cc4f00;
    text-transform: uppercase;
    padding-left: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
}


.step2 {
    color: #000000;
}

select {
    height: 40px;
    border: 1px solid #888888;
    border-radius: 3px;
}

.etoile {
    color: #cc4f00;
}

.title {
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    color: #ffffff;
    text-transform: uppercase;
    line-height: 50px;
    -webkit-border-top-left-radius: 2px;
    -webkit-border-top-right-radius: 2px;
    -moz-border-radius-topleft: 2px;
    -moz-border-radius-topright: 2px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    background-color: #015C28;
}

.validationsummary, .validationsummarySuccess {
    display: none;
}
/******************************************************************************/
/*  PAGE CRENEAU slider meme comportement desktop mobile  */
/******************************************************************************/
.slider-container {
    width: 100%;
    transform: translate(5%);
}

.slider {
    /*margin-top: 30px;*/
    width: 94%;
    display: inline-block;
    white-space: nowrap;
}


.creneau-container-flex {
    display: inline-block;
    margin-right: 48px;
}

.status-creneau {
    display: block;
    text-align: center;
    width: 125px;
}

.date-creneau {
    outline: none !important;
    position: relative;
    /* padding: 10px 0px 25px 0px;*/
    padding: 16px 1px 8px 0px;
    border: 1px solid #d6d4d5;
    cursor: pointer;
    outline: 0;
    margin: 0 5px 15px;
    border-radius: 5px;
    min-height: 69px;
    text-align: center;
    min-width: 100px;
    width: 160px;
}

    .date-creneau:hover:after {
        content: '';
        position: absolute;
        bottom: -11px;
        left: 50%;
        margin-left: -6px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 11px 9.5px 0 9.5px;
        border-color: #56ac27 transparent transparent transparent;
    }

.date-j, .date {
    font-size: 20px !important;
}

.fond-gris {
    background-color: #ededed;
}

.bordure-beige {
    border: 1px solid #ffc790;
}

    .bordure-beige:hover {
        background: #ffc790;
        color: #fff;
    }

.couleur-gris {
    color: #888888;
    font-size: 20px !important;
}

.bordure-gris {
    border: 1px solid #d6d4d5;
}

    .bordure-gris:hover {
        background-color: #56ac27;
        border-color: #56ac27;
        color: #ffffff;
    }

.couleur-beige {
    color: #ffc790;
    font-size: 20px !important;
}

.status-creneau .date-creneau .date {
    text-align: center;
}

.button-fleche {
    width: 40px !important;
    height: 120px !important;
    line-height: 120px !important;
    background: white !important;
    position: relative;
    border: none;
    cursor: pointer !important;
    color: #56ac27 !important;
}

.right {
    z-index: 100;
    right: -59px;
}

.left {
    display: inline-block;
    padding-left: 14px !important;
}

@media (max-width: 730px) {
    .slider-container {
        margin-top: -120px;
    }

    .left {
        z-index: 100;
        /*top: 172px;*/
        padding-top: 0px !important;
    }

    .right {
        /*margin-top: 115px !important;*/
        z-index: 100;
    }
}

.hour-list li .container .checkmark {
    margin-left: 10px;
    margin-top: 7px;
}

.item-selected-creneau {
    background-color: #56ac27 !important;
    color: white !important;
}

    .item-selected-creneau .checkmark {
        border-radius: 50%;
        background: #FFFFFF;
        border: 5px solid #015C28;
    }



/******************************************************************************/

/*  PAGE RECAPITULATIF meme comportement desktop mobile  */

/******************************************************************************/


.blocRdv .bloc .bloc-recap-flex .bloc-recap h5 {
    background-color: #e5e5e5;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-top: -1px;
}

.blocRdv .bloc .bloc-recap-flex .bloc-recap p {
    text-align: center;
}

.adresse_recap {
    line-height: 9px;
}

.bloc .select-day {
    background-image: url(../img/arrow-select.png);
    background-repeat: no-repeat;
    background-position: 81%;
    text-indent: 0.01px;
    text-overflow: "";
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: #ffffff !important;
    width: 50px;
    height: 30px;
}

/******************************************************************************/

/*  PAGE CONFIRMATION RESERVATION meme comportement desktop mobile  */

/******************************************************************************/

.bloc_confirmation {
    display: block;
    width: 65%;
    margin: auto;
    text-align: center;
}

/******************************************************************************/

/*  PAGE CENTRE DEKRA meme comportement desktop mobile  */

/******************************************************************************/

.bloc .centre-dekra-flex .centre-dekra {
    line-height: 12px;
    /*padding-top: 8px;*/
    margin-left: 15px;   
}


.bloc-horaires-flex {
    display: flex;
    justify-content: space-around;
}

.bloc-horaires {
    flex: 0.3;
}

.type-txt-flex {
    margin-left: 15px;
    display: flex;
    justify-content: space-around;
}

.type-vehicule-flex #spec {
    margin-top: -7px;
}

.type-txt {
    flex: 0.3;
}

    .type-txt img {
        margin-left: 70px;
        margin-top: -50px;
    }

    .type-txt .checkimg {
        margin-left: 59px !important;
    }

.centrebuttonOrange {
    background-color: #FE9A2E !important;
    color: #ffffff !important;
    border: 1px solid #FE9A2E !important;
}

.type-vehicule-flex {
    display: flex !important;
    justify-content: space-around;
}

.favoributton {
    background-color: #57AB27 !important;
    border: 1px solid #57AB27 !important;
}

/******************************************************************************/

/*  PAGE PLANNING RDV meme comportement desktop mobile  */

/******************************************************************************/

#content-tab {
    background-color: #ffffff !important;
    width: 100% !important;
    padding-left: 5%;
    padding-top: 10px;
}

.txt-tab {
    vertical-align: bottom;
}


table {
    width: 95%;
}


    /*table tbody tr, td {
		border-right: 1px solid #ADADAD;
	}*/

    table thead th {
        background-color: #ADADAD;
        height: 40px;
        text-align: center;
        border-right: 1px solid #ADADAD;
    }

    table tbody tr {
        text-align: center;
        background-color: #F1F1F1;
    }

.th_semaine {
    background-color: #1A6E3C !important;
    color: #ffffff !important;
    text-align: left !important;
    padding-left: 8px !important;
}

.th_button {
    margin-bottom: 6px;
    margin-left: 0px !important;
}

/******************************************************************************/

/*  PAGE REGISTER meme comportement desktop mobile  */

/******************************************************************************/

.blocCompte {
    width: 100%;
}

.compte-titre {
    background: none !important;
    color: #015C28 !important;
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    margin-top: 20px !important;
}

.blocCompte .title-register {
    background: none !important;
    color: #015C28 !important;
    border-top: 1px solid #d1d1d1;
    border-bottom: 1px solid #d1d1d1;
    padding-top: 12px;
    padding-bottom: 12px;
    margin-top: 21px;
}

.input-group .input-group-addon {
    color: #015C28;
    background-color: #ffffff;
    border: 1px solid #888888 !important;
    font-size: 25px !important;
}


/******************************************************************************/

/*  PAGE CONTACT meme comportement desktop mobile  */

/******************************************************************************/

.centre-dekra .numeroTel {
    font-size: 20px !important;
    vertical-align: middle;
    color: #015C28;
    margin-left: 5%;
}

/******************************************************************************/

/*  BLOC COOKIES meme comportement desktop mobile  */

/******************************************************************************/

.cookies-info {
    background: #009900;
    color: #FFF;
    position: static;
    left: 0px;
    width: 100%;
    text-align: center;
    font-weight: 400;
    z-index: 99;
    padding: 15px 0px 15px 0px;
}

    .cookies-info .glyphicon-remove {
        float: right;
        margin-top: -8px;
        margin-right: 7px;
        cursor: pointer;
    }

    .cookies-info a {
        color: #fff;
        text-decoration: underline;
    }

.day-selected {
    background-color: #56ac27;
    border-color: #56ac27;
    color: #ffffff;
}

    .day-selected:after {
        content: '';
        position: absolute;
        bottom: -11px;
        left: 50%;
        margin-left: -6px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 11px 9.5px 0 9.5px;
        border-color: #56ac27 transparent transparent transparent;
    }
/******************************************************************************/
/*  COMPORTEMENT EN DESSOUS DE 392PX   */
/******************************************************************************/
@media (max-width: 392px) {
    /*******************************************************************************************/
    /*  Balise p span li a label en mobile  */
    /*******************************************************************************************/
    p, span, li, a, label {
        font-size: 16px !important;
    }
    /*******************************************************************************************/
    /*  Balise input type text uniquement  */
    /*******************************************************************************************/
    input[type="text"], input[type="password"] {
        font-size: 16px !important;
    }
    /*******************************************************************************************/
    /*  Toutes les classes input_form uniquement dans les classes col-75  sur la PAGE CENTRE_DEKRA */
    /*******************************************************************************************/
    .col-75 .input_form {
        font-size: 16px !important;
    }
    /******************************************************************************/

    /*  PAGE CONTACT  */

    /******************************************************************************/
    .tel-dekra-price {
        padding-top: 2px;
    }
    /******************************************************************************/

    /*  PAGE ACCUEIL ET ACCUEIL-CONNECTER  */

    /******************************************************************************/
    .header-bloc-rch form input[type="submit"] {
        font-size: 16px !important;
    }
}
/******************************************************************************/
/*                              Planning                                      */
/******************************************************************************/
.tab-content-planning {
    width: 100%;
    height: auto;
}

.dataTables_info, .paginate_button {
    font-size: 12px !important;
}

/* Devenir client compte*/
.justify-content {
    text-align: justify;
    padding-left: 10px;
    padding-right: 10px;
}

.buttonRdvGreen {
    top: 9px !important;
    background-color: #4DB848 !important;
}

.btn-mobile:hover {
    color:white;
}
.table-resume, .table-resume ul li {
    font-size: 12px;
    line-height: 1.5;
}
/*************************/
/* MENU */
.menu-login-item ul li:hover {
    background-color: #4DB848;
    cursor: pointer;
}

.login-12px{
    font-size:12px;
}

.cg{
    margin-bottom:20px;
}

.termofuse-container {
    background-color: lightgray;
    overflow-y: scroll;
    display: block;
    max-height: 100px;
    border: 1px;
    border-style: solid;
    padding: 12px;
    border-color: #888888;
    background-color: white;
}

.navstep {
    cursor:pointer;
}

@-ms-viewport {
    width: auto !important;
}

.social_network img{
    width:30px;
    height:30px;
    margin-right:5px;
}