/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 5 déc. 2016, 18:00:00
    Author     : elisabeth
*/
* {
    outline: none;
}

/*********************************************************************** MOTEUR *************************************************/
#homeVolForm .villes,
#homeVolFormMulti .villesArr {
    position: relative;
}

.reverse {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999;
}

.moteurHorizontal .reverse {
    margin-top: -9px;
}

.moteurCarre .reverse {
    margin-top: -4px;
}

.moteurCarre .reverseMulti1,
.moteurCarre .reverseMulti2 {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999;
}

.moteurCarre .reverseMulti1 {
    top: -65px;
}

.moteurCarre .reverseMulti2 {
    top: 117px;
}

.moteurHorizontal .reverseMulti1,
.moteurHorizontal .reverseMulti2 {
    position: absolute;
    left: -9px;
    margin-top: 6px;
    transform: rotate(90deg);
    z-index: 999;
}

.reverse img,
.reverseMulti1 img,
.reverseMulti2 img {
    background: #fc4c02;
    border-radius: 50px;
    -moz-transition: transform 0.6s;
    -webkit-transition: transform 0.6s;
    transition: transform 0.6s;
}

.moteurHorizontal .reverse img,
.moteurCarre .reverse img,
.moteurCarre .reverseMulti1 img,
.moteurCarre .reverseMulti2 img {
    padding: 5px 8px;
}

.moteurHorizontal .reverseMulti1 img,
.moteurHorizontal .reverseMulti2 img {
    padding: 5px 7px;
}

.rotateImg {
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

ul.ui-autocomplete li.ui-menu-item #ac-closebtn span {
    background: #f4f5f6 !important;
    border-radius: 2px !important;
    border: 0 !important;
    cursor: pointer;
}

ul.ui-autocomplete li.ui-menu-item #ac-closebtn span:hover {
    background: #fc4c02 !important;
    color: #fff !important;
    transition: 0.4s !important;
}

.lineError {
    display: none;
    font-size: 0.9em;
    color: red;
    font-weight: bold;
    box-shadow: 0 0 9px rgba(0, 0, 0, .6);
    -moz-box-shadow: 0 0 9px rgba(0, 0, 0, .6);
    padding: 3px 6px 2px 15px;
    background: #fff;
}

@media screen and (min-width: 320px) and (max-width: 639px) {
    #homeVolForm .lineError {
        margin: -20px 0 15px 0;
        padding: 3px 6px 2px 15px;
    }

    #homeVolFormMulti .lineError {
        position: absolute;
        padding: 3px 5px 3px 15px;
        z-index: 2;
    }

    #homeVolFormMulti .errorArrival1 {
        margin-top: 188px;
    }

    #homeVolFormMulti .errorArrival2 {
        margin-top: 398px;
    }
}

@media screen and (min-width: 640px) and (max-width: 998px) {
    #homeVolForm .lineError {
        position: absolute;
        width: 48%;
        right: 1%;
        top: 35px;
        z-index: 2;
    }
}

@media screen and (min-width: 640px) and (max-width: 998px) {

    .moteurCarre #homeVolFormMulti .errorArrival1,
    .moteurCarre #homeVolFormMulti .errorArrival2 {
        position: absolute;
        width: 37%;
        z-index: 2;
    }

    .moteurCarre #homeVolFormMulti .errorArrival1 {
        margin-top: -15px;
    }

    .moteurCarre #homeVolFormMulti .errorArrival2 {
        margin-top: -10px;
    }
}

@media screen and (min-width: 999px) {

    .moteurCarre #homeVolFormMulti .errorArrival1,
    .moteurCarre #homeVolFormMulti .errorArrival2 {
        position: absolute;
        width: 237px;
        z-index: 2;
    }

    .moteurCarre #homeVolFormMulti .errorArrival1 {
        margin-top: -70px;
    }

    .moteurCarre #homeVolFormMulti .errorArrival2 {
        margin-top: 50px;
    }

    .moteurCarre #homeVolForm .lineError {
        margin-top: -20px;
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 639px) {
    #bigPhoto {
        /*height: auto !important;*/
    }
}


/* Bouton Fermer Pax */
input.closePax {
    background: #f4f5f6;
    border: 0;
    border-radius: 2px;
    font-weight: normal !important;
    width: 43% !important;
    height: 30px !important;
    padding: 7px !important;
    margin-left: 50%;
    transform: translate(-50%, -50%);
    margin-top: 5%;
    cursor: pointer;
}

input.closePax:hover,
.ui-datepicker-close:hover {
    background: #fc4c02 !important;
    color: #fff !important;
    transition: 0.4s !important;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: left;
    display: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
    border-top: 0;
    text-align: center !important;
    margin: 5px 0 10px 0 !important;
    background: transparent;
}

.ui-datepicker-close {
    background: #f4f5f6 !important;
    color: #2D4B9B !important;
    font-weight: normal !important;
    float: none !important;
    border-radius: 2px !important;
    margin: 0 auto !important;
    border: none !important;
    padding: 0.4em 2em !important;
    cursor: pointer !important;
}

#homeVolForm,
#homeVolFormMulti {
    font-size: 0;
    padding: 0 10px;
}

