body{
    font-size: 0.75em;
}
select{
    cursor: pointer;
}
.white{
    color: #fff;
}
.blue{
    color: #02255b;
}
.orange{
    color: #f60;
}
.backgroundWhite{
    background: rgba(255, 255, 255, 0.75) none repeat scroll 0 0;
}
.backgroundBlack{
    background: rgba(0, 0, 0, 0.45) none repeat scroll 0 0;
}
.left10{
    padding-left: 10px;
}
.clearList{
    list-style: none;
}

.globalContent{
    border: solid #efefef;
    border-width: 0 0.1px;
    padding: 0 8px;
    background-color: #ffffff;
}
.leftColumn{
    display: inline-block;
    width: 310px;
}
.blockRelatif{
    position: relative;
}
.blockGrey{
    /* border: 1px solid #ddd; */
    padding: 10px;
    margin-bottom: 25px;
    position: relative;
}
.titleBlueLight{
    color: #7fa8d4;
    font-size: 1.4em;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.subTitle{
    color: #444444;
    margin-bottom: 10px;
}
.subTitle span{
    font-weight: bold;
}
.selectDept{
    margin-bottom: 10px;
}

.selectLastMin label, .selectDept label{
    font-size: 1em;
    margin-right: 10px;
}
.selectLastMin select, .selectDept select{
    width: 150px;
    background: #F4F4F4;
    color: #666666;
}
.selectLastMin select:focus, .selectDept select:focus{
    outline:none;
}
.selectLastMin select{
    width: 177px;
}
.offersTrip{
    border-bottom: 1px dotted #ddd;
    margin-top: 5px;
    padding-bottom: 5px;
    position: relative;
}
.offersTrip:last-child{
    border-bottom: 0;
}
.offersTrip > span{
    display: block;
}
.titleOffersTrip{
    font-weight: bold;
    font-size: 1.4em;
    color: #02255b;
}
.nightOffersTrip{
    color: #444;
    font-size: 0.9em;
}
.dateOffersTrip{
    color: #f60;
    font-size: 0.9em;
    font-weight: bold;
}
.priceOffersTrip{
    background: #f60 none repeat scroll 0 0;
    color: #fff;
    font-size: 1.2em;
    font-weight: bold;
    padding: 2px 10px;
    position: absolute;
    right: 0;
    top: 15px;
}
.listOffersHome{
    color: #f60;
    font-size: 1.2em;
    font-weight: bold;
    padding-left: 16px;
}
.listOffersHome li{
    position: relative;
    border-top: 1px solid #ddd;
    padding: 5px 0;
}
.listOffersHome li:nth-child(odd){
    background: #F5F5F5;
}
.listOffersDest{
    color: #02255b;
    text-transform: uppercase;
}
.listOffersDetails{
    display: inline-block;    
    position: absolute;
    right: 10px;
}
.listOffersText{
    color: #898989;
    font-size: 0.8em;
    font-weight: normal;
}
.listOffersPrice{
    color: #f60;
    font-size: 1.2em;    
}

.listOffersBtn{
    border: none;
    font-family: Helvetica, Sans-Serif;
    color: white;
    padding: 2px 5px 2px 3px;
    text-align: center;
    text-decoration: none;
    font-size: 0.82em;
    display: inline-block;    
    position: absolute;
    border-radius: 1px;
    right: 10px;
    width: 110px;
    height: 20px;
    background-image:url(../images/bouton-voyages.png);
    background-size : 100%;
    cursor:pointer;
}

.listOffersBtn:hover{
    color: #cccccc;
}

.listOffersBtn:focus{
    outline: none;
}

.blockBlue{
    padding: 10px;
    margin-bottom: 25px;
}
.blockBlue .titleBlueLight{
    margin-bottom: 5px;
    padding-bottom: 5px;
}
.blockPartners, .blockCompagnie{
    position: relative;
}
.blockPartners .subTitle, .blockCompagnie .subTitle{
    position: absolute;
    right: 0;
    top: 14px;
    font-size: 0.85em;
}
.blockPartners p, .blockCompagnie p{
    color: #02255b;
    display: inline-block;
    font-weight: bold;
    text-align: justify;
    vertical-align: top;
    width: 35%;	
}
.btn {
color:green;
}
.listCompagnie{
    display: inline-block;
    text-align: center;    
}
.listCompagnie:nth-child(-n+2) {
    margin-bottom: 10px;
}
.listCompagnie:nth-child(odd){
    margin-right: 40px;
}
.listCompagnie > a{
    display: block;
    font-size: 0.9em;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}
.blockGuide a{
    color: #02255b;
    display: block;
    font-size: 1.2em;
    font-weight: bold;
    margin: 4px 0;
}
.blockGuide img{
    padding-right: 15px;
    vertical-align: bottom;
}
.blockPubBlue{
    /*border: 2px solid #02255b;*/
    margin-bottom: 15px;
}

.rightColumn{
    display: inline-block;
    margin-left: 16px;
    vertical-align: top;
    width: 650px;
    position: relative;
}
.selectDept{
    position: absolute;
    right: 10px;
    top: 7px;
}

.blockOffers{	
    position: relative;
    height: 200px;
    overflow :hidden;
}

.blockOffers img{
    width: 300px;
    height: 200px;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.ZoomImg {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.blockOffersList{
    margin-bottom: 15px;
}
.blockOffersList li{
    display: inline-block;
    margin-bottom: 15px;
    vertical-align: top;
    width: 300px;
}
.blockOffersList li:nth-child(2n+1){
    margin-right: 28px;
}
.sejourVilleDepBlock {
    height: auto;
}
#homePromosejourbordeaux, #homePromosejournantes, #homePromosejourmarseille, #homePromosejournice, #homePromosejourstrasbourg, 
#homePromosejourtoulouse, #homePromosejourlyon, #homePromosejourmulhouse, #homePromosejourbruxelles, #homePromosejourlille{
    display: none;
}

#homePromocircuitbordeaux, #homePromocircuitnantes, #homePromocircuitmarseille, #homePromocircuitnice, #homePromocircuitstrasbourg, 
#homePromocircuittoulouse, #homePromocircuitlyon, #homePromocircuitmulhouse, #homePromocircuitbruxelles, #homePromocircuitlille{
    display: none;
}

#homePromoWeek-Endbordeaux, #homePromoWeek-Endnantes, #homePromoWeek-Endmarseille, #homePromoWeek-Endnice, #homePromoWeek-Endstrasbourg, 
#homePromoWeek-Endtoulouse, #homePromoWeek-Endlyon, #homePromoWeek-Endmulhouse, #homePromoWeek-Endbruxelles, #homePromoWeek-Endlille{
    display: none;
}

.blockOffers .titleSejour{
    background: rgba(255, 255, 255, 0.6) none repeat scroll 0 0;
    color: #02255b;
    font-size: 1.4em;
    font-weight: bold;
    padding: 10px 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
}
.blockOffers .priceSejour, .blockPromoDet .pricePromo{
    background:url("../images/bouton-voyages.png") no-repeat scroll;
    bottom: 0;
    right: 0;
    color: white;
    text-align: center;
    font-size: 1em;
    height: 30px;
    position: absolute;
}
.blockOffers .priceSejour a, .blockPromoDet .pricePromo{
    color: rgba(255, 255, 255, 0.75);
    font-size: 0.9em;
    font-weight: bold;
}
.blockOffers .priceSejour a, .blockPromoDet .pricePromo span{
    color: #fff;
    font-size: 1.2em;
    font-weight: bold;
    margin-left: 15px;
}
.blockOffers .priceSejour span, .blockPromoDet .pricePromo span{
    color: #fff;
    font-size: 1.4em;
    font-weight: bold;
    margin-left: 15px;
}
.blockOffers .btn {
    border: none;
    color: white;
    padding: 7px 10px 7px 20px;
    text-align: center;
    text-decoration: none;
    font-size: 1.2em;
    width: 150px;
    background-image:url(../images/bouton-voyages.png);
    position: absolute;
    right: 0;
    bottom: 0;
    font-weight: bold;
}
.blockOffers .btn:hover {
    border: none;
    color: #cccccc;
    cursor:pointer;
    text-decoration: none;
    background-image:#f60 url(../images/bouton-voyages.png)no-repeat scroll 4px 8px;
}
.blockOffersText{
    font-size: 1.1em;
    font-weight: bold;
    position: relative;
    margin-top: 5px;
}
.blockOffersText span{
    font-weight: normal;
    position: absolute;
    right: 0;
}
.allOffersLinks{
    background:#f5f5f5;
    border: 1px solid #e4e4e4;    
    border-radius: 3px;
    bottom: 1px;
    font-size: 1.1em;
    font-weight: bold;
    padding: 6px 0;
    position: absolute;
    text-align: center;
    width: 648px;
}

