.jumbotron {
    padding-bottom: 0px;
    padding-top: 0px;
    margin-bottom: 0;
    margin-top: 0;
    background: #ffffff;
    text-align: center;
}

.jumbotron p {
    /*margin-top: 20px;*/
}

.jumbotron-sep {
    height: 70px;
}

.jumbotron .logo {
    width: 100%;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    animation: 1s ease-out 0s 1 appear;
}

.home-fragment {
    padding-top: 50px;
    padding-bottom: 50px;
}

.home-user-management {
    background: #225378;
    color: #F3FFE2;
    box-shadow: inset 0 5px 6px 0 #122a3c;
}

@keyframes slideInFromLeft {
    0% {
        transform: translateX(-20px);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes appear {
    0% {
        transform: scale(.9, .9);
        opacity: .3;
    }
    80% {
        opacity: 1;
    }
    100% {
        transform: scale(1, 1);
    }
}

/* image alpha ratio should be 0.3 to have a good visual */
.image-background{
    background:url('/static/images/salle2.png') no-repeat top center / cover;
    color: #242c5d; 
    min-height: 500px;
}

.row_custom{
    vertical-align: bottom;
}

.assos-title {
    animation: 2s ease-out 0s 1 slideInFromLeft;
}

.assos-slogan {
    animation: 4s ease-out 0s 1 slideInFromLeft;
}
.assos-infos {
    animation: 4s ease-out 0s 1 slideInFromLeft;
    text-align: justify;
}

.assos-title-1 {
    animation: 2s ease-out 0s 1 appear;
    color: #242c5d;
}

.assos-infos-1 {
    animation: 4s ease-out 0s 1 appear;
    text-align: justify;
    color: #242c5d;
    margin-left: 7%;
    margin-right: 7%;
}

.assos-notif {
    animation: 4s ease-out 0s 1 appear;
    color: #242c5d;
}

.general_background{
    background: #f0f0f0;
    padding-top: 2%;
    padding-bottom: 2%;
}

.news1 {
    /* background-color: #f0f0f0; */
    /* color: #ffffff; */
    
    background-color: #ffffff;
    color: #f0f0f0;
    margin-right: 8%;
    margin-left: 8%;
    padding-right: 15px;
    padding-left: 15px;
    border-radius: 25px;
    border-color: #225378;
    border-width: thin;
}

.news1 .row{
    margin-top: 0;
    margin-bottom: 0;
}

.news1 .row:last-of-type {
    margin-bottom: 0;
}

.news1 a{
    color: #ffffff;
}

.news1 ul {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
    margin-bottom: 20px;
}

.news1 li {
    margin-top: 5px;
}

.news1 .bottom-row {
    background-color: #275c8f;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-top: 30px;
}

.news1 .bottom-row a{
    color: #ffffff;
    font-weight: bold;
}

#carousel-quotes {
    height: 170px;
}

.carousel-indicators {
    bottom: -20px;
}

/* ÃŠvite d'avoir le texte collÃŠ sur le cÃ´tÃŠ sur mobile */
@media screen and (max-width: 765px) {
    .home-user-management{
        text-align:center;
    }
    #carousel-quotes {
        height: 400px;
    }
}

.home-user-management .home-login {
    text-align: center;

}

.home-user-management small {
    color: #c3ccb4;
}

.home-user-management .btn {
    margin-bottom: 0px;
    margin-top: 40px;
    background: rgba(247, 148, 32, .9);
    color: #FFFFFF;
    border-color: rgba(247, 148, 32, 1);
    text-transform: uppercase;
    font-weight: 600;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    transition: all 400ms cubic-bezier(0.165, 0.84, 0.44, 1);
    transform: scale(1);
}

.home-user-management .btn-lg {
    margin-top: 31px;
}

.home-user-management .btn:hover {
    background: rgba(247, 148, 32, .95);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.35);
    transform: translateY(-2px);
}

.home-user-management .btn-outline {
    color: rgb(244, 240, 235);
    background: rgba(247, 148, 32, 0);
    box-shadow: none;
}

.home-user-management .btn-outline:hover {
    color: rgb(255, 255, 255);
    background: rgba(247, 148, 32, .90);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.25);
}

