﻿html {
    height: 100%;
}

div.ui-datepicker {
    font-size: 16px;
}

.child_middle {
    display: table-cell;
    padding: 1rem 1rem;
    vertical-align: middle;
}

.child_top {
    display: table-cell;
    padding: 1rem 1rem;
    vertical-align: top;
}

.Formulaire_Champ_Recherche_TA_Depart {
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    color: #555;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    margin-top: 10px;
    margin-bottom: 10px;
    background-image: url('../images/Pointeur_Bleu.png');
    background-position: left;
    background-repeat: no-repeat;
    background-position-x: 15px;
    text-indent: 25px;
    background-size: 15px;
}

    .Formulaire_Champ_Recherche_TA_Depart:focus {
        border-color: #66afe9;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
    }

.Formulaire_Champ_Recherche_TA_Destination {
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    color: #555;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    margin-top: 10px;
    margin-bottom: 10px;
    background-image: url('../images/Pointeur_Rouge.png');
    background-position: left;
    background-repeat: no-repeat;
    background-position-x: 15px;
    text-indent: 25px;
    background-size: 15px;
}

    .Formulaire_Champ_Recherche_TA_Destination:focus {
        border-color: #66afe9;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
    }


.Onglet {
    text-transform: uppercase;
    padding: 10px;
    text-shadow: none;
    font-size: 12px;
    font-weight: 500;
    position: relative;
    width: auto;
    text-align: center;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    float: left;
    cursor: pointer;
}

.Onglet_ON {
    background-color: #0076fb;
    height: 40px;
    color: #FFFFFF;
    margin-top: 0px;
}

.Onglet_OFF {
    background-color: #a4a4a4;
    height: 30px;
    color: #e3e3e3;
    margin-top: 10px;
}

    .Onglet_OFF:hover {
        background-color: #085fc1;
        color: #FFFFFF;
    }

.text-block {
    position: absolute;
    top: 50px;
    background-color: white;
    color: white;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
    height: 175px;
    opacity: 0.85;
    filter: alpha(opacity=85); /* For IE8 and earlier */
}

.Reservation_Statut {
    width: 30px;
    height: 100%;
    position: absolute;
    top: 2px;
    right: 0px;
    margin-bottom: 0px;
    /* opacity: 0.6; for demo purpose  */
    color: #FFFFFF;
    font-weight: bold;
}

.Rotation_90_Degre {
    transform: rotate(90deg);
    /* Legacy vendor prefixes that you probably don't need... */
    /* Safari */
    -webkit-transform: rotate(90deg);
    /* Firefox */
    -moz-transform: rotate(90deg);
    /* IE */
    -ms-transform: rotate(90deg);
    /* Opera */
    -o-transform: rotate(90deg);
}

.Carte_Google_Reservation_TA {
    width: 100%;
    height: 450px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #808080;
}

.Pad_10_Gauche {
    padding-left: 10px;
}

.Formulaire_Bouton_OFF {
    font-size: 13px;
    color: #808080;
    background: #C0C0C0;
    padding: 10px 26px;
    line-height: 12px;
    text-transform: uppercase;
    border: none;
    outline: none;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    margin-top: 10px;
}

.Formulaire_Bouton_Gestion_Telephone {
    font-size: 10px;
    color: #ffffff;
    background: #0f693a;
    padding: 10px;
    line-height: 5px;
    text-transform: uppercase;
    border: none;
    outline: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    width: 100%;
}

    .Formulaire_Bouton_Gestion_Telephone:hover {
        background: #354B77;
    }

.Formulaire_Bouton_Recherche_Entete {
    font-size: 13px;
    color: #ffffff;
    background: #80c048;
    padding: 10px 26px;
    line-height: 14px;
    text-transform: uppercase;
    border: none;
    outline: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    margin-top: 10px;
}

    .Formulaire_Bouton_Recherche_Entete:hover {
        background: #6da33d;
    }

.Formulaire_Bouton_Navigation {
    font-size: 13px;
    color: #ffffff;
    background: #F15F43;
    padding: 10px 26px;
    line-height: 20px;
    text-transform: uppercase;
    border: none;
    outline: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    margin-left: 5px;
}

    .Formulaire_Bouton_Navigation:hover {
        background: #354B77;
    }

.Formulaire_Bouton_Navigation_Choisit {
    background: #354B77;
}


.Formulaire_Champ {
    display: block;
    width: 100%;
    height: 35px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    margin-top: 10px;
    margin-bottom: 10px;
}

    .Formulaire_Champ:focus {
        border-color: #66afe9;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
    }

.Formulaire_Champ2 {
    height: 35px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-image: none;
    background-color: #FFFFFF;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    margin-top: 10px;
    margin-bottom: 10px;
}

    .Formulaire_Champ2:focus {
        border-color: #66afe9;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
    }

.Tag_Jour_Reservation {
    font-size: 16px;
    margin-top: 15px;
    margin-bottom: 10px;
}

.Formulaire_Champ_Gris {
    background-color: #C0C0C0;
    display: block;
    width: 100%;
    height: 50px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #000000;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    margin-top: 10px;
    margin-bottom: 10px;
}

.Formulaire_Combo_Bas_Page {
    width: 75%;
    height: 30px;
    padding: 6px 12px;
    font-size: 10px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    margin-bottom: 10px;
}

.Formulaire_Champ_Textarea {
    display: block;
    width: 100%;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    margin-top: 10px;
    margin-bottom: 10px;
    height: 100px;
}

    .Formulaire_Champ_Textarea:focus {
        border-color: #66afe9;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
    }

.Entete_Accueil {
    margin: auto;
    width: 100%;
    height: 340px;
    padding: 10px;
    margin-bottom: 15px;
    background: url("../images/Back_Entete.jpg");
}

.Entete_Message_Conteneur {
    margin-top: 200px;
    background-color: rgba(57, 84, 159, 0.8);
    height: 100px;
    text-align: center;
}

.Entete_Message_Conteneur_Texte {
    line-height: 100px;
    vertical-align: middle;
    color: #FFFFFF;
    font-size: 50px;
    position: relative;
}


.Entete_Navigation_Tag_Inscription {
    float: Right;
    margin-right: 15px;
    margin-top: -35px;
}