.allOffersLinks a{
    color: #f60;
    text-decoration: underline;
}

.titleDescriptBDV{
    color: #0050b3;
    display: inline-block;
    font-size: 1.4em;
    font-weight: bold;
    margin-bottom: 10px;
    margin-left: 15px;
    vertical-align: super;
}
.textDescriptBDV{
    color: #0050B3;
    text-align: justify;   
}
.listLinks{
    width: 160px;
    background: #F5F5F5;
    display: inline-block;
    margin-right: 4px;
}
.listLinks:last-child{
    margin-right: 0;
}
.listLinks li{
    font-size: 0.95em;
    font-weight: bold;
    list-style: none;
    padding: 2px 0;
}
.listLinks h3{
    background: #00508b;
    text-align: center;
    color: #fff;
    padding: 4px 0;
    font-size: 1em;
}

/* SLIDER */
.PromoCieBlock{    
    bottom: 50px;    
    font-weight: bold;
    right: 15px;
    padding: 10px;
    padding-bottom: 10px;
    position: absolute;
    width: 285px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 3px;
}
#carrousel {
    height: 353px;
    margin: auto;
    position: relative;
    margin-bottom: 15px;	
}
#carrousel li {
    left: 0;
    list-style: outside none none;
    position: absolute;
    top: 0;
}
#carrousel .backImgDiapo{
    background: #fff;
    display: block;    
    width: 980px;
    height: 353px;    
}
.PromoDescription a {      
    display: block;
    font-size: 1.3em;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
}
.PromoDescription .buttonSliderHome{
    text-decoration:none;
    margin-top: 10px;
    padding: 4px 3px;
    width:100%;
    border:none;
    border-radius: 2px;
    color:white;
    font-family: Arial, Candara;
    font-size:1.2em;
    font-weight: bold;
    text-transform: uppercase;
    background:linear-gradient(to top, #e65c00, #ff751a);
    background:-webkit-linear-gradient(to top, #b34700, #ff944d);
    background:-moz-linear-gradient(to top, #b34700, #ff944d); 
}
.PromoDescription .buttonSliderHome:hover{
    cursor: pointer;
    background:linear-gradient(to top, #e67a00, #ffa033);
    background:-webkit-linear-gradient(to top, #e67a00, #ffa033);
    background:-moz-linear-gradient(to top, #e67a00, #ffa033); 
    transition: background 0.3s;
    -webkit-transition: background 0.3s;
}
.PromoDescription .buttonSliderHome:focus{
    outline: none;
}
.PromoDescription .buttonSliderHome:active{
    color:black;
    -webkit-transition: color 0.5s;
    transition: color 0.5s; 
}
.PromoDescription .buttonSliderCircuit{
    text-decoration:none;
    margin-top: 10px;
    padding: 4px 3px;
    width:100%;
    border:none;
    border-radius: 2px;
    color:white;
    font-family: Arial, Candara;
    font-size:1.2em;
    font-weight: bold;
    text-transform: uppercase;
    background:linear-gradient(to top, #e65c00, #ff751a);
    background:-webkit-linear-gradient(to top, #b34700, #ff944d);
    background:-moz-linear-gradient(to top, #b34700, #ff944d); 
}
.PromoDescription .buttonSliderCircuit:hover{
    cursor: pointer;
    background:linear-gradient(to top, #e67a00, #ffa033);
    background:-webkit-linear-gradient(to top, #e67a00, #ffa033);
    background:-moz-linear-gradient(to top, #e67a00, #ffa033); 
    transition: background 0.3s;
    -webkit-transition: background 0.3s;
}
.PromoDescription .buttonSliderCircuit:focus{
    outline: none;
}
.PromoDescription .buttonSliderCircuit:active{
    color:black;
    -webkit-transition: color 0.5s;
    transition: color 0.5s;
}

.PromoDescription .titre {    
    font-size: 1.6em;
    margin-bottom: 10px;
    padding: 0;
}
.PromoDescription span {
    display: block;
    font-size: 1.2em;
}
.PromoDescription .tarif {
    color: #f60;
    font-size: 2.4em;
    padding-right: 20px;
    text-align: right;
    margin-top: 12px;
}
.jDiaporama_status {
    bottom: -20px;
    left: 50%;
    position: absolute;
    text-align: center;
}
.jDiaporama_status a {
    background: rgba(0, 0, 0, 0) url("/images/bullets.png") no-repeat scroll left center;
    float: left;
    height: 10px;
    margin-right: 5px;
    text-indent: -9999px;
    border-radius: 11px;
    width: 10px;
    border:0.6px solid grey;
}
.jDiaporama_status a:hover {
    background: rgba(0, 0, 0, 0) url("/images/bullets.png") no-repeat scroll right center;
}
/* Fin Slider */


/* Block liens sociaux */
#shareBlock{
    margin: 0 0 15px 0;
}
#shareBlockBookmarkContent{
    padding: 0 0 0 10px;
}
/* PLAN SITE CIRCUITS */
.descriptPays{    
    margin-bottom: 15px;
    font-size: 1.1em;
    text-align: justify;
    color: #02255b;
    font-weight: bold;
}
.planSiteDet{
    font-size: 1.1em;
    font-weight: bold;
    margin-bottom: 15px;
    text-align: justify;
}
.capital{
    text-transform: uppercase;
}
.blockCircuitsWorld{
    font-weight: bold;
}
.blockCircuitsWorld .titleCircuitsWorld{
    color: #f60;
    font-size: 1.5em;
    margin-top: 10px;
    margin-bottom: 10px;
}
.blockCircuitsWorld li{
    display: inline-block;
    list-style: outside none none;    
    width: 49%;
    vertical-align: top;
}
/* FIN PLAN SITE CIRCUITS */

/* PAGE CIRCUITS */
.displayBanniere{
    height: 140px;
    margin-bottom: 15px;
    position: relative;
    width: 980px;
}
.contenuBanniere{
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    color: #fff;
    height: 110px;
    padding: 15px 10px;
    position: absolute;
    top: 0;
    width: 292px;
}
.contenuBanniere h1{
    text-transform: uppercase;
}
.contenuBanniere span{
    bottom: 10px;
    font-size: 1.25em;
    left: 90px;
    position: absolute;
    right: 10px;
}

.blockPromo{
    padding: 5px;
}
.blockPromo img{
    background: #000;
    width: 300px;
    height: 180px;
    display: block;
}
.blockPromoDet{
    height: 180px;
    left: 318px;
    max-width: 320px;
    position: absolute;
    right: 10px;
    top: 10px;
}
.blockPromoDet h2{
    text-transform: uppercase;
    color: #02255B;
    margin-bottom: 15px;
    font-size: 1.3em;
}
.blockPromoDet h3{
    background: rgba(0, 0, 0, 0) url("../images/icone-avion.png") no-repeat scroll 0 0;
    padding-left: 20px;
    text-transform: uppercase;
    color: #f60;
    margin-bottom: 15px;
}
.blockPromoDet h4{
    color: #3F98D5;
    margin-bottom: 15px;
    font-size: 1.3em;
}
.blockPromoDet .timePromo{
    color: #3f98d5;
}
.blockPromoDet .pricePromo{
    background: #ff6600 url("/images/fleche-prix-liste.png") no-repeat scroll left top;
    bottom: 0;
    right: -10px;
    height: 34px;
    line-height: 34px;
    padding-left: 13px;
    font-weight: bold;
    font-size: 1.5em;
    color:white;
    border:none;
    text-align: center;
    width: 200px;
}
.blockPromoDet .pricePromo:hover{
    color:#cccccc;
    cursor: pointer;
    border:none;
}
.blockPromoDet .pricePromo span{
    font-size: 1.8em;
}
.blockPromoDet .refPromo{
    bottom: 5px;
    color: #666;
    font-size: 0.9em;
    left: 10px;
    position: absolute;
}
.topDest{	
    margin-top: -15px;
    font-weight: bold;
    font-size: 1em;
}
.topDest img{
    vertical-align: bottom;
}
.topDest span{
    color: #f60;    
}
.topDest a{
    color: #02255B;
    text-decoration: underline;	
}
.topDestVoyages{
    margin: 15px 0;
}
.topDestVille{
    margin-top: 10px;
}
.listOffers{
    width: 47%;
    display: inline-block;
    border: 1px solid #ddd;
    margin-bottom: 25px;
    padding: 10px;
    position: relative;
    height: 120px;
}
.listOffers img{
    background: #000 none repeat scroll 0 0;
    display: inline-block;
    height: 120px;
    width: 160px;
}
.listOffers .listOffersDet{	
    display: inline-block;
    margin-left: 10px;
    vertical-align: top;
    width: 276px;
    position: relative;
    height: 120px;
}
.listOffers:nth-child(odd){
    margin-right: 10px;
}
.listOffers h2{	
    color: #02255B;
    font-size: 1.1em;
    margin-bottom: 5px;
    text-transform: capitalize;	
}
.listOffers h3{
    background: rgba(0, 0, 0, 0) url("../images/icone-avion.png") no-repeat scroll 0 0;
    padding-left: 20px;
    text-transform: uppercase;
    color: #f60;    
}
.listOffers h4{
    color: #3F98D5;
    margin-bottom: 3px;
    font-size: 1.2em;
}
.listOffers .timeOffers{
    color: #3f98d5;
    font-size: 0.8em;
}
.listOffers .priceOffers{
    background: #ff6600 url("/images/fleche-prix-liste.png") no-repeat scroll left top;
    position: absolute;
    bottom: -10px;
    right: -11px;
    height: 34px;
    line-height: 34px;
    padding-left: 13px;
    text-align: center;
    width: 165px;
    color: white;
    font-size: 1.2em;
    font-weight: bold;
    border:none;
}
.listOffers .priceOffers:hover {
    color:#cccccc;
    cursor:pointer;
    font-weight: bold;
}
.listOffers .priceOffers span{
    font-size: 1.8em;
    color: #fff;
}
.priceOffers:focus{
    outline:none;
}
.listOffers .refOffers{
    bottom: -6px;
    color: #666;
    font-size: 0.9em;
    left: 10px;
    position: absolute;
}
#topPageAnchor{
    float: none;
    margin-bottom: 10px;
}
.paginationOffers{
    text-align: center;
}
.paginationOffers li {
    background: #ededed none repeat scroll 0 0;
    color: #cbcbcb;
    cursor: pointer;
    display: inline-block;
    margin: 3px;
    padding: 5px;
    text-align: center;
    text-decoration: none;
    width: 15px;
    border-radius: 5px;
}
.paginationOffers li a {
    color: #cbcbcb;
}
.paginationOffers li.selected{
    background: #d4deea none repeat scroll 0 0;
    color: #3f68a0;
    font-weight: bold;
}

.paginationCulture{
    text-align: center;
}
.paginationCulture li {
    background: #ededed none repeat scroll 0 0;    
    cursor: pointer;
    display: inline-block;
    margin: 3px;    
    text-align: center;
    text-decoration: none;    
    border-radius: 5px;
}
.paginationCulture li a {
    color: #cbcbcb;
    display: inline-block;
    padding: 8px;
}
.paginationCulture li.selected{
    background: #d4deea none repeat scroll 0 0;
    color: #3f68a0;
    font-weight: bold;
    padding: 8px;
}

.titleBlockOrangeDet{
    margin-bottom: 15px;
    font-size: 1.8em;
    color: #f60;
    padding-right: 10px;
}
.titleOrange{
    color: #f60;
}
.blockCircuitsPaysLeft{
    display: inline-block;    
    vertical-align: top;
    width: 620px;
}
.blockCircuitsPaysLeft p{
    margin-bottom: 10px;
    text-align: justify;
    padding-right: 10px;
}
.blockCircuitsPaysRight{
    display: inline-block;
    width: 334px;
    /*width: 310px;*/
}
.blockCircuitsPaysRight .linksMap{
    bottom: -6px;
    color: #02255b;
    font-size: 1.1em;
    font-weight: bold;
    position: absolute;
    text-align: center;
    width: 90%;
    margin: 0 5%;
    height: 15px;
}
.blockCircuitsPaysRight .linksMapSansSlide{
    position: initial;
    display: inline-block;
}
.linksCircuits{
    display: inline-block;    
    vertical-align: top;
}
.linksCircuits h3{
    color: #f60;
    font-size: 1.1em;
    margin-bottom: 5px;
}
.linksCircuits span{
    display: block;
    font-weight: bold;    
    text-indent: 15px;
    font-size: 1em;
    margin-bottom: 3px;
}
.linksCircuits a{
    color: #000;
    text-decoration: underline;	
}
/* FIN PAGE CIRCUITS */

/* DEBUT PAGE CIRCUITS LIEU  */
.banCircuitsLieu{
    position: relative;
    margin-bottom: 15px;
}
.banCircuitsLieu h1{
    color: #fff;
    font-size: 3em;
    left: 10px;
    position: absolute;
    top: 10px;
}
/*.blockBan{
    height: 140px;
    overflow: hidden;
}*/
.leftColumnLarge{
    width: 630px;
    display: inline-block;
    margin-right: 15px;
}
.leftColumnLarge  h2{
    color: #f60;
    font-size: 1.6em;
    margin-bottom: 15px;
}
.blockDescriptLieu .imgLeftCircuit{    
    float: left;    
    margin: 0 10px 10px 0;
}
.blockDescriptLieu p{	
    text-align: justify;
    margin-bottom: 15px;    
}
.blockDescriptLieu .carteCircuitLieu{
    display: inline-block;
    margin-bottom: 15px;
}
.blockDescriptLieu .imgCulture{
    width: 100%;
    margin-bottom: 15px;
}
.carteCircuitLieu figcaption{
    color: #02255b;
    font-weight: bold;
    padding-top: 5px;
    text-align: center;
    text-transform: uppercase;
}
.linksLieu{
    margin-top: 15px;
    font-size: 1em;
}
.linksLieu span{
    color: #f60;
    font-weight: bold;
    font-size: 1.2em;
}
.linksLieu a{
    color: #000;
    font-size: 1em;
    font-weight: bold;
    text-decoration: underline;    
}
.rightColumnLittle{
    width: 309px;
    display: inline-block;
    vertical-align: top;	
}
.blockOrange{
    border: 1px solid #f60;
    padding: 10px;
    margin-bottom: 25px;
}
.titleBlockOrange{
    background: rgba(0, 0, 0, 0) url("/images/icones/picto-palmier.png") no-repeat scroll 0 0;
    border-bottom: 1px solid #f60;
    color: #f60;
    font-size: 1.6em;
    font-weight: bold;
    margin-bottom: 10px;
    max-height: 46px;
    padding-bottom: 17px;
    padding-left: 45px;
}
.blocOrange ul{
    margin-top: 10px;
}
.blockOrange  li{	
    margin-bottom: 5px;
}
.blockOrange  li:last-child{
    margin-bottom: 0;
}
.blockOrange a{
    color: #02255b;
    font-size: 1.1em;
    font-weight: bold;
}
.subListCroisiere{
    position: relative;
    padding-bottom: 20px;
}
.listCroisiere img{
    background: #000 none repeat scroll 0 0;
    display: block;
    height: 120px;
    width: 160px;
    margin-bottom: 15px;
}
.subListCroisiere h3{
    background: rgba(0, 0, 0, 0) url("../images/icone-avion.png") no-repeat scroll 0 0;
    color: #f60;
    left: 173px;
    padding-left: 20px;
    position: absolute;
    text-transform: uppercase;
    top: 11px;
}
.listCroisiere h4{
    color: #3f98d5;
    font-size: 1.3em;
    margin-bottom: 3px;
    text-align: center;
}
.subListCroisiere .timeCircuits{
    color: #3f98d5;
    font-weight: bold;
    left: 173px;
    position: absolute;
    top: 69px;
}.listCroisiere .btn{
    background: #ff6600 url("/images/fleche-prix-liste.png") no-repeat scroll left top;
    bottom: 0;
    height: 34px;
    line-height: 34px;
    padding-left: 13px;
    position: absolute;
    right: 0;
    text-align: center;
    width: 165px;
    border: none;
    border-bottom-right-radius: 5px;
    color: white;
    font-size: 1.2em;
    font-weight: bold;
}
.listCroisiere .btn:hover{
    color:#cccccc;
}
.listCroisiere .btn:focus{
    outline: none;
}
.listCroisiere .priceCircuits{
    background: #ff6600 url("/images/fleche-prix-liste.png") no-repeat scroll left top;
    bottom: 0;
    height: 34px;
    line-height: 34px;
    padding-left: 13px;
    position: absolute;
    right: 0;
    text-align: center;
    width: 165px;
    border: none;
    color: white;
    font-size: 1.2em;
    font-weight: bold;
}
.listCroisiere .priceCircuits:hover{
    color:#cccccc;
    cursor:pointer;
}
.listCroisiere .priceCircuits:focus{
    outline:none;
}
.listCroisiere .priceCircuits span{
    font-size: 1.8em;
    color: #fff;
}
.listCroisiere .refCircuits{    
    color: #666;
    font-size: 0.9em;
    padding-left: 25px;
}
/* FIN PAGE CIRCUITS LIEU  */

/* PAGE GUIDE VOYAGE  */
.blockMoteurBDV{
    height: 280px;
    width: 310px;    
    margin-bottom: 25px;
}
.blockLieuVisite{
    border: 1px solid #ddd;
    position: relative;
    padding-bottom: 10px;
}
.visitPays p{
    color: #fff;
    /*font-size: 1.5em;    */
    font-size: 1.7em;
    position: absolute;
    right: 10px;
    text-transform: uppercase;
    top: 24px;
    text-shadow: 0 0 16px #222;
}
.visitPays span{
    font-weight: bold;
}
.visitPays{    
    overflow: hidden;
    margin-bottom: 10px;
}
.visitPays img{
    width: 310px;
}
.blockLieuVisite li , .blockLieuVisite a{
    color: #3f68a0;
    font-size: 1em;
    font-weight: bold;
    padding-left: 5px;
}
.blockLieuVisite li{
    padding-bottom: 7px;
}
.blockLieuVisite li:last-child{
    padding-bottom: 0;
}
.blockLieuVisite a{
    text-decoration: underline;
}
.globalContentGuide{
    position: relative;
}
.blockLiensSociaux{
    position: absolute;
    right: 10px;
    top: -22px;
}
.leftColumnGuide{
    width: 650px;
}
.topGuide{	
    border: 1px solid #ddd;
    padding-top: 20px;
    position: relative;
    box-shadow: 0 0 5px #cccccc;
}
.subTitleGuide{
    color: #7fa8d4;
    font-size: 1.6em;
    padding-left: 20px;
}
.subTitleGuide span{
    font-size: 0.5em;
}
h2.titleGuide{
    color: #3f68a0;
    font-size: 2em;
    text-transform: uppercase;
    padding-left: 20px;
    margin-bottom: 15px;
}
.flagPays{
    box-shadow: 0 0 3px #aaa;
    height: 67px;    
    position: absolute;
    width: 100px;
    z-index: 5;
    left: 20px;
}
.flagPays img{
    border: 1px solid #fff;
}
.guidNav{
    background: #3f68a0 none repeat scroll 0 0;
    padding: 20px 20px 5px;
    position: absolute;
    top: 55px;
    width: 608px;
    z-index: 1;
}
.guidNav li{
    list-style: none;
    padding-bottom: 5px;
}
.guidNav .active, .guidNav a:hover{
    color: #ff8831;
    font-size: 1em;    
    text-decoration: none;
    font-weight: bold;
}
.guidNav a{
    color: #fff;
    text-decoration: underline;
}
.contentNavigation{
    position: relative;
    height: 202px;
}
.mapPays{
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 6;
}
.mapPays img{
    width: 310px;
    height: auto;
}

/* SLIDER */
#sliderPays {    
    margin-top: 15px;
}
.titleSlider{
    color: #3f68a0;
    font-size: 2em;
    font-weight: bold;
    padding-left: 10px;
}
#sliderPays .nbs-flexisel-item img{
    background: none repeat scroll 0 0 #fff;
    border-radius: 3px;
    max-width: 140px;
    padding: 4px;
    position: relative;
}
#sliderPays span{  
    background: rgba(0, 0, 0, 0) url("/images/fleche.png") no-repeat scroll 0 2px;
    color: #3e689f;
    font-weight: bold;
}
#sliderPays span a{
    padding-left: 10px;
}
/* FIN SLIDER */
/* BLOCK SLIDER */
#slider{
    margin: 0 auto;
    max-width: 1280px;
    clear: both;
}
.flexSlider {
    display:none;
}   
.sliderText{
    color: #5c6266;
    margin: 0 auto;
    width: 57%;
}
.sliderText h3{
    font-size: 1.2em;
    font-weight: bold;
    margin-bottom: 17px;
    text-transform: uppercase;
    font-weight: bold;
}
.sliderText p{
    margin-bottom: 20px;
    font-size: 0.9em;
}
.sliderText a{
    color: #196292;
    display: block;
    font-weight: bold;
    width: 100%;
}
.sliderText a img{
    vertical-align: middle;
    left: 16px;
    position: relative;
}
.sliderText span{
    padding: 11px 25px 10px;
    font-size: 0.72em;
}
.sliderText a:hover span{
    background: #dfedf7;          
    border-radius: 0 15px 15px 0;    
}
.nbs-flexisel-container {
    position:relative;
    max-width: 605px;
    margin-left: 26px;
}
.nbs-flexisel-ul {
    position:relative;
    width:9999px;
    text-align:center;  
}
/* POUR le silder de la gome */
.flexHome{
    overflow:hidden;
    width:100%; 
}
/* POUR le silder compagnie */
.flexCompagnie {
    left: 14%;
    overflow: hidden;
    position: relative;
    width: 75%;
}


.nbs-flexisel-item {
    float:left;        
    position:relative;
    list-style: none;
}
.nbs-flexisel-item img {
    position: relative;        
    max-width: 140px;
}
/*** Navigation ***/
.nbs-flexisel-nav-left, .nbs-flexisel-nav-right {
    width: 45px; height: 45px; 
    position: absolute;
    cursor: pointer;
    z-index: 50;    
}    
.nbs-flexisel-nav-left {
    left: 10px;
    background-position: 0 -1080px;
}
.nbs-flexisel-nav-left:hover {
    background-position: 0 -1125px;
}
.nbs-flexisel-nav-right {
    right: 5px;        
    background-position: 0 -940px;
}
.nbs-flexisel-nav-right:hover{
    background-position: 0 -985px;
    height: 71px;
}  
/* FIN BLOCK SLIDER */  
.blockInfosPays{
    padding: 20px;
}  
.blockInfosPays h2{
    color: #ff8831;
    text-transform: uppercase;
    font-size: 1.55em;
    margin-bottom: 15px;
}
.blockInfosPays p{
    text-align: justify;
    color: #666;
}
.blockInfosPays a{
    color: #3F68A0;
}
.blockInfosPays h3{
    color: #274f87;
    font-size: 1.5em;
    font-weight: bold;
    margin-bottom: 10px;
}
.blockInfosPays h4{
    color: #ff8831;
    font-size: 1.2em;
    margin: 15px 0 0;
}
#globalContentGoogleBlock{
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    margin: 20px 0 10px;
    min-height: 120px;
    width: 608px;
}
.globalContentGoogleBlockLieu{
    width: 630px !important;
    margin-bottom: 20px !important;
}
#globalMainContentBottom{
    margin: 20px 0;
    width: auto;
}
#ContentBottomPromosBlock{
    height: 107px;
    margin: 15px 0;
    overflow: hidden;
    position: relative;
    width: 980px;
}
/** Block Besoin d'un visa **/
#cibtWidgetHolder{
    margin:20px 0;
}
#cibtvisareqwidget{
    background-color: transparent !important;
    border:0 none !important;
    border-radius:0 !important;
}
#cibtWidgetLoaderDiv{
    margin-left:-5px !important;
}
/** Fin Block Besoin d'un visa **/
.blockAmbassade img, .blockAmbassade p{
    display: inline-block;
}
.blockAmbassade p{
    vertical-align: top;
    margin-left: 15px;
}
.ficheidentite{
    border-bottom: 1px solid #ccc;
    margin: 0 10px;
    padding: 5px 0;
    width: auto;
}
ficheidentite h5 {
    color: #02255b;    
    text-transform: uppercase;
}
ficheidentite h5 span {
    color: #3f68a0;
    font-weight: normal;
    text-transform: none;
}
.transportPays {
    margin: 0 10px;
    padding: 5px 0;
    width: auto;
}
.transportPays h5 {
    color: #02255b;
    font-size: 1em;
}
.transportPays p{
    color: #3f68a0;    
    text-align: justify;
}
.paysEconomie{
    margin: 0 10px;
    padding: 5px 0;
    width: auto;
}
.paysEconomie p {
    color: #3f68a0;
    display: block;
    margin-bottom: 15px;
    text-align: justify;
    text-indent: 0;
}
.paysEconomie p:last-child{
    margin-bottom: 0;
}
/***** Block Temperatures ****************/
.tabTemperature{
    margin-bottom: 10px;
}
.tabTemperature ul{
    list-style: outside none none;
}
.tabTemperature ul li .tempVille {
    background: rgba(0, 0, 0, 0) url("/images/temperature.jpg") no-repeat scroll 0 0;
    height: 30px;
    line-height: 30px;
    padding-left: 25px;
}
.nomVilleTabTemp {
    color: #02255b;
    font-size: 12px;
    font-weight: bold;
}
.chiffreTabTemp{
    color: #3f68a0;
}
.tabTemperature select {
    background: #3f68a0 none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    margin-right: 10px;
    width: 140px;
}
/***** Fin Block Temperatures ****************/
/* FIN PAGE GUIDE VOYAGE  */

