/********************************************
 * Personnalisation du thème html5up_Hyperspace
 *
 **********************************************/

/* Couleurs */
:root {
	--coul0:#261c3e;
	--coul1:#39575a;
	--coul1-alt:#39575a;
	--coul2:#39475A;
	--coul2-alt:#39475A;
	--coul3:#e20909;
	--coul3-alt:#953d75;
	--coul-sidebar:#39575a;
	--coul-sidebar2:#fcef3c;
	--coul-titre:#fff;
	--coul-texte:#c0b8d4;
	--coul-estompe:rgba(255, 255, 255, 0.35);
	--coul-bordure:rgba(255, 255, 255, 0.15);
	--coul-fond-transparent:rgba(255, 255, 255, 0.05);
}

/* Pas de scroll de la navigation */
#sidebar {
    height: auto;	
}

/* Couleur du texte h1 Sommaire en jaune*/
#intro, #intro h1 {
	color: var(--coul-sidebar2);
}

/* Logo site centré sans marge */
/* Modèle agenda du plugin Icalendar */
#sidebar .logo_site_spip {
    width: 100%;
}

/* Modèle agenda du plugin Icalendar */
.timeline {
    list-style: none;
    padding: 0;
    position: relative;
}
	
.timeline:before {
    top: 0;
    bottom: 0;
    position: absolute;
    content: "";
    width: 2px;
    background-color: #f1f1f1;
    left: 40px;
    margin-left: -1.5px;
}

.img-circle {
    border-radius: 50%;
}
.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

.timeline>li .timeline-panel {
    width: 100%;
    float: right;
    padding: 0 20px 0 100px;
    position: relative;
    text-align: left;
}

.timeline>li .timeline-image {
    left: 0;
    margin-left: 0;
    width: 80px;
    height: 80px;
    position: absolute;
    z-index: 100;
    background-color: #D50000;
    color: white;
    border-radius: 100%;
    border: 7px solid #f1f1f1;
    text-align: center;
}

.timeline>li {
    margin-bottom: 50px;
    position: relative;
    min-height: 50px;
}
.timeline li {
    overflow: auto;
}

.timeline>li:after, .timeline>li:before {
    content: " ";
    display: table;
}
*:before, *:after {
    box-sizing: border-box;
}

.timeline-panel dt {
	color: var(--coul-sidebar2);
	font-weight: bold;
}
/* Plugin réseaux sociaux */

.sociaux .sociaux-list .socicon {
    font-size: 2em;
}