#respdebug .panel{
position:fixed;
top:10px;
left:10px;
display:inline-block;
padding:20px;
background-color:rgba(128, 128, 128, .5);
color:#000;
z-index:1000
}

#cookieinfo{
/*position:fixed;
left:0;
bottom:0;
width:100%;
height:50px;
background-color:#003867;*/
}

#ca_banner{
height:100px !important;
}


html, body{
margin:0;
padding:0;
border:0;
font-family: 'Montserrat';
width:100%;
height:100%;
overflow:hidden;
background-color:#ffffff;
}

table{
margin:0;
padding:0;
border-collapse:collapse;
border:0;
}

td{
vertical-align:top;
}

img{
border:0;
}

a{
text-decoration:none;
}

li{
display:flex;
line-height:140%;
}

#global{
position:relative;
height:100%;
opacity:0;
transition:opacity 0.5s;
z-index:10;
}

#global.show{
opacity:1;
}

.hide{
opacity:0;
}

#loader{
z-index:5;
transition:opacity 0.5s;
}

#menu{
font-family:'Lato', sans-serif;
position:fixed;
top:0;
right:-250px;
width:250px;
height:100%;
z-index:200;
transition:right 0.5s;
background-color:#ffffff;
}

#menu.show{
right:0;
}

#menu nav{
margin-top:100px;
}

#menu .close_button{
display:block;
width:26px;
height:27px;
background:url(../images/close_button.svg) no-repeat center;
background-size:contains;
cursor:pointer;
position:absolute;
top:40px;
right:40px;
}

#menu img{
width:50%;
padding:20px 0 0 30px;
}

#menu ul{
margin:0;
padding:0;
width:230px;
height:100%;
list-style-type:none;
padding:10px;
}

#menu ul li a{
color:#F26F21;
transition:all 0.2s;
font-weight:400;
text-transform:uppercase;
}

#menu ul li a:hover, #menu ul li a:focus{
color:#101010;
}

#menu ul li.current a{
color:#707070;
font-weight:700;
}

.colisexpress{
display:block;
background:url(/images/colisexpress.png);
width:135px;
height:27px;
margin-left:28px;
}

.colisexpress:hover{
background:url(/images/colisexpress_over.png);
}



#header{
display:block;
width:100%;
height:130px;
background-color:#ffffff;
position:fixed;
top:0;
left:0;
z-index:150;
transition:all .2s;
box-shadow: 0px 2px 15px -10px #707070;
}

#header.mini{
height:70px;
transition:all .2s;
}

#header .logo{
padding:36px 0 0 80px;
transition:all 0.2s;
}

#header.mini .logo{
padding:11px 0 0 80px;
}

#header .logo img{
width:150px;
transition:all 0.2s;
}

#header.mini .logo img{
width:110px;
}

#header .hamburger{
position:absolute;
top:80px;
right:70px;
transition:top .2s;
}

#header.mini .hamburger{
top:25px;
}

#header .hamburger a{
display:block;
background:url(../images/button.png);
width:31px;
height:18px;
}

#header .hamburger a:hover{
background-position:-41px;
}

#headertop{
display:block;
position:absolute;
top:24px;
right:66px;
transition:right 0.2s;
z-index:500;
}

.headertop.mobile{
display:none !important;
}

#header.mini #headertop{
right:150px;
}

#headertop .moduletable, #headertop .mod-custom, #headertop .mod-languages{
display:inline-block;
}

#headertop .mod-languages p{
display:none;
}

div.mod-languages ul li.lang-active{
background:none !important;
}

#headertop a{
font-family:"Lato", sans-serif;
color:#F26F21;
font-weight:500;
font-size:14px;
transition:color 0.3s;
display:inline-block;
padding-right:20px;
text-transform:uppercase;
}

#headertop .mod-languages a{
font-size:12px;
padding:0;
}

#headertop a:hover, #headertop a:focus{
color:#707070;
text-decoration:none;
}

#headertop .mod-languages li.lang-active a{
text-decoration:underline;
}

#headertop .mod-languages li{
margin:0;
padding-left:5px;
}

#headertop .mod-languages li:first-child{
border-right:solid 1px #F26F21;
padding-right:10px;
margin-right:0px;
}






#sitecontainer{
-webkit-perspective: 1500px;
perspective: 1500px;
position:relative;
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d;
}

#sitecontainer #effect{
transition:all 0.5s;
}

#sitecontainer #effect.push{
-webkit-transform: translate3d(100px, 0, -600px) rotateY(-20deg);
transform: translate3d(-100px, 0, -600px) rotateY(20deg);
}

