body {
    font-family: "NeoSansPro-Regular";
}

@font-face {
    font-family: "NeoSansPro-Regular";
    src: url('NeoSansPro-Regular.ttf');
}

footer {
    margin: 50px 0;
}

.navbar-nav {
    border-top: solid black 1px;
    border-bottom: solid black 1px;
    width: 100%;
}

.navbar {
    background-color: white;
    opacity: 0.9;
    z-index: 2;
}

.nav .avatar {
    height: 250px;
    width: 100px;
}

.container-nav {
    width: 1300px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    height: 100px;
}

.nav-profile-utilisateur {
    padding-top: 10px;
    padding-left: 5px;
}

.application-item {
    width: 29%;
    float: left;
    height: 60px;
    background-color: red;
    color: white;
    padding: 2px;
    margin: 5px;
    text-align: center;
}

.well {
    padding: 5px;
}

.article-header-categorie {
    width: 10%;
    float: left;
    height: 60px;
    background-color: white;
    border: black 2px solid;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: black;
    margin: 5px;
    text-align: center;
    line-height: 60px;
}

.application-item :hover {
    cursor: pointer;
}

.application-item .icone {
    height: 25px;
    line-height: 25px;
}

.article-header {
    height: 70px;
    margin-bottom: 10px;
}

.article-header:after {
    content: '';
    clear: both;
    display: block;
}

.lead {
    font-size: small;
}

.google-event {
    height: 95px;
}

.google-event-date {
    background-color: white;
    height: 70px;
    text-align: center;
    vertical-align: middle;
    padding: 0px;
    line-height: 70px;
}

#google-profile-nom {
    padding-left: 15px;
}

.red {
    color: red;
}

.actualite-titre {

}

.actualite-titre a {

    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    transition-delay: 0s;
    color: #7E976C;
    text-decoration: none;
    font-family: 'NeoSansPro-Bold';
    font-size: 18px;
}

.actualite-titre a:visited {

    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    transition-delay: 0s;
    color: #7E976C;
    text-decoration: none;
    font-family: 'NeoSansPro-Bold';
    font-size: 18px;
}

.actualite-lien a {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    transition-delay: 0s;
    font-family: 'NeoSansPro-Bold';
    font-size: 9.5px;
    border: 1px solid #294F5F;
    text-transform: uppercase;
    padding: 2px 7px;
    color: #294F5F;
    text-decoration: none;
    background-color: rgba(255, 255, 255, 0.3);
}

.actualite-lien a:hover {
    background-color: #e10613;
}

.titre-page {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 48px;
    color: #294F5F;
    margin: 0;
    line-height: 43px;
    padding: 0;
    margin-bottom: 15px;
}

.titre-page:after {
    width: 2px;
    height: 40px;
    background-color: #e10613;
    display: inline-block;
    content: '';
    margin-left: 0px;
    margin-top: 12px;
    -webkit-transform: rotate(160deg);
    -moz-transform: rotate(160deg);
    -ms-transform: rotate(160deg);
    -o-transform: rotate(160deg);
    transform: rotate(160deg);
}

.footer-marque-texte {
    font-size: 18px;
    font-weight: bold;
    font-family: 'NeoSansPro-Medium';
    display: inline-block;
    line-height: 20px;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: inherit;
    font-weight: bold;
    font-size: 100%;
    line-height: 1.1;
    color: inherit;
}

.footer-marque-image {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    transition-delay: 0s;
    -ms-filter: grayscale(1);
    -webkit-filter: grayscale(1);
    -moz-filter: grayscale(1);
    -o-filter: grayscale(1);
    filter: grayscale(1);
}

.footer-marque-image:hover {
    -ms-filter: grayscale(0);
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -o-filter: grayscale(0);
    filter: grayscale(0);
}

.video-communication {
    width: 100%;
}

.application-item {
    width: 46%;
    text-align: center;
    margin-right: 5px;
    margin-bottom: 5px;
    padding: 5px;
}

