/* Supprime les bords arrondis sur les champs de formulaire et les boutons */
input, button, textarea {
    -moz-border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    border-radius: 0px !important; 
}

/* Style pour les menus désactivés quand la langue est en anglais */
.disabled {
    background: #FF9900;
    cursor: default;
}
.disabled:hover {
    background: #FF9900 !important;
    cursor: default;
}

/* Affiche le texte en gras */
.texte_gras {
    font-weight : bold;
}

/* Affiche un espace en dessous de 50px */
.padding_bottom_50 {
    padding-bottom : 50px;
}

/* Affiche l'élément avec une largeur maximum en fonction de son conteneur */
.largeur_full {
    width : 100%;
}


.anchor{
  display: block;
  height: 250px; /*same height as header*/
  margin-top: -250px; /*same height as header*/
  visibility: hidden;
}




.navbar {

background-color: #FF9900;
}

.navbar ul li:hover > a {
background: #CA6924;
}

.no-touch .navbar ul li:hover > a {
background: #CA6924;
}

.navbar li .dropdown ul > li a {
color: #D04526;
border-bottom: 1px solid #cccccc;
}

.navbar ul li .dropdown {
background: #FAFAFA;
}

.no-touch .navbar li .dropdown ul li a:hover {
background: #F2F2F2;
}

.navbar ul li > a {
    text-shadow: none;
}

.navbar li .dropdown ul > li .dropdown {
background: #FFFFFF;
}

.row{
        padding-right: 0px;
        padding-left: 0px;
}

    html,
    body {
    margin:0;
    padding:0;
    height:100%;
    }
    #wrapper {
    min-height:100%;
    position:relative;
    }
    #header {
    /*padding:10px;*/
    }
    #content {
    /*padding:10px;*/
    padding-bottom:80px; /* Height of the footer element */
    }
    #footer {
    width:100%;
    height:40px;
    position:absolute;
    bottom:0;
    left:0;
    }

                        

/* Make Header Sticky */
#header { background:white;  position:fixed; top:0; z-index:999;width: 100%;left: 0px;}
 
#content { margin-top:250px;}

sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sup {
top: -0.5em;
}
sub {
bottom: -0.25em;
}

.iconcustom{
    color: #FF9900;
}