/* PAGE GUIDE VILLE */
#map_canvas{
    width: 270px;
    height: 230px;
}
.contentNavigationVille{
    height: 160px;
}
.guidNavVille{
    background: #3f68a0 none repeat scroll 0 0;
    padding: 20px;
    position: absolute;
    top: 55px;
    width: 588px;
    z-index: 1;
}
.guidNavVille h3{
    color: #fff;
    margin-bottom: 10px;
}
.villeList{
    border: 1px solid #cccccc;
    width: 290px;
    position: relative;
}
.villeListTitle{
    background: #ffffff url("/images/fleche-1.png") no-repeat scroll 0 0;
    cursor: pointer;
    font-weight: bold;
    padding-left: 20px;
}
.villeListDestinationsLinks{
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #274f87;
    cursor: pointer;
    left: -1px;
    list-style: outside none none;
    max-height: 170px;
    overflow: auto;
    position: absolute;
    text-align: left;
    top: 16px;
    width: 290px;
    display: none;
}
.villeListDestinationsLinks li a {
    color: #274f87;
    display: block;
    font-weight: bold;
    padding: 2px 0 2px 5px;
}
.villeListTitle a{
    color: #274f87;
}
.villeRessource{
    padding: 0 10px 10px;
}
.infosBlock{
    border-bottom: 1px solid #e2e2e2;
    padding-bottom: 10px;
}
.infosBlock h4{
    color: #02255b;
    margin-top: 10px;
}
.infosBlock p{
    color: #3f68a0;
    text-align: justify;
}
.infosBlock:last-child{
    border-bottom: none;
    padding-bottom: 0;
}
.infosBlock a{
    padding-left: 0;
}
.blockLieuVisiteVille{
    margin-bottom: 25px;
}
.bottom10{
    margin-bottom: 10px;
}
.bottom25{
    margin-bottom: 25px;
}
/* FIN PAGE GUIDE VILLE */

