@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    src: url("../polices/Roboto-Regular-webfont.woff");
}

header {
    background: url(../images/csi-cstjean-logo-color.jpg) no-repeat, linear-gradient(#DC3755, #F5483A);
    background-position: left center;
    min-height: 400px;
    text-align: center;
    padding-top: 75px;
    padding-left: 300px;
    color: white;
    font-family:Roboto, sans-serif;
    font-weight: 300;
}

header.secondary {
    height: 100px;
    min-height: 100px;
    padding-top: 0px;
}

header .lead {
    font-size: 44px;
    margin-bottom: 6px;
    color: white;
    line-height: 1.15em;
    text-shadow:#222 1px 1px 2px;
}

header .tagline {
    color: rgba(255, 255, 255, 0.75);
    margin-bottom: 25px;
    text-shadow:#222 1px 1px 1px;
}

header .tagline a {
    color: #fff;
}

@media (max-width: 767px) {
    header {
        min-height: 250px;
        padding: 50px 0;
        padding-left: 0px;
        background: linear-gradient(#DC3755, #F5483A);
    }
    header.secret-society{
        min-height: 400px;
        padding-top: 125px;
    }
}

.h-caption {
    text-align: center;
}


/* Définition de l'animation */
@keyframes apparition-left {
    from {
        opacity: 0; /* Commence avec une opacité de 0 */
        transform: translateX(-30px); /* Déplace l'élément vers la gauche */
    }
    to {
        opacity: 1; /* Opacité totale à la fin de l'animation */
        transform: translateX(0); /* Position finale */
    }
}
/* Définition de l'animation */
@keyframes apparition-right {
    from {
        opacity: 0; /* Commence avec une opacité de 0 */
        transform: translateX(30px); /* Déplace l'élément vers la gauche */
    }
    to {
        opacity: 1; /* Opacité totale à la fin de l'animation */
        transform: translateX(0); /* Position finale */
    }
}
/* Définition de l'animation */
@keyframes apparition-top {
    from {
        opacity: 0; /* Commence avec une opacité de 0 */
        transform: translateY(30px); /* Déplace l'élément vers la gauche */
    }
    to {
        opacity: 1; /* Opacité totale à la fin de l'animation */
        transform: translateY(0); /* Position finale */
    }
}

.animate-left{
    animation: apparition-left 2s ease-out; /* Animation lors de l'apparition */
}

.animate-top{
    animation: apparition-top 1s ease-out; /* Animation lors de l'apparition */
}

.animate-right{
    animation: apparition-right 2s ease-out; /* Animation lors de l'apparition */
}

/* Style de l'image */
.display img {
    max-width: 100%;
    height: auto;
}

/* Style du texte */
.display p {
    margin-left: 20px; /* Marge à gauche pour séparer l'image et le texte */
}


.h-caption i {
    display: block;
    font-size: 54px;
    color: #382526;
    margin-bottom: 36px;
}

.h-caption h4 {
    color: #382526;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px;
}

footer {
    background: #232323;
    padding: 30px 0 0 0;
    font-size: 12px;
    color: #999;
}

footer a {
    color: #ccc;
}

footer a:hover {
    color: #fff;
}

footer .widget {
    margin-bottom: 30px;
}

footer .widget-title {
    font-size: 17px;
    font-weight: bold;
    color: #ccc;
    margin: 0 0 20px;
}

footer .entry-meta {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    margin: 0 0 35px 0;
    padding: 2px 0;
    color: #888888;
    font-size: 12px;
    font-size: 0.75rem;
}

footer .entry-meta a {
    color: #333333;
}

footer .entry-meta .meta-in {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 10px 0;
}

.follow-me-icons {
    font-size: 30px;
}

.follow-me-icons i {
    float: left;
    margin: 0 10px 0 0;
}

aside {
    position: fixed;
    bottom: 20px;
    right: 20px;
}

aside i {
    color: #f3dbdb;
    font-size: 50px;
}

aside i:hover {
    filter:drop-shadow(0px 1px 1px #222)
}