#sitecontainer #effect.fadeout{
opacity:0;
}

#overlay{
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
z-index:0;
background-color:rgba(0, 0, 0, .3);
opacity:0;
transition:all 0.5s;
}

#overlay.show{
z-index:100;
opacity:1;
}




#body{
position:relative;
top:70px;
height:calc(100vh - 70px);
width:100%;
overflow-y:auto;
-webkit-overflow-scrolling: touch;
z-index:100;
transition:top 0.2s;
}

#body.mini{
top:70px;
height:calc(100vh - 70px);
}

.fadeonscreen{
opacity:0;
margin-left:0px;
transition:all 1.2s;
}

.fadedonscreen{
opacity:1;
margin-top:0;
}

.vcenter{
display:flex;
align-items:center;
}

.multilayer{
display:block;
position:relative;
width:100%;
height:500px;
z-index:150;
overflow:hidden;
}

.layer1{
position:absolute;
top:0px;
left:0;
z-index:151;
width:100%;
height:500px;
}

.layer2{
position:absolute;
top:0px;
left:0;
z-index:152;
width:100%;
height:500px;
}

.image1{
display:flex;
background:url(../../../images/containers_back.jpg) no-repeat;
background-size:cover;
height:500px;
}

.image1bis{
display:flex;
background:url(../../../images/containers_front.png) no-repeat;
background-size:cover;
height:700px;
}

.image2{
display:flex;
background:url(../../../images/vortex.jpg) no-repeat;
background-size:cover;
height:500px;
}

.image3{
display:flex;
background:url(../../../images/people.jpg) no-repeat;
background-size:cover;
height:500px;
}

.image4{
display:flex;
background:url(../../../images/plants.jpg) no-repeat;
background-size:cover;
height:500px;
}

.image5{
display:flex;
background:url(../../../images/woman.jpg) no-repeat;
background-size:cover;
height:450px;
}

.image6{
display:flex;
background:url(../../../images/rayoflight.jpg) no-repeat;
background-size:cover;
height:500px;
}

.image7{
display:flex;
background:url(../../../images/contact.jpg) no-repeat;
background-size:cover;
height:500px;
}

.image8{
display:flex;
background:url(../../../images/destinations.jpg) no-repeat;
background-size:cover;
height:500px;
}

.backgroundimage1{
background:url(../../../images/slider/homeslide1.jpg);
background-size:cover;
}



#homebanner{
height:80vh;
}


.clientlogo{
display:inline-block;
padding:20px 0;
vertical-align:center;
}

.bgimgcenter{
background-position:center;
}

.bgimgright{
background-position:right;
}

.orangeseparator{
background-color:#F26F21;
display:block;
height:1px;
margin-bottom:30px;
}

p.header{
margin:0 0 10px 0;
padding:0 0 10px 0;
font-style:italic;
border-bottom:solid 1px #003867;
color:#003867 !important;
font-size:26px !important;
font-weight:700;
}

p.small{
font-size:15px !important;
color:#000 !important;
margin:0;
padding:0 0 20px 0;
}

p.small a{
color:#0F6A9C;
transition:color 0.3s;
}

p.small a:hover, p.small a:focus{
color:#fff;
}



#slidercontainer{
height:600px;
}

#smallslidercontainer{
height:450px;
}

#slider, #smallslider{
width:100%;
position:absolute;
}

#slider .slide{
display:none;
opacity:0;
transition:opacity 0.5s;
width:100%;
height:600px;
background-size:cover !important;
background-position:center;
}

#smallslider .slide{
display:none;
opacity:0;
transition:opacity 0.5s;
width:100%;
height:450px;
background-size:cover !important;
background-position:center;
}

#slider .slide.current, #smallslider .slide.current{
display:block;
display:flex;
opacity:1;
}

#slider img, #smallslider img{
width:100%;
max-width:100%;
}

#slider .content, #smallslider .content{
position:absolute;
top:50%;
left:0;
transform:translateY(-50%);
text-align:center;
width:100%;
}

#slider .slide h1{
font-weight:bold;
color:#F26F21;
text-transform:uppercase;
width:100%;
text-align:center;
font-size:60px;
}

#slider .content{
font-weight:bold;
color:#F26F21;
text-transform:uppercase;
font-size:60px;
font-family:"Source Code Pro";
}

#slider .content span{
}


#smallslider .slide h1{
font-weight:bold;
color:#F26F21;
text-transform:uppercase;
width:100%;
text-align:center;
font-size:50px;
}

