@charset "UTF-8";
/* CSS Document */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800,300);
* { margin: 0; padding: 0; border: none; box-sizing: border-box; }
body { line-height: 100%; margin-top: 30px; font-family: 'Open Sans', Helvetica, Arial, Verdana, sans-serif; font-size: 17px; }
ul,
li { list-style: none; }
.wrapper { width: 1200px; margin: 0 auto; }
h1,
h2,
h3,
h4 { text-transform: uppercase; }
/* backgrounds sprite */
a.cta, a.specialCta, a.smallCta, #searchPage form input[type=submit] { background: url(../_img/sprite.png) no-repeat 0 0; }
#top{ margin-top: 0;
    position: absolute;
    top: -80px; }
a.arrowToTop{
    bottom: 20px;
    position: fixed;
    right: 20px;
    z-index: 200;
    display: none;
}
a.arrowToTop img{ width:40px; }
/* liens et boutons */
a { text-decoration: none; }
a.toBot { bottom: 0; color: #fff; font-size: 15px; left: 50%; margin-left: -68px; position: absolute; text-align: center; padding: 10px 48px 10px 20px; background: #042943 url(../_img/tobot.png) no-repeat right 15px center; }
a.cta { background-color: #8bbb31; color: #FFF; text-transform: uppercase; padding: 15px 50px 15px 65px; background-position: 40px -719px; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; display: inline-block; font-size: 17px; line-height: 26px; }
a.btn { background-color: #8bbb31; color: #FFF; text-transform: uppercase; padding: 20px 60px 20px 60px; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; display: inline-block; }
a.specialCta { color: #FFF; text-transform: uppercase; padding: 10px 40px 10px 65px; background-position: 40px -724px; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; display: inline-block; border: 2px solid #FFF; font-size: 13px; line-height: 30px; }
a.smallCta { background-color: #8bbb31; background-position: 13px -731px; border-radius: 5px; color: #fff; display: inline-block; font-size: 12px; line-height: 26px; padding: 5px 20px 5px 35px; text-transform: uppercase; }
.section { position: relative; }

/* VERT : #8bbb31 */
/* BLEU MARINE : #042943 */
/* BLEU CLAIR : #2e81c3 */
/* GRIS CLAIR : #f0f0f0 */

#fixedNav { position: fixed; top: 0; left: 0; width: 100%; background-color: #8bbb31; overflow: hidden; height: 50px; z-index: 10000; }
#fixedNav li { float: left; text-align: center;  width: 25%;}
#fixedNav li.last a { background: none; }
#fixedNav li a { color: #FFF; text-transform: uppercase; display: block; font-size: 12px; background: url(../_img/navSep.gif) no-repeat right center; padding: 16px 0; }
#fixedNav li a span { padding-left: 20px; }
#fixedNav .icoContact { background: url(../_img/sprite.png) no-repeat left -15px; }
#fixedNav .icoAskDemo { background: url(../_img/sprite.png) no-repeat left -58px; }
#fixedNav .icoAskOffer { background: url(../_img/sprite.png) no-repeat left -87px; }
#fixedNav .icoSupport { background: url(../_img/sprite.png) no-repeat left -120px; }
#fixedNav .icoLogin { background: url(../_img/sprite.png) no-repeat left -146px; }


#header { background-color: #FFF;  position:relative; }
#header .logos { border-bottom: 1px solid #efefef; padding: 45px 0 30px 0; height: 120px; }
#header .logos .mainLogo { float: left; padding-left: 25px; }
#header .logos .scdLogo { float: right; padding-right: 25px; }
#header .logos .lang { float: right; padding-right: 25px; position: relative; }
#header .logos .lang .langList a { font-size: 12px; color: #3c6488; }
#header .logos .lang .langList { display: none; position: absolute; border-top: 1px solid #3c6488; border-left: 1px solid #3c6488; border-right: 1px solid #3c6488; right: 20px; top: 30px; background-color: #FFF; z-index: 10001; }
#header .logos .lang.active .langList { display: block; }

#header .lang a.selected { background: url(../_img/lang.png) no-repeat right center; color: #3c6488; display: block; font-size: 12px; height: 30px; padding-right: 15px; padding-top: 7px; }
#header .logos .lang .langList li a { border-bottom: 1px solid #3c6488; display: block; padding: 6px 20px; }


#header #navigation { background-color: #FFF; }
#header #navigation .wrapper,
#header #navigationMobile .wrapper { text-align: center; }
#header #navigation ul,
#header #navigationMobile ul { overflow: hidden; display: inline-block; }
#header #navigation ul li,
#header #navigationMobile ul li { float: left; padding: 20px 22px; background: url(../_img/navSep.gif) no-repeat right center;  }
#header #navigationMobile ul li.search{ background:none; }
#header #navigation ul li.search{ padding: 19px 0 0 5px; background:none;   }

#header .searchInputOver{
    display:none;
    background-color: #f3f4f5;
    border: 1px solid #ccc;
    height: 91px;
    opacity: 0.95;
    padding: 20px;
    position: absolute;
    right: 20px;
    width: 400px;
    z-index: 1000;
    top: 204px;
}
#header .searchInputOver input[type=text], .mobSearch input[type=text]{ background-color: #fff;
    border: 1px solid #ccc;
    display: block;
    float: left;
    font-size: 15px;
    padding: 10px; line-height: 26px;
}
#header .searchInputOver input[type=submit], .mobSearch input[type=submit] {
    background-color: #8bbb31;
    border-radius: 0 5px 5px 0;
    color: #fff;
    display: block;
    float: left;
    font-size: 15px;
    line-height: 26px;
    padding: 10px 20px ;
    text-transform: uppercase;
}
.mobSearch input[type=text], .mobSearch input[type=submit]{ font-size:13px; line-height:23px;  }
.mobSearch input[type=text] { width: 170px; }
.mobSearch{ text-align:center; }
.mobSearch form{ display:inline-block; }


#header #navigation ul li a,
#header #navigationMobile ul li a { color: #000; font-size: 14px; display: inline-block; padding-bottom: 2px; }
#header #navigation ul li.active a,
#header #navigationMobile ul li.active a { border-bottom: 1px solid #8bbb31; color: #000; font-weight: bold; }
#navigation.fixed { position: fixed; top: 50px; width: 100%; z-index: 2000; }
#navigation.fixed .searchInputOver{ top: 84px;}

#navigationMobile { height: 0 }

#mainBanner {
    background-position: center top;
    background-size: cover;
//height: 700px;
    height: auto;
    position: relative;
}

#mainBanner h2, #mainBanner h1 {
    color: #fff;
    display: inline-block;
    font-size: 45px;
    line-height: 56px;
//padding-top: 120px;
    text-shadow: 4px 0 2px rgba(0, 0, 0, 0.25);
    margin-bottom: 20px;
}
#mainBanner h2::after,
#mainBanner h1::after { background-color: #FFF; content: "."; display: block; font-size: 0; height: 2px; margin: 30px 0 0; width: 30%; box-shadow: 4px 0px 2px rgba(0, 0, 0, 0.25); }
#mainBanner p { color: #FFF; line-height: 22px; margin-bottom: 20px; }
#mainBanner ul { margin-bottom: 40px; }
#mainBanner ul li { color: #FFF; line-height: 30px; }