/* PAGE LIEU V2 */
.blockOtherOrange{
    border: 1px solid #FF8831;
    margin-bottom: 25px;
    background: #FFD9B3;	
}
.blockOtherBlue{
    border: 1px solid #02255b;
    margin-bottom: 25px;
    background: #E5F0FF;	
}
.titleOrange{
    background: #FF8831;	
}
.titleBlue{
    background: #02255B;	
}
.titleLieu{
    color: #fff;
    font-size: 1.5em;
    padding: 6px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
}
.ulLieu{
    padding: 10px;
}
.ulLieu li{	
    background: rgba(0, 0, 0, 0) url("../images/picto-fleche-bleu.png") no-repeat scroll 0 2px;
    font-size: 1.1em;    
    margin-bottom: 10px;
    padding-left: 18px;
}
.ulLieu a{
    color: #02255b;
    text-decoration: underline;	
    font-weight: bold;
}
.ulLieu .linkOrange{
    color: #f80;    
    font-weight: bold;
}
.crosslinksVilleWE{
    text-decoration: underline;
}
/* FIN PAGE LIEU V2 */

/* PAYS NEW */
.monumentList{
    width: 100%;
    margin-bottom: 15px;
}
.monumentList img{
    display: inline-block;
}
.monumentListText{
    display: inline-block;    
    vertical-align: top;
    width: 83%;
    margin-left: 1%;
}
.monumentList:last-child{
    margin-bottom: 0;
}
.monumentList span{
    display: block;
    font-weight: bold;
    margin-bottom: 10px;
    text-align: left;
    color: #02255b;
}
.monumentList .linksCircuits{
    margin-bottom: 0;
}
.monumentList p{
    display: inline-block;
    margin-bottom: 15px;
    text-align: justify;
    vertical-align: top;
    /*width: 78%;*/
}
#voyagePaysInfos{
    padding-left: 20px;
    width: 600px;
    /*width: 625px;*/
}
#voyagePaysInfos p{
    text-align: justify;
}
.titleOrangeClair{
    color: #ff8831;
    font-size: 1.5em;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.subTitleBlue{
    color: #02255b;
    font-size: 1.2em;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.blockOffersOnglet{
    margin-top: 40px;
}
/* Onglets Offres */
.ongletOffers{
    font-weight: bold;
    left: 22px;
    position: absolute;
    top: -26px;	
}
.ongletOffers li{
    display: inline-block;
    margin-right: 5px;	
}
.ongletOffers a{
    background: #C3C3C3;	
    color: #fff;
    padding: 5px 15px;
    display: inline-block;
    font-size: 1.1em;	
}
.ongletCurrent a{
    background: #f60;
}
.ongletOffers a:hover{
    background: #f60;
}
.ongletOffers li:last-child{
    margin-right: 0;
}
.ongletOffers .ongletCurrent{
    background: #f60 none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    font-size: 1.1em;
    padding: 5px 15px;
}
/* Fin Onglets Offres */

/* Select Offres */
.blockSelectOffers{
    color: #666;
    cursor: pointer;    
}
.selectOffersTown{
    position: absolute;
    right: 11px;
    top: -26px;	
}
.selectOffersTime{
    position: absolute;
    right: 167px;
    top: -26px;	
}
.selectOffersList{
    background: rgba(0, 0, 0, 0) url("/images/picto-gris-select.png") no-repeat scroll 120px center;
    border: 1px solid #c3c3c3;
    padding: 3px 10px;
    width: 120px;
}
.selectOffersChoice{
    background: #c3c3c3 none repeat scroll 0 0;
    border-bottom: 1px solid #c3c3c3;
    border-left: 1px solid #c3c3c3;
    border-right: 1px solid #c3c3c3;    
    position: relative;
    z-index: 2;
    display: none;
    max-height: 155px;
    overflow-y: scroll;
}
.selectOffersChoice li{
    padding: 5px 0 5px 13px;
    border-bottom: 1px solid #fff;
}
.selectOffersChoice li:hover{
    background: #f60;
    color: #fff;
}
.selectOffersChoice li:last-child{
    padding-bottom: 5px;
    border-bottom: 0;
}
/* Fin Select Offres */
.descriptPaysVoyage{
    text-align: justify;
}
/* FIN PAYS NEW */



/* Debut VilleNewV2 */
.subTitleOrange{
    color: #f60;
    font-size: 1.2em;
    margin-bottom: 10px;
}
.infosText{
    font-size: 1em;
    font-weight: bold;
    text-align: justify;
    margin-bottom: 10px;
}
.infosTextLiens{
    text-decoration: underline;
}
.blockOffersCenter{
    margin-bottom: 25px;
}
.titleOffersCenter{
    background: transparent url("/images/pixel.png") repeat scroll 0px 0px;	
    position: relative;
    height: 1px;
    text-align: center;
    margin-bottom: 20px;
}
.titleOffersCenter span{
    background: #fff none repeat scroll 0 0;
    bottom: 10px;
    color: #7fa8d4;
    font-size: 1.2em;
    font-weight: bold;
    padding: 0 10px;
    position: relative;
}
.listBlockOffersCenterUl{
    display: inline-block;
    margin-right: 54px;
    max-width: 150px;
}
.listBlockOffersCenterUl:last-child{	
    margin-right: 0;
}
.listBlockOffersCenterUl h4{
    text-align: center;
    color: #02255b;
    margin-bottom: 10px;
}
.listBlockOffersCenterUl .infosCS{
    color: #666;
    display: inline-block;
    font-size: 0.9em;
    width: 50%;
    margin-top: 5px;
}
.listBlockOffersCenterUl .infosPrice{
    color: #f60;
    display: inline-block;
    font-size: 1.3em;
    font-weight: bold;
    text-align: right;
    width: 48%;
}
.listBlockOffersCenterUl .test{
    background: #000 none repeat scroll 0 0;
    display: block;
    height: 75px;
    width: 150px;
}
.ficheAeroport {
    color: #7fa8d4;
    font-size: 1.1em;
    font-weight: bold;
}
.ficheAeroport  a{
    color: #7fa8d4;
    text-decoration: underline;
}
/* Fin VilleNewV2 */

/* Debut VilleNew2V2 */
.noOffers{
    color: #3e689f;
    font-size: 1.1em;
    font-weight: bold;
    margin-bottom: 10px;
    text-align: center;
}
.imgCompagnie{
    display: block;
    margin-bottom: 5px;
    margin-top: 5px;
    text-align: center;
}
.axeVolSec{
    display: inline-block;
    width: 40px;
    font-weight: bold;
}
.resaVolSecInfos{
    font-size: 0.8em;
    text-align: center;
    color: #02255b;
}
.listBlockOffersCenterUl .infosPriceVol{
    background: #ff6600 url("/images/fleche-prix-liste.png") no-repeat scroll left top;
    border-radius: 5px;
    color: rgba(255, 255, 255, 0.75);
    display: block;
    font-size: 0.8em;
    font-weight: bold;
    height: 34px;
    line-height: 34px;
    padding-left: 11px;
    text-align: center;
    width: 139px;
}
.listBlockOffersCenterUl .infosPriceVol span{
    color: #fff;
    font-size: 1.8em;
}
.listBlockOffersCenterHotels{
    max-width: 288px;
}
.listBlockOffersCenterUl h4.titleResaHotels{
    background: rgba(0, 0, 0, 0) url("/images/picto_hotel.png") no-repeat scroll -3px -7px;
    font-size: 1.2em;
    padding-left: 40px;
    text-align: left;
}
.infosResaHotels{
    color: #3F68A0;	
    padding-left: 40px;
}
.infosResaHotels span{
    color: #02255b;
    display: inline-block;
    font-weight: bold;
}
/* Fin VilleNew2V2 */

/* BreadCrumb */
#breadcrumb{
    float: none;
    color: #3e689f;    
    font-size: 1em;
    font-weight: bold;
    height: auto;
    padding: 0 10px;
    margin: 5px 0;
}
/* Fin BreadCrumb */

#middleContent{
    margin-bottom: 0;
}
/*
#globalNavigation{
    margin-bottom: 5px;
    display: flex;
    justify-content: space-evenly;
}*/

