
.chzn-container a {

    cursor: pointer;
    color: #000 !important;

}





/*

.btn-info:focus, .btn-info:hover, .btn-primary:focus, .btn-primary:hover, .uk-button-primary:focus, .uk-button-primary:hover {

    background-color: transparent;
    color: #006dd9 !important;
    border-color: #006dd9;
    background-image: linear-gradient(90deg,transparent 50%,#a5c9e5 50%);

}
*/

.uk-section-default {
    background: #0D0A09;
}

.uk-breadcrumb > :last-child > * {
    color: #ffffff;
}

.uk-breadcrumb > * > * {
    display: inline-block;
    font-size: 14px;
    color: #ffffff;
    font-weight: 300;
}




.uk-link:hover, a:hover {

    color: #cccccc !important;
    text-decoration: none;

}

.uk-text-success {
    color: #ffffff !important;
}

.uk-text-large {
    font-size: 18px;
    line-height: 1.4;
	padding:10px;
}


/*fin des cartouches landing pages*/





/*Position du logo*/
.uk-navbar-container > .container .uk-navbar-left, .uk-navbar-container > .uk-container .uk-navbar-left {
    margin-left: 2%;
    margin-right: -15px;
}



/*Réglage des vartouches padding*/

.uk-tile-xsmall {
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 11px;
    padding-right: 12px;
}

/*couleur sous menu haut*/
.uk-container-expand {
    max-width: none;
    background-color: #0D0A09;
}

.uk-navbar-container:not(.uk-navbar-transparent) {
    background: #0D0A09;
}

/*menu en version tablette - taille padding*/

.navbar .brand, .navbar .nav > li > a, .navbar-search, .uk-navbar-item, .uk-navbar-nav > li > a, .uk-navbar-toggle {
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    height: 100px;
    padding: 0 8px;
    font-size: 16px;
    font-family: inherit;
    text-decoration: none;
	line-height: 1.0 !important;
}


.uk-navbar-nav > li > a {
    color: #ffffff;
    transition: .1s ease-in-out;
        transition-property: all;
    transition-property: color,background-color,border-color,box-shadow;
    position: relative;
    z-index: 1;
    font-weight: 300;
}

/*couleur texte menu haut*/
.uk-light .uk-navbar-nav > li > a, .uk-overlay-primary .uk-navbar-nav > li > a {
    color: #5E5654;
}

.uk-subnav > * > a:focus, .uk-subnav > * > a:active {
    color: #ffffff;
}
.uk-navbar-nav > li:hover > a::before, .uk-navbar-nav > li > a.uk-open::before, .uk-navbar-nav > li > a:focus::before {
    right: 15px;
    height: 2px;
}

.uk-subnav > * > a:focus, .uk-subnav > * > a:hover {
    color: #266a9e !important;

}

.uk-navbar-nav > li.uk-active > a {
    color: #006dd9 !important;
}

.uk-navbar-nav > li > a::before {
    content: '';
    display: block;
    position: absolute;
    z-index: -1;
    bottom: 30px;
    height: 1px;
    background-color: #ffffff !important;
    transition: .3s ease-in-out;
    transition-property: background-color,border-color,box-shadow,height,right;
    left: 15px;
    right: calc(102% - 15px);
}


.uk-navbar-nav > li > a::active {
    color: #489EF4 !important;
	font-weight: bolder !important;
}


.uk-navbar-nav > li > a {
    color: #ffffff !important;
}


.uk-navbar-dropdown-nav > li > a:focus, .uk-navbar-dropdown-nav > li > a:hover {
    color: #000000;
    background-color: transparent;
}


.uk-navbar-nav > li:hover > a, .uk-navbar-nav > li > a.uk-open, .uk-navbar-nav > li > a:focus {
    color: #489EF4 !important;
    outline: 0;
}





.uk-h1, h1 {
    font-size: 20px;
    line-height: 1.2;
 /*   font-weight: bolder;*/
    color: #489EF4;
	margin-bottom:10px !important;
}