.villes,
.dates,
#passagersBlockContent,
.blockCheckVolDirect {
    font-size: 0.8rem;
}

.homeVolFormOptionsList li {
    padding-left: 10px;
}

.homeVolFormOptionsList li:hover {
    background-color: #D6D6D6;
    cursor: pointer;
}

#homeVolForm input.volFormSubmit,
#homeVolFormMulti input.volFormSubmit {
    border: none;
}

.dates .ui-datepicker-trigger {
    position: absolute;
    cursor: pointer;
}

.dates .dateRet img {
    display: none;
}

.dates input.orange1 {
    background: url('../images/moteur/calendar-retour.png') #fff no-repeat 96%;
}

.homeVolFormOptionSelected,
.homeMultiVolFormOptionSelected {
    color: #2D4B9B;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    left: 110px;
    position: absolute;
}

#passagersBlockContent .downBlueArrow {
    position: absolute;
    right: 20px;
    cursor: pointer;
}

#passagersBlockContent {
    cursor: pointer;
}

.blockPassagerClass span {
    font-weight: bold;
}

#passagersBlockContent #passagersInput {
    font-family: "century_gothic";
    cursor: pointer;
}

#homeForm .dateLabel {
    color: #2D4B9B;
    position: absolute;
    left: 10px;
    font-weight: bold;
}

#homeVolForm .date,
#homeVolFormMulti .date {
    cursor: pointer;
}

#passagersMulti {
    background: #fff none repeat scroll 0 0;
    color: #2D4B9B;
    cursor: pointer;
    line-height: 22px;
    padding: 15px;
    font-weight: bold;
    height: 50px;
}

.inputDate {
    position: relative;
}

.homeVolFormOptionsList {
    width: auto;
    line-height: 26px;
    border-bottom: 1px solid #fff;
}

#typeVolList .selected {
    border-bottom: 2px solid #fc4c02;
    font-weight: bold;

}

@media screen and (min-width:365px) {
    #typeVolList .selected {
        line-height: 10px;
    }
}

.homeVolFormOptionsList li {
    color: #fff;
    display: inline-block;
    font-size: 1.1em;
    padding-bottom: 2px;
    padding-left: 0;
}

.homeVolFormOptionsList li:hover {
    background-color: transparent;
}

#homeVolForm .dateRetour .dateLabel,
#homeVolForm .dateRetour #dateRet {
    color: #fc4c02;
}

#homeVolFormMulti .dateRet .dateLabel,
#homeVolFormMulti .dateRet #dateTrajet2 {
    color: #fc4c02;
}

#passagersBlockContent {
    position: relative;
}

#passagersSelectsBlock {
    background-color: white;
    display: none;
    border: solid 10px #2D4B9B;
    position: absolute;
    top: 50px;
    right: 0;
    width: 100%;
    min-width: 250px;
    z-index: 2;
}

#passagersSelectsBlockContent {
    padding: 10px;
    padding-left: 20px;
}

#passagersSelects {
    display: table;
    width: 100%;
}

.paxLine {
    display: table-row;
}

.paxLabel,
.paxInputs {
    display: table-cell;
    vertical-align: middle;
}

.paxLabel {
    width: auto;
}

.paxInputs {
    text-align: right;
}

.paxInputs .button {
    cursor: pointer;
    display: inline-block;
}

.sp-select-passager-moins {
    margin-right: 5px;
}

.homeReservationFormParticipantsSelectItemInfo {
    width: 13px;
    height: 13px;
    background: url(../images/icone-info.png) no-repeat;
    cursor: help;
    display: inline-block;
    margin: 4px 0 0 5px;
    position: relative;
    z-index: 122
}

.bebesInfoTooltip,
.enfantsInfoTooltip {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 2px;
    bottom: 11px;
    display: none;
    font-size: 11px;
    left: -150px;
    padding: 5px;
    position: absolute;
    width: 280px;
    z-index: 2;
}

.homeVolFormOptionsMode {
    border-top: 2px solid #2D4B9B;
    padding: 10px 10px 10px 20px;
}

.titleClasse,
.titleCompagnie {
    display: block;
    font-size: 1.3em;
    margin-bottom: 15px;
}

.homeVolFormOptionsListBlock {
    background-color: white;
    display: inline-block;
    left: 0;
    position: relative;
    top: 10px;
}

.homeVolFormOptionsMode li {
    display: block;
    font-size: 1.1em;
    margin-right: 0;
    padding-bottom: 14px;
    padding-left: 0;
    cursor: pointer;
}

#typeclasseList li,
#typecompagnieList li {
    background: url('/images/moteur/radio-bleu-off_20px.png') no-repeat;
    padding-left: 26px;
}

#typeclasseList li.selected,
#typecompagnieList li.selected {
    background: rgba(0, 0, 0, 0) url("/images/moteur/radio-bleu-on_20px.png") no-repeat scroll 0 0;
}

.newsletterForm input,
#homeVolForm input.volformSubmitImg,
#homeVolFormMulti input.volformSubmitImg {
    -moz-appearance: none;
    -webkit-appearance: none;
    border-radius: 0;
}

#homeVolFormMulti {
    display: none;
}

#passagersOption {
    width: 322px;
}