@media all and (min-width: 1280px) {


    .application-item {
        height: 70px;
    }

    .navbar-menu {
        height: 40px;
        margin: auto;

    }

    .container-nav-menu {
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
        height: 100px;
    }

    ul.dropdown-menu {
        z-index: 1000;
    }

    .navbar-nav > li > a {
        font-size: 13px;
        text-transform: uppercase;

        color: #7496b1;
        padding: 2px 15px;

    }

    .navbar-nav {
        position: absolute;
        top: 69%; /* alignement par rapport au logo */
        transform: translateY(-50%); /* tiré de la moitié de sa propre hauteur */

    }

    .navbar-nav > li > .dropdown-menu {
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        -ms-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease;
        transition-delay: 0s;
    }

    .dropdown .dropdown-menu {
        z-index: 1000;
        display: none;
        opacity: 0;
        text-decoration: none;
        font-size: 11px;
        color: #ffffff;
        text-transform: initial;
    }

    .dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
        color: white;
        text-decoration: none;
        background-color: black;
    }

    .dropdown:hover .dropdown-menu {

        -moz-transition: all 1000ms ease;
        -webkit-transition: all 1000ms ease;
        -o-transition: all 1000ms ease;
        -ms-transition: all 1000ms ease;
        transition: all 1000ms ease;
        display: block;
        opacity: 1;
        /*margin-top: 30px;
        border-top: solid red 3px;*/
    }

    ul.nav li.dropdown:hover > ul.dropdown-menu {

        display: block;
    }

    .navbar-nav > li > a:hover {

        color: #e10613;
        background-color: transparent;
    }

    .navbar-fixed-top-lg {
        top: 0;
        border-width: 0 0 1px;
        position: fixed;
        right: 0;
        left: 0;
        z-index: 1030;
    }

    #container-body {
        margin-top: 175px;
    }

    .dropdown-menu {
        background-color: rgba(41, 79, 95, 0.8);

    }

    .dropdown-menu > li > a {
        color: white;
        opacity: 1;
    }
}

