body {
    padding-top: 70px;
    padding-bottom: 20px;
    margin-bottom: 100px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;

    font-size: 16px;
    line-height: 1.5;
}
.container2 {
    font-size: 16px;
    font-family: "arial";
}

#mainnav {
    box-shadow: 0 2px 5px rgba(0,0,0, 0.25);
    font-size: 14px;
    line-height: 1.42;
    font-weight: bold;
}

.glyphicon {
    color: #8ba8af;
}
a .glyphicon {
    color: inherit;
}

.big-glyph {
    display: block;
    text-align: center;
    font-size: 3.0em;
    margin-bottom: 0.25em;
}

.jumbotron {
    padding-top: 10px;
}
.jumbotronwidth
{
    max-width:100%;
    
}
/* page accueil*/
@media (max-width: 752px) {
    .actext {
        font-size:.9em;
    }
    .jumbotronwidth
    {
    max-width:25%;
    margin:auto;
    
    }
}
.jumbotron {
    margin:5px 0px;
    padding-bottom:10px;
}

body,h1,h2,h3,h4,h5,h6,p {
    font-family: "Raleway", sans-serif;
    color:grey;
}
/*h6 {
  font-size:12px;margin-bottom: 0px;
}
*/
.cabin {
  font-family: 'cabin';
  text-shadow: 4px 4px 4px #aaa;
  font-weight: normal; 
}
.navbar-brand {
  float: left;
  padding: 15px 15px 15px 55px;
  font-size: 26px;
  font-family: 'cabin';
  text-shadow: 4px 4px 4px #aaa;
  font-weight: normal;
  line-height: 22px;
  height: 50px;
  /*background: url('<?php echo base_url()."assets/img/logoG_1.png";?>') left top no-repeat;*/
  background: url('https://bc.casting-azur.fr/assets/img/logoG_1.png') left top no-repeat;
}
/*.requis:before { 
content:"* ";
color:red;
font-size:100%;
vertical-align: middle;
padding-bottom:0;
}
a tester avec une definition balise req:before {} et espérer que dans html on tape <req>
*/
req:before {content:"*";color:red;}

label {
  margin-top:6px;
  font-weight: normal;
}
fieldset {
  margin:10px 0px;
} 
legend {
  font-size:inherit; 
  border:none;
  margin:0;
  text-align:center;
}
.help_block {
  color:red;
}
a {text-decoration: underline;}