@import url("https://fonts.googleapis.com/css?family=Roboto:300,300i,400,500,700,700i");
ul li{
    list-style: none;
}
body{
    font-family: "Roboto",sans-serif;
    color: #0049b3;
}
img:focus {
    outline:none;
}
img, .slick-slide{
    border:0; text-decoration:none; outline:none
}
h2{
    color: #00c4b3;
}
.nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.nav-fill .nav-item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center;
    background-color: #0049b3;
    border: 1px solid transparent;
    margin:15px;
    padding: .5em;
    color: #fff;
    text-decoration: none;
}
.nav-fill .nav-item:hover{
    border: 1px solid #0049b3;
    color: #0049b3;
    background-color: #FFF;
}
.nav-fill .nav-item.active{
    color: #00c4b3;
}
.d-flex{
    display: inline-flex!important;
}
.justify-content-center {
    -webkit-box-pack: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important;
}
.align-items-center{
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important;
}
a{
    color: #00c4b3;
}
.container-slide .block-elem-bottom {
    height: 500px;
    display: table;
    z-index: 1;
    position: relative;
}
.container-slide .block-elem-bottom .block-bottom {
    display: table-cell;
    vertical-align: bottom;
}
.section{
    padding: 2em 0;
}
.section-small{
    padding: .5em 0;
}
.bg-grey{
    background-color: #EFEFEF;
}
.bg-grey-dark{
    background-color: #3C3C3C;
}
.site-logo{
    max-width: 180px;
}
.mb-0{
    margin-bottom: 0!important;
}
.ml-0{
    margin-left: 0;
}
.pl-0{
    padding-left: 0!important;
}
.slick-slide{
    height: auto;
}


/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    position: relative;
    width: 5px;
    height: 5px;
    content: ' ';
    text-align: center;
    opacity: .25;
    color: #00c4b3;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    border-radius: 50%;
    background-color: #00c4b3;
    margin: 0 auto;
    display: block;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: #0049b3;
}

.title-section{
    margin-top: 2em;
    margin-bottom: 1.5em;
}

.item-produit{
    margin-bottom: 30px;
}
.item-produit >a{
    display: block;
    border: 1px solid #efefef;
    padding: 1.5em 0;
    position: relative;
    padding-bottom: 6em;
    color: inherit;
}
.item-produit a:hover{
    color: #00c4b3;
    border-color: #00c4b3;
}
.item-produit img{
    width: 100%;
}
.item-produit .details{
    padding: .5em 1em;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
.title-produit{
    margin-bottom: 5px;
}
#partner .title-section{
    margin-top: 1em;
}
.slider img{
    width: 100%;
}

.visually-hidden {
    position: absolute !important;
    overflow: hidden;
    clip: rect(1px,1px,1px,1px);
    width: 1px;
    height: 1px;
    word-wrap: normal;
}

.section-footer{
    margin-top: 4em;
}
.section-footer a:hover{
    color: #FFF;
}
@media (min-width: 992px) {
    .d-md-flex{
        display: inline-flex!important;
    }
}