.cnsd-hist {
    padding: 0;
}

.cnsd-hist section {
    padding: 100px 0;
    font-family: 'Roboto';
    font-size: 17px;
    font-weight: 400;
    width: 90%;
    margin: auto;
}

.cnsd-hist .timeline {
    position: relative;
}
.cnsd-hist .timeline::before {
    content: '';
    background: #C5CAE9;
    width: 5px;
    height: 95%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.cnsd-hist .timeline-item {
    width: 100%;
    margin-bottom: 70px;
}
.cnsd-hist .timeline-item:nth-child(even) .timeline-content {
    float: right;
    padding: 40px 30px 40px 30px;
}
.cnsd-hist .timeline-item:nth-child(even) .timeline-content .date {
    right: auto;
    left: 0;
}
.cnsd-hist .timeline-item:nth-child(even) .timeline-content::after {
    content: '';
    position: absolute;
    border-style: solid;
    width: 0;
    height: 0;
    top: 30px;
    left: -15px;
    border-width: 10px 15px 10px 0;
    border-color: transparent #f5f5f5 transparent transparent;
}
.cnsd-hist .timeline-item::after {
    content: '';
    display: block;
    clear: both;
}

.cnsd-hist .timeline-content {
    position: relative;
    width: 45%;
    padding: 10px 30px;
    border-radius: 4px;
    background: #f5f5f5;
    box-shadow: 0 20px 25px -15px rgba(0, 0, 0, 0.3);
}
.cnsd-hist .timeline-content::after {
    content: '';
    position: absolute;
    border-style: solid;
    width: 0;
    height: 0;
    top: 30px;
    right: -15px;
    border-width: 10px 0 10px 15px;
    border-color: transparent transparent transparent #f5f5f5;
}

.cnsd-hist .timeline-img {
    width: 30px;
    height: 30px;
    background: #0D5C95;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    margin-top: 25px;
    margin-left: -15px;
}

.cnsd-hist a.btn-more {
    background: #3F51B5;
    color: #FFFFFF;
    padding: 8px 20px;
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 20px;
    margin-top: 10px;
    display: inline-block;
    border-radius: 2px;
    box-shadow: 0 1px 3px -1px rgba(0, 0, 0, 0.6);
}
.cnsd-hist a.btn-more:hover, .cnsd-hist a.btn-more:active, .cnsd-hist a.btn-more:focus {
    background: #32408f;
    color: #FFFFFF;
    text-decoration: none;
}

.cnsd-hist .timeline-card {
    padding: 0 !important;
}
.cnsd-hist .timeline-card p {
    padding: 10px 20px;
}
.cnsd-hist .timeline-card a {
    margin-left: 20px;
}

/*.cnsd-hist .timeline-item .timeline-img-header {*/
    /*background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4)), url("https://picsum.photos/1000/800/?random") center center no-repeat;*/
    /*background-size: cover;*/
/*}*/

.cnsd-hist .timeline-img-header {
    height: 200px;
    position: relative;
    margin-bottom: 20px;
}
.cnsd-hist .timeline-img-header h3 {
    color: #FFFFFF;
    position: absolute;
    bottom: 5px;
    left: 20px;
}
.cnsd-hist .timeline-content>h3 {
    padding: 15px 0 0 0;
        text-align: center;
    font-family:montserrat;
    font-size: 16px;
    background: none;
}

.cnsd-hist ul {
    color: #666;
    margin: 0 0 0 30px;
}

.cnsd-hist blockquote {
    margin-top: 30px;
    color: #757575;
    border-left-color: #3F51B5;
    padding: 0 20px;
}

.cnsd-hist .date {
    background: #C70626;
    display: inline-block;
    color: #FFFFFF;
    padding: 10px;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 18px;
    font-weight: 500;
    font-size: 18px;
    margin: 0!important;
}

.timeline-item.convention .date {
    
    background-color:#0D5C95;
}
@media screen and (max-width: 768px) {
    .cnsd-hist .timeline::before {
        left: 50px;
    }
    .cnsd-hist .timeline .timeline-img {
        left: 50px;
    }
    .cnsd-hist .timeline .timeline-content {
        max-width: 100%;
        width: auto;
        margin-left: 70px;
    }
    .cnsd-hist .timeline .timeline-item:nth-child(even) .timeline-content {
        float: none;
    }
    .cnsd-hist .timeline .timeline-item:nth-child(odd) .timeline-content::after {
        content: '';
        position: absolute;
        border-style: solid;
        width: 0;
        height: 0;
        top: 30px;
        left: -15px;
        border-width: 10px 15px 10px 0;
        border-color: transparent #f5f5f5 transparent transparent;
    }
}

.no-sidebar .cnsd-hist .timeline-img-header h3 {
    color: #FFFFFF;
    position: absolute;
    bottom: 5px;
    left: 20px;
    background: none;
    width: auto;
    text-align: inherit!important;
    text-transform: inherit;
    font-family: montserrat;
}

.no-sidebar h3{
    
}

/********************************************
Liens page Historique
****************************************/

div#histoire img {
    height: auto;
    border-left: none!important;
    margin: 0;
    background: none!important;
}

div#histoire {
    display: grid;
    grid-template-columns: 50% 50%;
    width: 70%;
    margin: 0 auto;
}

#histoire figure{
     background: #0D5C95;
        border-radius: 20px;

}

#histoire figure:hover{
    background:#0D5C95;
}
#video{
       padding: 20px 6%; 
   text-align: center; 
}

#cahier{
     padding: 20px 6%; 
    text-align: center;
}
#video img{
    width:100px;

}
#cahier img{
    width:100px;
}

#cahier span{
    font-size:14px;
}
#histoire figure a {
    color: #fff;
    text-transform: uppercase;
    text-align: center!important;
    font-family: montserrat;
    font-size: 17px;
}

/*************************************************************************
mode Petit Ordi 
****************************************************************************/

@media only screen and (max-width: 1500px) and (min-width: 1219px)  {
    
 #histoire figure {
    margin: 1em 20px;
}
    
}


/****************************************************************************
 Mode Tablette
*****************************************************************************/

@media only screen and (max-width: 1218px) {

 #histoire figure {
    margin: 1em 20px;
}

}




/*************************************************************************
mode Mobile
****************************************************************************/

@media all and (max-width: 767px)  {
    
        #histoire {
    display: block!important;
}
   
    .cnsd-hist .timeline {
    margin-left: -10px;
}


}
