@font-face {
    font-family: 'Gotham-1';
    src: url(../font/Montserrat-Regular.ttf);
}

@font-face {
    font-family: 'Gotham-Med';
    src: url(../font/Montserrat-Regular.ttf)
}

@font-face {
    font-family:'Lucida-Grande';
    src: url(../font/Montserrat-Regular.ttf)
}

/* BASIC CSS */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    vertical-align:baseline;
    background:transparent;
    font-family: "Gotham-1", sans-serif;
    color: #efedda;
}


body {
    height: 100%;
    width: 100%;
    background-color:  #f2ffe5;
    opacity: 1;
}
/* end BASIC CSS*/
/* NAVBAR */
.brand {
    padding-top:3px;
}

img#logo {
    height:48px;
}

.box-container {
    margin:49px 0 0 0;
}

#rame {
    font-weight:bold;
    font-size:15px;
}

ul.nav li a:hover {
    position:relative;
    bottom:2px;
    box-shadow: inset 0px -2px 0px #efedda;
    color: #efedda;
}
#vid{
    width:100%;
    height:90vh;
    padding:15px 20px;
}

ul.nav li a {
    font-family:'Gotham-1';
}


.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    background-color: rgba(15, 7, 4, 0.9);
    color: #efedda;
}

.navbar-default .navbar-nav a {
    padding: 15px;
}

nav.navbar-inverse {
    background:#1a2600;
    border: none;
    font-size: 14px;
}
/* end NAVBAR */

.first-banner{
    height:400px;
    background:url(../img/HBVR-Lareau_mai2015_2.jpg);
    background-size:cover;
    box-shadow:0 2px 15px rgba(10,10,10,0.3);
    display:flex;
    align-items: center;
    justify-content: center;
}

#clg-agfor{
    width:400px;
}

.flex{
    display:flex;
    align-items: center;
    justify-content: center;
    vertical-align:middle;
}

.maxipad{
    padding:15px 20px;
}

.maxipad-2{
    padding:15px 20px 0px;
}

.maxipad-modif{
    padding:0px 5px 0px;
}

.h3-text{
    font-family:"Gotham-Med";
    color:#1a2600;
    font-weight:bold;
    font-size:22px;
}

.p-text{
    font-family:"Gotham-Med";
    color:black;
    font-weight:300;
    margin:15px 0;
    font-size:16px;
}

.p-text-mod{
    font-family:"Gotham-Med";
    color:black;
    font-weight:300;
    margin:0px 0 15px;
    font-size:16px;
}
.p-text-mod-2{
    font-family:"Gotham-Med";
    color:black;
    font-weight:300;
    margin:0px 0 0px;
    font-size:16px;
    list-style-type:none;
}

.p-surtext{
    font-family:"Gotham-Med";
    color:black;
    font-weight:bold;
    font-size:16px;
}

.p-subtext{
    font-family:"Gotham-Med";
    color:black;
    font-size:16px;
    margin-bottom:15px;
}

.scieurs{
    width:100%;
}

.scieurs-2{
    width:92%;
}

