
body{
    background: #e0e5eb;
    color: #333333;
    font-family: arial, "sans-serif";
    font-size: 14px;
    margin: 0;
}

.container{
    min-height: 600px;
    background-color: transparent !important;
    padding-top:90px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    max-width: 100%;
}

.container .border{
    background: #ffffff;
    height: 1px;
    margin: auto;
    width: 300px;
}

.container .book {
    color: #ffffff;
    font-size: 60px;
    font-weight: 300;
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 10px;
    text-transform: uppercase;
    width:100%;
    text-align: center;
}

.container .smallTitle .book {
    font-size: 40px;
}

.container .congres-title {
    color: #ffffff;
    font-weight: 700;
    margin: 0;
    margin-top: 10px;
    padding-bottom:10px;
    /*text-transform: uppercase;*/
    font-size: 55px;
    width:100%;
    text-align: center;
}

.container .smallTitle .congres-title {
    font-size: 50px;
    line-height: 64px;
}

.container .container-titre{
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0.2);
    background-image: none;
    background-origin: padding-box;
    background-position-x: 0;
    background-position-y: 0;
    background-repeat: repeat;
    background-size: auto auto;
    text-align: center;
    max-width: 1024px;
    margin: auto;
    padding-bottom: 30px;
}

.zone-titre {
    padding-top:0;
    max-height:530px !important;
}
.zone-titre.container {
    max-height:530px !important;
    min-height:530px !important;
    background-position-x: center !important;
}
.zone-titre .container-titre .congres-logo img {
    max-height:125px;
    max-width:100%;
    background-color:#ffffff;
    padding:5px;
}

.contentContainer main {

}

.zone-recherche {
    margin-top: -170px !important;
    height: 170px;
}



#formSearchFlight{
    text-align:center;
    max-width: 1024px;
    margin: auto;
}

#formSearchFlight form{
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

#formSearchFlight form fieldset{
    border: none;
    margin: 0;
    padding: 5px 15px 0 0;
}

#formSearchFlight form fieldset div{
    position:relative;
    margin-top: -1px;
}

#formSearchFlight form fieldset.fieldset-lieu{
    //width:30%;
}

#formSearchFlight form fieldset.fieldset-date{
    //width:25%;
}
#formSearchFlight form fieldset.fieldset-date label[for=form_godate] {
    border-radius: 3px 0 0 0;
}

#formSearchFlight form fieldset.fieldset-passagers{
    //width:23%;
    min-width: 205px;
}

#formSearchFlight form button{
    width: 100%;
    height: 90px;
    border: 2px solid #fff;
    text-transform: uppercase;
    font-size: 1em;
    border-radius: 3px;
    margin-top:5px;
    cursor: pointer;
    min-width: 115px;
    color:#fff;
    font-weight:bold;
    background-color: transparent;
}

#formSearchFlight form div.search {
    margin: auto;
    text-align: left;
    border-radius: 3px;
    padding: 10px 30px 10px 30px;
}

@media screen and (max-width: 768px) {
    #formSearchFlight form div.search {
        padding: 19px 20px 10px 35px;
    }
}


#formSearchFlight form div.search label[for=form_cabinclass] {
    color:#fff;
}

#formSearchFlight form input,
#formSearchFlight form select{
    font-size: 1em;
    border: 1px solid #e0e2e5;
    font-family: arial, "sans-serif";
}

#formSearchFlight form .fieldset-passagers select{
    width: 50px;
}

#formSearchFlight form .fieldset-passagers label,
#formSearchFlight form .info{
    color:#fff;
}

#formSearchFlight form .info {
    color:#fff;
    position: relative;
    top: -1px;
    font-style: italic;
}

#formSearchFlight form select#form_searchtype{
    width:120px;
    margin-left: 15px;
}

#formSearchFlight form select#form_cabinclass {
    margin-top: 0px;
    width: 120px;
    margin-left: 4px;
    margin-right:10px;
}

#formSearchFlight form select#form_lang {
    margin-top: 5px;
    margin-left: 5px;
}

.langue-off {
    display:none;
}

.formLangResults{
    position: absolute;
    right: 0px;
    top:20px;
}

#formSearchFlight form input{
    height:48px;
}

#formSearchFlight form input[readonly] {
    background-color: #f2f4f7;
    cursor: not-allowed;
}

#formSearchFlight form .fieldset-passagers label {
    width: 160px;
    float: left;
}

