body {
    font-size:15px;
}

.TopFond {
    background: url(../img/fd_feuilles.jpg) repeat-x;
}

.logo {
    background-image: url(../img/logo.gif);
    background-repeat: no-repeat;
    width: 745px;
    height: 65px;
}
@media (max-width: 995px) {
    .logo {
        background-image: url(../img/logo_2.gif);
        background-repeat: no-repeat;
        width: 534px;
        height: 92px;
    }
    .TopFond {
        background-size: contain;
    }
    .TopFond .col-4 {
        margin-top: -40px;
    }
}
@media (max-width: 790px) {
    .logo {
        background-image: url(../img/logo_3.gif);
        background-repeat: no-repeat;
        width: 300px;
        height: 150px;
        max-width: 100%;
        background-size: contain;
    }
    .TopFond {
        background-size: cover;
    }
}
/*@media (max-width: 300px) {
    .logo {
        max-width: 100%;
        background-size: contain;
    }
}*/

/* nav */
.navbar-dark .navbar-nav .nav-link {
    color:#FFF;
    font-weight: bold;
}

li.nav-item.active {
    background-color: rgba(255,255,255,.5);
    border-radius: 8px;
}

a {
    color:#CC0000;
}

.justify {
    text-align: justify;
}
.center {
    text-align: center;
}

.text-rouge {
    color:#CC0000;
}
.PtTitreRouge {
    color:#CC0000;
    font-weight:bold;
}
.PtTitreBleu {
    color:#0000ff;
    font-weight:bold;
}
.bold {
    font-weight:bold;
}

.fond-gris {
    background-color: #b5b5b5;
}
.fond-bleu {
    background-color: #85b5e5;
}

img.inside {
    max-height: 100%;
}

.atBottom {
    position: absolute;
    bottom: 20px;
}

@media (max-width: 768px) {
    .h-md-250 .col-md-5 {
        display: none;
    }
    .atBottom {
        position: initial;
    }
}

.table img {
    width: 28px;
}

.table_ico {
    font-size: 25px;
}

.link {
    cursor:pointer;
}

.detailFiche .col-md-4 {
    font-weight: bold;
    border-bottom: 1px dotted #999;
    line-height: 35px;
}
.detailFiche .col-md-8 {
    border-bottom: 1px dotted #999;
    line-height: 35px;
}

.flashInfo h4 {
    font-size: 21px;
}
@media (max-width: 768px) {
    .bocFlashInfo {
        margin-top:25px;
    }
}

/****** pub */
.encardPub {
    margin:auto;
    width:700px;
    height:90px;
}

.encardPub .card-body {
    padding: 0px;
}

.encardPub .size700px {
    display:block;
}
.encardPub .size468px {
    display:none;
}
.encardPub .size300px {
    display:none;
}

@media (max-width: 1200px) {
    .encardPub .size700px {
        display:none;
    }
    .encardPub .size468px {
        display:block;/* !important;*/
    }
    .encardPub .size300px {
        display:none;
    }

    .encardPub {
        margin:auto;
        width:468px;
        height:60px;
    }
}

@media (max-width: 520px) {
    .encardPub .size700px {
        display:none;
    }
    .encardPub .size468px {
        display:none;/* !important;*/
    }
    .encardPub .size300px {
        display:block;/* !important;*/
    }

    .encardPub {
        margin:auto;
        width:300px;
        height:250px;
    }
}


/****** carte france */

@media (max-width: 400px) {
    #imgCarte {
        display:none;
    }
}

/***** detail ****/
@media (max-width: 768px) {
    .detailFiche .col-md-4 {
        background-color: #c2daf2;
    }
}
