/*
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 : 7 avr. 2017, 10:38:05
    Author     : elisabeth
*/

/*#mainSection {
    padding: 0 10px;
}*/
@media screen and (max-width:639px){
    #bigPhoto{
        height: 225px;
    }
}
.banner{
    position: absolute;
    bottom: 0;                
    width: 100%;
}
#guideNav ul{
    width: 100%;
    font-size:0;
}
#guideNav li{
    background-color: #fc4c02;
    color: #ffffff;    
    font-weight: bold;
    /*padding: 15px 31px;*/
    text-align: center;
    text-transform: uppercase;    
    font-size: 0.95rem;
}
#guideNav a{
    display: block;
    text-decoration: none;
}
@media screen and (max-width:640px){    
    #guideNav li{
        cursor: pointer;
        border-bottom: 1px solid #2D4B9B;
        line-height: 44px;
    }
    #guideNav li:hover{
        background-color: #36a9e1;
    }    
}
@media screen and (min-width:640px){
    #guideNav li{
        line-height:21px;
    }
    #guideNav li:first-child, #guideNav li:nth-last-child(2){
        line-height: 44px;
    }

    @media screen and (min-width:900px){
        #guideNav{
            padding: 25px 0;
        }
    }
    #guideNav li{
        display: inline-block;
        vertical-align: middle;
        padding: 0 5px;
        height: 44px;
    }
    @media screen and (max-width:750px){
        #guideNav li{
            margin-right: 3%;
            width: 17.6%;
        }
    }
    @media screen and (min-width:742px){
        #guideNav li:last-child{
            line-height: 44px;
        }
    }
    @media screen and (min-width:750px){
        #guideNav li{            
            margin-right: 0.62%;
            width: 19.5%;
        }
    }
    #guideNav li:last-child{
        margin-right: 0;
    }
    @media screen and (min-width:1086px){
        #guideNav li:nth-child(2){
            line-height: 44px;
        }
    }
    @media screen and (min-width:1154px){
        #guideNav li:nth-child(3){
            line-height: 44px;
        }
    }

    @media screen and (max-width:1200px){
        #guideNav{     
            margin: 0 10px;
        }
    }
    @media screen and (max-width:900px){
        #guideNav{
            padding: 13px 0;
        }
        #guideNav li{            
            font-size: 12px;
            /*            line-height: 21px;*/
        }
    }
}

.pagination{
    display: block;
    /*    margin: 15px 0;*/
}
.pagination ul {
    text-align: center;
}
.pagination li {
    font-size: 1.13em;
    margin-bottom: 0;
    margin-right: 0.39%;
    background: #fc4c02 none repeat scroll 0 0;
    display: inline-block;
    width: 39px;
    margin-bottom: 10px;
    cursor: pointer;
}
.pagination li:last-child{
    margin-right: 0;
}
.pagination a {
    color: #fff;
    display: block;
    font-weight: bold;
    padding: 5px 15px;
}
.pagination a:hover {
    text-decoration: none;
}
/***************** Affichage pas groupe de lettre *********************/
.planSiteListeByLetter .plansitePaysLetter {
    background-color: #fc4c02;
    color: #fff;
    font-size: 1.8em;
    font-weight: bold;
    height: 30px;
    line-height: 1.1em;
    padding-left: 10px;
    width: 100%;
}
.planSiteListLetter{
    background-color: #fc4c02;
    color: #fff;
    font-size: 1.8em;
    font-weight: bold;
    height: 30px;
    line-height: 1.1em;
    padding-left: 10px;
    width: 100%;
}
.planSiteListByLetter .namePays {
    color: #00225b;
    font-weight: bold;
}
.planSiteListByLetter ul{
    margin-bottom: 10px;
}

.planSiteList{
    font-size: 0;
    margin-top: 10px;
}
.planSiteList li{ 
    color: #2d4b9b;
    display: block;
    font-size: 0.9rem;    
    vertical-align: top;    
}
@media screen and (min-width:640px){
    .planSiteList li{
        display: inline-block;
        width: 33.3%;
    }
}
.planSiteListByLetter .planSiteBorder {
    border-bottom: 1px solid #2d4b9b;
    margin-bottom: 10px;
}
.planSiteListByLetter .planSiteBorder:last-child {
    border-bottom: none;
}
.planSiteBorder img{
    vertical-align: sub;
}
/***************** Fin Affichage pas groupe de lettre *********************/
/************************************************************************** SATELLITES ***/
.oagTableTarif{
    padding: 0;
}

