/* THEME */

.tm-toolbar {
    border-bottom: 1px solid #3f4146;
}

.uk-slogan {
  	color: #ffffff;
    font-size: 14px;
    margin-left: 20px;
    display: flex;
    align-items: center;
}
.uk-slogan span {
    padding-left: 40px;
    border-left: 1px solid #3f4146;
}


.uk-navbar-item.widget-custom-html {
  padding: 0;
}

/*
.uk-breadcrumb>* {
    flex: auto;
}
*/

.uk-width-xxxlarge {
  width: 1150px
}

@media screen and (max-width: 1200px) {
    .uk-slogan {
        display: none;
    }
}

@media screen and (max-width: 640px) {
    .hide-on-top {display: none;}
    .tm-toolbar .uk-grid > * {padding-left: 0;}
}


/*
.avatar {
  border-radius: 50%;
}
*/

/* MODAL */
/*
.uk-modal .border {
  border-style: solid;
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
  margin-bottom: -1px;
}

.uk-modal .border.left-border {
  border-top-width: 50px;
  border-right-width: 0;
  border-bottom-width: 0;
  border-left-width: 300px;
  border-color: transparent transparent transparent #fff;
}

.uk-modal .border.right-border {
  border-top-width: 50px;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-width: 300px;
  border-color: transparent #fff transparent transparent;
}
*/


/* LIST JS PAGINATION */
.pagination {
  text-align: center;
}
.pagination li {
  display:inline-block;
  padding:5px;
}


/* MEGA MENU */


.uk-dropdown-nav {
    white-space: normal;
}


/* TEXT */