.home-user-management a {
    color: #F79420;
}

.home-presentation {
    background: rgba(0, 0, 0, 0) linear-gradient(135deg, rgb(91, 36, 122) 0%, rgb(27, 206, 223) 100%) repeat scroll 0% 0%;
    color: #F3FFE2;
    text-align: center;
    box-shadow: inset 0 0px 0px 0 #122a3c;
}
.home-presentation a{
    color: #F79420;
}

.home-bg-img {
    background: url("/static/images/IMG_9785_1.jpg") no-repeat fixed center;
    background-size: cover;
    color: #ffffff;
    text-align: center;
    /*padding-bottom: 5px;*/
}

.home-bg-img .row {
    margin-bottom: 20px;
    margin-top: 20px;
}

.home-user-management~.home-presentation {
    box-shadow: inset 0 5px 6px 0 #80817b;
    background: #ffffff;
    color: #000000;
}

.home-user-management~.home-presentation a {
    color: #2b669a;
}

@media(min-width:768px) {
    .home-user-management h2 {
        margin-left: -20px;
    }
}

.home-user-management .computer-icon {
    font-size: 120px;
    margin-top: 5px;
    text-align: right;
}

.home-user-management .payement-block {
    margin-top: 20px;
}

.home-services {
    background: rgb(36, 182, 209);
    color: #ffffff;
}

.home-services h2 {
    margin-bottom: 50px;
}

.home-services a {
    color: #ffffff;
}

.home-services a:hover {
    text-decoration: none;
    color: #f1ffff;
}

.home-services .row {
    margin-top: 20px;
    margin-bottom: 40px;
    text-align: center;
}

.service-icon {
    font-size: 7em;
}

.home-services p {
    font-size: 1.1em;
}

.services-group {
    margin-bottom: 28px;
}

.services-group div {
    margin-bottom: 3px;
}

.dynamic:hover {
    transform: translateY(-2px);
    text-shadow: rgba(0, 0, 0, .5) 0 4px;
}