#sectSEO { background-color: #FFF; padding: 60px 0; text-align: center; }
#sectSEO h4,
#sectSEO h2 { color: #b6b6b6; font-size: 14px; line-height: 30px; }
#sectSEO p { color: #b6b6b6; font-size: 14px; line-height: 30px; }

#mainBanner .bxslider .slide { height: 380px;}
#mainBanner .bxslider .slide .insCont { padding: 1em 1.6em; }
#mainBanner .bxslider .bx-pager { display: none; }
#mainBanner .bxslider h2::after,
#mainBanner .bxslider h1::after { content: normal; }
#mainBanner .bxslider h2,
#mainBanner .bxslider h1 { margin-bottom: 30px; }
#mainBanner  h2 span{ font-weight:100; }

#mainBanner.bannerSections{ height:auto; text-align:center; overflow:hidden;  }
#mainBanner.bannerSections h2{ margin-bottom:30px  }
#mainBanner.bannerSections h2::after{ margin: 30px auto; width: 30%; background-color:#8bbb31; }

#mainBanner .sectionsList { overflow:hidden; }
#mainBanner .sectionsList li{ float:left; width:25%; text-align:center; margin-bottom: 40px; }
#mainBanner .sectionsList li img{ display:inline-block; margin-bottom:10px;  }
#mainBanner .sectionsList li strong{ color:#FFF; display:block; text-transform:uppercase; font-size:17px;  line-height: 20px; }





#sectPrice { text-align: center; padding: 130px 0; }
#sectPrice h1 { color: #042943; font-size: 26px; font-weight: 900; margin-bottom: 40px; display: inline-block; line-height: 28px; }
#sectPrice h1::after { background-color: #8bbb31; content: "."; display: block; font-size: 0; height: 2px; margin: 30px 25% 0; width: 50%; }
#sectPrice .priceTable { }
#sectPrice h2 { font-size: 21px; color: #0b496d; font-weight: 200; padding: 9px 0 9px 55px; display: inline-block; background: url(../_img/sprite.png) no-repeat 0 0; line-height: 30px; }
#sectPrice p { color: #0b496d; font-size: 14px; line-height: 26px; }
#sectPrice .head.icoManager h2 { background-position: 0 -1100px; }
#sectPrice .head.icoPlanner h2 { background-position: 0 -1191px; }
#sectPrice .head.icoAdmin h2 { background-position: 0 -1280px; }
#sectPrice .priceTable { margin-bottom: 70px; }
#sectPrice .priceTable .table { width: 100%; border-top: 1px solid #d5d5d5; border-left: 1px solid #d5d5d5; border-bottom: 1px solid #d5d5d5; overflow: hidden; }
#sectPrice .priceTable .table .col { width: 33.33%; float: left; border-right: 1px solid #d5d5d5; }
#sectPrice .priceTable .head { background-color: #f0f0f0; padding: 30px 0 }
#sectPrice .priceTable .content { background-color: #fbfbfb; padding: 60px 40px; text-align: left; }
#sectPrice .priceTable .content ul li { padding-right: 30px; color: #003758; margin-bottom: 35px; background: url(../_img/spriteCheck.png) no-repeat right -98px }

#sectPrice .priceTable .content ul li.checked { background-position: right 3px }
#sectPrice .priceTable .odd .content { background-color: #f7f7f7; }
#sectPrice .priceTable .result { background-color: #042943; padding: 50px 0; overflow: hidden; text-align: center; -webkit-border-bottom-right-radius: 20px; -webkit-border-bottom-left-radius: 20px; -moz-border-radius-bottomright: 20px; -moz-border-radius-bottomleft: 20px; border-bottom-right-radius: 20px; border-bottom-left-radius: 20px; }
#sectPrice .priceTable .result span {
    color: #fff;
    display: block;
    float: none;
    font-size: 50px;
    line-height: 50px;
    margin-bottom: 20px;
    margin-right: 0;
    text-transform: uppercase;
}
#sectPrice .priceTable .result a.btn { float: left; }
#sectPrice .priceTable .result p { display: inline-block; }
#sectWin p a{
    color:#FFF;
    text-decoration:underline;
}
#sectPrice p a{
    color:#0b496d;
    text-decoration:underline;
}
#sectPrice p a.cta{ text-decoration:none; color:#FFF; }
#sectWin { background: url( ../_img/bg/bg_blueBlur.jpg) no-repeat scroll center center / cover; padding: 90px 0; text-align: center; }
#sectWin h2 { color: #FFF; font-size: 40px; font-weight: 900; margin-bottom: 40px; display: inline-block; line-height: 45px; }
#sectWin h2::after { background-color: #8bbb31; content: "."; display: block; font-size: 0; height: 2px; margin: 30px 25% 0; width: 50%; }
#sectWin p { color: #FFF; line-height: 26px; }