/* Diaporama page circuit */
.containerSlides{
    margin-bottom: 25px;
    position: relative;
}
.slidesjs-pagination-item{
    display: none;
}
#slides{
    position: relative;
}
.slidesjs-navigation{
    position: absolute;
    bottom: -10px;
    z-index: 850;
    border-radius: 1px;
    cursor: pointer;
    display: inline-block;
    height: 20px;
    width: 20px;
}
.slidesjs-previous{   
    background: #d4deea url("/images/previous.png") no-repeat scroll center center;
    left: 0;    
}
.slidesjs-next{
    background: #d4deea url("/images/next.png") no-repeat scroll center center;    
    right: 0;    
}
.slidesjs-container{
    height: 325px !important;
}

/* Moteur */
.blockSliderMoteur{
    position: relative;
}
#blockMoteurAbsolut{
    left: 10px;
    bottom: 12px;
    position: absolute;
}
.blockMoteur{
    width: 310px;    
    background: #fff;
    margin-bottom: 25px;
    padding-bottom: 3px;
    border:0.1px solid #f60;
}
.blockMoteur h1, .blockMoteur h2{
    background: #f60;
    padding: 5px 0;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
}
.blockMoteur h3, .blockMoteur h2{
    background: #f60;
    padding: 5px 0;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
}
.blockMoteur h1{
    font-size: 1.2em;
    padding: 4px;
    font-weight: bold;
    letter-spacing: 0.6px;
}
.blockMoteur h3{
    font-size: 1.2em;
    padding: 4px;
    font-weight: bold;
    letter-spacing: 0.6px;
}
.blockMoteur h2{
    font-size: 1.2em;
}
.blockMoteur form{
    padding: 10px;
}
.ongletsMoteur{
    text-align: center;
}
.ongletsCheck{
    display: inline-block;
    margin: 0 10px;
}
.ongletsCheck label{
    display: block;
}
.ongletsCheck input{
    cursor: pointer;
    margin-top: 4px;
    background: white;
    border:0.1px solid grey;
}
.blockMoteur .libelle{
    font-size: 0.8em;
    margin-top: 5px;
}
.blockMoteur .select100{
    width: 100%;
    padding:2px;
    border:0.1px solid #ccc;
}
.blockMoteur .select100:focus{
    outline:none;
}
.blockMoteur #selectDateDepartContent{
    background: none;
    border: none;
    width: auto;
}
.blockMoteur #selectDateDepart{
    text-align: center;
    width: 100px;
    margin-right: 8px;
    border: 0.1px solid #ccc;
}
.blockMoteur #selectDateDepart:focus{
    outline:none;
}
.blockMoteur .dateDepart, .blockMoteur .flexibiliteDate, .blockMoteur .dureesTrip, .blockMoteur .budgetTrip{
    display: inline-block;
}
.produitCoupCoeurFeatures .btn{
    background-image:url(../images/bouton-voyages.png);
    text-decoration: none;
    color: white;
    font-weight: bold;
    display: block;
    height: 34px;
    line-height: 34px;
    padding-left: 13px;
    text-align: center;
    width: 180px;
    cursor: pointer;
}
.btn:hover {
    color: #cccccc;
    cursor:pointer;   
}
.btn:focus{
    outline: none;
}
#topBtn{
    display: none;
    position: fixed;
    width: 50px;
    height: 50px;
    right: 145px;
    bottom: 5%;
    border: none;
    outline: none;
    background:url(../images/btn-top.png)center center no-repeat;
    background-color: rgba(0, 0, 0, 0.59);
    background-size: 10px;
    cursor: pointer;
    border-radius: 100%;
}
#topBtn:hover{
    background-color: rgba(255, 102, 0, 0.9);
    transition: background-color 0.5s;
    -webkit-transition: background-color 0.5s ;
}
.blockMoteur .dureesTrip, .blockMoteur .dateDepart{
    margin-right: 20px;
}
.blockMoteur .flexibiliteDate select{
    width: 127px;
    border:0.1px solid #ccc;
}
.blockMoteur .flexibiliteDate select:focus{
    outline: none;
}
.blockMoteur .dureesTrip select{
    width: 140px;
    border:0.1px solid #ccc;
}
.blockMoteur .dureesTrip select:focus{
    outline: none;
}
.blockMoteur .budgetTrip select{
    width: 126px;
    border:0.1px solid #ccc;
}
.blockMoteur .budgetTrip select:focus{
    outline: none;
}
.blockMoteur .btSubmitTrip{
    margin-top: 10px;
}
.blockMoteur button{
    background: #f60 none repeat scroll 0 0;
    border: medium none;
    outline:none;
    color: #fff;
    cursor: pointer;
    font-size: 1.7em;
    letter-spacing:2px; 
    height: 30px;
    width: 100%;
}

