/* SLIDER */
a.logo-responsive {
    display: none !important;
}

@media only screen and (max-width: 1200px) {
    a.logo-desktop {
        display: none !important;
    }
    a.logo-responsive {
        display: block !important;
        background: #fff;
    }
    a.logo-responsive img{
        height: 75px;
    }
}

.slider #img_slide li .img-slider h2 {
    font-size: 30px;
    width: 500px;
}
.slider #img_slide li .img-slider h2 strong {
    font-size: 40px;
}

.slider #img_slide li .img-slider h2 a {
    font-size: 14px;
}
.slider #img_slide li .img-slider h2 a:hover {
    font-size: 16px;
}


.text>p {
    font-size: 1.4rem;
    line-height: 1.8rem;
}

.slider-dark-font{
    color: #212121 !important;
}
.listing-agenda ul>li>a>.img {
    background-size: cover;
    background-repeat: no-repeat;
}
.listing-agenda ul>li>a>.img>.content {
    background: rgba(255, 255, 255, 0.75);
}
.listing-agenda ul>li>a:hover .img {
    background: none;
    background-size: cover;
}
.listing-agenda ul>li>a:hover:after{
    background-color: #00A9E0;
    z-index: 0;
}
.listing-agenda ul>li>a:hover .content .link {
    z-index: 1;
    border: 1px solid #fff;
}
.listing-agenda ul>li>a>.img>.content>.link{
    bottom: auto;
    top: 150px;
    opacity: 0;
}
.listing-agenda ul>li>a:hover .content .link {
    opacity: 1;
    top: 75px !important;
}
.listing-agenda ul>li>a>.img>.content>.link {
    margin: 0px 0 0 25px;
}
.content>.date .month {
    text-transform: none;
}
.content>.date .lieu {
    float: left;
    width: 100%;
    line-height: 1;
    padding: 5px 8px;
    background: #00608E;
    font-size: .8em !important;
    margin: 10px 0;
}
.content>.date {
    padding: 10px 10px !important;
    line-height: normal !important;
    margin: 0 0 30px 0 !important;
}
.fixed {
    background-image: none !important;
    box-sizing: border-box;
}
.menu.fixed .logo-menu-fixed{
    float: left;
    display: block;
   /* margin: 10px;*/
}
.menu .logo-menu-fixed{
    display: none;
}

.listing-equipe.listing-cst {
    border: 1px solid #EEE;
    background-color: #FFF;
}

.listing-equipe.listing-cst figcaption h2 {
    min-height: 48px;
    overflow-y: hidden;
}

.listing-equipe.listing-cst figcaption .fonction {
    min-height: 20px;
}

.listing-equipe.listing-cst .main{
    padding: 0 15px;
}


.listing-equipe.listing-cst .main .bookshelf figure {
    width: 100% !important;
    min-width: 0;
    max-width: none;
}

.listing-equipe.listing-cst .main .bookshelf .book {
    width: 100% !important;
    filter: grayscale(1);
}


.listing-equipe.listing-cst .main .bookshelf figure figcaption {
    top: 0;
    padding: 0;
}

.listing-equipe.listing-cst .main .bookshelf figure figcaption img {
    margin: 0;
}

.listing-cst .c-grid{
    display: grid;
    grid-gap: 32px 15px;
    grid-template-columns: repeat(1, 1fr);
}

@media (min-width: 512px) {
    .listing-cst .c-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 996px) {
    .listing-cst .c-grid {
        grid-template-columns: repeat(3, 1fr);
    }
  
   .listing-equipe.listing-cst .main .bookshelf figure figcaption h2 {
        font-size: 1.5rem !important;
    }
}

@media (min-width: 1400px) {
  .listing-cst .c-grid {
        grid-template-columns: repeat(4, 1fr);
    }
   .listing-equipe.listing-cst .main .bookshelf figure figcaption h2 {
        font-size: 1.5rem !important;
    }
}

@media (min-width: 1800px) {
    .listing-equipe.listing-cst .main .bookshelf figure figcaption h2 {
        font-size: 1.8rem !important;
    }
}

.listing-equipe .main .bookshelf figure figcaption h2 {
    color: rgba(100, 105, 106, 0.7) !important;
    font-size: 2.2rem !important;
    font-family: "proxima_nova_rgbold";
}
.bookshelf figcaption h2 span {
    font-size: 0.5em;
}
.listing-equipe .buttons a{
    padding: 0;
}
.entete{
    height: 340px;
}
.search{
    position: absolute;
    right: 110px;
    top: 265px;
    z-index: 1;
}
.search form{
    float: right;
    background: #fff;
    padding: 10px;
}
.search form i{
color: #00A9E0;
    float: left;
    font-weight: 100;margin: 12px -30px 0 12px;
    font-size: 1em;}
.search form input{
    width: 250px;
    background: none;
    border: 1px solid #fff;
   /* border-radius: 10px 0;*/
    padding: 5px 35px;
    color: #00A9E0;
    line-height: 20px;
}

.search form input::placeholder{
    color: #00A9E0 !important;
}
.search form input::-webkit-input-placeholder {
    color: #00A9E0;

}
.search form input[type="search"]:focus{
    outline: none;
    border-color: #fff;
}
.search-accueil{
    top: 465px;
}

.search-accueil form input{
       /* background: #fff;*/
}
.listing-blog ul>li>a:hover .img>.content .link-search{
    bottom: 11px;
}
.content .fa {
    font-size: 1em;
    margin-right: 5px;
}
article .content .date .organisateur{
    float: left;
}
.sitemap>ul>li>ul>li {
    line-height: 0;
    margin-top: 15px;
    float: left;
    width: 100%;
}
.sitemap>ul>li>ul>li>a {
    line-height: 15px;
}
@media only screen and (min-width: 1650px){

    .listing-equipe .main .bookshelf figure {
        width: 33.33% !important;
    }

    .bookshelf figcaption h2 span {
        height: 40px;
    }

    .search {
        right: 200px;
    }

}