* + address, * + dl, * + fieldset, * + figure, * + ol, * + p, * + pre, * + ul {
    margin-top: 10px;
}


html {
    font-family: 'Open Sans';
    font-size: 14px;
    line-height: 27px;
    color: #ffffff;
   }



.uk-text-lead {

    font-size: 20px;
    line-height: 1.4;
    color: #aaaaaa;
    font-weight: 400;

}
.uk-h2, h2 {

/*	font-family: 'Open Sans';*/
	color: #ffffff !important;
    font-size: 20px;
    line-height: 24px;
/*	 opacity: 0.7;*/
/*		background-color:#006dd9 !important;*/
	padding:5px;
	margin: 0 0 0px 0 !important;

}


.uk-h3, h3 {
    font-size: 32px;
    line-height: 1.2 !important;
    color: #ffffff;
}

.uk-h6, h6 {
    font-size: 18px;
	color: #ffffff;
    line-height: 1.4;
    font-weight: bold !important;
}

* + .uk-h1, * + .uk-h2, * + .uk-h3, * + .uk-h4, * + .uk-h5, * + .uk-h6, * + h1, * + h2, * + h3, * + h4, * + h5, * + h6 {
    margin-top: 40px;
}


.uk-checkbox, .uk-radio, input[type="checkbox"]:not([class*="uk-"]), input[type="radio"]:not([class*="uk-"]) {

    -moz-appearance: checkbox !important;

}


.navbar .nav > li > .dropdown-menu, .uk-navbar-dropdown {
    display: none;
    position: absolute;
    z-index: 1020;
    box-sizing: border-box;
    width: 310px;
    padding: 25px;
    background: #ffffff;
    color: #08426D;
}



.uk-nav-primary > li > a {
    font-size: 19px;
    line-height: 1.58;
    color: #ffffff;
    transition: .1s ease-in-out;
        transition-property: all;
    transition-property: color,background-color,border-color,box-shadow;
    padding: 5px 0;
}

.uk-offcanvas-bar {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    box-sizing: border-box;
    width: 290px;
    padding: 30px 30px;
    background: #0D0A09;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    transform: translateX(-100%);
    background: #ccccccc;
}


.wk-button:focus, .wk-button {
    background-color: #006DD9 !important;
    color: #ffffff !important;
    outline: 0;
    text-decoration: none;
    border-color: #006DD9 !important;
	border-radius: 4px !important;
}

.wk-button:focus, .wk-button:hover {
    background-color: #ffffff !important;
    color: #006DD9 !important;
    outline: 0;
    text-decoration: none;
    border-color: #006DD9 !important;
	border-radius: 4px !important;
}






.uk-section-muted {

    background: #E3E3E3;

}


.uk-section-primary {

    background: #083460;
	color:#ffffff;

}

.uk-section-secondary {
    background: #0D0A09 !important;
	color:#ffffff;
}

.uk-tile-secondary {
    background: #08426D;
	
}





.uk-nav-primary .uk-nav-sub a {
    color: #08426D;
}


.uk-subnav {
    display: flex;
    flex-wrap: wrap;
    margin-left: 27%;
    margin-right: 27%;
    list-style: none;
}

.uk-navbar-dropdown-nav {
    font-size: 13px;
    font-weight: 300;
}


.uk-link, a {
    color: #ffffff !important;
    text-decoration: none;
    cursor: pointer;
}


@media (max-width: 1100px) and (min-width: 600px) { /*TABLETTES*/

.uk-h2, h2 {
    font-size: 17px;

}
}


@media (max-width: 900px) and (min-width: 200px) { /*SMARTPHONES*/

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

/*
	.uk-section-default{

    background-image: url('topasmart.jpg') !important;

}
*/
	.uk-h1, h1 {

    font-size: 17px;
    line-height: 1.2;
/*    font-weight: bolder;*/
    color: #489EF4;

}
	
	
	.uk-h3, h3 {

    font-size: 29px;
    line-height: 1.2 !important;
    color: #ffffff;

}
	.uk-heading-hero {

    font-size: 25px;


}
	
.video-container iframe,  
.video-container object,  
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
}