#passagersMultiBlockContent {
    display: none;
    line-height: normal;
    width: 100%;
    padding: 0;
    position: absolute;
}

#passagersMultiSelectsBlockContent {
    background-color: #fff;
    border: 10px solid #2D4B9B;
    position: relative;
    z-index: 125;
    padding: 0;
}

.passagersMultiSelects {
    padding: 10px 10px 10px 20px;
}

#passagersMultiSelects {
    display: table;
    width: 100%;
}

.multiVolFormOptions {
    position: static;
    border-top: 2px solid #2D4B9B;
    padding: 10px 10px 10px 20px;
    width: 100%;
}

#typeclasseMultiList li {
    background: url('/images/radio-bleu-off_20px.png') no-repeat;
    padding-left: 26px;
    cursor: pointer;
    line-height: 20px;
    cursor: pointer;
    font-size: 1.1em;
    padding-bottom: 14px;
}

#typeclasseMultiList li.selected {
    background: url('/images/radio-bleu-on_20px.png') no-repeat;
}

#homeVolFormMulti input[type="submit"] {
    font-size: 14px;
}

/*.moteurHorizontal .homeFromMulti{
    height: 182px !important;
}*/
.ui-widget-content {
    background: #fff;
}

.blockPassagerClass {
    padding-left: 10px;
    position: absolute;
    top: 0;
    width: 100%;
    color: #2D4B9B;
}

@media screen and (max-width:639px) {

    #homeVolForm #departure,
    #homeVolForm #arrival,
    #homeVolForm #dateDep,
    #homeVolForm #dateRet,
    .blockCheckVolDirect,
    #homeVolForm #passagersInput,
    #homeVolForm .volFormSubmit {
        width: 100%;
        margin-bottom: 20px;
    }

    label.checkVolDirect {
        background-color: hsl(0, 0%, 100%);
        cursor: pointer;
        display: block;
        font-weight: bold;
        height: 50px;
        line-height: 50px;
        overflow: hidden;
        padding-left: 12px;
        position: relative;
        color: #00416D;
        font-size: 16px;
    }

    label.checkVolDirect:before {
        content: url("/images/tick-17x17.png");
        font-size: 25px;
        color: #fff;
        width: 20px;
        position: absolute;
        top: 0;
        right: 100%;
    }

    .homeVolFormOptions {
        width: 100%;
    }

    .homeChoiceAxe {
        padding: 10px 0;
    }

    @media screen and (max-width:350px) {
        .homeVolFormOptionsList li {
            width: 25%;
        }
    }

    @media screen and (min-width:350px) {
        .homeVolFormOptionsList li {
            width: 30%;
        }
    }

    .homeVolFormOptionsList li {
        line-height: 1;
        margin-right: 0;
        text-align: center;
    }

    #homeForm .dateLabel {
        line-height: 50px;
        font-size: 20px;
    }

    #homeVolForm input,
    #homeVolFormMulti input {
        color: #2D4B9B;
        font-size: 16px;
        font-weight: bold;
        padding: 15px;
        height: 50px;
    }

    #homeVolFormMulti {
        position: relative;
    }

    #homeVolFormMulti .homeVolFormCell {
        margin-bottom: 0;
        position: relative;
    }

    #homeVolForm .villes,
    #homeVolForm .dates,
    #homeVolForm .other,
    #homeVolFormMulti .villes,
    #homeVolFormMulti .dates {
        width: 100%;
    }

    #homeVolFormMulti .blockCheckVolDirectMulti,
    #homeVolFormMulti #arrival1,
    #homeVolFormMulti #departure1,
    #homeVolFormMulti .dateDep,
    #homeVolFormMulti #departure2,
    #homeVolFormMulti #arrival2,
    #homeVolFormMulti .dateRet,
    #homeVolFormMulti #passagersOption,
    #homeVolFormMulti input.volFormSubmit {
        position: absolute;
        width: 100%;
    }

    #homeVolFormMulti #arrival1 {
        top: 140px;
    }

    #homeVolFormMulti #departure1 {
        top: 70px;
    }

    #homeVolFormMulti .dateDep {
        top: 210px;
    }

    #homeVolFormMulti #departure2 {
        top: 280px;
    }

    #homeVolFormMulti #arrival2 {
        top: 350px;
    }

    #homeVolFormMulti .dateRet {
        top: 420px;
    }

    #homeVolFormMulti #passagersOption {
        top: 490px;
    }

    #homeVolFormMulti input.volFormSubmit {
        top: 560px;
    }

    #homeVolFormMulti #dateTrajet1,
    #homeVolFormMulti #dateTrajet2 {
        width: 100%;
    }

    /*#passagersMultiBlockContent{
        top: 50px;
    } */
    .homeVolFormOptionSelected {
        top: 14px;
    }

    .homeMultiVolFormOptionSelected {
        top: 15px;
    }

    #homeVolFormMulti .date {
        padding-right: 60px;
        text-align: right;
    }

    #homeVolFormMulti .dateLabel {
        display: block;
    }

    #passagersMulti {
        font-size: 16px;
    }

    .blockPassagerClass {
        line-height: 49px;
    }

    #passagersBlockContent .downBlueArrow {
        top: 23px;
    }
}