.fiscal li h5,
.uk-nav-sub li.fiscal>a,
.uk-nav-sub li.fiscal>a:hover,
.social li h5,
.uk-nav-sub li.social>a,
.uk-nav-sub li.social>a:hover {
  background: transparent url(https://webserv4.ovh/asdint/wp-content/uploads/2018/01/cloud.png) no-repeat right center;
  background-size: contain;
  padding-right: 35px;
  display: inline-block;
}

.fiscal:hover h4,
.fiscal h5,
.uk-nav-sub li.fiscal>a,
.uk-nav-sub li.fiscal>a:hover,
.fiscal li a:hover,
.fiscal  .wheel {
  color: #3bb0fb !important;
}
.douane:hover h4,
.doaune.h5,
.douane li a:hover,
.douane  .wheel {
  color: #008b2d;
}
.social:hover h4,
.social h5,
.uk-nav-sub li.social>a,
.uk-nav-sub li.social>a:hover,
.social li a:hover,
.social  .wheel {
  color: #ED7D3F !important;
}

.fiscal .uk-heading-bullet::before {
    border-left: 1px solid #3bb0fb;
}
.douane .uk-heading-bullet::before {
    border-left: 1px solid #008b2d;
}
.social .uk-heading-bullet::before {
    border-left: 1px solid #ED7D3F;
}

.fiscal .wheel-menu.active,
.fiscal .wheel-menu:hover {
  background: #3bb0fb;
}

.douane .wheel-menu.active,
.douane .wheel-menu:hover {
  background: #008b2d;
}

.social .wheel-menu.active,
.social .wheel-menu:hover {
  background: #ED7D3F;
}

.wheelswitcher .uk-subnav-pill>li:nth-child(1n)>a:focus, 
.wheelswitcher .uk-subnav-pill>li:nth-child(1n)>a:hover,
.wheelswitcher .uk-subnav-pill>li:nth-child(1n).uk-active>a {
    background-color: #3bb0fb;
}
.wheelswitcher .uk-subnav-pill>li:nth-child(2n)>a:focus, 
.wheelswitcher .uk-subnav-pill>li:nth-child(2n)>a:hover,
.wheelswitcher .uk-subnav-pill>li:nth-child(2n).uk-active>a {
    background-color: #008b2d;
}
.wheelswitcher .uk-subnav-pill>li:nth-child(3n)>a:focus, 
.wheelswitcher .uk-subnav-pill>li:nth-child(3n)>a:hover,
.wheelswitcher .uk-subnav-pill>li:nth-child(3n).uk-active>a {
    background-color: #ED7D3F;
}

.wheelswitcher .uk-subnav-pill>li.uk-active:nth-child(1n) a:after {
  border-color: #3bb0fb transparent transparent transparent;
}
.wheelswitcher .uk-subnav-pill>li.uk-active:nth-child(2n) a:after {
  border-color: #008b2d transparent transparent transparent;
}
.wheelswitcher .uk-subnav-pill>li.uk-active:nth-child(3n) a:after {
  border-color: #ED7D3F transparent transparent transparent;
}


.post p {
  text-align: justify;
}

div[property="image"] img {
  width: 100%;
}


div[property="text"] ul,
ul.list {
  list-style-type: none;
}

div[property="text"] ul li,
ul.list > li {
    padding-left: 25px;
    background: url(https://webserv4.ovh/asdint/wp-content/uploads/2017/12/icon-check-list.png);
    background-repeat: no-repeat;
    background-size: 12px;
    background-position-y: 6px;
}

/* Need because of uk-preserve-color */
.country-select li a {
    color: #999 !important;
}
.country-select li a:hover {
    color: #333 !important;
}

.country-select li.uk-active a {
    color: #000 !important;
}


/* Remove link from excerpt */
.wk-panel p a,
.wk-panel p a:hover,
.archive article div[property="text"] a,
.archive article div[property="text"] a:hover {
  color: #666 !important;
  cursor: default;
}
.wk-panel h3 a,
.wk-panel h3 a:hover {
  color: #444 !important;
  cursor: pointer;
}


/* RECAPTCHA */

.g-recaptcha {
  display: inline-block;
  margin-top: 20px;
}


/* WKIT */

.wk-panel-box {
    padding: 20px;
    background: #fff;
    border: 0;
    border-radius: 2px;
    box-shadow: 0 5px 15px rgba(0,0,0,.08);
}

.wk-panel-badge  {
    background: #37a5e4 !important;
    padding: 5px 10px;
    border-radius: 3px;
    top: 11px;
    right: 10px;
    color: #ffffff;
}

.wk-article-badge a  {
    background: #37a5e4 !important;
    padding: 5px 10px;
    border-radius: 3px;
    top: 14px;
    right: 14px;
    color: #ffffff;
    position: absolute;
}



.wk-panel-title {
    font-weight: bold;
}

.wk-panel-space .wk-panel-badge {
    top: 30px;
    right: 50px;
}


/* ADDTHIS */

.tm-sidebar .addthis_tool {
  display: none;
}


/* TYPED */

.typed-cursor {
    font-size: 2rem;
    -webkit-animation: blink 0.7s infinite;
    -moz-animation: blink 0.7s infinite;
    animation: blink 0.7s infinite;
}

@keyframes blink {
	0% {
   	 opacity: 1;
	}
	50% {
   	 opacity: 0;
	}
	100% {
    	opacity: 1;
	}
}
@-webkit-keyframes blink {
	0% {
   	 opacity: 1;
	}
	50% {
   	 opacity: 0;
	}
	100% {
    	opacity: 1;
	}
}



/* VIDEO */

.video-legend {
 	color: #ffffff;
    font-weight: bold;
}
.video-legend:before {
 	content: ' ';
    height: 1px;
    width: 58px;
    background: #3bb0fb;
    margin-bottom: 10px;
    display: block;
}


/* WPML */

.wpml-ls-legacy-list-horizontal {
    padding: 0px !important;
    margin: -2px 5px 0 0;
}
.wpml-ls-legacy-list-horizontal a {
    padding: 0px 5px !important;
    text-transform: uppercase;
}



/* WHEEL */

.wheel-wrapper * {
  box-sizing: border-box;
}

.wheel-wrapper .wheel {
  background: #2a2c31;
  width: 300px;
  height: 300px;
  border-radius: 150px;
  border: 10px solid #3e4147;
  text-align: center;
  font-size: 18px;
  line-height: 40px;
}

.wheel-wrapper .wheel-border {
  border: 1px dashed #8a8a8a;
  width: 450px;
  height: 450px;
  border-radius: 225px;
  text-align: center;
  position: relative;
}

.wheel-border a {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}


.wheel-wrapper .wheel-menu {
  position: absolute;
  width: 100px;
  height: 100px;
  line-height: 75px;
  background: #40434a;
  border-radius: 80px;
  border: 10px solid transparent;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  -o-background-clip: padding-box;
  background-clip: padding-box;
}

.wheel-wrapper .wheel-menu.active,
.wheel-wrapper .wheel-menu:hover {
  border: 10px solid #395165;
  height: 100px;
  width: 100px;
  line-height: 75px;
}

.wheel-wrapper .wheel-name {
/*   font-size: 0.9em; */
}

.wheel-wrapper .wheel-menu.menu-1 {
  left: 175px;
  bottom: -50px;
}

.wheel-wrapper .wheel-menu.menu-2 {
  left: 15px;
  bottom: 15px;
}

.wheel-wrapper .wheel-menu.menu-3 {
  left: -50px;
  top: 175px;
}

.wheel-wrapper .wheel-menu.menu-4 {
  left: 15px;
  top: 15px;
}

.wheel-wrapper .wheel-menu.menu-5 {
  left: 175px;
  top: -50px;
}

.wheel-wrapper .wheel-menu.menu-6 {
  left: 335px;
  top: 15px;
}

.wheel-wrapper .wheel-menu.menu-7 {
  left: 395px;
  top: 175px;
}

.wheel-wrapper .wheel-menu.menu-8 {
  left: 335px;
  top: 335px;
}

.wheel-wrapper .wheel-menu.menu-1.main-menu-1 img {
  width: 25px;
}

.wheel-wrapper .wheel-menu.menu-2.main-menu-1 img {
  width: 34px;
}

.wheel-wrapper .wheel-menu.menu-3.main-menu-1 img {
  width: 60px;
}

.wheel-wrapper .wheel-menu.menu-4.main-menu-1 img {
  width: 54px;
}

.wheel-wrapper .wheel-menu.menu-5.main-menu-1 img {
  width: 60px;
}

.wheel-wrapper .wheel-menu.menu-6.main-menu-1 img {
  width: 35px;
}

.wheel-wrapper .wheel-menu.menu-7.main-menu-1 img {
  width: 50px;
}

.wheel-wrapper .wheel-menu.menu-1.main-menu-2 img {
  width: 60px;
}

.wheel-wrapper .wheel-menu.menu-2.main-menu-2 img {
  width: 60px;
}

.wheel-wrapper .wheel-menu.menu-3.main-menu-2 img {
  width: 60px;
}

.wheel-wrapper .wheel-menu.menu-4.main-menu-2 img {
  width: 50px;
}

.wheel-wrapper .wheel-menu.menu-5.main-menu-2 img {
  width: 50px;
}

.wheel-wrapper .wheel-menu.menu-6.main-menu-2 img {
  width: 46px;
}

.wheel-wrapper .wheel-menu.menu-7.main-menu-2 img {
  width: 44px;
}

.wheel-wrapper .wheel-menu.menu-1.main-menu-3 img {
  width: 52px;
}

.wheel-wrapper .wheel-menu.menu-2.main-menu-3 img {
  width: 56px;
}

.wheel-wrapper .wheel-menu.menu-3.main-menu-3 img {
  width: 20px;
}



/* CHINEESE */

/* WHEEL1 */
.wheel-wrapper.chineese .wheel-menu.menu-1.main-menu-1 img {
  width: 34px;
}

/* WHEEL2 */
.wheel-wrapper.chineese .wheel-menu.menu-1.main-menu-2 img {
  width: 40px;
}

.wheel-wrapper.chineese .wheel-menu.menu-2.main-menu-2 img {
  width: 40px;
}

.wheel-wrapper.chineese .wheel-menu.menu-3.main-menu-2 img {
  width: 40px;
}

.wheel-wrapper.chineese .wheel-menu.menu-4.main-menu-2 img {
  width: 40px;
}

.wheel-wrapper.chineese .wheel-menu.menu-5.main-menu-2 img {
  width: 40px;
}

.wheel-wrapper.chineese .wheel-menu.menu-6.main-menu-2 img {
  width: 40px;
}

.wheel-wrapper.chineese .wheel-menu.menu-7.main-menu-2 img {
  width: 40px;
}

.wheel-wrapper.chineese .wheel-menu.menu-8.main-menu-2 img {
  width: 40px;
}

/* WHEEL3 */
.wheel-wrapper.chineese .wheel-menu.menu-1.main-menu-3 img {
  width: 40px;
}

.wheel-wrapper.chineese .wheel-menu.menu-2.main-menu-3 img {
  width: 40px;
}


@media screen and (max-width: 568px) {
  .wheel-wrapper  .wheel {
    width: 180px;
    height: 180px;
    border-width: 5px;
    font-size: 15px;
  }

  .wheel-wrapper .wheel-border {
      width: 285px;
      height: 285px;
  }
  .wheel-wrapper .wheel-menu, .wheel-wrapper .wheel-menu.active, .wheel-wrapper .wheel-menu:hover {
    width: 60px;
    height: 60px;
    border-width: 5px;
    line-height: 50px;
  }
    .wheel-wrapper .wheel-menu.menu-1{left: 115px;bottom: -30px;}
	.wheel-wrapper .wheel-menu.menu-2{left: 8px;bottom: 22px;}
	.wheel-wrapper .wheel-menu.menu-3{left: -30px;top: 115px;}
	.wheel-wrapper .wheel-menu.menu-4{left: 8px;top: 15px;}
	.wheel-wrapper .wheel-menu.menu-5{left: 115px;top: -30px;}
	.wheel-wrapper .wheel-menu.menu-6{left: 215px;top: 15px;}
	.wheel-wrapper .wheel-menu.menu-7{left: 250px;top: 115px;}
	.wheel-wrapper .wheel-menu.menu-8{left: 215px;top: 210px;}	
	.wheel-wrapper .wheel-menu.menu-1.main-menu-1 img{width: 16px;}
	.wheel-wrapper .wheel-menu.menu-2.main-menu-1 img{width: 22px;}
	.wheel-wrapper .wheel-menu.menu-3.main-menu-1 img{width: 42px;}
	.wheel-wrapper .wheel-menu.menu-4.main-menu-1 img{width: 40px;}
	.wheel-wrapper .wheel-menu.menu-5.main-menu-1 img{width: 36px;}
	.wheel-wrapper .wheel-menu.menu-6.main-menu-1 img{width: 26px;}
	.wheel-wrapper .wheel-menu.menu-7.main-menu-1 img{width: 30px;}
	.wheel-wrapper .wheel-menu.menu-1.main-menu-2 img{width: 40px;}
	.wheel-wrapper .wheel-menu.menu-2.main-menu-2 img{width: 33px;}
	.wheel-wrapper .wheel-menu.menu-3.main-menu-2 img{width: 36px;}
	.wheel-wrapper .wheel-menu.menu-4.main-menu-2 img{width: 30px;}
	.wheel-wrapper .wheel-menu.menu-5.main-menu-2 img{width: 34px;}
	.wheel-wrapper .wheel-menu.menu-6.main-menu-2 img{width: 26px;}
	.wheel-wrapper .wheel-menu.menu-7.main-menu-2 img{width: 25px;}
	.wheel-wrapper .wheel-menu.menu-1.main-menu-3 img{width: 34px;}
	.wheel-wrapper .wheel-menu.menu-2.main-menu-3 img{width: 34px;}
	.wheel-wrapper .wheel-menu.menu-3.main-menu-3 img{width: 12px;}
	/* CHINEESE */
	/* WHEEL1 */
	.wheel-wrapper.chineese .wheel-menu.menu-1.main-menu-1 img {width: 25px !important;}
	/* WHEEL2 */
	.wheel-wrapper.chineese .wheel-menu.menu-1.main-menu-2 img {width: 28px;}
	.wheel-wrapper.chineese .wheel-menu.menu-2.main-menu-2 img {width: 28px;}
	.wheel-wrapper.chineese .wheel-menu.menu-3.main-menu-2 img {width: 28px;}
	.wheel-wrapper.chineese .wheel-menu.menu-4.main-menu-2 img {width: 28px;}
	.wheel-wrapper.chineese .wheel-menu.menu-5.main-menu-2 img {width: 28px;}
	.wheel-wrapper.chineese .wheel-menu.menu-6.main-menu-2 img {width: 28px;}
	.wheel-wrapper.chineese .wheel-menu.menu-7.main-menu-2 img {width: 28px;}
	.wheel-wrapper.chineese .wheel-menu.menu-8.main-menu-2 img {width: 28px;}
	/* WHEEL3 */
	.wheel-wrapper.chineese .wheel-menu.menu-1.main-menu-3 img {width: 28px;}
	.wheel-wrapper.chineese .wheel-menu.menu-2.main-menu-3 img {width: 28px;}
}


/* TIMELINE */

.history-line {
  color: #fff;
  position: relative;
  background: #2a97dc;
}

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

.history-line .first-line {
  text-align: center;
  position: relative;
  padding: 65px 0;
  overflow: hidden;
  background: #3bb1fb;
}

.history-line .first-line h3 {
  text-transform: uppercase;
  margin-bottom: -16px;
}

.history-line .first-line .years-slide .year-slide {
  float: left;
  font-size: 80px;
}

.history-line .first-line .timeline-direction {
  position: absolute;
  top: calc(50% - 40px);
}

.history-line .first-line .timeline-direction.previous {
  left: 30px;
}

.history-line .first-line .timeline-direction.next {
  right: 30px;
}

.history-line .first-line .timeline {
  display: inline-block;
  position: relative;
}

.history-line .first-line .timeline .timeline-line {
  position: absolute;
  height: 1px;
  width: calc(100% - 28px);
  background: #2a97dc;
  bottom: 10px;
  left: 14px;
}

.history-line .first-line .timeline .year-block {
  display: inline-block;
  text-align: center;
  margin: 0 5px;
  position: relative;
}

.history-line .first-line .timeline .year-block .year {
  display: block;
  margin-bottom: 3px;
  font-size: 11px;
}

.history-line .first-line .timeline .year-block .year-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: #2a97dc;
}

.history-line .first-line .timeline .year-block .year-dot.active,
.history-line .first-line .timeline .year-block .year-dot:hover {
  background: #fff;
}

.history-line .second-line {
  background: #2a97dc;
  padding: 15px 100px;
}

.history-line .second-line p {
  margin: 0;
  line-height: 26px;
  font-size: 16px;
}

.history-line .square {
  position: absolute;
    display: inline-block;
    border: 25px solid transparent;
    border-left-color: #3bb1fb;
    left: calc(50% - 1px);
    top: calc(50% - 25px);
}

@media screen and (max-width:1400px) {
  .history-line .second-line {
    padding: 30px;
    min-height: 300px;
  }
}


@media screen and (max-width:768px) {
  .home .section_intro .row_search.uk-grid-margin.uk-grid{height:auto;}
}

@media screen and (max-width:650px) {
  .history-line .first-line .timeline {
    display: none;
  }
  .history-line .first-line .years-slide {
    margin-bottom: 30px;
  }
  .history-line .first-line .timeline-direction {
    top: 35%;
  }
  .history-line .first-line .timeline-direction.previous {
    left: 15px;
  }
  .history-line .first-line .timeline-direction.next {
    right: 15px;
  }
  .history-line .square {
    display: none;
  }
}

@media screen and (max-width: 480px){
#rev_slider_1_1 .uranus.tparrows:before {
    font-size: 30px;
    width: auto !important;
    height: 20px;
}
.breadcrumb_mobile .uk-background-center-center {
  background-position: 65% 50%;
}

.tp-leftarrow.tparrows.uranus {
  transform: matrix(1, 0, 0, 1, 0, -25) !important;
}
.tp-rightarrow.tparrows.uranus{
transform: matrix(1, 0, 0, 1, -50, -25) !important;
}
}

.tm-header-mobile {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10;
  right: 0
}

@media screen and (max-width: 959px){
 .tm-page {
  position: relative;
  z-index: 0;
  padding-top: 80px;
}
}

@media screen and (max-width: 1024px){
  .bloc_search label {
    font-size: 39px;
 }
 }