#slider .slide h2, #smallslider .slide h2{
color:#fff;
width:100%;
text-align:center;
font-family:"Source Sans Pro";
text-transform:none;
font-weight:600;
}




article{
position:relative;
z-index:50;
}

.container h1{
font-size:38px;
font-weight:600;
}

.container h2{
font-size:24px;
}

#sitecontainer h1{
font-size:38px;
font-weight:700;
}

#sitecontainer h2{
font-size:24px;
}

#sitecontainer h3{
font-size:20px;
text-transform:uppercase;
color:#4C4948;
}

#sitecontainer h4{
font-size:16px;
text-transform:uppercase;
color:#4C4948;
}

h5{
font-size:20px;
color:#fff;
font-weight:300;
}

.exc1{
font-size:15px;
text-align:left;
color:#003867 !important;
}

.italic{
font-style:italic;
}

.whitebackground{
background-color:#fff;
}

.whitebackground h1{
color:#f26f21;
margin:30px 0;
}

.whitebackground h2{
color:#4C4948;
font-weight:600;
}

.whitebackground p{
font-size:19px;
color:#4C4948;
font-weight:300;
}

.bluebackground{
background-color:#003867;
color:#fff;
}

.bluebackground h1{
color:#fff;
margin:30px 0;}

.bluebackground h2{
color:#fff;
font-weight:600;
}

.bluebackground p{
color:#fff;
font-size:19px;
font-weight:300;
line-height:150%;
}

.bluebackground ul li::before{
content:"";
}

.bluebackground ul li{
color:#fff;
padding-left:0;
text-indent:0;
}

.orangebackground{
background-color:#F26F21;
}

.orangebackground h1{
color:#003867;
margin:30px 0;
}

.orangebackground h2{
color:#fff;
font-weight:600;
}

.orangebackground p{
color:#fff;
font-size:17px;
}

.blackbackground{
background-color:#000;
color:#fff;
}

.blackbackground h1{
color:#fff !important;
margin:30px 0;
}

.blackbackground h2{
color:#fff;
font-weight:600;
}

.blackbackground p{
color:#fff;
font-size:17px;
}

.blackbackground ul li::before{
content:"";
}

.blackbackground ul li{
color:#fff;
padding-left:0;
text-indent:0;
line-height:120%;
padding-bottom:20px;
}

.lightgreybackground{
background-color:#f7f7f7;
}

.toporange{
border-bottom:solid 1px #F26F21;
padding:40px 0 20px 10px;
margin:0 0 20px 0;
}

.tb40{
padding-top:70px;
padding-bottom:80px;
}

.lr40{
padding-right:60px;
padding-left:60px;
}

.l40{
padding-left:60px;
}

.orangeborderright{
border-right:solid 1px #f26f21;
}

article ul{
margin:0;
padding:0;
}

article ul li::before{
content:"• ";
}

article ul li{
display:block;
padding-left:1em;
text-indent:-0.7em;
line-height:120%;
padding:5px 0;
}

.morecontent{
display:inline-block;
margin:0 10px;
color:#f26f21;
transition:color 0.3s;
cursor:pointer;
}

.morecontent:hover{
color:#707070;
}

.thisismorecontent{
display:none;
}

.lesscontent{
display:inline-block;
margin:0 10px;
color:#f26f21;
transition:color 0.3s;
cursor:pointer;
}

.lesscontent:hover{
color:#707070;
}

input#envoyer{
display:inline-block;
font-size:20px;
border-radius:6px;
padding:12px 40px;
text-transform:uppercase;
font-weight:700;
transition:color 0.3s;
margin:20px 0 20px 0;
font-style:normal;
border:0;
text-shadow:none !important;
background:#F26F21 !important;
color:#fff !important;
line-height:70%;
transition:color 0.3s;
}

input#envoyer:hover{
color:#000 !important;
}


a.button{
display:inline-block;
font-size:20px;
border-radius:6px;
padding:12px 40px;
text-transform:uppercase;
font-weight:700;
transition:color 0.3s;
margin:40px 0 20px 0;
font-style:normal;
}

a.button.blue{
background-color:#003867;
color:#F26F21;
}

a.button.blue:hover{
color:#fff;
text-decoration:none;
}

a.button.lightblue{
background-color:#59A8D6;
color:#003867;
}

a.button.lightblue:hover{
color:#fff;
text-decoration:none;
}

a.button.orange{
background-color:#F26F21;
color:#003867;
}

a.button.orange:hover{
color:#fff;
text-decoration:none;
}

.max50{
max-width:50%;
margin-left:25% !important;
margin-right:25% !important;
}

.max60{
max-width:60%;
margin-left:20% !important;
margin-right:20% !important;
}

