
.frontpage h2 {
    font-size: 3.5rem;
    text-align: center;
    margin-bottom: 2rem;
    color: #77757a;
}



/*** A LA UNE ****/
#block-views-block-a-la-une-block-1 h2 {
    color: #77757a;
}

#block-views-block-a-la-une-block-1 img {
    width: 100%;
    height: auto;
}

#block-views-block-a-la-une-block-1 .view-content .view-row {
    transition: padding-left, padding-right, background-color, color;
    transition-duration: 0s, 0s, 0s, 0s;
    transition-timing-function: ease, ease, ease, ease;
    transition-duration: 250ms, 250ms, 250ms, 250ms;
    transition-timing-function: ease-in-out, ease-in-out, ease-in-out, ease-in-out;
    color: #000;
    font-weight: 400;
    font-size: 1rem;
}

#block-views-block-a-la-une-block-1 .view-content li:last-child {
    border-bottom: 0;
}

#block-views-block-a-la-une-block-1 .view-content li > .views-field-field-diapositive {
    max-width: 100px;
    flex-shrink: 0;
}

#block-views-block-a-la-une-block-1 .view-content li > .views-field-title {
    padding-left: 1rem;
}

.carousel-control-prev, .carousel-control-next,
.carousel-control-prev:hover, .carousel-control-next:hover {
    color: #E9425C;
    width: 40px;
    background-image: none;
    text-shadow: 0 0 7px rgba(0, 0, 0, 0.5);
}

.diapo {
    padding: 1rem;
    height: 100%;
}
.diapo-inner {
    /*border: 2px solid rgba(7, 77, 162, 0.8);*/
    height: 100%;
}

.diapo .carousel-sociatex-caption {
    width: 100%;
    padding: 10px;
    color: rgba(7, 77, 162, 0.8);
    font-size: 0.8rem;
}

.carousel-control-prev {
    margin-left: -25px;
    width: auto;
}

.carousel-control-next {
    margin-right: -25px;
    width: auto;
}

.theodore-news-list .more-link {
    text-align: center;
}


/* ************* */
/*    ACCUEIL - FORMATIONS     */
/* ************* */
.block-views-block-formations-block-1 h2.block-title {
    text-align: center;
    text-transform: uppercase;
    padding-bottom: 1em;
    color: #3a59a0;
    border-left: none !important;
}

.formations-tuiles-grid h3 {
    text-align: center;
    line-height: 1.1em;
    font-size: 1.5em;
    display: block;
    margin-bottom: 0;
    margin-top: 0;
}

.formations-tuiles-grid h3,
.formations-tuiles-grid h3 a {
    font-family: 'Roboto', sans-serif;
    color: white;
    font-style: normal;
    text-transform: uppercase;
}

.formations-tuiles-grid .col-12 {
    margin-bottom: 1rem;
}
@media (min-width: 768px) {
    .formations-tuiles-grid .col-md-2 {
        max-width: 20%;
        flex: 0 0 20%;
    }
    .formations-tuiles-grid .col-lg-2 {
        max-width: 20%;
        flex: 0 0 20%;
    }
}

.formations-tuiles-grid hr {
    margin: 1rem auto;
}

.formations-tuiles-grid .callout {
    border: white;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    min-height: 200px;
    overflow: hidden;
    background-color: rgba(7, 77, 162, 0.8) !important;
    box-shadow: 0px 10px 20px -9px rgba(0, 0, 0, 0.5);
    transition: all 0.4s;
}

.formations-tuiles-grid .presentation {
    box-sizing: border-box;
    width: 100%;
    position: absolute;
    top: 120%;
    left: 0;
    margin: 0 auto;
    padding: 0 15px;
    font-style: normal;
    line-height: 24px;
    z-index: 20;
    opacity: 0;
    transition: top 0.32s, opacity 0.32s cubic-bezier(0.33, 0.66, 0.66, 1);
    color: #fff;
    font-size: 0.875rem;
    text-align: left;

    /*background-color: #27434F !important;*/
}

.formations-tuiles-grid .presentation a,
.formations-tuiles-grid .presentation hr {
    color: white;
    border-color: white;
}

.formations-tuiles-grid .callout .color-overlay {
    background: rgba(64, 84, 94, 0.1);
    width: 550px;
    min-height: 600px;
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    transition: background 0.3s cubic-bezier(0.33, 0.66, 0.66, 1);
}

.formations-tuiles-grid .callout .gradient-overlay {
    background-image: linear-gradient(transparent 0%, rgba(0, 0, 0, 0.6) 21%);
    width: 550px;
    min-height: 600px;
    position: absolute;
    top: 350px;
    left: 0;
    z-index: 15;
}

.formations-tuiles-grid .callout:hover {
    box-shadow: 0px 18px 20px -9px rgba(0, 10, 30, 0.75);
}

.formations-tuiles-grid .callout:hover .presentation {
    opacity: 1;
    bottom: 100px;
}

.formations-tuiles-grid .callout:hover .color-overlay {
    background: rgba(64, 64, 70, 0.8);
}

.formations-tuiles-grid .callout:hover .header {
    margin-top: 40px
}

.formations-tuiles-grid .callout:hover .presentation {
    opacity: 1;
    top: 15px;
}

.formations-tuiles-grid .callout:hover .color-overlay {
    background: rgba(64, 64, 70, 0.8);
}

.formations-tuiles-grid .callout:hover .header {
    display: none;
}

.frontpage.content-bottom {

    background: rgba(0, 0, 0, 0.1);
}

.frontpage.content-bottom h2 {
    color: #77757a;
   /* padding-top: 1em;*/
}

/* ************* */
/*    ACCUEIL - NOS POINTS FORTS     */
/* ************* */
#block-views-block-points-forts-block-1 h2.block-title {
    text-align: center;
    text-transform: uppercase;
    padding-bottom: 1em;
}

.ifits-points-forts .point-fort {
    position: relative;
}

.ifits-points-forts .point-fort h3 {
    font-size: 1.2em;
    margin-top: 0.5em;
    font-weight: 400;
    letter-spacing: 1px;
}

.ifits-points-forts .teaser {
    text-align: left;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.53);
    color: white;
    font-weight: 300;
    padding: 5px;
    font-size: 1em;
}

.ifits-points-forts a {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    text-transform: uppercase;
    color: white;
}

.ifits-points-forts img {
    width: 100%;
    height: auto;
}

.ifits-points-forts .views-col {
    margin-bottom: 1em;
}

.block-documents-a-telecharger-autres-block-1,
.block-nos-autres-formations-block-1,
#block-views-block-documents-a-telecharger-formations-block-1,
#block-views-block-nos-autres-formations-block-1 {
    display: none;
}