@media all and (max-width: 1280px) {
/**

        height: 40px;
        display: block !important;
        height: auto !important;
 */
    .navbar-menu {
        margin: auto;
        margin-top: 30px;
        padding-bottom: 0;
        overflow: visible !important;
        width: auto;
        border-top: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .navbar-nav > li > a {
        line-height: 8px;
        font-size: large;

        color: #7496b1;
    }

    .navbar-nav {
        border-top: solid black 1px;
        border-bottom: solid black 1px;
        margin-left: 15%;
        width: 100%;
    }

    .nav .avatar {
        height: 250px;
        width: 100px;
    }

    .container-nav {
        width: 100%;

        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
    }

}

@media all and (max-width: 1000px) {

    .navbar-nav {
        border-top: solid black 1px;
        border-bottom: solid black 1px;
        margin-left: 5%;
        width: 100%;
        text-align: center;
    }

    .navbar-toggle .icon-bar {
        background-color: black;
    }

    .container-nav
    {
        height: auto;
    }

}

.carousel-caption-text {
    color: white;
}

.carousel-caption {
    opacity: 0.5;
    background-color: black;
    position: relative;
    left: auto;
    right: auto;
}

.flag {
    padding-right: 3px;
}

/* Début card (http://bootsnipp.com/snippets/featured/material-cards) */

.card {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.card {
    margin-top: 10px;
    box-sizing: border-box;
    border-radius: 2px;
    background-clip: padding-box;
}

.card span.card-title {
    color: #000;
    font-size: 24px;
    font-weight: 300;
    text-transform: uppercase;
    background: white;
    opacity: 0.75;
    /*border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;*/
    width: 100%;
}

.card .card-image {
    max-height: 350px;
    position: relative;
    overflow: hidden;
}

.card .card-image img {
    border-radius: 2px 2px 0 0;
    background-clip: padding-box;
    position: relative;
    z-index: -1;
}

.card .card-image .search-result {
    max-height: 50px;
    position: relative;
}

.card .card-image img .search-result {
    border-radius: 2px 2px 0 0;
    background-clip: padding-box;
    position: relative;
}

.card .card-image span.card-title {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 16px;
}

.card .card-content {
    padding: 16px;
    border-radius: 0 0 2px 2px;
    background-clip: padding-box;
    box-sizing: border-box;
}

.card .card-content p {
    margin: 0;
    color: inherit;
}

.card .card-content span.card-title {
    line-height: 48px;
}

.card .card-action {
    border-top: 1px solid rgba(160, 160, 160, 0.2);
    padding: 16px;
}

.card .card-action a {
    color: #ffab40;
    margin-right: 16px;
    transition: color 0.3s ease;
    text-transform: uppercase;
}

.card .card-action a:hover {
    color: #ffd8a6;
    text-decoration: none;
}

.card .card-content img {
    max-width: 100%;
    height: auto;
}

.article img {
    max-width: 100%;
    height: auto;
}

.article .img-cover {
    width: auto;
    max-height: 150px;
    margin: auto;
    display: block;
}

/* Fin card */

.tt-dropdown-menu {
    background-color: white;
    width: 255px;
    opacity: 0.98;
}

.tt-dropdown-menu img {
    height: 70px;
    width: auto;
}

.twitter-typeahead, .tt-hint, .tt-input, .tt-menu {
    width: 100%;
}

.modal-open[style] {
    padding-right: 0px !important;
}

.modal-open {
    overflow: scroll;
}
/* désactivation de l'affichage du bouton télécharger pour les vidéos */
video::-internal-media-controls-download-button {
    display: none;
}

video::-webkit-media-controls-enclosure {
    overflow: hidden;
}

video::-webkit-media-controls-panel {
    width: calc(100% + 30px);
}


.fc-day-number
{
    background-color: #e1eeee;
    height: 35px;
    border-radius: 800px;
    width: 35px;
    align-items: center;
    /* line-height: 10px; */
    text-align: center;
    /* vertical-align: middle; */
    display: flex;
    justify-content: center;
    margin-top:5px;
    -webkit-transition:  all, 0.5s ease-out;
    transition: all, 0.5s ease-out;

}
.fc-day-number:hover
{

    background-color: #ff9594;
    opacity: 0.8;
}

.fc-day-number .fc-day-number-booked:hover
{
    background-color: #e1eeee;
    opacity: 0.8;
}

span.fc-day-number.fc-day-number-booked {
    background-color: #ff7474;
}


.fc-ltr .fc-basic-view .fc-day-top .fc-day-number {
    float: unset;
    margin-left: auto;
    margin-right: auto;
}

@media print {
    #directory_org {
        display:none;
    }
}


/**
Début de la définition des cartes "miniature"
 */

.small-card .card {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.small-card .card {
    margin-top: 10px;
    box-sizing: border-box;
    border-radius: 2px;
    background-clip: padding-box;
    margin-right: 10px;
    width: 19%;
    float: left;
    height:240px;
}

.small-card .card span.card-title {
    color: #000;
    font-size: 14px;
    font-weight: 300;
    text-transform: uppercase;
    background: lightgrey;
    opacity: 0.75;
    /*border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;*/
    width: 100%;
}

.small-card .card .card-image {
    height: 100px;
    margin: auto;
    position: relative;
    width: 100%;
}

.small-card .card .card-image img {
    border-radius: 2px 2px 0 0;
    background-clip: padding-box;
    position: relative;
    z-index: 0;
    max-height: 100px;
    width: auto;
    margin: auto;
    display: block;
}

.small-card .card .card-image span.card-title {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 2px;
}

.small-card .card .card-content {
    padding: 12px;
    border-radius: 0 0 2px 2px;
    background-clip: padding-box;
    box-sizing: border-box;
}

.small-card .card .card-content p {
    margin: 0;
    color: inherit;
    font-size: 12px;
}

.small-card .card .card-content span.card-title {
    line-height: 28px;
}

.small-card .card .card-action {
    border-top: 1px solid rgba(160, 160, 160, 0.2);
    padding: 16px;
    min-height: 80px;
}

.small-card .card .card-action a {
    color: #ffab40;
    margin-right: 16px;
    transition: color 0.3s ease;
    text-transform: uppercase;
}

/**
Fin de la définition des cartes "miniature"
 */

/**
Pour les écrans tactile
 */

.ecran-tactile #bs-example-navbar-collapse-1 > ul > li > ul > li > a
{
    height:30px;
}