.max70{
max-width:70%;
margin-left:15% !important;
margin-right:15% !important;
}

.max80{
max-width:80%;
margin-left:10% !important;
margin-right:10% !important;
}

.max90{
max-width:90%;
margin-left:5% !important;
margin-right:5% !important;
}



#footer {
font-family:"Lato", sans-serif;
padding-bottom:0;
background-color:#ffffff;
color:#4C4948;
}

#footer .orangefooter{
padding-top:40px;
padding-bottom:60px;
text-align:center;
background-color:#003867;
}

#footer .orangefooter h2{
font-size:30px !important;
}

#footer a.button{
font-family:"Lato", sans-serif;
font-size:18px;
color:#fff;
font-weight:bold;
text-transform:uppercase;
background-color:#F26F21;
padding:10px 20px;
border-radius:5px;
transition:all 0.2s;
}

#footer a.button:hover{
text-decoration:none;
color:#4C4948;
}

#footer .orangefooter h2{
font-family:"Lato", sans-serif;
font-size:36px;
color:#fff;
font-weight:bold;
text-transform:uppercase;
margin-bottom:40px;
}

#footer .leftcolumn{
text-align:right;
}


#footer .rightcolumn{
text-align:left;
}

#footer .footerlogo{
width:94%;
margin:0 3%;
padding-bottom:50px;
border-bottom:solid 1px #bebebe;
margin-bottom:30px;
}

#footer img{
max-width:100px;
}

#footer ul.mod-menu{
list-style-type:none;
margin:10px 0 20px 0;
padding:0;
text-align:center;
}

#footer ul.mod-menu li{
display:inline-block;
}

#footer ul.mod-menu li, #footer ul.mod-menu li a{
text-transform:uppercase;
color:#4C4948;
font-size:12px;
transition:color 0.3s;
}

#footer ul.mod-menu li a:hover{
color:#F26F21;
background-color:rgba(0, 0, 0, 0);
}

#footer ul.mod-menu li span{
display:inline-block;
padding:0 15px;
}

.linkedinlink{
display:inline-block;
background:url(../../../images/logo_linked_in.png);
width:33px;
height:33px
}

.linkedinlink:hover{
background-position:-33px;
}

.facebooklink{
display:inline-block;
background:url(../../../images/logo_facebook.png);
width:33px;
height:33px
}

.facebooklink:hover{
background-position:-33px;
}

.googlepluslink{
display:inline-block;
background:url(../../../images/logo_google_plus.png);
width:33px;
height:33px
}

.googlepluslink:hover{
background-position:-33px;
}

.chrono_credits{
display:none;
}

#sitecontainer li{
padding:5px 0;
}




/* Loader */
#loader ul {
position: absolute;
left: 50%;
top: 50%;
transform: rotate(45deg) translate(-50%, -50%);
  
}

#loader li {
list-style-type: none;
position: absolute;
top: 0px;
left: 0px;
width: 20px;
height: 20px;
background: #003867;
border-radius: 50%;
}

#loader #a {
animation: a 1s ease-in-out infinite;
top: -40px;
left: -40px;
}

#loader #b {
animation: b 1s ease-in-out infinite;
top: -40px;
left: 0px;
}

#loader #c {
animation: c 1s ease-in-out infinite;
top: -40px;
left: 40px;
}

#loader #d {
  animation: d 1s ease-in-out infinite;
  top: 0px;
  left: -40px;
}

#loader #e {
  animation: e 1s ease-in-out infinite;
  top: 0px;
  left: 0px;
}

#loader #f {
  animation: f 1s ease-in-out infinite;
  top: 0px;
  left: 40px;
}

#loader #g {
  animation: g 1s ease-in-out infinite;
  top: 40px;
  left: -40px;
}

#loader #h {
  animation: h 1s ease-in-out infinite;
  top: 40px;
  left: 0px;
}

#loader #i {
  animation: i 1s ease-in-out infinite;
  top: 40px;
  left: 40px;
}