.blockMoteur button:hover{
    background: #f80;
}

/* Moteur Vol */
#infosRightFormBlock{
    padding: 10px;
}

/* Page /PAYS/guide-culture.php */
.banProverbe{
    bottom: 10px;
    color: #fff;
    left: 10px;
    position: absolute;
    width: 665px;
}
.banProverbe h2{
    font-style: italic;
    display: inline;
    font-size: 1.4em;
    font-weight: 400;
}
.banProverbe span{
    display: inline;
    font-size: 1.4em;
}
.ombre{
    text-shadow: 2px 2px 2px black;
}
.contentCulture{
    margin-bottom: 20px;
}
.contentCulture:last-child{
    margin-bottom: 0;
}
.contentCulture img{
    display: inline-block;
}
.contentCulture .blockCulture{
    display: inline-block;
    margin-left: 20px;
    vertical-align: top;
    width: 510px;
}
.contentCulture h2{
    color: #f80;
    margin-bottom: 10px;
    font-size: 1.5em;
}
.contentCulture .textCulture{
    text-align: justify;
    margin-bottom: 10px;
}
.contentCulture .lienCulture{
    color: #f80;
    font-size: 1.1em;
    font-weight: bold;
    margin-bottom: 10px;
}
.contentCulture .lienCulture a{
    color: #f80;
    text-decoration: underline;
}
.contentCulture .categorieCulture{
    color: #3F98E3;
    font-weight: bold;
}
.blockBanGuideCulture{
    width: 980px;
    height: 140px;    
}