.Bas_Page_Commun {
    margin: auto;
    width: 100%;
    height: 25px;
    padding: 10px;
    margin-top: 15px;
    background-color: #0f693a;
    color: #999389;
    font-size: 12px;
}

.colonne_1_tier {
    width: 33.33333333%;
    position: relative;
    min-height: 1px;
    padding-right: 8px;
    padding-left: 8px;
    float: left;
}

.colonne_2_tier {
    width: 66.666666%;
    position: relative;
    min-height: 1px;
    padding-right: 8px;
    padding-left: 8px;
    float: left;
}

.colonne_3_tier {
    width: 100%;
    position: relative;
    min-height: 1px;
    padding-right: 8px;
    padding-left: 8px;
    float: left;
}

.colonne_1_quart {
    width: 25%;
    position: relative;
    min-height: 1px;
    float: left;
    padding-right: 8px;
    padding-left: 8px;
}

.colonne_3_quart {
    width: 75%;
    position: relative;
    min-height: 1px;
    float: left;
    padding-right: 8px;
    padding-left: 8px;
}

.colonne_1_sixieme {
    width: 16.66666%;
    position: relative;
    min-height: 1px;
    float: left;
    padding-right: 8px;
    padding-left: 8px;
}

.colonne_4_sixieme {
    width: 66.66666%;
    position: relative;
    min-height: 1px;
    float: left;
    padding-right: 8px;
    padding-left: 8px;
}

.colonne_5_sixieme {
    width: 83.66666%;
    position: relative;
    min-height: 1px;
    float: left;
    padding-right: 8px;
    padding-left: 8px;
}

.colonne_moitier {
    width: 49.5%;
    position: relative;
    float: left;
    margin: auto;
    padding-right: 8px;
    padding-left: 8px;
}

.colonne_Full_Pas_Padding {
    width: 100%;
    position: relative;
    min-height: 1px;
    float: left;
}

.colonne_Full_Text_Page {
    width: 100%;
    position: relative;
    min-height: 1px;
    float: center;
    padding-right: 8px;
    padding-left: 8px;
}

.Conteneur_Recherche_Itineraire {
    width: 100%;
    position: relative;
    min-height: 1px;
    float: left;
    margin-bottom: 15px;
    background-color: #606060;
    padding: 10px;
}

.Majuscule {
    text-transform: uppercase;
}

p {
    text-align: left;
}

.Centre {
    text-align: center;
}

.Texte_Petit {
    font-size: 14px;
}

.Texte_Footer {
    font-size: 14px;
}

.Texte_Moyen {
    font-size: 16px;
}

.Texte_Grand {
    font-size: 18px;
}

.Gauche {
    float: left;
}

.Droite {
    float: right;
}

.Gras {
    font-weight: bold;
}

#map_canvas {
    width: 100%;
    height: 400px;
}

.Tag_Champ {
    font-size: 12px;
    margin-bottom: -10px;
}

.Tag_Champ_Arret {
    font-size: 16px;
    margin-bottom: -5px;
}

.Champ_Erreur {
    background: #eec2c2;
    background-color: #eec2c2;
}

.Erreur {
    color: #FF0000;
    font-size: 14px;
}

.Message_Info_Bulle_Erreur {
    background-color: #eec2c2;
    color: #FF0000;
    padding: 10px;
    border: 1px solid #FF0000;
    width: 100%;
    float: left;
}

.Message_Info_Bulle_Sans_Couleur {
    color: #000000;
    padding: 10px;
    border: 1px solid #000000;
    width: 100%;
    float: left;
}

.Message_Info_Bulle {
    background: #c2eec6;
    color: #2da138;
    padding: 10px;
    float: left;
}

#info {
    text-align: center;
}

.Textbox_Image_Lock {
    background: url('../images/lock.png');
    background-size: 20px;
    background-position: right;
    background-repeat: no-repeat;
    background-color: #FFFFFF;
}

.Textbox_Image_Depart {
    background: url('../images/Pointeur_Vert_Petit.png');
    background-position: left;
    background-repeat: no-repeat;
    background-color: #fff;
    background-position-x: 5px;
    text-indent: 20px;
}

.Textbox_Image_Destination {
    background: url('../images/Pointeur_Rouge_Petit.png');
    background-position: left;
    background-repeat: no-repeat;
    background-color: #fff;
    background-position-x: 5px;
    text-indent: 20px;
}

.Textbox_Image_Etape {
    background: url('../images/Pointeur_Bleu_Petit.png');
    background-position: left;
    background-repeat: no-repeat;
    background-color: #fff;
    background-position-x: 5px;
    text-indent: 20px;
}

.Textbox_Image_Calendrier2 {
    background: url('../images/icone_calendrier.png');
    background-position: left;
    background-repeat: no-repeat;
    background-color: #fff;
    background-position-x: 5px;
    text-indent: 25px;
}

.Combo_Image_Heure_ON {
    background: url('../../images/Heure.png');
    background-position: left;
    background-repeat: no-repeat;
    background-color: #fff;
    background-position-x: 5px;
    text-indent: 25px;
}

.Combo_Image_Heure_OFF {
    background: url('../../images/Heure.png');
    background-position: left;
    background-repeat: no-repeat;
    background-color: #C0C0C0;
    background-position-x: 5px;
    text-indent: 25px;
}


.Membre_Photo {
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    margin-left: -10px;
    margin-top: -5px;
    border: 1px solid #C0C0C0;
}

.Encadrement_Message_Penalite {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    margin-left: 0px;
    margin-top: 0px;
    border: 1px solid #FF0000;
}

.Membre_Photo_Entete {
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    margin-top: -10px;
    margin-left: -15px;
    border: 1px solid #C0C0C0;
}

p.petit {
    line-height: 70%;
}

.Row {
    width: 100%;
    float: left;
    padding-top: 15px;
    border-bottom: solid 1px #C0C0C0;
    cursor: pointer;
}

    .Row:hover {
        background: #f0f0f0;
    }

.Prix_Forfait {
    font-size: 22px;
    color: #276c2a;
}


.Itineraire_Option {
    margin-right: 3px;
    width: 30px;
    height: 30px;
    float: left;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
}

.Itineraire_Etoile {
    margin-right: 2px;
    width: 20px;
    height: 20px;
    float: left;
}

.Itineraire_Tarif {
    font-size: 36px;
    color: #68be57;
}