.sectClassical { text-align: center; padding: 75px 0; background: #f3f4f5 url("../_img/bg/greyBg.jpg") repeat-x scroll center bottom / cover; }
.sectClassical#about{ text-align:left; padding:0; }
.sectClassical#about .wrapper{ padding:130px 0; }

.sectClassical.sectClassLight { background: none; }
.sectClassical h2,
.sectClassical h1 { color: #042943; font-size: 40px; font-weight: 900; margin-bottom: 40px; display: inline-block; line-height: 45px; }
.sectClassical#about h1.icoManager { background: url("../_img/sprite.png") no-repeat scroll 0 -800px;  padding-left: 70px; padding-top: 8px; padding-right:70px;  }

.sectClassical h2::after,
.sectClassical h1::after { background-color: #8bbb31; content: "."; display: block; font-size: 0; height: 2px; margin: 30px 25% 0; width: 50%; }
.sectClassical#about h1::after{ margin: 30px 0 -30px -70px; width: 80%;  }
.sectClassical p { color: #05314b; line-height: 26px; margin-bottom: 30px; }


.sectClassical .contentText{ float:left; width:70%; padding-right:5%;  }
.sectClassical .managerPict { bottom: -1px; position: absolute; right: 0; }

.sectClassical .inside{ overflow:hidden; }

.wrapperBoxes { overflow: hidden; }
.wrapperBoxes .box { background-color: #f9f9fa; border: 1px solid #e3e3e3; width: 100%; margin: 1.5% 0;  position: relative; height: 420px !important; padding: 25px 0; text-align: center; display: inline-block; }
.wrapperBoxes .box h3 {
    color: #0b496d;
    display: inline-block;
    font-size: 25px;
    font-weight: 200;
    height: 87px;
    line-height: 30px;
    margin-bottom: 30px;
    padding: 70px 13px 0;}
.wrapperBoxes .box ul li { font-size: 13px; color: #0b496d; line-height: 20px; }
.wrapperBoxes .box .inside { padding: 0 50px;  text-align: left; }
.wrapperBoxes .box .moreWrapper { position: absolute; bottom: 0; width: 100%; text-align: center; margin-bottom: 30px; }

.wrapperBoxes .box.icoManager h3 { background: url(../_img/icoTasOwner.png) no-repeat center top; }
.wrapperBoxes .box.icoPlanner h3 { background: url(../_img/icoTasPlanning.png) no-repeat center top; }
.wrapperBoxes .box.icoAdmin h3 { background: url(../_img/icoTasManager.png) no-repeat center top; }
.wrapperBoxes .box .moreWrapper .link { color: #0b496d; font-size: 13px; margin-top: 20px; text-decoration: underline; display: block; }

@media (min-width: 32em) {
    .sectPict { background: #f3f4f5 url(../_img/bg/greyBg.jpg) repeat-x scroll center bottom / cover; overflow: hidden; padding: 75px 0; }
    .wrapperBoxes .box { width: 46%; margin: 1.5%; vertical-align: top;}
}

@media (min-width: 64em) {
    .sectPict { background: #f3f4f5 url(../_img/bg/greyBg.jpg) repeat-x scroll center bottom / cover; overflow: hidden; padding: 140px 0; }
    .wrapperBoxes .box { width: 30%; }
}


//.sectPict { background: #f3f4f5 url(../_img/bg/greyBg.jpg) repeat-x scroll center bottom / cover; overflow: hidden; padding: 75px 0; }
.sectPict .insCont { width: 50%;  float: right; color: #0b496d; font-size: 17px; line-height: 26px;  margin-bottom: 30px; }
.sectPict .insCont h2,
.sectPict .insCont h1 { color: #042943; font-size: 40px; font-weight: 900; margin-bottom: 40px; display: inline-block; line-height: 45px; }
.sectPict .insCont h1 span{ font-weight:100; }

.sectPict .insCont h2::after,
.sectPict .insCont h1::after { background-color: #8bbb31; content: "."; display: block; font-size: 0; height: 2px; margin: 30px 25% 0; width: 50%; }
.sectPict .picture { width: 50%; float: left; text-align: center; }
.sectPict .picture img { display: block; margin: 0 auto; }
.sectPict .insCont p { margin-bottom: 20px; }

.sectSkew { background: url(../_img/bg/bg_skew.png) no-repeat top center / cover; margin-top: -100px; }

.sectHPPict.sectPict .insCont { width: 40%;  margin-top: 0px; margin-bottom: 50px; }
.sectHPPict.sectPict .picture img { width: 100%; }
.sectHPPict.sectPict .picture { margin-right: 10%; }
.sectHPPict.sectPict .insCont h2::after,
.sectHPPict.sectPict .insCont h1::after { margin-left: 0; }

#sectProduct { background: #03223a url(../_img/bg/bg_product.jpg) no-repeat center bottom; overflow: hidden; background-size: cover; }
#sectProduct .insCont { width: 40%; float: left; color: #fff; font-size: 17px; line-height: 26px; }
#sectProduct .insCont h2 { color: #FFF; font-size: 40px; font-weight: 900; margin-bottom: 40px; display: inline-block; line-height: 45px; }
#sectProduct .insCont h2::after { background-color: #8bbb31; content: "."; display: block; font-size: 0; height: 2px; margin: 30px 0 0; width: 50%; }
#sectProduct .picture { position: absolute; right: 0; bottom: 0; text-align: center; }
#sectProduct .picture img { display: block; margin-top: 50px; width: 100%; }
#sectProduct .wrapper { position: relative; overflow: hidden; padding: 150px 0; }
.sectFeatures { background-color: #fbfbfc; padding: 120px 0 0; overflow: hidden; }
.sectFeatures h3 { border-bottom: 1px solid #dfdfdf; font-size: 30px; color: #0b496d; background: url(../_img/sprite.png) no-repeat 0 0; font-weight: 100; margin-bottom: 40px; padding: 5px 0 40px 56px;  line-height: 27px; }
.sectFeatures h3.icoManager { background-position: 0 -1100px; }
.sectFeatures h3.icoPlanner { background-position: 0 -1191px; }
.sectFeatures h3.icoAdmin { background-position: 0 -1280px; }
.sectFeatures .featSect { margin-bottom: 70px; overflow: hidden; }
.sectFeatures .featSect .element { color: #003758; float: left; font-size: 13px; line-height: 23px; padding-right: 8%; width: 33.33%; margin-bottom: 30px; }
.sectFeatures .featSect .line { clear: both; }
.sectFeatures h4 { font-size: 18px; color: #8bbb31; text-transform: none; font-weight: 200; margin-bottom: 5px; }
#sectAdvantages { background: url(../_img/bg/bg_advantages.jpg) no-repeat center bottom / cover; overflow: hidden; }

#sectTank #sectAdvantages{ background: url(../_img/bg/bg_advantagesTank.jpg) no-repeat center bottom / cover;  }
#sectBulk #sectAdvantages{ background: url(../_img/bg/bg_advantagesBulk.jpg) no-repeat center bottom / cover;  }
#sectGeneralFtl  #sectAdvantages{ background: url(../_img/bg/bg_advantagesGeneralFtl.jpg) no-repeat center bottom / cover;  }
#sectContainer  #sectAdvantages{ background: url(../_img/bg/bg_advantagesContainer.jpg) no-repeat center bottom / cover;  }
#sectExceptional  #sectAdvantages{ background: url(../_img/bg/bg_advantagesExceptional.jpg) no-repeat center bottom / cover;  }
#sectIntermodal #sectAdvantages{ background: url(../_img/bg/bg_advantagesIntermodal.jpg) no-repeat center bottom / cover;  }
#sectGroupage #sectAdvantages{ background: url(../_img/bg/bg_advantagesGroupage.jpg) no-repeat center bottom / cover;  }
#sectForwarding  #sectAdvantages{ background: url(../_img/bg/bg_advantagesForwarding.jpg) no-repeat center bottom / cover;  }


#sectAdvantages .title { float: left; width: 30%; padding: 150px 0 0 5%; }
#sectAdvantages .title h2 { color: #FFF; display: inline-block; font-size: 40px; font-weight: 900; line-height: 45px; margin-bottom: 40px; }
#sectAdvantages .title h2::after { background-color: #8bbb31; content: "."; display: block; font-size: 0; height: 2px; margin: 30px 0 0 0; width: 50%; }
#sectAdvantages .advantagesContent { float: left; width: 30%; background-color: #fff; padding: 75px 40px; }
#sectAdvantages .advantagesContent h3 { text-transform: none; font-size: 20px; color: #05314b; font-weight: 400; line-height: 24px; padding-left: 75px; min-height: 66px; }
#sectAdvantages .advantagesContent .advantage { margin-bottom: 65px; }
#sectAdvantages .advantagesContent .about { margin-top: 40px; display: none; }
#sectAdvantages .advantagesContent .about p { font-size: 13px; color: #05314b; margin-bottom: 15px; padding-left: 75px; }
#sectAdvantages .openClose { background: url(../_img/openArrow.png) no-repeat right 20px; padding-right: 50px; cursor: pointer; }
#sectAdvantages .openClose.opened { background: url(../_img/closeArrow.png) no-repeat right 20px; }
#sectAdvantages .title a.cta { }
#advCustomer h3 { background: url(../_img/icoCustomer.png) no-repeat left top; }
#advBusinessOnline h3 { background: url(../_img/icoBusinessOnline.png) no-repeat left top; }
#advMonitor h3 { background: url(../_img/icoMonitor.png) no-repeat left top; }
#bannerMobile { position: relative; }
#bannerMobile img { width: 100%; }
#bannerMobile .cta { position: absolute; right: 20%; bottom: 10%; }
.sectRole { background: url(../_img/bg/bg_role.jpg) no-repeat center center / cover; padding: 75px 0; color: #FFF; text-align: center; min-height: 720px; min-height: 780px; }
.sectRole .blocsItems { display: inline-block; }

.sectRole .blocsItems .item {
    cursor: pointer;
    float: left;
    margin: 20px 0;
}
.sectRole .blocsItems .item.active .activeRole { display: none; }
.sectRole .blocsItems .item.active .hoverRole { display: block; }
.sectRole .blocsItems .item .activeRole { width: 325px; position: relative; cursor: pointer; }

.sectRole .blocsItems .item .activeRole h3 { position: absolute; top: 40%; left: 0; width: 100%; text-align: center; font-size: 28px; line-height: 30px; }
.sectRole .blocsItems .item .hoverRole { width: 325px; background: url(../_img/bg/bg_blue.png) repeat; padding: 40px; display: none; min-height: 380px;  }
.sectRole .blocsItems .item .hoverRole p { font-size: 16px; margin-bottom: 30px; }
.sectRole .blocsItems .item .hoverRole h3 { margin-bottom: 30px; padding-top: 80px; font-size: 20px; }
.sectRole .blocsItems .item .hoverRole h3.icoAdmin { background: url(../_img/icoAdmin.png) no-repeat top center; }
.sectRole .blocsItems .item .hoverRole h3.icoPlanner { background: url(../_img/icoPlanner.png) no-repeat top center; }
.sectRole .blocsItems .item .hoverRole h3.icoManager { background: url(../_img/icoManager.png) no-repeat top center; }
.sectRole .blocsItems .item .hoverRole a.btn { border-radius: 3px; font-size: 14px; padding: 15px 30px; }
.sectRole h2 { color: #FFF; display: inline-block; font-size: 40px; font-weight: 900; line-height: 45px; margin-bottom: 40px; }
.sectRole h2::after { background-color: #8bbb31; content: "."; display: block; font-size: 0; height: 2px; margin: 30px 25% 0; width: 50%; }
.sectTestimonials { background: url(../_img/bg/bg_testimonials.jpg) no-repeat center center / cover; }

.sectTestimonials .testiContent { margin-left: 10%; width: 30%; }
.sectAllTestimonials { overflow: hidden; }
.sectAllTestimonials .title { width: 35%; float: left; text-align: center; padding-top: 400px; height: 960px; }
.sectAllTestimonials .title h2 { color: #003758; font-size: 40px; font-weight: 900; margin-bottom: 40px; display: inline-block; line-height: 45px; }
.sectAllTestimonials .title h2::after { background-color: #8bbb31; content: "."; display: block; font-size: 0; height: 2px; margin: 30px 0 0 25%; width: 50%; }
.sectAllTestimonials .pictureBg { width: 35%; float: left; background: url(../_img/bg/bg_customer.jpg) no-repeat center center / cover; height: 1000px; }
.sectAllTestimonials .testiContent { width: 30%; float: left; height: 1000px; }
.testiContent { background-color: #003758; color: #FFF; position: relative; padding: 330px 30px 70px 30px; }
.testiContent .bubble { background: url(../_img/bubble.png) no-repeat top left; text-transform: uppercase; width: 236px; height: 220px; text-align: center; font-size: 21px; padding: 80px 15px 0 0; font-weight: 100; position: absolute; left: -70px; top: 60px; }
.testiContent .bubble strong { font-size: 37px; font-weight: 900; line-height: 50px; }
.testiContent .sentence { margin-bottom: 50px; }
.testiContent .sentence p { font-size: 20px; line-height: 33px; padding: 20px; font-weight: 100; }
.testiContent .sentence .author { display: block; font-size: 15px; margin-left: 20px; }
.testiContent .sentence b.bef { display: block; background: url(../_img/quoteBef.png) no-repeat left center; height: 30px; }
.testiContent .sentence b.aft { display: block; background: url(../_img/quoteAft.png) no-repeat right center; height: 30px; }
.testiContent .wrapperBtn { text-align: center; }
.testiContent .bx-wrapper .bx-pager { display: none; }
.testiContent .bx-wrapper .bx-controls-direction {  width: 150px;  margin: 20px auto 0;}
.testiContent .bx-wrapper .bx-controls-direction a { display: block; float: left; font-size: 0; margin: 0 20px; position: relative; }
#sectPortfolio { overflow: hidden; }
#sectPortfolio .about { width: 40%; float: left; background-color: #03273c; color: #FFF; width: 40%; padding: 5%; height: 700px; }
#sectPortfolio .solutions { width: 60%; float: left; }
#sectPortfolio .solutions .solution { float: left; width: 33.33%; height: 350px; text-align: center; cursor: pointer; padding: 120px 3% 0; text-align: center; }
#sectPortfolio .solutions .solution.odd { background-color: #f6f6f7; }
#sectPortfolio .solutions .solution:hover { background-color: #8bbb31; }
.solution span { background-position: center center; background-repeat: no-repeat; background-size: 100% auto; display: inline-block; height: 100px; width: 100%; }
.solution span.teleroute { background-image: url(../_img/portLogoTeleroute.png); }
.solution span.cargo { background-image: url(../_img/portLogo123.png); }
.solution span.bursatransport { background-image: url(../_img/portLogoBursa.png); }
.solution span.freightcentral { background-image: url(../_img/portLogoFC.png); }
.solution span.tastms { background-image: url(../_img/portLogoTastms.png); }
.solution span.transwide { background-image: url(../_img/portLogoTranswide.png); }
.solution:hover span.teleroute { background-image: url(../_img/portLogoTelerouteHov.png); }
.solution:hover span.cargo { background-image: url(../_img/portLogo123Hov.png); }
.solution:hover span.bursatransport { background-image: url(../_img/portLogoBursaHov.png); }
.solution:hover span.freightcentral { background-image: url(../_img/portLogoFCHov.png); }
.solution:hover span.tastms { background-image: url(../_img/portLogoTastmsHov.png); }
.solution:hover span.transwide { background-image: url(../_img/portLogoTranswideHov.png); }
#sectPortfolio .about h3 { margin-top: 80px; font-size: 29px; margin-bottom: 20px; }
#sectPortfolio .about p { line-height: 22px; margin-bottom: 10px; font-weight: 100; }
#sectPortfolio .about a.simpleLink { color: #FFF; text-decoration: underline; font-size: 21px; line-height: 30px; display: block; margin-bottom: 5px }
#sectPortfolio .about h2 { color: #fff; font-size: 40px; font-weight: 900; margin-bottom: 30px; display: inline-block; line-height: 45px; }
#sectPortfolio .about h2::after { background-color: #8bbb31; content: "."; display: block; font-size: 0; height: 2px; margin: 30px 0 0 0; width: 50%; }
#sectHighlights { background: url("../_img/bg/bg_role.jpg") no-repeat center center / cover; padding: 100px 5%; overflow: hidden; }
#sectHighlights .event,
#sectHighlights .press,
#sectHighlights .partner { display: inline-block; width: 30%; text-align: center; border-right: 1px solid #FFF; }
#sectHighlights .wrapper { text-align: center; }
#sectHighlights h2 { background: url("../_img/sprite.png") no-repeat left center; font-size: 40px; color: #FFF; font-weight: 300; line-height: 45px; margin-bottom: 20px; display: inline-block; padding-left: 40px; }
#sectHighlights .event h2 { background-position: 0 -252px; }
#sectHighlights .press h2 { background-position: 0 -329px; }
#sectHighlights .partner h2 { background-position: 0 -412px; }
#sectHighlights .partner { border-right: 0; }

#footer { position: relative; }
#footer .footResume { background-color: #2e81c3; color: #FFF; padding: 60px 0 20px 0; overflow: hidden; }
#footer .footResume a { color: #FFF; font-size: 14px; color: #d8e8f4 }
#footer .footResume .footPart { float: left; }
#footer .footCopySocials { background-color: #f0f0f0; padding: 30px 0; clear: both; }
#footer .footResume h4 { font-size: 18px; font-weight: 100; margin-bottom: 30px; text-transform: none; }
#footer .footResume h4 span { display: block; font-size: 13px; }
#footer .footResume li { font-size: 14px; margin-bottom: 5px; color: #d8e8f4; }
#footer .footResume p { font-size: 14px; line-height: 22px; color: #d8e8f4; margin-bottom: 20px; }
#footer .FCLinks { width: 30% }
#footer .address { width: 25% }
#footer .lastNews { width: 25%; }
#footer .hgLinks { width: 20%; }
#footer .footResume .hgLinks li { margin-bottom: 10px; }
#footer .icoContact,
#footer .icoAskDemo,
#footer .icoAskOffer,
#footer .icoSupport,
#footer .icoLogin { padding: 0 0 0 30px; }
#footer .icoContact { background: url(../_img/sprite.png) no-repeat left -16px; }
#footer .icoAskDemo { background: url(../_img/sprite.png) no-repeat left -55px; }
#footer .icoAskOffer { background: url(../_img/sprite.png) no-repeat left -85px; }
#footer .icoSupport { background: url(../_img/sprite.png) no-repeat left -116px; }
#footer .icoLogin { background: url(../_img/sprite.png) no-repeat left -146px; }
#footer .backTop { position: absolute; top: -37px; right: 10%; background: #042943 url("../_img/totop.png") no-repeat scroll right 15px center; eight: 37px; color: #fff; font-size: 15px; padding: 10px 48px 10px 20px; text-align: center; }
.footCopySocials { overflow: hidden; }
.footCopySocials .copy { font-size: 13px; color: #878787; float: left; margin-right: 50px; }
.footCopySocials ul.links { float: left; }
.footCopySocials ul.links li { float: left; }
.footCopySocials ul.links li a { color: #878787; display: block; font-size: 13px; margin: 15px 10px 0; text-decoration: underline; }
.footCopySocials ul.socials { float: right; }
//.footCopySocials ul.socials li { float: left; margin: 0 5px; }
.footCopySocials ul.socials li { float: left; margin: 0; }
.footLogos { padding: 60px 0 50px; border-bottom: 1px solid #e0e0e0; position: relative; background: #2e81c3 url(../_img/bg/bg_footerLinks.png) no-repeat top center / cover; }
.footLogos::after { content: '.'; font-size: 0; clear: both; }
.footLogos .wrapper { position: relative; }
//.footLogos li { float: left; margin: 0 20px; }
.footLogos .wktsLogo { float: left; margin-right: 50px; }
.footLogos .can { position: absolute; right: 0; top: -90px; }
.lastNews input[type=text] { background-color: #4898d7; color: #FFF; padding: 10px; float: left; font-size: 15px; line-height: 15px; height: 35px; width: 55%; }
.lastNews input[type=submit] { background-color: #206ba5; color: #FFF; font-size: 14px; padding: 10px; text-transform: uppercase; float: left; line-height: 15px; height: 35px; width: 45%; }
input[type=submit] { cursor: pointer; }
.mobileNav { display: none; }

#errorPage h1 b{ font-size:100px; }
#errorPage p.intro{ margin-bottom:  50px; }
#errorPage .siteMap{ text-align:left; }
#errorPage .siteMap li{  list-style:inside disc;  }
#errorPage .siteMap li a{ color:#2e81c3; margin-bottom:15px; display:inline-block; line-height:20px;  }
#errorPage .siteMap ul{ margin-left: 35px;  }


#searchPage .results .item{ border-bottom:1px solid #dfdfdf; margin-bottom:40px;  text-align:left;  }
#searchPage .results .item h2{ color: #8bbb31; font-size: 18px; font-weight: 200; margin-bottom: 5px; text-transform: none; }
#searchPage .results .item h2 a{ color: #8bbb31; }
#searchPage .results .item h2 a:hover{ text-decoration:underline; }
#searchPage .results .item h2::after{ content:none; }
#searchPage form { margin-bottom:50px; text-align:center; }
#searchPage form input[type=text]{ border: 1px solid #ccc; display: block; font-size: 20px; padding: 20px 30px; float:left; height:67px;   }
#searchPage form input[type=submit]{ background-color: #8bbb31; background-position: 40px -715px; border-radius: 0 5px 5px 0; color: #fff; display: block; float:left;  font-size: 17px; line-height: 26px; padding: 15px 50px 15px 65px; text-transform: uppercase; height:67px;   }
#searchPage form fieldset{ display:inline; }
.classicalContent{ text-align:left; }
.classicalContent h3{
    color: #8bbb31;
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 25px;
    text-transform: none;
}
.classicalContent p{ font-size:14px; }
.classicalContent p a{ color: #2e81c3; }
.classicalContent li{ list-style: inside none disc; font-size: 14px;   margin-bottom: 5px; color: #05314b; line-height: 26px;}

.cookie_layer {
    background: #88b936 none repeat scroll 0 0;
    bottom: 0;
    display: none;
    padding: 12px 24px;
    position: fixed;
    opacity:0.95
}
.cookie_layer p {
    color: #fff;
    font-size: 12px;
    margin: 0 auto;
    padding: 10px 20px 10px 0;
    width: auto;
}
.cookie_layer .approve {
    padding: 12px 0;
}
.cookie_layer .approve a{
    background: #bf005a none repeat scroll 0 0;
    border: medium none;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    font-family: Helvetica,Arial,serif;
    font-size: 15px;
    font-weight: 600;
    margin: 0;
    overflow: visible;
    padding: 8px 14px;
    text-align: center;
    transition: background-color 0.2s ease-in-out 0s;
    white-space: nowrap;
}
.cookie_layer .approve a.alt{
    background: #fff none repeat scroll 0 0;
    color: #0068ad;
}
.cookie_layer .close {
    border: medium none;
    position: absolute;
    right: 24px;
    top: 12px;
}

.bannerSection{ border-top:35px solid #06253c; }
.bannerSection img{ width:100%; display:block;}


#sectTank, #sectBulk, #sectGeneralFtl, #sectContainer, #sectExceptional, #sectIntermodal, #sectGroupage, #sectForwarding, #sectProduct, #sectSEO{ position:relative; }

@media only screen and (max-width : 1200px) {
    input[type=submit] { -webkit-appearance: none; }
    .wrapper { width: auto; padding: 0 5%; }
    #about.sectClassical .wrapper{ padding:130px 5% 0 5%;  }
    #header #navigation .wrapper{ padding:0}
    #sectProduct .wrapper { padding: 150px 5%; }
    #header #navigation ul li { padding: 30px 8px; }
    .wrapperBoxes .box { height: auto; }
    .sectAllTestimonials .pictureBg { width: 20%; }
    .sectAllTestimonials .testiContent,
    .sectTestimonials .testiContent { width: 45% }
    .testiContent { padding-bottom: 150px; }

    .wrapperBoxes .box h3 {
        font-size: 19px;
        line-height: 18px;
    }


    .wrapperBoxes .box .inside { padding: 0 5%; }
    .wrapperBoxes .box .moreWrapper { position: relative; margin: 20px 0 0 0; }
    .sectRole .blocsItems .item { float: none; margin-bottom: 20px; overflow: hidden; }
    .sectRole .blocsItems .item .activeRole,
    .sectRole .blocsItems .item .hoverRole,
    .sectRole .blocsItems .item.active .hoverRole { float: left; display: block; }
    .sectRole .blocsItems .item .activeRole { display: none; }
    .sectRole .blocsItems .item .activeRole img { width: 100%;}
    .sectRole .blocsItems .item .hoverRole { width: 100%; }
    a.btn { padding: 20px 40px; }
    a.cta { padding: 15px 20px 15px 45px; background-position: 20px -720px }
    .sectRole .blocsItems { width: 100%; }

    .footLogos { background: none; padding: 0; }
    .footLogos .wrapper { padding: 0; }
    .footLogos li,
    .footLogos .wktsLogo { border-bottom: 1px solid #ccc; float: none; text-align: center; width: 100%; display: block; margin: 0; }
    .footLogos li a,
    .footLogos .wktsLogo { display: block; padding: 10px 0 }
    .footLogos .can { display: none; }
    .footLogos::after { display: none; }
    .lastNews input[type=submit] { font-size: 12px; }
    .footCopySocials ul.socials { float: none; margin: 20px 0; clear: both; text-align: center; }
    .footCopySocials ul.socials li { float: none; display: inline; }
    .footCopySocials .copy,
    .footCopySocials ul.links { float: none; text-align: center; margin: 0 }
    .footCopySocials ul.links li { float: none; }

    #sectAdvantages .title,
    #sectAdvantages .advantagesContent { width: 50% }
    #sectPortfolio .about { width: 100%; height: auto; }
    #sectPortfolio .solutions { width: 100%; }
    #sectHighlights { padding: 100px 0; }
    .sectClassical .contentText{ width:100%; padding-right:0;  }
    .sectClassical .managerPict img{ width:auto; }
    .sectClassical .managerPict{ position:relative; }
}


@media (min-width: 48em) {
    .footLogos li {
        display: inline-block;
        width: 16%;
        text-align: center;
        border-bottom: none;
    }

    .sectRole .blocsItems .item { width: 46%; display: inline-block; margin: 1.5%}
}


@media (min-width: 52em) {
    .footLogos li {
        /*width: 16%;*/
    }
    .sectRole { padding: 120px 0; }
}


@media (min-width: 74em) {

    .sectRole .blocsItems .item { width: 30%; }
    .sectHPPict.sectPict .insCont {  margin-top: 50px; margin-bottom: 50px; }
}

@media (min-width: 80em) {
    .footLogos li {
        display: inline-block;
        width: initial;
        text-align: center;
        padding: 0 1em;
    }
}


.insCont{ height:auto!important; }


@media only screen and (max-width : 800px) {
    body { margin-top: 70px; }
    /*#mainBanner h2,
    #mainBanner h1 { padding-top: 140px; }*/
    #mainBanner.noSlider { height: auto; padding-bottom: 80px; }
    #header #navigation ul li { padding: 30px 5px 30px 5px; }
    #fixedNav { position: relative; }
    #sectProduct .wrapper { width: auto; padding: 0 5%; }
    #sectProduct { padding: 150px 0 0 0; }
    #sectProduct .picture { position: relative; }
    .sectPict .picture,
    .sectPict .insCont,
    .sectHPPict.sectPict .insCont,
    #sectProduct .insCont,
    .sectClassical .contentText,
    .sectClassical .managerPict{ float: none; width: 100%; }
    .sectClassical .contentText{ padding-right:0; }
    #mainBanner .sectionsList li{ width:50%}
    .sectHPPict.sectPict .picture { margin-left: 0; }

    .sectPict .picture { margin-bottom: 50px }
    .sectPict { padding: 70px 0 100px 0; }
    .sectPict.sectSkew { padding-top: 150px; }
    .sectRole .blocsItems .item { float: none; }
    .sectAllTestimonials .title,
    .sectAllTestimonials .testiContent,
    .sectTestimonials .testiContent { float: none; height: auto; width: 100%; }
    .sectTestimonials .testiContent { margin-left: 0; }
    .sectAllTestimonials .pictureBg { display: none; }
    .testiContent .bubble { left: 0; margin: 0 auto 70px; position: relative; }
    .testiContent { padding-top: 20px; }
    .sectAllTestimonials .title,
    .sectAllTestimonials .testiContent { padding-top: 50px; }
//.wrapperBoxes .box { float: none; width: 100%; margin: 0 0 20px 0; }
    #sectProduct .insCont { margin-bottom: 60px; }
    #sectPrice .priceTable .table .col { display: block; float: none; width: 100%; }
    #sectPrice .priceTable .result span { float: none; font-size: 30px; margin: 0 20px; }
    .sectFeatures .featSect .element { width: 100%; padding-right: 0; }
    .footResume .wrapper { padding: 0 0; }
    #footer .footResume { padding: 0 0; }
    #footer .footResume .footPart,
    #footer .hgLinks,
    #footer .address,
    #footer .lastNews { width: 100%; float: none; text-align: center; border-bottom: 1px solid #FFF; padding: 20px 50px; overflow: hidden; }
    #bannerMobile .cta { display: inline-block; left: 50%; margin: 0 auto 0 -150px; position: relative; right: inherit; text-align: center; top: -30px; width: 300px; }
    .mobileNav { background-color: #fff; display: block; height: 70px; left: 0; padding: 20px 0; position: fixed; text-align: center; top: 0; width: 100%; z-index: 10001; }
    .mobileNav span{ display:block; color:#8bbb31; float:left; font-size:30px; line-height:30px; font-family: "Open Sans",Helvetica,Arial,Verdana,sans-serif  }
    .mobileNav img{
        display: block;
        margin-left: 10px; float:left;  margin-right: 10px; }
    #navigation { display: none; }
    #navigationMobile { width: 100%; background-color: #fff; display: none; position: fixed; top: 60px; z-index: 10001; height: auto; }
    #header #navigationMobile ul li { border-bottom: 1px solid #efefef; padding: 15px 5px; width: 100%; }
    #header #navigationMobile .wrapper { padding: 0; }
    #sectAdvantages .title,
    #sectAdvantages .advantagesContent { width: 100%; float: none; }
    #sectAdvantages .title { padding: 40px 0 40px 5%; }
    #sectHighlights { padding: 50px 0; }
    #sectHighlights .event,
    #sectHighlights .press,
    #sectHighlights .partner { border-bottom: 1px solid #fff; border-right: 0 none; display: block; margin: 0 auto; padding-bottom: 30px; padding-top: 30px; width: 80%; }
}

@media only screen and (max-width : 600px) {
    #fixedNav { height: auto; }
    #fixedNav li { float: none; width: 100%; border-bottom: 1px solid #fff }
    #fixedNav li a { background: none; }
//#mainBanner .bxslider .slide .insCont { padding: 0 50px; }
    .sectPict .picture img { width: 100%; }
    #sectPortfolio .solutions .solution { height: auto; padding: 30px 23%; width: 100%; }
    #searchPage form input[type=text]{ display:inline; float:none; }
    #searchPage form input[type=submit]{ display:inline; float:none; margin-top:20px;  }
    .sectClassical .managerPict img{ width:100%; }
    .sectAllTestimonials .title h2,
    #sectAdvantages .title h2,
    .sectPict .insCont h2,
    .sectPict .insCont h1,
    .sectRole h2,
    #sectProduct .insCont h2,
    #sectWin h2,
    #sectPortfolio .about h2{ font-size: 30px; line-height:36px; }

    .sectClassical h2,
    .sectClassical h1{ font-size: 27px; line-height: 35px; padding-top: 10px; padding-bottom: 10px;}
    #mainBanner .sectionsList li{ width:100%}
    a.arrowToTop{  }
    a.arrowToTop img { width: 40px;}

}

/* iphone */
@media only screen and (min-width : 320px) and (max-width : 480px) {
    #header .logos { padding: 20px 0; position: relative; }
    #header .logos .mainLogo,
    #header .logos .scdLogo { float: none; padding: 0; text-align: center; margin-bottom: 10px; text-align: left; margin-left: 30px; }
    #header .logos .lang { float: none; position: absolute; right: 10px; top: 30px; }
    #header .logos .mainLogo img { width: 100% }
    #header .logos .mainLogo { width: 50%; }
    #mainBanner ul li, #mainBanner{ background-image:none!important; }
//#mainBanner h2, #mainBanner h1{ margin-bottom: 0;  padding-top: 30px; font-size: 29px; line-height: 32px;  }
//#mainBanner .bxslider h2, #mainBanner .bxslider h1{ margin-bottom:10px; }
    .car_administrator{ background-image:none; background-color: #777d89; }
    .car_manager{ background-image:none; background-color: #79a7c8; }
    .car_generique{ background-image:none; background-color: #298ed2}
    .car_planner{ background-image:none; background-color: #81ba47}
    a.specialCta { background-position: 20px -724px;  padding: 10px 16px 10px 45px; line-height: 18px; }
    .sectPict .picture{ margin-bottom: 20px; }
    #mainBanner{ height:auto; }
//#mainBanner .bxslider .slide{ min-height:10px; }
//#mainBanner .bxslider .slide .insCont{ padding-bottom:50px; }
    .sectClassical, .sectPict{ padding:40px 0; }
    #sectProduct{ padding-top: 40px; }
    .sectFeatures h3{ padding: 5px 0 20px 56px;}
    .sectHPPict.sectPict .insCont{ margin-top:0; }
    .sectRole{ padding:40px 0; }
    .wrapperBoxes .box h3{ padding-top:80px; }
    .wrapperBoxes .box{ padding:30px 0; }
    #sectAdvantages .advantagesContent{  padding: 40px 40px 2px;}
}



@media (min-width: 45em) {
    #mainBanner .bxslider .slide, .noSlider .insCont {
        height: 380px;
        /*padding: 0em 3em;*/
    }

    .sectClassical { padding: 75px 0 !important; }
    .sectionLight .wrapper{ padding:75px 0;}
}

@media (min-width: 90em) {
    #mainBanner .bxslider .slide, .noSlider .insCont  {
        height: 700px;
        padding: 12em 3em;
    }

    .sectClassical { padding: 130px 0 !important; }
    .sectionLight .wrapper{ padding:130px 0;}
}

.industrySection .insCont {
    height: auto !important;
}

/*Hide logos footer*/
.footLogos { display:none!important;}