/* Page /PAYS/guide-culture-categorie.php */
.contentCulture h1{
    color: #f80;
    margin-bottom: 10px;
    font-size: 2.2em;
}
h3.titleBlockSejours{
    color: #f80;
    font-size: 1.8em;
    margin-bottom: 10px;
}
.banGuideCulture {
    margin-bottom: 15px;
    position: relative;
}
.banGuideCulture h2 {
    color: #fff;
    font-size: 3em;
    left: 10px;
    position: absolute;
    top: 10px;
}

/* Home Colonne de gauche Top destinations par continents */
.titleOrangeBackGrey{
    background: #f5f5f5 none repeat scroll 0 0;
    border-bottom: 1px solid #e1e1e1;
    border-top: 1px solid #e1e1e1;
    color: #fe7324;
    font-size: 1.25em;
    line-height: 2em;
    padding-left: 12px;
    text-transform: uppercase;
}
.blockContinent:nth-child(-n+6){
    margin-bottom: 2px;
}
.blockContinentDetail{
    font-size: 0;
    padding: 10px 0;
}
.blockContinentDetail img, .blockContinentDetail ul{
    display: inline-block;    
}
.blockContinentDetail img{    
    vertical-align: bottom;
}
.blockContinentDetail ul{
    font-size: 0;
    margin-left: 25px;
    vertical-align: top;
    width: 58%;
}
.blockContinentDetail li{
    display: inline-block;
    font-size: 0.75rem;
    font-weight: bold;
    line-height: 1.5em;
    list-style: outside none none;
    width: 50%;
}
.blockContinentDetail li:nth-child(odd) { text-align: left; }
.blockContinentDetail li:nth-child(even) { text-align: right; }
.blockContinentDetail a{    
    color: #02255b;
}
.blockContinentDetail a:hover{
    text-decoration: underline;
}
.blockContinent:last-child{
    margin-bottom: 1px;
}

/* circuits-touristiques.php et week-ends.php Colonne de gauche Circuits par continents */
.blockCircuit, .blockWeekEnd{
    clear: left;    
}
/*.blockCircuit:nth-child(-n+6), .blockWeekEnd:nth-child(-n+6){
    margin-bottom: 0.3px;
}*/
.blockCircuitDetail, .blockWeekEndDetail{
    font-size: 0;
    padding: 10px 0;
}
.blockCircuitDetail img, .blockWeekEndDetail img{
    float: left;
    margin-left: 22px;
    margin-right: 46px;    
}
.blockCircuitDetail li, .blockWeekEndDetail li{
    display: inline-block;
    font-size: 0.75rem;
    font-weight: bold;
    line-height: 1.5em;
    list-style: outside none none;
    width: 50%;
}
.blockCircuitDetail a, .blockWeekEndDetail a{
    color: #02255b;
}

.blockBlueWithoutBottom{
    padding: 10px;  
}
.blockGreyWithoutBottom{   
    padding: 10px;
    position: relative;
}

/************* Barre de navigation COOKIE *********************/
#cookie-warning {
    background-color: #f80;    
    bottom: 0;
    color: #fff;
    position: fixed;
    text-align: center;
    width: 100%;
    padding: 10px 10px;
}

#cookie-warning p {
    display: inline-block;
    margin-right: 15px;
}

#cookie-warning a{
    color: #fff;
    text-decoration: underline;
}

#cookie-warning a:hover{
    text-decoration: none;    
}

