﻿

@media (max-width: 800px) {
    .desktop-only {
        visibility: hidden;
     
              }
}

@media (min-width: 801px) {
    .mobile-only {
        visibility: hidden;
    }

    ul.nav li:hover > .dropdown-menu {
        color: #C90000;
        font-weight: bold;
        display: block;
    }
}


label {
    white-space: nowrap; 
}

.custom-file-control:lang(en)::after {
    content: "Choose file...";
}

.custom-file-control:lang(en)::before {
    content: "Browse";
}

.navbar {
    min-height: 78px;
}

.navbar-toggle {
    margin-top: 21px;
    margin-bottom: 21px;
}

.navbar-default .navbar-nav > li > a {
    font-size: larger;
    padding-top: 35px;
    padding-bottom: 20px;
}

.navbar-brand > img {
    max-width: 112px;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #C90000;
    font-weight: bold;
}

.navbar-default {
    border-color: #C90000;
}

.navbar-static-top {
    border-width: 0 0 3px;
}

body {
    padding-bottom: 20px;
    min-width: 325px;
}

dl {
    margin-left: 20px;
}

dd {
    padding-left: 15px;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set widths on the form inputs since otherwise they're 100% wide */
input,
select,
textarea {
    max-width: 280px;
}

/* Carousel */
.carousel-caption p {
    font-size: 20px;
    line-height: 1.4;
}

/* buttons and links extension to use brackets: [ click me ] */
.btn-bracketed::before {
    display: inline-block;
    content: "[";
    padding-right: 0.5em;
}

.btn-bracketed::after {
    display: inline-block;
    content: "]";
    padding-left: 0.5em;
}

/* Make .svg files in the carousel display properly in older browsers */
.carousel-inner .item img[src$=".svg"] {
    width: 100%;
}

/* Hide/rearrange for smaller screens */
@media screen and (max-width: 767px) {
    /* Hide captions */
    .carousel-caption {
        display: none;
    }
}


.row-full {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    padding: 26px;
}

/* Ajouter par Anthony le 14.03.2019
    Permet de faire un sous menu*/


.nav > li {
    position: inherit;
}

.dropdown-menu {
    left: auto;
    background: #E1E0DE;
    padding: 13px 0px;
}

ul.nav li .dropdown-menu a:hover {
    background: #e1e0de;
    color: #C90000;
    font-weight: bold;
}