#formSearchFlight form fieldset.fieldset-lieu label,
#formSearchFlight form fieldset.fieldset-date label{
    background: #f2f4f7;
    text-align: right;
    font-size: 13px;
    height: 46px;
    line-height: 48px;
    color: #64686C;
    position: absolute;
    left: 1px;
    z-index: 20;
    border-radius: 0 0 0 3px;
    top: 1px;

}

#formSearchFlight form fieldset.fieldset-lieu label {
    width: 85px;
    padding: 0 10px;
}
#formSearchFlight form fieldset.fieldset-date label {
    width: 70px;
    padding: 0 15px;
}


#formSearchFlight form fieldset.fieldset-date input{
    padding: 0 0 0 77px;
    width: 100%;
}

#formSearchFlight form fieldset.fieldset-lieu input {
    padding: 0 0 0 95px;
    width: 100%;
}

#formSearchFlight form fieldset.fieldset-lieu input[id=form_destination][readonly] {
    background-color:#f2f4f7;
}

#formSearchFlight form fieldset.fieldset-lieu label[for=form_destination] {
    border-right:1px solid #eeeeee;
}

#formSearchFlight form fieldset.fieldset-date input{
    text-align: left;
}

#formSearchFlight form .fieldset-passagers div{
    margin-top: 7px;
    padding-bottom: 4px;
    margin-left: 10px;
}

#formSearchFlight form .fieldset-date div:before{
    content:url(/business.png);
    position: absolute;
    right: 11px;
    top: 11px;
}


#ui-datepicker-div {
    z-index:1000 !important;
}



body iframe {
    width: 100%;
    border: 0px none;
    margin: 0px;
    padding: 0px;
    background-color: transparent;
    overflow: hidden;
    min-height:690px;
}

header, footer{
    width: 970px;
    height: 124px;
    border:0;
    margin:auto;
    text-align: center;
}

header{
    margin-bottom: 0px;
}

footer{
    margin-top: 0px;
}


/***** RESULTS *****/

#misterflySite .c-hp-search-club {
    background-image:none !important;
}

#zone-results {
    margin-top:-170px;
}

#zone-results #misterflySite {
background-color:transparent !important;
}

#zone-results iframe body {
    background: none !important;
}

#zone-recap {
    margin-top: -170px !important;
    height: 170px;
}


@media (min-width: 1200px) {

}

@media (min-width: 992px) {

}

@media screen and (max-width: 768px) {
    .book {
        font-size:37px !important;
        line-height:52px;
    }
    .congres-title {
        font-size:36px !important;
    }
    .zone-recherche {
        height: 450px;
    }
    #formSearchFlight form button {
        height:57px;
        margin-left: -8px;
    }
}

#misterflySite {
    background-color:transparent !important;
}


.zone-recherche {
    background:rgba(0, 75, 143, 0.9);
}


#zone-recap {
    background-color:rgba(0, 75, 143, 0.9);
}

.c-top-filters {
    margin-top: 54px;
}

/**** FOOTER ****/
footer {
    background-color: #ffffff;
    width: 100%;
}

footer .eo-global-copyright {
    max-width: 1024px;
    margin: 0 auto;
    color: #afb2b4;
    text-transform: uppercase;
    font-size: 11px;
    font-family: "Lato", sans-serif !important;
}

footer .eo-global-copyright .footer-container {
    min-height: 200px;
    background-color: transparent !important;
    padding-top: 25px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

footer .eo-global-copyright .footer-container .copyright {
    text-align:left;
    font-weight: 200;
}

footer .eo-global-copyright .footer-container div a {
    color: #afb2b4;
    font-family: "Lato", sans-serif !important;
}

footer .eo-global-copyright .footer-container div{
    display: inline;
}



@media screen and (max-width: 768px) {
    footer .eo-global-copyright {
        font-size: 11px;
    }
}



/***** BACK TO TOP *****/


.scrollTop {
    position: fixed;
    right: 5%;
    bottom: 20px;
    background-color: rgba(0, 0, 0, 0.4);
    padding: 20px;
    opacity: 0;
    transition: all 0.4s ease-in-out 0s;
    width: 70px;
    height: 70px;
    border-radius: 50%;
}

.scrollTop a {
    font-size: 0;
}


.scrollTop a:before {
    font-family:'FontAwesome';
    content:'\f106';
    font-size: 46px;
    color: #fff;
    line-height:26px;
    text-align:center;
}

.scrollTop a:hover {
    text-decoration:none;
}
