@import url(https://fonts.googleapis.com/css?family=Droid+Sans:400,700);
@import url(https://fonts.googleapis.com/css?family=Lora:400,400italic,700italic,700);
@import url(https://fonts.googleapis.com/css?family=PT+Serif:400,400italic,700,700italic);


html,body,div,span,h1,h2,h3,p,blockquote,em,img,strong,sub,sup,li,ol,ul,fieldset,form,label,legend,table,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;font-weight:normal;font-style:normal;text-align:left;font-family:inherit;}
table{border-collapse:collapse;border-spacing:0;}
ol,ul{list-style:none;}
q:before,q:after,blockquote:before,blockquote:after{content:"";}
a{text-decoration:none;}


html {
    position: relative;
    min-height: 100%;
}
body {
    height:100%;
    background-color: rgb(32, 25, 4) !important;
    font-size:14px;
    margin-bottom: 60px;
}

a {
    color:#e5dcad;
}

.navbar-inverse .navbar-nav > li > a, .navbar-inverse .navbar-nav li span a  {
    color: #fff !important;
}

.navbar-nav > li span a {
    font-size: 16px;
    padding: 16px;
    line-height: 20px;
}

.nav > li span a {
    display:block;
}

.navbar-social {
    float:right !important;
    margin-top:7px;
}

.start {
    margin-top:90px
}
.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 60px;
    color:#d5c163;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.8)
}
.footer p {
    margin:15px;
}

.footer a {
    color:#d5c163;
    text-decoration: none;
    cursor: pointer;
    padding: 0 3px;
}

.footer a:hover {
    color:#d5c163;
    text-decoration: none;
    background: #eee;
    background-color: rgba(215, 176, 19, 0.2);
}

body > .container {
    padding: 60px 15px 0;
}

h1, h2, h3 {
    font-weight:bold;
}

h1 {
    font-size:16px;
    color: #d5c163;
    line-height:110%;
}
strong { font-weight: 700; }

.box {
    padding:15px;
    margin:5px;
    font-size:15px;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.45);
    background-color: rgb(255, 255, 255);
    background-color: rgba(255, 255, 255, 0.9);
    text-shadow: 0px 0px 7px rgba(0, 0, 0, 0.3);
    border: 4px solid #d5c163;
    display:none;
}

.box h2 {
    text-align:center;
    border-bottom: 1px dotted #edc31b;
    padding-bottom:8px;
}

h2.nodeco {border-bottom:none}

.key {
    padding:15px 15px 25px;
    margin: 5px;
    /*background: url(../images/miam.svg) no-repeat bottom center;*/
    background-color: rgb(215, 176, 19);
    background-color: rgba(215, 176, 19, 0.7);
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.45);
    border: 4px solid #000;
    display:none;
    text-align:center;
}

.emph {
    background: #ccc;
    font-style: italic;
    padding:1px 5px;
    line-height:120%;
}

.key div {display: table; height: 250px}

.key h3 {
    display: table-cell;
    vertical-align: middle;
    font-size:36px;
    color:#e5dcad;
    text-align:center;
    padding-bottom:8px;
}
.key h3 a {
    color:#000;
}

.key a {
    padding: 1px 5px;
}
.key a:hover {
    text-decoration: none;
    background: rgb(215, 176, 19);
}

span.br {
    content:"\a";
    white-space: pre;
    font-style:inherit;
}

.webkey {
    display:none;
    min-height: 150px;
}

.webkey h3 {
    margin-top:35px;
    font-size:36px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.9);
    color:#dac969;
    text-align:center;
    font-style: italic;
    line-height:150%;
    font-weight:400;

}

.list1 li {
    background: rgba(0, 0, 0, 0) url("../images/ic-li.png") no-repeat scroll left 6px;
    font-size: 15px;
    list-style: outside none none;
    margin-left: 0;
    padding-left: 13px;
    margin-bottom: 8px;
}