@media screen and (max-width:639px) {

    /*    #homeForm.blackBlock{
            background-color: rgba(0, 0, 0, 0);
        }*/
    .homeVolFormOptionsListBlock {
        display: block;
        position: static;
    }

    .volFormMultiSubmit {
        margin-top: 20px;
    }

    /*********** Bouton Vol direct *******************/

    #homeVolForm input.checkVolDirect,
    #homeVolFormMulti input.checkVolDirect {
        display: none;
    }

    /* :: CHECKED :: */
    input.checkVolDirect:checked~label.checkVolDirect {
        background-color: #f88701;
        color: #fff;
    }

    input.checkVolDirect:checked~label.checkVolDirect:before {
        right: 15px;
        opacity: 1;
    }

    /*********** Fin Bouton Vol direct *******************/
    .dates .ui-datepicker-trigger {
        right: 9px;
        top: 9px;
    }

    #homeVolForm .dates,
    #homeVolForm .other {
        padding: 0;
    }

    .bebesInfoTooltip,
    .enfantsInfoTooltip {
        left: -85px
    }

    #homeVolFormMulti .volFormMultiSubmit.homeVolFormCell,
    #homeVolFormMulti .homeVolFormCell:last-child {
        margin-bottom: 0;
    }

    #passagersOption {
        width: 100%;
        position: relative;
        right: 0;
    }

    #typeclasseMultiListBlock {
        margin-left: 0;
        left: 0;
    }

    #passagersMulti .sp-picto-select-bleu {
        position: absolute;
        right: 20px;
        top: 50%;
    }

    #homeVolFormMulti #passagersBlockContent {
        background: #fff none repeat scroll 0 0;
        cursor: pointer;
        position: absolute;
        top: 490px;
        width: 100%;
    }
}


@media screen and (max-width:784px) {
    .moteurHorizontal {
        width: 100%;
        z-index: 2;
    }

    .moteurHorizontal .errorArrival1 {
        margin-top: -33px;
    }

    .moteurHorizontal .errorArrival2 {
        margin-top: -20px;
    }
}

@media screen and (min-width:1040px) {
    .moteurHorizontal {
        height: 204px;
        width: 100%;
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: 2;
    }

    #homeForm.blackBlock {
        background-color: rgba(0, 0, 0, 0.6);
    }

    #typeVolList li {
        margin-right: 25px;
    }

    .homeVolFormOptions {
        margin-bottom: 13px;
    }

    .homeVolFormOptions {
        display: inline-block;
        position: relative;
    }

    #homeVolForm input,
    #homeVolFormMulti input {
        color: #2D4B9B;
        font-weight: bold;
    }

    /*    #homeVolFormMulti input{
            font-size: 14px;
        }    */
    .blockCheckVolDirect {
        position: absolute;
        top: 15px;
    }

    #homeVolForm input.checkVolDirect,
    #homeVolFormMulti input.checkVolDirect {
        display: inline-block;
        margin-bottom: auto;
        margin-right: 5px;
        margin-top: auto;
    }

    label.checkVolDirect {
        cursor: pointer;
    }

    .volFormSubmit {
        text-transform: uppercase;
    }

    #homeVolForm .blockCheckVolDirect [type="checkbox"],
    #homeVolFormMulti .blockCheckVolDirect [type="checkbox"] {
        width: 15px;
        height: 15px;
        padding: 0;
        vertical-align: bottom;
        margin: 0;
    }

    .homeVolFormOptionsListBlock {
        top: -3px;
    }

    #homeVolForm input.volFormSubmit,
    #homeVolFormMulti input.volFormSubmit {
        font-size: 16px;
        padding: 0;
        color: #fff;
    }

    .checkVolDirect {
        color: hsl(0, 0%, 100%);
        font-weight: bold;
    }

    #typeVolList li:last-child {
        margin-right: 0;
    }

    #passagersMulti .sp-picto-select-bleu {
        position: absolute;
        right: 14px;
        top: 45%;
    }

    .moteurHorizontal .homeVolFormOptions {
        padding-left: 10px;
    }
}

@media screen and (min-width:640px) and (max-width:820px) {
    #homeVolFormMulti input.volFormSubmit {
        font-size: 18px;
    }
}

@media screen and (min-width:640px) and (max-width:1200px) {

    input#dateTrajet1,
    input#dateTrajet2 {
        font-size: 11px !important;
        padding: 0 0 0 3px !important;
    }
}

