/* ---------------------------- */
/*			Stylebase			*/
/* ---------------------------- */

/*
 * @autor : Créateur d'Image
 * @date : 2014
 */


/* structure */
html { font-size: 100%; height:100%; overflow-x: hidden; }
body { height:100%; font: 15px/18px 'Muli', Arial, sans-serif; color: #333333; background:#ffffff; margin:0; padding:0; /*overflow-x: hidden;*/}
button { font: 15px/18px 'Muli', Arial, sans-serif; border: none;}

/* introducing new HTML5 elements */
header, footer, section, hgroup, aside, nav, article, figure, figcaption, time, dialog { display: block; }
footer{background-color: #e6e7e8; padding: 25px 55px; text-align: right; font-size: 14px;}
footer a{color: #6c6d6d;}
/* titre */
/*h1, h2, h3, h4, h5, h6 { font-family: 'Muli', Arial, sans-serif; font-weight:normal; margin:0; padding:0; vertical-align: baseline; outline: none; }
h1, h2, h3{font-size: 21px; font-weight: 700; text-transform: uppercase; color: #303e45;border-left: 55px solid #86afc2; padding-left: 13px; line-height: 0.9;}*/
h1{font-size: 21px; text-align: center;}
h2{text-transform: uppercase; font-weight: 800;}
h3{font-size: 19px; border-left: none;}
/* link */
a { color: #000; text-decoration:none; transition: all, 0.25s;}
a:hover, a:focus{text-decoration: none;}
a img { border: 0; } /* @note : no borders on image-links */
a:hover img, a:focus img, a:active img, button:hover { opacity: 0.9;}
*:focus {outline: none;}

/* listes */
ul, ol { margin: 0; padding: 0; list-style:none; }

/* paragraphes */
p { margin: 0; }
b, strong { font-weight: bold;}

/* forms */
label, button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; }
fieldset{display: block; width: 100%; margin-bottom: 15px;}
/* overflows */
pre, code, kbd, samp { font-family: monospace, sans-serif; }
table, td, blockquote, code, pre, textarea, /*input,*/ object, embed /*video*/ { max-width: 100% }
code, pre, samp, textarea, table, td { word-wrap: break-word; /*white-space: pre-wrap;*/ }

/* misc */
abbr[title] { border-bottom: 1px solid #555555; cursor: help; }
table { table-layout: fixed; border-spacing: 0; }
th, caption { text-align:left; }
img {margin:0; vertical-align: middle;}
button::-moz-focus-inner { padding:0; border:0; }

.clear { clear: both; }
.t_center { text-align: center; }
.t_right { text-align: right; }
.t_just { text-align:justify; }
.left { float:left; }
.right { float:right; }

::-webkit-input-placeholder {  }
::-moz-placeholder {  opacity:  1; } /* firefox 19+ */
:-moz-placeholder { opacity:  1; }
:-ms-input-placeholder {  } /* ie */
input:-moz-placeholder {  }
input[type='text']::-webkit-input-placeholder {  outline: none; font-size: 14px;}
input[type='text']::-moz-placeholder {  opacity:  1; outline: none; font-size: 14px;} /* firefox 19+ */
input[type='text']:-moz-placeholder { opacity:  1; outline: none;  font-size: 14px;}
input[type='text']:-ms-input-placeholder {  outline: none;  font-size: 14px;} /* ie */
.form-control{border: none; border-radius: 0; box-shadow: none;}
.form-control:focus{border: none; outline: 0; -webkit-box-shadow: none; box-shadow: none }

/*CACHER LE FORMULAIRE DRUPAL SUR LA PAGE RESULTATS DE RECHERCHE*/
.search-form.search-page-form{display: none;}

.btn-default{color: #fff;}
.btn-default{border: none; background: none; box-shadow: none;  transition: opacity, 0.25s; padding-right: 0;}
.btn-default:hover{background: none; opacity: 0.7;}

.clearfix:before, .clearfix:after { content: " "; display: table; }
.clearfix:after { clear: both; }

/* padding, border*/
*,*:after,*:before {
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box; /* Opera/IE 8+ */
}

/*Bootstrap*/
.navbar-default{
  border: none;
  box-shadow: none;
}
.navbar-default .navbar-nav li a{height: 45px; font-size: 20px; padding: 9px 15px; }
.navbar-default .navbar-nav li a:hover, .navbar-default .navbar-nav li a:focus{opacity: 1; }
.navbar-default .navbar-nav li a span{ padding: 5px 25px; text-transform: uppercase;}
/*.navbar-default .navbar-nav li:first-child>a>span{border-left: none;}*/
.navbar-default .navbar-form{margin: 0; margin-top: 13px;}
.navbar-fixed-top{background-color: #fff;}

.nav>li>a, .nav>li>a:hover{background: none; border-radius: 0;}

.tooltip .tooltip-inner{background-color: #6f818a;}
.tooltip.bottom .tooltip-arrow{border-bottom-color: #6f818a}
.carousel-caption{padding-bottom: 10%; text-shadow: none;}
/*iOS buttons – remove rounded corners*/
input, textarea, select {
/*-webkit-appearance: none;*/
-webkit-border-radius: 0;
}

blockquote{background-color:#e6e7e8; border: none; padding-top: 30px; padding-bottom: 35px;}
blockquote h2,blockquote h3, blockquote h4{border-left: none; margin-bottom: 25px; margin-top: 0; font-size: 19px;text-transform: none; font-weight: 700;}
blockquote p{margin-bottom: 5px;}
blockquote li{padding-bottom: 10px;}
blockquote ul>li>ul{list-style-type: disc; padding-left: 20px;}
blockquote ul>li>ul>li{padding-bottom: 2px;}
blockquote p, blockquote ul, blockquote ol{ font-size: 15px; font-weight: 600;}

.hidden{display: none;}

.date{font-size: 17px; font-weight: 700;}