.scaleup{
    transform:scale(1.1);
    -webkit-transition: 0.5s;
    -moz-transition: ll 0.5s;
    -ms-transition:  0.5s;
    transition:  0.5s;
}

.scaledown{
    transform:scale(1);
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    transition: all 0.5s linear;
}


#identite {
    color:#c19d0c;
    max-width: 950px;
    padding: 35px;
    border: 4px solid #241e04;
    background: #090909;
    box-shadow: 2px 2px 7px #000;
    font-size:20px;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
}
.popup_visible #identite {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

#identite p {
    margin: 15px;
    text-shadow: 1px 1px 1px #000;
}

#identite p:first-child {
    text-indent: 25px;
}

.ol-picto img { 
	width: 34px;
	height:34px;

}

.btn-facebook {
	background: #888 !important;

}
.btn-twitter {
	background: #888 !important;

}
.btn-linkedin {
	background: #888 !important;

}

.btn-child {
    background-color: #666 !important;
    border-color: rgba(0, 0, 0, 0.2);
    color: #fff;
}
.btn-child:hover, .btn-child:focus, .btn-child:active, .btn-child.active {
/*    background-color: #a88805 !important;*/
}


.btn-email {
    background-color: #777 !important;
    border-color: rgba(0, 0, 0, 0.2);
    color: #fff;
}
.btn-email:hover, .btn-email:focus, .btn-email:active, .btn-email.active {
/*    background-color: #444 !important;*/
}

#identite blockquote {
    font-size:20px;
    padding: 10px;
    border:none !important;
    margin: 10px;
    text-indent: 23px;
    font-style: italic;
    color:#d5c163;
    text-shadow: 1px 1px 1px #000;

}

#identite blockquote:before {
    content: "«";
    font-size: 30px;
    color: #857426;
    line-height: 30px;
    margin-right: 15px;
}

#identite blockquote::after{
    content: "»";
    font-size: 30px;
    color: #857426;
    line-height: 30px;
    margin-left: 12px;
}

@media only screen and (min-width: 1200px) {
    h2, .h2 {
        font-size: 28px !important;
    }
    .box, .key {
        min-height:360px;
    }
}

@media screen and (min-width: 960px) and (max-width: 1199px) {
    h2, .h2 {
        font-size: 24px !important;
    }
    .box, .key {
        min-height:340px;
    }
    .key {
        padding: 35px 20px;
        text-align:center;
        min-height:auto !important;
    }

}

@media screen and (max-width: 959px) {
    .footer {
        height: 120px;
    }
    body {
        margin-bottom: 120px;
    }

    .navbar-brand {
        font-size: 16px !important;
        height: 70px !important;
    }


    .box, .key {
        margin-bottom:30px;
    }
    .key {
        padding: 35px 20px;
        min-height:auto !important;
    }
    .key div {
        height:auto !important;
    }

    #identite {
        max-width: 950px;
        font-size:18px;
    }

    #identite blockquote {
        font-size:20px;
    }

    .webkey {
        min-height: 400px;
    }

}
@media screen and (max-width:767px){
    .webkey h3 {
        font-weight: 700 !important;
    }

    .navbar-social {
        position: absolute;
        margin-top: -50px;
        right: 10px;
    }

}


/**** SUPERSIZED BG ****/
#container {
    z-index: 100;
    position:relative;
}
#supersize {
    position:fixed;
}
#supersize img {
    height:100%;
    width:100%;
    position:absolute;
    z-index: -1000;
}
#supersize .prevslide, #supersize .prevslide img {
    z-index: 1;
}
#supersize .activeslide, #supersize .activeslide img {
    z-index: 2;
}
/**** FONT FAMILY ****/
body {font-family: 'Droid Sans', Arial, Helvetica, sans-serif !important;}
h1, h2, h3, .box, #identite{font-family: "Lora","Lucida Grande", serif !important}
.webkey h3, #identite, blockquote  {font-family: 'PT Serif', serif !important;}