@media screen and (min-width:640px) and (max-width:999px) {

    #homeVolForm .homeVolFormCell,
    #homeVolForm #dateDep,
    #homeVolForm #dateRet,
    #homeVolForm #passagersInput {
        width: 100%;
    }

    #homeVolForm .homeVolFormCell {
        display: inline-flex;
    }

    #homeVolForm #departure,
    #homeVolForm #arrival,
    #homeVolForm .dateDep,
    #homeVolForm .dateRet,
    #homeVolForm #passagersBlockContent,
    #homeVolForm input.volFormSubmit {
        width: 49%;
        display: inline-block;
        vertical-align: top;
    }

    #homeVolForm #departure,
    #homeVolForm .dateDep,
    #homeVolForm #passagersBlockContent,
    #homeVolForm input .volFormSubmit {
        margin-right: 2%;
    }

    #homeVolForm .dates,
    #homeVolForm .other {
        padding-left: 0;
    }

    #homeVolForm input,
    #homeVolFormMulti input {
        height: 36px;
        margin-bottom: 10px;
        padding: 5px 15px;
    }

    #passagersSelectsBlock {
        top: 37px;
    }

    .dates .ui-datepicker-trigger {
        right: 3px;
        top: 3px;
    }

    #homeVolForm .dateLabel {
        line-height: 36px;
        /*font-size: 16px;*/
    }

    #homeVolFormMulti .dateLabel {
        display: none;
    }

    .homeVolFormOptionSelected {
        top: 9px;
        left: 100px;
    }

    .homeMultiVolFormOptionSelected {
        top: 8px;
    }

    .blockCheckVolDirect {
        right: 10px;
    }

    #homeVolFormMulti .villes {
        width: 40%;
        display: inline-block;
        vertical-align: top;
    }

    #homeVolFormMulti .dates {
        width: 20%;
        display: inline-block;
        vertical-align: top;
    }

    #homeVolFormMulti input {
        width: 100%;
    }

    #homeVolFormMulti #departure1,
    #homeVolFormMulti #arrival1 {
        margin-bottom: 10px;
    }

    #homeVolFormMulti #passagersBlock {
        display: block;
        padding-left: 0;
    }

    #homeVolFormMulti input,
    #homeVolFormMulti #passagersMulti {
        height: 36px;
        padding-bottom: 3px;
        padding-top: 3px;
    }

    #homeVolFormMulti #passagersBlockContent {
        margin-bottom: 0;
        display: inline-block;
        width: 40%;
        vertical-align: top;
        margin-right: 1.2%;
        top: 0;
    }

    #homeVolFormMulti #passagersBlockContent #passagersInput {
        margin-bottom: 0;
    }

    #homeVolFormMulti .volFormSubmit {
        display: inline-block;
        width: 58.8%;
    }

    #homeVolFormMulti .dates,
    #homeVolFormMulti .villesArr,
    #homeVolFormMulti .other {
        padding-left: 1.2%;
    }

    .blockCheckVolDirect {
        right: 10px;
        /*top: 10px;*/
        top: -30px;
    }

    #homeVolForm #passagersInput,
    #homeVolForm .homeVolFormOptionSelected,
    #homeVolFormMulti #passagersMulti,
    #homeVolFormMulti .homeMultiVolFormOptionSelected,
    #homeVolFormMulti #typeclasseBlock {
        font-size: 14px;
    }

    #passagersMultiInput {
        position: absolute;
        top: 6px;
    }

    #homeVolFormMulti #passagersOption {
        display: inline-block;
        margin-bottom: 0;
        margin-right: 1.2%;
        vertical-align: top;
        width: 40%;
    }

    .homeVolFormOptions {
        padding-left: 10px;
    }

    .blockPassagerClass {
        line-height: 39px;
    }

    #passagersBlockContent .downBlueArrow {
        top: 17px;
    }
}

@media screen and (min-width:640px) and (max-width:1200px) {

    #homeVolForm,
    #homeVolFormMulti {
        position: relative;
    }
}

@media screen and (max-width:1000px) {
    #homeVolForm .date {
        padding-right: 60px;
        text-align: right;
    }
}

@media screen and (min-width:1000px) {
    .homeVolFormCell {
        display: table-cell;
        vertical-align: top;
    }

    #homeVolForm input,
    #homeVolFormMulti input {
        width: 100%;
        height: 50px;
        padding: 15px;
    }

    #homeVolForm .villes {
        width: 598px;
    }

    #homeVolForm .dates {
        width: 280px;
    }

    #homeVolForm .other,
    #homeVolFormMulti .other {
        width: 25%;
    }

    .dates .ui-datepicker-trigger {
        right: 9px;
        top: 9px;
    }

    #homeForm #homeVolForm .dateLabel {
        line-height: 50px;
    }

    #homeForm #homeVolFormMulti .dateLabel {
        display: none;
    }

    .homeVolFormOptionSelected,
    .homeMultiVolFormOptionSelected {
        left: 118px;
    }

    .homeVolFormOptionSelected {
        top: 14px;
    }

    .homeMultiVolFormOptionSelected {
        top: 15px;
    }

    #passagersBlockContent .downBlueArrow {
        top: 46%;
    }

    #homeVolFormMulti .dates,
    #homeVolFormMulti .villesArr,
    #homeVolFormMulti .other {
        padding-left: 20px;
    }

    #homeVolFormMulti .villes {
        width: 332px;
    }

    #homeVolFormMulti .villesArr {
        width: 352px;
    }

    #homeVolFormMulti .dates {
        width: 205px;
    }

    .homeVolFormOptionSelected,
    .homeMultiVolFormOptionSelected,
    #homeVolForm input,
    #homeForm .dateLabel,
    #passagersMultiInput {
        font-size: 16px;
    }

    #homeVolFormMulti input,
    #homeVolFormMulti .homeVolFormOptionSelected {
        font-size: 14px;
    }

    #homeVolFormMulti .homeVolFormOptionSelected {
        top: 16px;
    }

    #homeForm #homeVolForm .date {
        text-indent: 26%;
        font-size: 14px;
    }

    .homeVolFormCell #departure,
    .homeVolFormCell .dateDep,
    #passagersBlockContent,
    #homeVolFormMulti #departure1,
    #homeVolFormMulti #arrival1,
    #homeVolFormMulti #passagersOption {
        margin-bottom: 20px;
    }

    #homeVolForm .dates,
    #homeVolForm .other {
        padding-left: 20px;
    }

    .blockPassagerClass {
        line-height: 48px;
    }
}