.dynamic {
    transform: scale(1);
    z-index: 2;
    transition: all 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.bigger:hover {
    transform: scale(1.1);
}

.bigger {
    transform: scale(1);
    /*margin-top: 20px;*/
    /*margin-bottom: 20px;*/
    /*display: inline-block;*/
    /*border: 0;*/
    /*position: relative;*/
    z-index: 2;
    transition: all 1200ms cubic-bezier(0.165, 0.84, 0.44, 1);
}


.home-blog {
    box-shadow: inset 0 5px 6px 0 #80817b;
    padding-bottom: 60px;
    background-color: #F7F7F7;
}
.home-blog h2 {
    margin-bottom: 10px;
}

.twitter-widget {
    margin-top: 5px;
}
.home-blog .news-bloc {
    margin-top: 5px;
    border: 1px solid #ddd;
    padding: 20px 20px 20px 30px;
    background-color: #FFFFFF;
}

iframe {
    border: 1px solid #ddd!important;
}

.btn-more {
    margin-bottom: 50px;
    text-align: center;
}

.home-blog a {
    color: #63645e;
}

.home-blog a:hover {
    color: #2b669a;
    text-decoration: none;
}

.home-blog h3 {
    color: #48719a;
    margin-top: 5px;
}

.home-blog hr {
    margin: 10px;
}

.article {
    max-width: 800px;
}

.centered {
    text-align: center;
}

.clickable-title a:hover{
    text-decoration: none;
}

.diagram {
    position: relative;
    height: 70px;
    max-width: 500px;
    margin: 50px auto;
}

.diagram * {
    position: absolute;
}

.fa-cloud {
    z-index: 2;
    left: 2%;
    font-size: 80px;
    top: 0px;
}

.diagram .line {
    height: 2px;
    background-color: #F3FFE2;
    width: 87%;
    top: 70%;
    left: 5%;
}

.diagram .wifi {
    z-index: 2;
    width: 25px;
    height: 25px;
    border-radius: 25px;
    top: 37px;
    right: 5%;
    color: #F3FFE2;
    background-color: #F3FFE2;
}

@keyframes packet-mover {
    0% {
        left: 6%;
    }
    20% {
        left: 90%;
    }
    100% {
        left: 90%;
    }
}

@keyframes wifi-animation {
    0% {
        top: 37px;
        margin-right: 0;
        width: 25px;
        height: 25px;
        border-radius: 25px;
        opacity: 1;
    }
    20% {
        top: 37px;
        margin-right: 0;
        width: 25px;
        height: 25px;
        border-radius: 25px;
        opacity: 1;
    }
    40% {
        top: 14px;
        margin-right: -23px;
        width: 70px;
        height: 70px;
        border-radius: 70px;
        opacity: .6;
    }
    100% {
        top: 14px;
        margin-right: -23px;
        width: 70px;
        height: 70px;
        border-radius: 70px;
        opacity: 0;
    }
}

.diagram .packet {
    left: 5%;
    z-index: 1;
    width: 15px;
    height: 2px;
    top: 70%;
    background: rgba(255, 151, 0, 1);
    animation-name: packet-mover;
    animation-duration: 4s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.diagram .wifi-poper {
    animation-name: wifi-animation;
    animation-duration: 4s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-out;
    background: radial-gradient(ellipse at center, rgba(255,255,255,0) 50%,rgba(255,255,255,1) 100%); /* FF3.6-15 */
}

.home-campus {
    background: linear-gradient(135deg, #56ab2f , #a8e063);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    color: #FFFFFF;
    -webkit-clip-path: polygon(0 0%, 100% 0, 100% 90%, 0% 100%);
    clip-path: polygon(0 0%, 100% 0, 100% 90%, 0% 100%);
    padding-bottom: 150px;
}

.home-campus h2 {
    color: #FFFFFF;
    margin-bottom: 30px;
}

.home-campus h2 a, .home-campus .btn-link  {
    color: #FFFFFF;
}

.home-campus h2 a:hover, .home-campus .btn-link:hover  {
    color: #373737;
}
.home-campus h2 a:hover {
    color: #373737;
    text-decoration: none;
}

.event-bloc {
    margin-top: 15px;
    border: 2px solid #e0e0e0;
    padding: 20px 20px 10px 30px;
    background-color: white;
    min-height: 60px;
}

.event-badge-container {
    padding: 0;
}

.event-badge {
    background-color: #78c429;
    color: #FFFFFF;
    border-radius: 4px;
    text-align: center;
    padding: 5px;
}

.event-badge .date {
    margin-bottom: 7px;
}

.event-badge .day {
    font-weight: 700;
    margin-bottom: -5px;
}

.event-badge .hour {
    font-size: 1.2em;
    font-weight: 800;
}

.event-description {
    min-height: 60px;
}

.event-description > p:first-of-type {
    font-size: 1.3em;
    font-weight: 400;
}

.home-campus a {
    color: #000000;
    transition: all 700ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.home-campus a:hover {
    color: #2b669a;
    text-decoration: none;
}

.club-bloc {
    position: relative;
    color: #000000;
    border: 2px solid #e0e0e0;
    border-radius: 0px;
    vertical-align: text-bottom;
    background-color: white;
}

.club-bloc a:hover {
    filter: saturate(60%);
}

.club-bloc .club-img {
    max-height: 130px;
}

.club-bloc .club-name {
    margin-top: 7px;
    margin-bottom: 2px;
    width: 100%;
    color: #000000;
    font-size: 1.3em;
}

.club-name {
    overflow: hidden;
    text-align: center;
    font-size: 1em;
    height: 3em;
}

.birthdays-list {
    padding: 10px 0 5px 20px;
    color: #000000;
}

.club-news {
    background-color: white;
    border: 2px solid #e0e0e0;
    padding-top: 5px;
    padding-bottom: 5px;
}

.club-news-bloc {
    margin-top: 5px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 5px 10px 5px 30px;
    background-color: #f7f7f7;
}

.club-news-bloc .title {
    font-size: 1.4em;
    color: #000000;
}

#graph ul {
    margin-top: 20px;
    display: flex;
    justify-content: center;
}

#graph ul li {
    transition: all 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

#graph ul li:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.07), 0 6px 20px 0 rgba(0, 0, 0, 0.05);
    transform: translateY(-1px);
}