/****************** Tableau tarifs OAG ****************/
.oagTopNav{
    border-bottom: 5px solid #fc4c02;
}
.oagBlockVille{
    border-bottom: 5px solid #fc4c02;
}
.navOAGDays{
    padding-top: 5px;    
}
.navOAGDays li{
    display: inline-block;    
}
.navOAGDays button{
    cursor: pointer;
    background: #fff;
    border: transparent;
    color: #575757;
    font-weight: bold;
}
@media screen and (max-width:639px){
    .navOAGDays .active button{
        background: url("/images/onglet-horaires-mobile.png") no-repeat scroll 0 0 #ffffff;
        width: 43px;
    }
}
@media screen and (min-width:640px){
    .navOAGDays .active button{
        background: url("/images/onglet-horaires.png") no-repeat scroll 0 0 #ffffff;
        width: 95px;        
    }
}
.navOAGDays .active button{
    /*    background: url("/images/onglet-horaires.png") no-repeat scroll 0 0 #ffffff;*/
    color: #fff;
    height: 25px;
}
.navOAGVilles{    
    cursor: pointer;
}
.oagTopNav{
    position: relative;
}
.navOAGVilles{
    position: absolute;
    top: 5px;
    border: 1px solid #ccc;
}
@media screen and (max-width:639px){    
    .oagTopNav{
        height: 60px;
    }
    .navOAGDays{
        position: absolute;
        top: 25px;
        width: 100%;
    }
    .navOAGDays li{
        text-align: center;
        width: 14.2%;
    }
    .navOAGVilles{
        margin: 0 2%;
        /*        position: absolute;*/
        /*        top: 5px;*/
        width: 96%;
    }
}
@media screen and (min-width:640px){
    .navOAGVilles{
        /*        position: absolute;*/
        right: 15px;
        /*        top: 5px;*/
    }
}
.titleHorairesVol{
    font-size: 1.2em;    
}
.titleHorairesVol h2{
    padding: 0;
    text-align: left;
}
@media screen and (max-width:639px){    
    .titleHorairesVol span{
        display: block;
        text-align: right;
    }
}
@media screen and (min-width:640px){
    .titleHorairesVol{
        position: relative;
        padding-left: 20px;
    }
    .titleHorairesVol span{
        position: absolute;
        right: 10px;
        top: 5px;
    }
}
.oagListItem{
    color: #02255b;
}
.oagListItem li{
    padding: 5px 2%;
    font-size: 0;
}
.oagListItem li:nth-child(even){
    background: #ECF0FB;
}
.oagListItem span{
    display: inline-block;
    text-align: center;
    font-size: 0.9rem;
}
.oagListItem img{
    vertical-align: sub;
}
@media screen and (max-width:669px){
    .oagListItem span{
        width: 50%
    }
    .oagListItem .oagCie{
        width: 100%;
    }
}
@media screen and (min-width:670px){
    .oagListItem span{
        width: 13.71%;
    }
}
.oagNoFlight{
    color: #2d4b9b;
    font-weight: bold;
    padding: 10px 0;
    text-align: center;
}
#oagPagination{
    text-align: center;
    margin: 10px 0;
}
#oagPagination a {
    background: #ECF0FB;
    cursor: pointer;
    display: inline-block;
    font-size: 1.13em;
    margin-bottom: 10px;
    margin-right: 0.39%;
    width: 39px;
    color: #2d4b9b;    
    font-weight: bold;
    padding: 5px 15px;
    text-decoration: none;
}
#oagPagination a.active{
    background: #ededed;
    color: #f60;
}

/****************** Fin Tableau tarifs OAG ****************/
.backColorWhiteContent .title {
    color: #36a9e1;
    font-size: 1em;
    font-weight: bold;
}
.backColorWhiteContent .textInfos {
    text-align: justify;
}
.backColorWhiteContent .textInfos a{
    color: #fc4c02;
    text-decoration: underline;
}
.backColorWhiteContent .title:first-child{
    text-transform: uppercase;
}

/****************************** Histogramme **********************/
.histogramme img{
    max-width: 100%;
    height: auto;
}
/****************************** Fin Histogramme **********************/