@media screen and (min-width:640px) and (max-width:1140px) {

    #dateTrajet1,
    #dateTrajet2 {
        text-align: left;
    }
}

.ui-datepicker .ui-datepicker-next span,
.ui-datepicker .ui-datepicker-prev span {
    display: none !important;
}

.ui-datepicker td {
    border: 1px solid #ddd !important;
}

td.ui-state-disabled {
    cursor: default !important;
    pointer-events: none;
    /*    background: #EDEDED;
    opacity: 1 !important;*/
    border: none !important;
    background: transparent !important;
}

/************************************ Block Contact Smartphone *************************************/
@media screen and (max-width:768px) {
    .contactBDVSmart {
        width: 100%;
        bottom: -7px;
        position: absolute;
        color: #fff;
        text-align: center;
    }

    .contactBDVBorder {
        margin: 0 25px;
    }

    .contactBDVOpen {
        background-color: #fc4c02;
        padding: 0 0 7px 0;
    }

    .contactBDVOpen span {
        font-size: 0.8em;
        font-style: italic;
    }
}

@media screen and (min-width:768px) {
    .contactBDVSmart {
        display: none;
    }
}

/************************************ Fin Block Contact Smartphone *************************************/
@media screen and (min-width:640px) and (max-width:804px) {
    .moteurCarre {
        background: #36a9e1;
        height: 465px;
        position: static;
    }
}

@media screen and (min-width:805px) and (max-width:1024px) {
    .moteurCarre {
        height: 290px;
    }
}

@media screen and (min-width:640px) and (max-width:999px) {

    .moteurCarre #homeVolForm,
    .moteurCarre #homeVolFormMulti {
        padding: 0 10px 10px;
    }

    .moteurCarre #homeVolForm .dates,
    .moteurCarre #homeVolForm .other {
        font-size: 0;
    }

    .moteurCarre #homeVolForm .volFormSubmit {
        display: inline-block;
        width: 48.8%;
    }

    .moteurCarre #homeVolForm #departure,
    .moteurCarre #homeVolForm #arrival,
    .moteurCarre #homeVolForm .dateDep,
    .moteurCarre #homeVolForm .dateRet,
    .moteurCarre #homeVolForm #passagersBlockContent,
    .moteurCarre #homeVolForm input.volFormSubmit {
        font-size: 14px;
    }

    .moteurCarre #homeVolFormMulti #passagersBlock {
        font-size: 0;
    }

    .moteurCarre #homeVolFormMulti .volFormSubmit {
        display: inline-block;
        width: 58.8%;
    }

    .moteurCarre .blockCheckVolDirect {
        font-size: 14px;
    }
}

@media screen and (max-width:640px) {
    .homeFromMulti {
        height: 185px !important;
    }

    .moteurCarre .contactBDVSmartCarre {
        position: static;
    }
}

@media screen and (min-width: 640px) and (max-width: 999px) {

    .moteurHorizontal .reverse,
    .moteurCarre .reverse,
    .moteurCarre .reverseMulti1,
    .moteurCarre .reverseMulti2 {
        -webkit-transform: rotate(90deg);
        -webkit-transform: translate(50%, 50%) rotate(90deg);
        transform: rotate(90deg);
        transform: translate(50%, 50%) rotate(90deg);
    }

    .moteurHorizontal .reverse img,
    .moteurHorizontal .reverseMulti1 img,
    .moteurHorizontal .reverseMulti2 img,
    .moteurCarre .reverse img,
    .moteurCarre .reverseMulti1 img,
    .moteurCarre .reverseMulti2 img {
        padding: 4px 6px;
    }

    .moteurHorizontal .reverse {
        margin-top: -18px;
        margin-left: -33px;
    }

    .moteurHorizontal .reverseMulti1,
    .moteurHorizontal .reverseMulti2 {
        left: -13px;
        margin-top: 0;
    }

    .moteurCarre .reverse {
        margin-top: -18px;
        margin-left: -34px;
    }

    .moteurCarre .reverseMulti1 {
        top: -18px;
        left: -30px;
    }

    .moteurCarre .reverseMulti2 {
        top: 28px;
        left: -30px;
    }

    .onglet_moteur_voiture,
    .onglet_moteur_hotel {
        padding-top: 465px !important;
    }
}

