/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 23 oct. 2017, 13:45:35
    Author     : Benoît
*/

section h1 {
    font-size: 30px;
}

section h2 {
    font-size: 20px;
}

.center{
    text-align: center;
}
.flex{
    display: flex;
}
.bandeau-top50{
    margin-top: 50px;
}
.message{
    margin: auto;
    width:auto;
    background-color:#ac2925;
    color:#FFF;
    padding:1em;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}

/* The actual popup */
.popuptext {
    color: #fff;
    border-radius: 6px;
    padding: 8px 0;
    position: absolute;
    z-index: 1;
    display: none;
}

/* Toggle this class - hide and show the popup */
.show {
    visibility: visible;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
}

/* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn {
    from {opacity: 0;}
    to {opacity: 1;}
}

@keyframes fadeIn {
    from {opacity: 0;}
    to {opacity:1 ;}
}

.fa-question-circle:hover{
    cursor: pointer;
}
.mt-2{
    margin-top: 10px;
}
.fc-content:hover{
    cursor: pointer;
}

.box-faq .box-title:hover {
    cursor: pointer;
}

/*** Accueil ***/
.rowImageHome img.imageHome {
    width:100%;
    height: auto;
}

.sidebar-menu, .main-sidebar .user-panel, .sidebar-menu > li.header {
    white-space: normal !important;
}