/**** Block hotel ****/
.backColorWhiteContentHotel li {
    background: rgba(0, 0, 0, 0) url("/images/icon-hotel.png") no-repeat scroll 0 0;
    /*    font-size: 0.8em;*/
    margin-bottom: 10px;
}
.backColorWhiteContentHotel .titre_hotel{
    text-transform: uppercase;
    color: #36a9e1;
    font-weight: bold;
    margin-left: 28px;
    font-size: 1.2em;
}
.backColorWhiteContentHotel span{
    text-align: left;
    display: block;
}
.linkAllHotels{
    font-weight: normal;
    text-align: center;
    text-decoration: underline;
}
/*************************** Fin Block Hotel ************************/

/************************* Block Images ****************************/
.backColorWhiteContent .satBottomGallery {
    font-size: 0.8em;
    margin: 20px 8%;
    text-align: center;
    vertical-align: top;    
}
@media screen and (min-width:640px){
    .backColorWhiteContent .satBottomGallery {
        display: inline-block;
        width: 17%;
    }
}
/************************* Fin Block Images ****************************/

/******************************************************** IMAGE EN HAUT A DROITE ***********************************************************/
.displayImgRight{
    /*        width: 307px;*/    
    font-weight: bold;
    font-size: 0;
}
.displayImgRight img{
    max-width: 100%;
}
.textImgRight{
    background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;    
    text-align: center;
    width: 100%;
    padding: 5px;    
}
.textImgRight h3{
    border-bottom: 1px solid #fff;
    color: #fc4c02;
    font-size: 1rem;
    padding-bottom: 5px;
}
.textImgRight .titleOrange {
    color: #ff6600;
}
.textImgRight p{
    color: #fff;
    font-size: 0.6rem;
    line-height: 16px;    
}
.blockImgRightInfos{
    margin-top: 10px;
}
.blockImgRightInfosPrice {
    margin-top: 5px;
}
.priceOrange {
    color: #ff6600;
    font-size: 1.8em;
}
.priceOrange strong {
    font-size: 1.5em;
}
/*@media screen and (max-width: 639px){
    .pagePasCherVille #mainSection{
        position: relative;
    }
    .pagePasCherVille .columnLeft{
        padding-top: 155px;
    }
    .displayImgRightPasCherVille{
        display: block;
        width: 100%;
    }
    .displayImgRightPasCherVille img{
        display: none;
    }
    .displayImgRightPasCherVille{
        position: absolute;
        margin-bottom: 0;
        top: 46px;
        padding-right: 20px;
    }
}*/
/*@media screen and (min-width:640px){*/
.displayImgRight{
    position: relative;    
    border: 5px solid #fff;
}
.textImgRight{        
    position: absolute;
    bottom: 0;
}
/*}*/
@media screen and (min-width:339px) and (max-width:1000px){
    .displayImgRightPasCherVille{
        display: none;
    }
} 
@media screen and (max-width:1000px){
    .displayImgRightPasCherPays{
        display: none;
    }
}
@media screen and (min-width:1000px){
    .displayImgRightPasCherPays, .displayImgRightPasCherVille{
        display: block;
    }    
}
/******************************************************** FIN IMAGE EN HAUT A DROITE ***********************************************************/


.infosRightTitle {    
    border-bottom: 1px solid #ccc;
    color: #7fa8d4;
    font-size: 1.2em;
    padding-bottom: 10px;
    text-align: left;    
}
.infosRightTitle img{
    vertical-align: bottom;
}
#satTop5DestinationsList {
    font-size: 1em;
    font-weight: bold;
    margin-top: 10px;
    padding-left: 30px;
}
#satTop5DestinationsList li {
    color: #f60;
    list-style: disc;
    margin-bottom: 8px;
}
#satTop5DestinationsList a {
    color: #02255b;
}

.autres_villes{
    color: #02255b;
    font-size: 0.9em;
    font-weight: bold;
    padding-left: 10px; 
}
.autres_villes li{
    line-height: 18px;
}

.crosslinksList {
    color: #02255b;
    font-size: 1em;
    font-weight: bold;
    margin-top: 10px;
    padding-left: 15px;
}
.crochet {
    background: rgba(0, 0, 0, 0) url("/images/picto-fleche.png") no-repeat scroll 0 4px;
    font-size: 0.8em;
    margin-bottom: 5px;
    padding-left: 15px;
}

@media screen and (min-width: 320px) and (max-width:767px){    
    .banner {
        position: initial;
    }
    .containerTopHome {
        display: block !important;
    }
    .containerTopHome h1.TitleSite {
        font-size: 1.2em;
        padding: 10px 0;
        text-align: center;
        margin-top: 0;
    }
}