@media screen and (min-width: 320px) and (max-width: 639px) {
    .homeFromMulti {
        height: 679px !important;
    }

    .reverse {
        left: 50%;
    }

    .moteurHorizontal .reverse {
        margin-top: -9px;
    }

    .moteurCarre .reverse {
        margin-top: -9px;
    }

    .moteurHorizontal .reverseMulti1,
    .moteurHorizontal .reverseMulti2 {
        left: 50%;
        transform: translateX(-50%);
    }

    .moteurHorizontal .reverseMulti1 img,
    .moteurHorizontal .reverseMulti2 img,
    .moteurCarre .reverseMulti1 img,
    .moteurCarre .reverseMulti2 img {
        padding: 5px 8px;
    }

    .moteurHorizontal .reverseMulti1 {
        margin-top: 113px;
    }

    .moteurHorizontal .reverseMulti2 {
        margin-top: 323px;
    }

    .moteurCarre .reverseMulti1 {
        top: 132px;
    }

    .moteurCarre .reverseMulti2 {
        top: 342px;
    }
}

@media screen and (min-width:1000px) {
    .moteurCarre {
        position: static;
        background-color: #36a9e1;
        height: 450px;
    }

    .moteurCarre #typeVolList li {
        margin-right: 0;
    }

    .moteurCarre #homeVolForm,
    .moteurCarre #homeVolFormMulti {
        padding: 0 10px 10px;
    }

    .moteurCarre .homeVolFormOptions {
        width: 100%;
    }

    .moteurCarre .homeVolFormOptionsList {
        text-align: center;
    }

    .moteurCarre .homeVolFormOptionsList li {
        font-size: 0.9em;
    }

    .moteurCarre .homeVolFormCell {
        display: block;
    }

    .moteurCarre.homeVolFormCell #departure,
    .moteurCarre .homeVolFormCell #arrival,
    .moteurCarre .homeVolFormCell .dateDep,
    .moteurCarre .homeVolFormCell .dateRet,
    .moteurCarre #passagersBlockContent,
    .moteurCarre .blockCheckVolDirect {
        margin-bottom: 10px;
    }

    .moteurCarre #homeVolForm .villes,
    .moteurCarre #homeVolForm .dates,
    .moteurCarre #homeVolForm .other {
        width: 100%;
    }

    .moteurCarre #homeVolForm .dates,
    .moteurCarre #homeVolForm .other {
        padding-left: 0;
    }

    .moteurCarre .blockCheckVolDirect {
        position: static;
        text-transform: uppercase;
        font-size: 0.8rem;
    }

    .moteurCarre .ui-autocomplete.ui-widget-content a {
        font-size: 0.8em !important;
    }

    Formulaire Multi .moteurCarre .homeFromMulti {
        height: auto !important;
    }

    .moteurCarre #homeVolFormMulti .villes,
    .moteurCarre #homeVolFormMulti .dates,
    .moteurCarre #passagersOption,
    .moteurCarre #homeVolForm .other,
    .moteurCarre #homeVolFormMulti .other {
        width: 100%;
    }

    .moteurCarre .homeVolFormCell #departure,
    .moteurCarre .homeVolFormCell #departure2,
    .moteurCarre .homeVolFormCell .dateDep,
    .moteurCarre #passagersBlockContent,
    .moteurCarre #homeVolFormMulti #departure1,
    .moteurCarre #homeVolFormMulti #arrival1,
    .moteurCarre #homeVolFormMulti #arrival2,
    .moteurCarre #homeVolFormMulti #passagersOption {
        margin-bottom: 10px;
    }

    .moteurCarre #homeVolFormMulti .dates,
    .moteurCarre #homeVolFormMulti .villesArr,
    .moteurCarre #homeVolFormMulti .other {
        padding-left: 0;
    }

    .moteurCarre #homeVolFormMulti #departure2 {
        position: relative;
        top: 120px;
        z-index: 998;
    }

    .moteurCarre #homeVolFormMulti #arrival1 {
        position: relative;
        top: -60px;
    }

    .moteurCarre #homeVolFormMulti #arrival2 {
        position: relative;
        top: 60px;
    }

    .moteurCarre #homeVolFormMulti .dateDep {
        position: relative;
        top: -120px;
    }

    .moteurCarre .volFormSubmit {
        width: 100%;
    }
}

.onglet_moteur_voiture,
.onglet_moteur_hotel {
    padding-top: 453px;
    position: relative !important;
}

/* Onglet Moteur */
#onglet_moteur {
    /*max-width: 1170px;*/
    width: 100%;
    position: absolute;
    bottom: 204px;
    z-index: 3;
    /*left: 363px;*/
}

#onglet_moteur_nav {
    font-size: 0;
    border-bottom: 4px solid #fc4c02;
    width: 1177px;
    margin: 0 auto;
}

#onglet_moteur_nav li {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: #ededed;
    color: #2D4B9B;
    padding: 5px;
    width: 235px;
    text-align: center;
    font-weight: bold;
    font-size: 1rem;
    cursor: pointer;
    /*border: 1px solid #fafafa;*/
}

#onglet_moteur_nav li:not(:first-of-type) {
    border-left: 1px solid #fc4c02;
}

#onglet_moteur_nav li img {
    vertical-align: middle;
    margin-right: 7px;
    height: 30px;
    width: 30px;
}

#onglet_moteur_nav li svg {
    vertical-align: middle;
    margin-right: 7px;
    width: 30px;
    height: 30px;
}

.onglet_moteur_active {
    background: #fc4c02 !important;
    border-color: #fc4c02 !important;
    color: #fafafa !important;
}