.Ligne_Verticale_Droite {
    border-right: solid 1px #C0C0C0;
}

.Ligne_Verticale_Gauche {
    border-left: solid 1px #C0C0C0;
}

.Cercle_Depart {
    width: 15px;
    height: 15px;
    background: red;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    text-indent: 20px;
    position: relative;
}

.Itineraire_Bonhomme {
    background: url("../images/Bonhomme.png");
    margin-right: 3px;
    width: 19px;
    height: 25px;
    background-repeat: no-repeat;
    float: left;
}

.Itineraire_Bonhomme_OFF {
    background: url("../images/Bonhomme.png");
    margin-right: 3px;
    width: 19px;
    height: 25px;
    background-repeat: no-repeat;
    float: left;
    opacity: 0.4;
    filter: alpha(opacity=40); /* For IE8 and earlier */
}

.Infobulle {
    position: relative;
    cursor: help;
    display: inline-block;
    text-decoration: none;
    color: #222;
    outline: none;
}

    .Infobulle span {
        visibility: hidden;
        position: absolute;
        bottom: 30px;
        left: 50%;
        z-index: 25;
        width: 250px;
        margin-left: -127px;
        padding: 10px;
        border: 2px solid #161a1f;
        opacity: .95;
        -moz-border-radius: 4px;
        border-radius: 4px;
        text-align: center;
        color: #fff;
        text-shadow: 0 1px 0 #000;
        border-color: #161a1f;
        background-color: #1e2227;
    }

    .Infobulle:hover {
        border: 0; /* IE6 fix */
    }

        .Infobulle:hover span {
            visibility: visible;
            display: block;
        }

    .Infobulle span:before,
    .Infobulle span:after {
        content: "";
        position: absolute;
        z-index: 1000;
        bottom: -7px;
        left: 50%;
        margin-left: -8px;
        border-top: 8px solid #ddd;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-bottom: 0;
        border-top-color: #1e2227;
    }

    .Infobulle span:before {
        border-top-color: #161a1f;
        bottom: -8px;
    }

.Accueil_Trajet_Recent {
}

.Accueil_Trajet_Recent_Tarif {
    color: #68be57;
}

.Accueil_Trajet_Recent_Etoile {
    margin-right: 2px;
    width: 10px;
    height: 10px;
    float: right;
}

.Accueil_Panneau_Trajet_Recent {
    overflow: hidden;
    width: 100%;
    height: 250px
}

.Accueil_Enumeration_Chochet {
    background-image: url(../images/Crochet_Vert.png);
    background-repeat: no-repeat;
    background-position: 0px center;
    padding-left: 20px;
    margin-bottom: 5px;
    background-size: 15px;
}

.Accueil_Tag_Conducteur {
    background-color: #a0f4f1;
    cursor: pointer;
}