@keyframes a {
  50% {
    top: 0px;
    left: -40px;
  }
  100% {
    top: 0px;
    left: -40px;
  }
}
@keyframes b {
  50% {
    top: -40px;
    left: -40px;
  }
  100% {
    top: -40px;
    left: -40px;
  }
}
@keyframes c {
  50% {
    top: -40px;
    left: 0px;
  }
  100% {
    top: -40px;
    left: 0px;
  }
}
@keyframes d {
  50% {
    top: 40px;
    left: -40px;
  }
  100% {
    top: 40px;
    left: -40px;
  }
}
@keyframes f {
  50% {
    top: -40px;
    left: 40px;
  }
  100% {
    top: -40px;
    left: 40px;
  }
}
@keyframes g {
  50% {
    top: 40px;
    left: 0px;
  }
  100% {
    top: 40px;
    left: 0px;
  }
}
@keyframes h {
  50% {
    top: 40px;
    left: 40px;
  }
  100% {
    top: 40px;
    left: 40px;
  }
}
@keyframes i {
  50% {
    top: 0px;
    left: 40px;
  }
  100% {
    top: 0px;
    left: 40px;
  }
}





#bbapay button{
margin:0;
padding:0;
vertical-align:bottom;
}

#ivdate{
margin-bottom:20px;
}

#ivdate_btn{
padding:10px !important;
background-color:#F26F21;
display:flex;
align-items:middle;
}

#ivdate_btn .visually-hidden{
display:inline-block;
padding-left:10px;
}

.icon-calendar{
display:inline-block;
width:24px;
height:24px;
background:url(../images/calendar.png);
}


#ca_banner .accept{
width:280px !important;
}

.legalmentions p{
font-size:16px;
}

li.item-147{
display:none !important;
}



#video-home-banner-video{
display:block;
width:100% !important;
height:100% !important;
}



.bbaslider{
font-size:100px;
color:#fff;
text-shadow:0 0 10px rgba(0, 0, 0, 0.2);
position:relative;
height:102px;
text-align:center;
width:100%;
}

.bbaslider .element{
position:absolute;
top:62px;
left:0;
text-align:center;
width:100%;
opacity:0;
font-weight:bold;
}

.bbaslider .element.getin{
animation: 0.8s ease-out 0s 1 alternate getin;
animation-fill-mode: forwards;
}

.bbaslider .element.getout{
animation: 0.8s ease-out 0s 1 alternate getout;
animation-fill-mode: forwards;
}

@keyframes getin{
	from{
		top:62px;
		opacity:0;
	}
	to{
		top:0;
		opacity:1
	}
}

@keyframes getout{
	from{
		top:0;
		opacity:1;
	}
	to{
		top:-100px;
		opacity:0;
	}
}




.product_circle{
background-color:#003867;
height:600px;
position:relative;
transform:scale(1.2);
}

.product_circle .circle{
background-color:#fff;
width:400px;
height:400px;
border-radius:200px;
position:absolute;
top:50%;
left:50%;
transform:translateX(-50%) translateY(-50%);
}

.product_circle .inner_circle{
background-color:#003867;
width:384px;
height:384px;
border-radius:192px;
position:absolute;
top:50%;
left:50%;
transform:translateX(-50%) translateY(-50%);
}

.product_circle .element{
position:absolute;
cursor:pointer;
}

.product_circle .element .indicator{
display:block;
width:24px;
height:24px;
background-color:#F26F21;
border-radius:12px;
transform:translateX(-50%) translateY(-50%);
}

.product_circle .element .text{
text-align:center;
color:#F26F21;
font-size:20px;
font-weight:bold;
white-space: nowrap;
position:absolute;
top:0;
left:0;
transform:translateX(-50%) translateY(-50%);
}

.product_circle .element.selected .indicator{
background-color:#fff;
}

.product_circle .element.selected .indicator:before{
content:' ';	
background-color:#003867;
position:absolute;
width:16px;
height:16px;
border-radius:14px;
top:50%;
left:50%;
transform:translateX(-50%) translateY(-50%);
}

.product_circle .element.selected .indicator:after{
content:' ';	
background-color:#fff;
position:absolute;
width:7px;
height:7px;
border-radius:7px;
top:50%;
left:50%;
transform:translateX(-50%) translateY(-50%);
}

.product_circle .element.selected .text{
color:#fff;
}

.product_circle .descriptions{
position:absolute;
top:50%;
left:50%;
transform:translateX(-50%) translateY(-50%);
width:280px;
height:180px;
color:#fff;
text-align:center;
font-size:16px;
}

.product_circle .descriptions div{
position:absolute;
top:50%;
left:50%;
transform:translateX(-50%) translateY(-50%);
width:100%;
display:none;
line-height:120%;
}


#qx-section-1qpkg{
background-color:#01315D;
}

.chronocredits{
display:none;
}

form.nui button[type="submit"]{
background-color:#F26F21;
color:#fff !important;
font-family:"Lato", sans-serif;
}

.qx-element-text-v2 a{
color:#F26F21;
}

.qx-element-text-v2 a:hover{
color:#707070;
}

li.item-134{
display:none !important;
}