.resavoyage_icon {
    fill: black;
}

#onglet_voiture,
#onglet_hotels {
    display: none;
    position: absolute;
    z-index: 1;
    bottom: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.6);
}

#content_onglet #b_container {
    overflow: visible;
    position: relative;
    height: 360px;
}

#content_onglet #b_container iframe {
    border: 0px;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
}

#content_onglet {
    max-width: 1200px;
    width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
}

#content_onglet>* {
    vertical-align: top;
}

#onglet_voiture #content_onglet_inner {
    width: 55%;
    display: inline-block;
}

#onglet_voiture #content_onglet_aside {
    display: inline-block;
    width: 45%;
    padding-left: 50px;
}

#onglet_voiture #content_onglet_aside {
    color: #fff;
}

#onglet_voiture #content_onglet_aside h3 {
    padding: 10px 0;
}

#contentAside {
    margin-bottom: 20px;
}

#logoCars li {
    display: inline-block;
}

#logoCars li:not(:last-of-type) {
    margin-right: 8px;
}

#libSmartphone {
    display: none;
}

#libDesktop {
    display: inline-block;
}


@media screen and (min-width: 320px) and (max-width: 639px) {
    .homeChoiceAxe {
        padding: 10px;
    }

    .homeVolFormOptionsList {
        border-bottom: 0;
    }

    .homeVolFormOptionsList li {
        font-size: 1em;
        width: 29%;
    }

    #onglet_voiture,
    #onglet_hotels {
        background: #36a9e1;
        height: 300px;
    }
}

@media screen and (min-width: 320px) and (max-width: 1039px) {

    #onglet_moteur_nav {
        width: 100%;
        border-top: 1px solid #fc4c02;
        display: flex;
    }

    #onglet_moteur_nav img {
        display: none;
    }

    #onglet_moteur_nav li svg {
        display: none;
    }

    #onglet_moteur_nav li {
        vertical-align: top;
        font-size: 14px;
        border: 0;
        /*        background: #bbb;*/
    }

    #libDesktop {
        display: none;
    }

    #libSmartphone {
        display: inline-block;
    }

    #iframeAside {
        display: none;
    }

    #content_onglet {
        width: 100%;
    }

    .dates input.orange1 {
        background: #fff;
    }

    .dates .dateRet img {
        display: block !important;
    }
}

@media screen and (max-width: 784px) {

    #onglet_moteur,
    #onglet_voiture,
    #onglet_hotels {
        position: static;
        /*border-bottom: 3px solid #fc4c02;*/
        /*background: #fc4c02;*/
    }
}

@media screen and (min-width: 785px) and (max-width: 1039px) {
    #onglet_moteur {
        bottom: 233px;
        position: absolute;
        left: 0;
    }

    #onglet_moteur_nav {
        width: 100%;
    }

    /*    #bigPhoto {overflow: hidden;}*/
    #carrousel {
        position: relative;
    }

    #libDesktop {
        display: none;
    }

    #libSmartphone {
        display: inline-block;
    }

    /*#locVoitureIframe{width: 100%;}
    #iframeAside {display: none;}
    #content_onglet {width: 100%;}*/
}

/*@media screen and (min-width: 640px) and (max-width: 768px) {
    #onglet_moteur {position: static;}
}*/

@media screen and (min-width: 769px) and (max-width: 900px) {
    #onglet_voiture #content_onglet_aside {
        display: none;
    }

    #content_onglet {
        width: 100%;
    }

    #onglet_voiture #content_onglet_inner {
        width: 100%;
    }
}

@media screen and (min-width: 900px) and (max-width: 1199px) {
    #content_onglet {
        width: 100%;
    }

    #onglet_voiture #content_onglet_aside {
        padding-left: 10px;
        font-size: 11px;
        width: 27%;
    }

    #onglet_voiture #content_onglet_inner {
        width: 72%;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1199px) {
    #onglet_moteur {
        left: 0;
    }

    #onglet_voiture #content_onglet_aside {
        padding-left: 10px;
    }

    /*#locVoitureIframe{width: 100%;}*/
    /*#libDesktop {display: none;}
    #libSmartphone {display: inline-block;}*/
    /*#iframeAside {display: none;}*/
    /*#content_onglet {width: 100%;}*/
}

#content_onglet_inner {
    display: inline-block;
    width: 100%;
}

#content_onglet_aside {
    display: inline-block;
    width: calc(100% - 827px);
    padding: 15px;
    color: #fff;
}

#content_onglet_aside p {
    font-size: 15px;
}

#content_onglet_aside span {
    font-size: 22px;
    font-weight: bold;
}

#more_destination {
    font-size: inherit !important;
    text-align: right;
    margin-top: 15px;
    display: block;
}

@media screen and (max-width: 1086px) {
    #onglet_voiture #content_onglet_aside,
    #content_onglet_aside {
        display: none;
    }

    #onglet_voiture #content_onglet_inner,
    #content_onglet_inner {
        width: 100%;
    }
}

@media screen and (min-width: 1000px) {
    iframe#engine {
        height: 450px;
    }
}

@media screen and (max-width: 767px) {
    iframe#engine {
        height: 450px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    iframe#engine {
        height: 236px;
    }
}