#cookie-warning button{
    border: 0 none;
    cursor: pointer;    
    display: inline-block;
    padding: 6px;
}
/******************** Page cookie ************************/
.cookie {color:#000;padding: 15px;}
.cookie h1{text-align: center;color: #3E689F;font-size:2.5em;margin: 15px;}
.cookie h2{color: #3E689F;font-size: 1.8em;}
.cookie ul{padding-left: 35px;}



/******************** Chat Block ***********************/
/****** Bouton Chat *****/
#chatBtn {
    position: fixed;
    width: 70px;
    height: 70px;
    right: 50px;
    bottom: 4%;
    border: 2px solid rgba(133, 133, 133, 0.6);
    outline: none;
    background-color:rgba(255, 255, 255, 0.6);
    background-size: 10px;
    cursor: pointer;
    border-radius: 100%;
    animation: pulse 3s infinite;
}

#chatBtn::before {
    /* content: "\f27a"; Chatlogo */
    content: "\f107";
    font-family: "FontAwesome";
    font-size:25px;
    color:black;
}

#chatBtn.ferme::before {
    content: "\f069";
    color:rgb(107, 43, 0);
}

#chatBtn:hover {
    border-color:rgba(255, 102, 0, 0.7);
    background-color:rgba(255, 102, 0, 0.7);
    transition: 0.3s background-color;
    animation: pulseHover 0.5s infinite;
}

#chatBtn:active {
    padding:5px;
}


/****** Bloc Chat *******/
#chatBlock {
    position: fixed;
    right: 1%;
    bottom: 17%;
    width: 370px;
    height: calc(100vh - 120px);
    max-height: 640px;
    z-index:5;
    background-color: white;
    border-radius: 25px;
    box-shadow: -3px 2px 6px #0000009e;  
    font-family: "Raleway","Arial",sans-serif;
    font-size: .875rem;
    color:#000;
    font-weight:500;
    display:none;
}

#chatBlock.ouvert {
    display:block;
    animation: apparitionChatBlock 0.5s;
    -webkit-animation: apparitionChatBlock 0.5s;
    -moz-animation: apparitionChatBlock 0.5s;
}

/****** Entete *******/
.enteteChatBlock {
    padding: 26px;
    background-color:white;
    border-bottom:1px solid #1568ac85;
    border-radius: 25px 25px 0 0;
    font-weight: 700;
    font-size: 1.5rem;
    color:#1568ac;
    position:relative;
}

.enteteLogoBdv{
    margin-right: 16px;
    float: left;
    width: 80px;
    height: 32px;
}

.enteteTitle{
    font-size: 16px;
    line-height: 26px;
}

/****** Content *******/
.chatContent {
    padding: 15px 10px;
    overflow: scroll;
    overflow-x: hidden;
    height: 73%;
    border-bottom: 1px solid rgb(171, 171, 171);
}

.questionRepBdvChat {
    margin: 0 5% 5% 15%;
    width:65%;
    background-color: rgb(226, 226, 226);
    padding:10px 15px;
    border-radius:5px;
    font-family: "Roboto","Arial",sans-serif;
}

.blocAvatarBdvChat {
    border-radius:100%;
    margin: 10px 0px 0px -8px;
    width: 60px;
    padding: 5px;
    float: left;
}

.questionRepUserChat {
    margin: 0 0 5% 26%;
    width:65%;
    background-color: #1568ac;
    color: white;
    padding:10px 15px;
    border-radius:5px;
    font-family: "Roboto","Arial",sans-serif;
}

#majoriteQuestion .questionRepBdvChat {
    text-align:center;
    height: 75px;
}








/* Credit Chat  */
.creditChat {
    text-align: center;
    color:rgb(156, 156, 156);
    font-size:14px;
    padding:20px 0 5px ;
}

.creditChat img {
    width:40px;
}

/* Bouton Scroll Top Chat  */
#downBtnChat{
    text-decoration: none;
    outline: none;
    border: none;
    position: fixed;
    width: 40px;
    height:35px;
    right: 2%;
    border-radius: 2px;
    background: linear-gradient(rgba(144, 144, 144, 0.3), rgba(144, 144, 144, 0.9));
    cursor: pointer;
}

#downBtnChat:hover{
    background-image:linear-gradient(rgba(144, 144, 144, 0.8), rgba(144, 144, 144, 0.8));
    transition: background-color 0.5s;
    -webkit-transition: background-color 0.5s ;
}

#downBtnChat:before{
    content:"\f107";
    font-family:"FontAwesome";
    font-size:24px;
    font-weight:bold;
    color:white;
}

/* Champs de texte User */
.FooterChatBlock {
    min-height: 55px;
    max-height: 60px;
    position: relative;
    border: none;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    overflow: hidden;
}

.inputTextUser {
    display: block;
    outline: none;
    overflow-y: auto;
    width:71%;
    max-height: 50px;
    min-height: 39px;
    border: none;
    font-weight: lighter;
    padding: 14px 75px 0px 30px;
    font-size: 14px;
    font-style:normal;
    white-space: pre-wrap;
    word-wrap: break-word;
    font-family: "Raleway","Arial",sans-serif;
    color: black;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    caret-color: #f60;
}

.inputTextUser::placeholder {
    font-style: normal;
    font-weight: lighter;
    color:gray;
    font-family: "Raleway","Arial",sans-serif;
}

.inputTextUser:focus {
    background-color: unset;
}

#submitChatBtn:after{
    content:"\f138";
    font-family:"FontAwesome";
    font-size: 30px;
    color: #f60;
    width: 70px;
    position: absolute;
    right: 12px;
    top: 12px;
    cursor:pointer;
}

#submitChatBtn:after:hover{
    color:red;
} 

/* Input Type Radio */ 
.questionRepBdvChat input[name=majorite] {
    visibility:hidden;
}

#majoriteQuestion .questionRepBdvChat label {
    cursor: pointer;
    text-transform:uppercase;
    font-size:20px;
    background-color: rgb(204, 204, 204);
    color:rgb(228, 228, 228);
    position: relative;
    top: 20px;
    right: 10px;
    padding:5px 10px;
    border-radius: 7px;
    box-shadow: 0 4px #999;
}

#majoriteQuestion .questionRepBdvChat p {
    font-weight:bold;
}

#majoriteQuestion .questionRepBdvChat input[name=majorite]:checked + label {
    background-color: #f60;
    box-shadow: 0 2px #666;
    transform: translateY(4px);
}


/**** Scroll Custom ****/
/* width */
.chatContent::-webkit-scrollbar {
    width: 10px;
    z-index:4;
}

/* Track */
.chatContent::-webkit-scrollbar-track {
    background: rgb(207, 207, 207); 
}

/* Handle */
.chatContent::-webkit-scrollbar-thumb {
    background: rgb(85, 85, 85); 
}

/* Handle on hover */
.chatContent::-webkit-scrollbar-thumb:hover {
    background: rgb(42, 42, 42); 
}
/**** Fin Scroll Custom ****/

@keyframes pulse {
    0% {box-shadow: 0 0 0 0 rgba(180, 180, 180, .5);} 
    70% {box-shadow: 0 0 0 15px rgba(180, 180, 180, .1);} 
    100% {box-shadow: 0 0 0 0 rgba(180, 180, 180, .1);}
}

@keyframes pulseHover {
    0% {box-shadow: 0 0 0 0 rgba(255, 102, 0, .4);} 
    70% {box-shadow: 0 0 0 15px rgba(255, 102, 0, 0);} 
    100% {box-shadow: 0 0 0 0 rgba(255, 102, 0, 0);}
}

@keyframes apparitionChatBlock {
    0% {bottom:11%; right:1%;}
    100% {bottom:17%; right:1%;}
}

@keyframes spin {
    from {transform:rotate(0deg);}
    to {transform:rotate(360deg);}
}
/******************** Fin Chat Block ***********************/