ul {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

.Pad_10 {
    padding: 10px;
}

.Pad_10_Droite {
    padding-right: 10px;
}

.Pad_20 {
    padding: 20px;
}

.or-spacer {
    margin-top: 30px;
    width: 100%;
    position: relative;
}

    .or-spacer .mask {
        overflow: hidden;
        height: 20px;
    }

        .or-spacer .mask:after {
            content: '';
            display: block;
            margin: -25px auto 0;
            width: 100%;
            height: 25px;
            border-radius: 125px / 12px;
            box-shadow: 0 0 8px black;
        }

    .or-spacer span {
        width: 50px;
        height: 50px;
        position: absolute;
        bottom: 100%;
        margin-bottom: -25px;
        left: 50%;
        margin-left: -25px;
        border-radius: 100%;
        box-shadow: 0 2px 4px #999;
        background: white;
    }

        .or-spacer span i {
            position: absolute;
            top: 4px;
            bottom: 4px;
            left: 4px;
            right: 4px;
            border-radius: 100%;
            border: 1px dashed #aaa;
            text-align: center;
            line-height: 40px;
            font-style: normal;
            color: #999;
        }

.or-spacer-vertical {
    display: inline-block;
    margin-top: 100px;
    margin-left: 100px;
    width: 100px;
    position: relative;
}

    .or-spacer-vertical .mask {
        overflow: hidden;
        width: 20px;
        height: 200px;
    }

    .or-spacer-vertical.left .mask:after {
        content: '';
        display: block;
        margin-left: -20px;
        width: 20px;
        height: 100%;
        border-radius: 12px / 125px;
        box-shadow: 0 0 8px black;
    }

    .or-spacer-vertical.right .mask:before {
        content: '';
        display: block;
        margin-left: 20px;
        width: 20px;
        height: 100%;
        border-radius: 12px / 125px;
        box-shadow: 0 0 8px black;
    }




/* $activeColor: #c0392b; //red */
/* $background: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/13460/dark_wall.png'); */
/* .slideOne */
.slideOne {
    width: 50px;
    height: 10px;
    background: #333;
    margin: 20px auto;
    position: relative;
    border-radius: 50px;
    box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px rgba(255, 255, 255, 0.2);
}

    .slideOne label {
        display: block;
        width: 16px;
        height: 16px;
        position: absolute;
        top: -3px;
        left: -3px;
        cursor: pointer;
        background: #fcfff4;
        background: -webkit-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
        background: linear-gradient(to bottom, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
        border-radius: 50px;
        box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
        -webkit-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }

    .slideOne input[type=checkbox] {
        visibility: hidden;
    }

        .slideOne input[type=checkbox]:checked + label {
            left: 37px;
        }

/* end .slideOne */
/* .slideTwo */
.slideTwo {
    width: 80px;
    height: 30px;
    background: #333;
    margin: 20px auto;
    position: relative;
    border-radius: 50px;
    box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px rgba(255, 255, 255, 0.2);
}

    .slideTwo:after {
        content: '';
        position: absolute;
        top: 14px;
        left: 14px;
        height: 2px;
        width: 52px;
        background: #111;
        border-radius: 50px;
        box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px rgba(255, 255, 255, 0.2);
    }

    .slideTwo label {
        display: block;
        width: 22px;
        height: 22px;
        cursor: pointer;
        position: absolute;
        top: 4px;
        z-index: 1;
        left: 4px;
        background: #fcfff4;
        border-radius: 50px;
        -webkit-transition: all 0.4s ease;
        transition: all 0.4s ease;
        box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
        background: -webkit-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
        background: linear-gradient(to bottom, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
    }

        .slideTwo label:after {
            content: '';
            width: 10px;
            height: 10px;
            position: absolute;
            top: 6px;
            left: 6px;
            background: #333;
            border-radius: 50px;
            box-shadow: inset 0px 1px 1px black, 0px 1px 0px rgba(255, 255, 255, 0.9);
        }

    .slideTwo input[type=checkbox] {
        visibility: hidden;
    }

        .slideTwo input[type=checkbox]:checked + label {
            left: 54px;
        }

            .slideTwo input[type=checkbox]:checked + label:after {
                background: #27ae60;
                /*activeColor*/
            }

/* end .slideTwo */
/* .slideThree */
.slideThree {
    width: 80px;
    height: 26px;
    background: #333;
    margin: 20px auto;
    position: relative;
    border-radius: 50px;
    box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px rgba(255, 255, 255, 0.2);
}

    .slideThree:after {
        content: 'OFF';
        color: #000;
        position: absolute;
        right: 10px;
        z-index: 0;
        font: 12px/26px Arial, sans-serif;
        font-weight: bold;
        text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.15);
    }

    .slideThree:before {
        content: 'ON';
        color: #27ae60;
        position: absolute;
        left: 10px;
        z-index: 0;
        font: 12px/26px Arial, sans-serif;
        font-weight: bold;
    }

    .slideThree label {
        display: block;
        width: 34px;
        height: 20px;
        cursor: pointer;
        position: absolute;
        top: 3px;
        left: 3px;
        z-index: 1;
        background: #fcfff4;
        background: -webkit-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
        background: linear-gradient(to bottom, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
        border-radius: 50px;
        -webkit-transition: all 0.4s ease;
        transition: all 0.4s ease;
        box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
    }

    .slideThree input[type=checkbox] {
        visibility: hidden;
    }

        .slideThree input[type=checkbox]:checked + label {
            left: 43px;
        }

/* end .slideThree */
/* .roundedOne */
.roundedOne {
    width: 28px;
    height: 28px;
    position: relative;
    margin: 20px auto;
    background: #fcfff4;
    background: -webkit-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
    background: linear-gradient(to bottom, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
    border-radius: 50px;
    box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0, 0, 0, 0.5);
}

    .roundedOne label {
        width: 20px;
        height: 20px;
        cursor: pointer;
        position: absolute;
        left: 4px;
        top: 4px;
        background: -webkit-linear-gradient(top, #222222 0%, #45484d 100%);
        background: linear-gradient(to bottom, #222222 0%, #45484d 100%);
        border-radius: 50px;
        box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px white;
    }

        .roundedOne label:after {
            content: '';
            width: 16px;
            height: 16px;
            position: absolute;
            top: 2px;
            left: 2px;
            background: #27ae60;
            background: -webkit-linear-gradient(top, #27ae60 0%, #145b32 100%);
            background: linear-gradient(to bottom, #27ae60 0%, #145b32 100%);
            opacity: 0;
            border-radius: 50px;
            box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0, 0, 0, 0.5);
        }

        .roundedOne label:hover::after {
            opacity: 0.3;
        }

    .roundedOne input[type=checkbox] {
        visibility: hidden;
    }

        .roundedOne input[type=checkbox]:checked + label:after {
            opacity: 1;
        }

/* end .roundedOne */
/* .roundedTwo */
.roundedTwo {
    width: 28px;
    height: 28px;
    position: relative;
    margin: 20px auto;
    background: #fcfff4;
    background: -webkit-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
    background: linear-gradient(to bottom, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
    border-radius: 50px;
    box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0, 0, 0, 0.5);
}

    .roundedTwo label {
        width: 20px;
        height: 20px;
        position: absolute;
        top: 4px;
        left: 4px;
        cursor: pointer;
        background: -webkit-linear-gradient(top, #222222 0%, #45484d 100%);
        background: linear-gradient(to bottom, #222222 0%, #45484d 100%);
        border-radius: 50px;
        box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px white;
    }

        .roundedTwo label:after {
            content: '';
            width: 9px;
            height: 5px;
            position: absolute;
            top: 5px;
            left: 4px;
            border: 3px solid #fcfff4;
            border-top: none;
            border-right: none;
            background: transparent;
            opacity: 0;
            -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
        }

        .roundedTwo label:hover::after {
            opacity: 0.3;
        }

    .roundedTwo input[type=checkbox] {
        visibility: hidden;
    }

        .roundedTwo input[type=checkbox]:checked + label:after {
            opacity: 1;
        }

/* end .roundedTwo */
/* .squaredOne */
.squaredOne {
    width: 28px;
    height: 28px;
    position: relative;
    margin: 20px auto;
    background: #fcfff4;
    background: -webkit-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
    background: linear-gradient(to bottom, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
    box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0, 0, 0, 0.5);
}

    .squaredOne label {
        width: 20px;
        height: 20px;
        position: absolute;
        top: 4px;
        left: 4px;
        cursor: pointer;
        background: -webkit-linear-gradient(top, #222222 0%, #45484d 100%);
        background: linear-gradient(to bottom, #222222 0%, #45484d 100%);
        box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px white;
    }

        .squaredOne label:after {
            content: '';
            width: 16px;
            height: 16px;
            position: absolute;
            top: 2px;
            left: 2px;
            background: #27ae60;
            background: -webkit-linear-gradient(top, #27ae60 0%, #145b32 100%);
            background: linear-gradient(to bottom, #27ae60 0%, #145b32 100%);
            box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0, 0, 0, 0.5);
            opacity: 0;
        }

        .squaredOne label:hover::after {
            opacity: 0.3;
        }

    .squaredOne input[type=checkbox] {
        visibility: hidden;
    }

        .squaredOne input[type=checkbox]:checked + label:after {
            opacity: 1;
        }

/* end .squaredOne */
/* .squaredTwo */
.squaredTwo {
    width: 28px;
    height: 28px;
    position: relative;
    margin: 20px auto;
    background: #fcfff4;
    background: -webkit-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
    background: linear-gradient(to bottom, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
    box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0, 0, 0, 0.5);
}

    .squaredTwo label {
        width: 20px;
        height: 20px;
        cursor: pointer;
        position: absolute;
        left: 4px;
        top: 4px;
        background: -webkit-linear-gradient(top, #222222 0%, #45484d 100%);
        background: linear-gradient(to bottom, #222222 0%, #45484d 100%);
        box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px white;
    }

        .squaredTwo label:after {
            content: '';
            width: 9px;
            height: 5px;
            position: absolute;
            top: 4px;
            left: 4px;
            border: 3px solid #fcfff4;
            border-top: none;
            border-right: none;
            background: transparent;
            opacity: 0;
            -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
        }

        .squaredTwo label:hover::after {
            opacity: 0.3;
        }

    .squaredTwo input[type=checkbox] {
        visibility: hidden;
    }

        .squaredTwo input[type=checkbox]:checked + label:after {
            opacity: 1;
        }

/* end .squaredTwo */
/* .squaredThree */
.squaredThree {
    width: 20px;
    position: relative;
    margin: 20px auto;
}

    .squaredThree label {
        width: 20px;
        height: 20px;
        cursor: pointer;
        position: absolute;
        top: 0;
        left: 0;
        background: -webkit-linear-gradient(top, #222222 0%, #45484d 100%);
        background: linear-gradient(to bottom, #222222 0%, #45484d 100%);
        border-radius: 4px;
        box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px rgba(255, 255, 255, 0.4);
    }

        .squaredThree label:after {
            content: '';
            width: 9px;
            height: 5px;
            position: absolute;
            top: 4px;
            left: 4px;
            border: 3px solid #fcfff4;
            border-top: none;
            border-right: none;
            background: transparent;
            opacity: 0;
            -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
        }

        .squaredThree label:hover::after {
            opacity: 0.3;
        }

    .squaredThree input[type=checkbox] {
        visibility: hidden;
    }

        .squaredThree input[type=checkbox]:checked + label:after {
            opacity: 1;
        }

/* end .squaredThree */
/* .squaredFour */
.squaredFour {
    width: 20px;
    position: relative;
}

    .squaredFour label {
        width: 15px;
        height: 15px;
        cursor: pointer;
        position: absolute;
        top: 0;
        left: 0;
        background: #c7c4c4;
        /*background: -webkit-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
  background: linear-gradient(to bottom, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);*/
        border-radius: 4px;
        box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0, 0, 0, 0.5);
    }

        .squaredFour label:hover::after {
            opacity: 0.2;
        }

    .squaredFour input[type=checkbox] {
        visibility: hidden;
    }

        .squaredFour input[type=checkbox]:checked + label:after {
            opacity: 1;
        }

/* end .squaredFour */

.squareFour_Texte {
    color: #292321;
    font-family: Arial, sans-serif;
    margin-left: 25px;
    margin-top: -17px;
}

.separateur_menu {
    margin-top: 15px;
    border-top: 1px solid #808080;
    margin-bottom: 15px;
}

/*** Create the tabs **/
#nav {
}

    #nav ul li {
        display: inline-block;
        padding: 10px;
        font-size: 20px;
        background: #39549f;
        min-width: 200px;
        width: 350px;
        -webkit-border-top-left-radius: 8px;
        -webkit-border-top-right-radius: 8px;
        -moz-border-radius-topleft: 8px;
        -moz-border-radius-topright: 8px;
        border-top-left-radius: 8px;
        border-top-right-radius: 8px;
        text-align: center;
    }

        #nav ul li:hover {
            background: #f15f43;
            cursor: pointer;
        }

        #nav ul li.selection {
            background: #f15f43;
            font-size: 26px;
        }

    #nav a {
        color: #FFFFFF;
        text-decoration: none;
    }


#conteneur_page_texte {
    color: #555;
    border: 1px solid #808080;
    margin-bottom: 15px;
    width: 100%;
    padding: 15px;
    height: 500px;
    overflow-y: auto;
    -webkit-border-radius: 4px;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius: 4px;
    -moz-border-radius-topleft: 0;
    border-radius: 4px;
    border-top-left-radius: 0;
}

.conteneur_terme_inscription {
    color: #555;
    background: #FFFFFF;
    border: 1px solid #808080;
    margin-bottom: 15px;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: -25px;
    height: 150px;
    overflow-y: auto;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}


#conteneur_menu_gauche {
    color: #555;
    border: 1px solid #808080;
    margin-top: 50px;
    width: 100%;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.bouton_menu_gauche ul li {
    font-size: 14px;
    padding: 10px;
    border-bottom: solid 1px #808080;
    cursor: pointer;
    background: #eaf9fe;
}

    .bouton_menu_gauche ul li:hover {
        background: #ddebf0;
    }

    .bouton_menu_gauche ul li a {
        color: #000000;
        text-decoration: none;
    }

.cblock {
    display: block;
}

.info_aere {
    margin-bottom: 15px;
}

.image_tag_depart_destination {
    margin-right: 3px;
}

.itineraire_detail_tarif {
    position: relative;
    text-align: right;
    font-size: 36px;
    color: #68be57;
    font-weight: bold;
    float: right;
}

.itineraire_detail_tarif_tag_place {
    position: relative;
    text-align: left;
    font-size: 14px;
    float: right;
    margin-top: 5px;
    margin-left: 5px;
    color: #808080;
}

.itineraire_detail_nb_place {
    position: relative;
    text-align: right;
    font-size: 36px;
    color: #808080;
    font-weight: bold;
    float: left;
}

.itineraire_detail_tag_nb_place {
    position: relative;
    text-align: left;
    font-size: 14px;
    float: left;
    margin-top: 5px;
    margin-left: 5px;
    color: #808080;
}

.itineraire_detail_entete_reservation {
    color: #000000;
    font-weight: bold;
    font-size: 14px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #eaf9fe;
    border-bottom: 1px solid #808080;
}

.itineraire_detail_tag_acceptation {
    color: #808080;
    margin-top: 3px;
}

.itineraire_detail_bouton_reservation {
    width: 100%;
    margin-bottom: 15px;
}

.Itineraire_Ajout_Champ_Prix {
    display: block;
    width: 50%;
    height: 34px;
    padding: 2px 12px;
    font-size: 20px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    text-align: right;
    margin-top: 5px;
    font-weight: bold;
    float: right;
}

    .Itineraire_Ajout_Champ_Prix:focus {
        border-color: #66afe9;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
    }

.Itineraire_Ajout_Champ_Prix_OFF {
    background-color: #d9d9d9;
}

.Itineraire_Ajout_Row_Ligne_Bas {
    border-bottom: 1px solid #e4e1e1;
}

.Ligne_Bas {
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #999999;
}

.Ligne_Haut {
    padding-top: 5px;
    padding-bottom: 5px;
    border-top: 1px solid #999999;
}

#liste_contact {
    font-size: 12px;
    list-style-type: square;
    margin-left: 25px;
    margin-bottom: 15px;
}

#encadre_texte {
    color: #555;
    border: 1px solid #808080;
    margin-bottom: 15px;
    width: 100%;
    padding: 15px;
    -webkit-border-radius: 4px;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius: 4px;
    -moz-border-radius-topleft: 0;
    border-radius: 4px;
    border-top-left-radius: 0;
}

.Partenaire_Logo {
    margin-top: 15px;
    margin-bottom: 15px;
    border: 1px solid #000000;
}

.Partenaire_Nom_Entreprise {
    margin-left: 140px;
    margin-top: -65px;
}

.Partenaire_Detail {
    margin-left: 140px;
    margin-bottom: 25px;
}

.media_tag_langue {
    margin-left: 5px;
    margin-right: 10px;
}

.media_texte_article {
    margin-top: -20px;
    margin-left: 60px;
}

.media_tag_langue_video {
    margin-left: -10px;
    margin-right: 10px;
}

.media_texte_article_video {
    margin-top: 0px;
    margin-left: 45px;
}

.media_video {
    border: 1px solid #000000;
}

.Itineraire_Detail_Info_Valide {
    font-weight: bold;
    color: #1a8a3b;
    margin-left: 8px;
    margin-top: 3px;
}

.ligne_full {
    width: 100%;
    position: relative;
    float: right;
    text-align: right;
}

.Panier_Tarif {
    font-size: 30px;
    color: #68be57;
}

.Panier_Supprimer {
    position: absolute;
    left: 0px;
    bottom: -1px;
}

.Preuve_Supprimer {
    position: absolute;
    left: 0px;
    bottom: 0px;
}

.Champ_Upload {
    width: 90%;
    cursor: pointer;
    overflow: hidden;
    height: auto;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #FFFFFF;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    margin-top: 10px;
    margin-bottom: 10px;
}

.Photo_Membre {
    width: 300px;
}

.Gestion_Photo_Photo {
    position: relative;
    margin-left: 20px;
}

.Montrer_Bordure {
    border: 1px solid #000000;
}

.Description_Forfait {
    margin-left: 18px;
    font-size: 12px;
    color: #808080;
    font-style: italic;
}

.Carte_Accueil_Petit {
    border: 1px solid #808080;
    position: absolute;
}

.Solde_Accueil {
    margin-left: 60px;
    position: relative;
}

.Solde_Accueil_Hauteur {
    /*height:100px;*/
}

.Solde_Accueil_Avertissement {
    background-color: #ffe2e2;
}

.Solde_Accueil_Avertissement_Icone {
    position: absolute;
}

.Bas_Page_Regie {
    text-transform: uppercase;
    font-size: 16px;
    font-family: Oswald;
}

.Bas_Page_Titre {
    text-transform: uppercase;
}

.Bas_Page_Info {
}

.Bas_Page_Lien {
    font-size: 18px;
    color: #80c048;
}

.Bas_Page_Transporte {
    font-size: 24px;
    font-weight: bold;
    font-family: Oswald;
}

.Hide {
    display: none;
}

hr {
    display: block;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    margin-left: auto;
    margin-right: auto;
    border-style: solid;
    border-width: 2px;
}

/*Style pour Detail_Achat*/

.Full_Largeur {
    width: 100%
}

.Ligne_Separation {
    border-color: #023B59;
}

.Conteneur_Recu {
    text-align: center;
    margin: 25px 75px 25px 75px;
}

.Espace_Vide_Table {
    height: 10px;
}

.Texte_Gauche_Table {
    text-align: left;
}

.Espace_Milieu_Table {
    width: 75px;
}

.Logo_Paypal_Recu {
    margin-left: 0px;
    height: 20px;
    float: left
}

@media print {
    div.Non_Impression {
        display: none;
    }
}

.Photo_Recherche_Admin {
    padding-right: 10px;
}

.colonne_full_iframe {
    width: 95%;
    position: relative;
    min-height: 1px;
    padding-right: 8px;
    padding-left: 8px;
    float: left;
}

.colonne_moitier_iframe {
    width: 46%;
    position: relative;
    float: left;
    /*margin: auto;*/
    padding-right: 8px;
    padding-left: 8px;
}

.Highlignt_Texte {
    background-color: #f4f7a0;
}

.Lien_Nouveau {
    color: #0000FF;
}

.Formulaire_Combo_Heure {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    margin-top: 10px;
    margin-bottom: 10px;
}

.colonne_3_tier_heure {
    width: 100%;
    position: relative;
    min-height: 1px;
    padding-right: 8px;
    padding-left: 8px;
    float: left;
}

.colonne_1_tier_heure {
    width: 200px;
    position: relative;
    min-height: 1px;
    padding-right: 8px;
    padding-left: 8px;
    float: left;
}

.iframe_Heure {
    background-color: #f0f0f0;
    width: 100%;
}

.Formulaire_Bouton_Option_Supprimer {
    align-items: center; /* Aligns items vertically in the center */
    justify-content: center; /* Centers items horizontally */
    background-color: #FFFFFF;
    color: #000000;
    border: 1px solid #000000;
    padding: 10px 15px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    max-width: 350px;
}

    .Formulaire_Bouton_Option_Supprimer:hover {
        background-color: #e5a8a8;
    }

.Formulaire_Bouton_Option_Supprimer_Icone {
    width: 20px; /* Adjust icon size as needed */
    height: 20px;
    margin-right: 8px; /* Space between icon and text */
}


.Formulaire_Bouton_Option_Copier {
    align-items: center; /* Aligns items vertically in the center */
    justify-content: center; /* Centers items horizontally */
    background-color: #FFFFFF;
    color: #000000;
    border: 1px solid #000000;
    padding: 10px 15px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    max-width: 350px;
}

    .Formulaire_Bouton_Option_Copier:hover {
        background-color: #93e09f;
    }

.Formulaire_Bouton_Option_Copier_Icone {
    width: 20px; /* Adjust icon size as needed */
    height: 20px;
    margin-right: 8px; /* Space between icon and text */
}

.colonne_moitier_gauche {
    width: 49%;
    position: relative;
    float: left;
    margin: auto;
    padding-right: 8px;
}

.colonne_moitier_droite {
    width: 49%;
    position: relative;
    float: right;
    margin: auto;
    padding-left: 8px;
}

.colonne_moitier_gauche_adresse {
    width: 24%;
    position: relative;
    float: left;
    margin: auto;
    padding-right: 8px;
}

.colonne_moitier_droite_adresse {
    width: 74%;
    position: relative;
    float: right;
    margin: auto;
    padding-left: 8px;
}



.header-titles {
    text-align: center;
    position: relative;
    width: 100%;
}

    .header-titles h1,
    .banner {
        background: #df0c1f; /* Old browsers */
        /* IE9 SVG, needs conditional override of 'filter' to 'none' */
        background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzlmMTQxYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkZTA2MWUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
        background: -moz-linear-gradient(left, #9f141b 0%, #de061e 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, right top, color-stop(0%,#9f141b), color-stop(100%,#de061e)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(left, #9f141b 0%,#de061e 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(left, #9f141b 0%,#de061e 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(left, #9f141b 0%,#de061e 100%); /* IE10+ */
        background: linear-gradient(to right, #9f141b 0%,#de061e 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9f141b', endColorstr='#de061e',GradientType=1 ); /* IE6-8 */
        display: inline-block;
        text-transform: uppercase;
        padding: 5px 35px;
        margin: 0;
        text-shadow: none;
        font-size: 36px;
        line-height: 44px;
        font-weight: 500;
        position: relative;
        color: #fff;
    }

        .header-titles h1::before,
        .header-titles h1::after,
        .banner::before,
        .banner::after {
            content: "";
            position: absolute;
            z-index: -2;
            bottom: 15px;
            left: 10px;
            width: 50%;
            height: 20%;
            -webkit-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.5);
            -moz-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.5);
            box-shadow: 0 15px 10px rgba(0, 0, 0, 0.5);
            -webkit-transform: rotate(-3deg);
            -moz-transform: rotate(-3deg);
            -ms-transform: rotate(-3deg);
            -o-transform: rotate(-3deg);
            transform: rotate(-3deg);
        }

        .header-titles h1::after,
        .banner::after {
            right: 10px;
            left: auto;
            -webkit-transform: rotate(3deg);
            -moz-transform: rotate(3deg);
            -ms-transform: rotate(3deg);
            -o-transform: rotate(3deg);
            transform: rotate(3deg);
        }


/******************** CI-BAS, SELON SKIN **************************************/


.Photo_Glossy {
    position: relative;
    overflow: hidden;
    float: left;
}

    .Photo_Glossy:before {
        content: '';
        position: absolute;
        width: 150%;
        height: 80%;
        top: -35%;
        right: -35%;
        background: -moz-linear-gradient(top, rgba(255,255,255,0.1), rgba(255,255,255,0.5));
        background: -webkit-linear-gradient(top, rgba(255,255,255,0.1),rgba(255,255,255,0.5));
        background: -o-linear-gradient(top, rgba(255,255,255,0.1),rgba(244,249,160,0.5));
        background: -ms-linear-gradient(top, rgba(255,255,255,0.1),rgba(255,255,255,0.5));
        background: linear-gradient(to bottom, rgba(255,255,255,0.1),rgba(255,255,255,0.5));
        /* Webkit */
        -webkit-transform: rotate(-20deg);
        -webkit-border-bottom-left-radius: 300px 20px;
        -webkit-border-bottom-right-radius: 300px 10px;
        -webkit-border-top-right-radius: 5px 100px;
        /* Firefox */
        -moz-transform: rotate(-20deg);
        -moz-border-radius-bottomleft: 300px 20px;
        -moz-border-radius-bottomright: 300px 10px;
        -moz-border-radius-topright: 5px 100px;
        -ms-transform: rotate(-20deg);
        -o-transform: rotate(-20deg);
        /* CSS3 */
        transform: rotate(-20deg);
        border-bottom-left-radius: 300px 20px;
        border-bottom-right-radius: 300px 10px;
        border-top-right-radius: 5px 100px;
    }


.Ombrage_Bas_Gauche {
    -webkit-box-shadow: 4px 4px 9px 1px #9A9A9A;
    box-shadow: 4px 4px 9px 1px #9A9A9A;
}

.Boite_Entete2 {
    background: #014a96; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    /*background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzlmMTQxYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkZTA2MWUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);*/
    background: -moz-linear-gradient(left, #9f141b 0%, #de061e 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#9f141b), color-stop(100%,#de061e)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, #9f141b 0%,#de061e 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, #9f141b 0%,#de061e 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, #9f141b 0%,#de061e 100%); /* IE10+ */
    background: linear-gradient(to right, #9f141b 0%,#de061e 100%); /* W3C */
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9f141b', endColorstr='#de061e',GradientType=1 ); /* IE6-8 */
    display: inline-block;
    text-transform: uppercase;
    padding: 5px 35px;
    margin: 0;
    text-shadow: none;
    font-size: 20px;
    line-height: 44px;
    font-weight: 500;
    position: relative;
    color: #fff;
    width: 100%;
    text-align: center;
}

.footer {
    position: absolute;
    bottom: 0;
    /*width: 100%;*/
    height: 60px; /* Height of the footer */
    background: #6cf;
    text-align: center;
}

.Textbox_Image_Calendrier {
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    color: #555;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    margin-top: 10px;
    margin-bottom: 10px;
    background-image: url('../images/icone_calendrier.png');
    background-position: left;
    background-repeat: no-repeat;
    background-position-x: 5px;
    text-indent: 35px;
}

.Menu_Mobile {
    visibility: hidden;
    position: absolute;
}

.Affiche_Mobile {
    visibility: visible;
    position: absolute;
}

.Affiche_Non_Mobile {
    visibility: visible;
    position: relative;
}

.Menu_Full {
    visibility: visible;
    position: relative;
}

.Champ_CC_No_Carte {
    background: url('../../images/Carte_CC.png');
    background-position: right;
    background-repeat: no-repeat;
    background-size: 35px;
}

.Champ_CC_No_Carte_Visa {
    background: url('../../images/Logo_Visa.png');
    background-position: right;
    background-repeat: no-repeat;
    background-size: 35px;
    background-position-y: 10px;
}

.Champ_CC_No_Carte_MasterCard {
    background: url('../../images/MasterCard.png');
    background-position: right;
    background-repeat: no-repeat;
    background-size: 35px;
    background-position-y: 5px;
}

.Champ_CC_CVN {
    background: url('../../images/CVN_CC.png');
    background-position: right;
    background-repeat: no-repeat;
    background-size: 35px;
}

.Bandeau_Carte_CC {
    width: 30%;
    margin-bottom: 15px;
}

@media (min-width: 1024px) {
    .Entete_Navigation_Item {
        float: Right;
        margin-right: 30px;
        font-weight: bold;
        text-transform: uppercase;
    }
}

@media (max-width: 1024px) {

    .Reservation_Statut {
        width: 25px;
        height: 100%;
        position: absolute;
        top: 2px;
        right: 0px;
        margin-bottom: 0px;
        /* opacity: 0.6; for demo purpose  */
        color: #FFFFFF;
        font-weight: bold;
    }

    .Mobile_Bouton_Historique_Alignement_Droite {
        /*float: right;
        margin-right: 0px;*/
    }

    .Entete_Navigation_Item {
        font-weight: bold;
        text-transform: uppercase;
        text-align: center;
        margin-left: 0px;
    }

    .Champ_Upload {
        width: 100%;
    }

    .Photo_Membre {
        width: 100%;
    }

    .Carte_Google_Reservation_TA {
        width: 100%;
        height: 300px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        -khtml-border-radius: 5px;
        border-radius: 5px;
        border: 1px solid #808080;
    }

    .Formulaire_Champ_Textarea {
        display: block;
        width: 100%;
        padding: 6px 12px;
        font-size: 14px;
        line-height: 1.42857143;
        color: #555;
        background-color: #FFFFFF;
        background-image: none;
        border: 1px solid #ccc;
        border-radius: 4px;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
        -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
        transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
        margin-top: 10px;
        margin-bottom: 10px;
        height: 500px;
    }

    .Bandeau_Carte_CC {
        width: 300px;
    }

    .Marge_40_Bas_Mobile {
        margin-bottom: 40px;
    }

    .Membre_Haut_Mobile {
        margin-top: 30px;
        float: left;
    }

    .Carte_Acces_Grande_Mobile {
        width: 100%;
        height: auto;
    }

    .Code_QR_Mobile {
        width: 100%;
        height: auto;
    }

    .Combo_Image_Heure_ON {
        background: url('../../images/Heure.png');
        background-position: left;
        background-repeat: no-repeat;
        background-color: #fff;
        background-position-x: 15px;
        text-indent: 35px;
    }

    .Combo_Image_Heure_OFF {
        background: url('../../images/Heure.png');
        background-position: left;
        background-repeat: no-repeat;
        background-color: #C0C0C0;
        background-position-x: 15px;
        text-indent: 35px;
    }


    .Formulaire_Bouton_Option_Historique {
        background: url('../../images/X_Rouge.png');
        background-position: left;
        background-repeat: no-repeat;
        background-color: #c5c5c5;
        background-position-x: 5px;
        text-indent: 15px;
        width: 100px;
        font-size: 10px;
        color: #000000;
        /*background: #333333;*/
        padding: 10px 10px;
        line-height: 12px;
        text-transform: uppercase;
        border: none;
        border-bottom: 1px solid #828282;
        border-right: 1px solid #828282;
        outline: none;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        border-radius: 6px;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        -o-border-radius: 6px;
        /*text-indent: -9999px;*/
    }

        .Formulaire_Bouton_Option_Historique:hover {
            background-color: #e6c0c0;
        }

    .Menu_Mobile {
        visibility: visible;
        position: relative;
    }

    .Affiche_Mobile {
        visibility: visible;
        position: relative;
    }

    .Affiche_Non_Mobile {
        visibility: hidden;
        position: relative;
    }

    .Menu_Full {
        visibility: hidden;
        position: absolute;
    }

    .Menu_Mobile_Icone_Photo {
        background: url('../../images/Icone_Menu_Photo2.png');
        background-size: 35px;
        background-position: left;
        background-repeat: no-repeat;
        background-position-x: 10px;
    }

    .Menu_Mobile_Icone_GPS {
        background: url('../../images/Icone_Menu_GPS2.png');
        background-size: 35px;
        background-position: left;
        background-repeat: no-repeat;
        background-position-x: 10px;
    }

    .Menu_Mobile_Icone_Argent {
        background: url('../../images/Icone_Menu_Argent2.png');
        background-size: 35px;
        background-position: left;
        background-repeat: no-repeat;
        background-position-x: 10px;
    }

    .Menu_Mobile_Icone_Voiture {
        background: url('../../images/Icone_Menu_Voiture2.png');
        background-size: 35px;
        background-position: left;
        background-repeat: no-repeat;
        background-position-x: 10px;
    }

    .Menu_Mobile_Icone_Parametre {
        background: url('../../images/Icone_Menu_Parametre2.png');
        background-size: 35px;
        background-position: left;
        background-repeat: no-repeat;
        background-position-x: 10px;
    }

    .Menu_Mobile_Icone_Recu {
        background: url('../../images/Icone_Menu_Recu2.png');
        background-size: 35px;
        background-position: left;
        background-repeat: no-repeat;
        background-position-x: 10px;
    }

    .Menu_Mobile_Icone_Accueil {
        background: url('../../images/Icone_Menu_Accueil.png');
        background-size: 35px;
        background-position: left;
        background-repeat: no-repeat;
        background-position-x: 10px;
    }

    .Menu_Mobile_Icone_Historique {
        background: url('../../images/Icone_Menu_Historique.png');
        background-size: 35px;
        background-position: left;
        background-repeat: no-repeat;
        background-position-x: 10px;
    }

    .Menu_Mobile_Icone_Carte_Acces {
        /*        background: url('../../skin/Logo/Carte.png?v=343242');
        background-size: 35px;
        background-position: left;
        background-repeat: no-repeat;
        background-position-x: 10px;*/
    }
}
