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

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


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

/* introducing new HTML5 elements */
header, footer, section, hgroup, aside, nav, article, figure, figcaption, time, dialog { display: block; }

/* titre */
h1, h2, h3, h4, h5, h6 { font-family: 'Asap', 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;}
h2{font-size: 20px;}
h3{font-size: 19px; border-left: none;}
/* link */
a { text-decoration:none; color: #3b4d56; transition: all, 0.25s;}
a:hover, a:focus{text-decoration: none; opacity: 0.7;}
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; }
.btn-recherche{background-color: #81c14a; color: #fff;}

.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 { color:#81c14a; }
::-moz-placeholder { color:#81c14a; opacity:  1; } /* firefox 19+ */
:-moz-placeholder { color: #81c14a; opacity:  1; }
:-ms-input-placeholder { color:#81c14a; } /* ie */
input:-moz-placeholder { color:#81c14a; }
input[type='text']::-webkit-input-placeholder { color:#81c14a; outline: none; text-transform: uppercase; font-size: 14px;}
input[type='text']::-moz-placeholder { color:#81c14a; opacity:  1; outline: none; text-transform: uppercase; font-size: 14px;} /* firefox 19+ */
input[type='text']:-moz-placeholder { color: #81c14a; opacity:  1; outline: none; text-transform: uppercase; font-size: 14px;}
input[type='text']:-ms-input-placeholder { color:#81c14a; outline: none; text-transform: uppercase; font-size: 14px;} /* ie */
.form-control{border: none; color: #81c14a; 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{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{
  background: none;
  border: none;
  box-shadow: none;
}
.navbar-default .navbar-nav li a{font-size: 20px; padding: 20px 0px; }
.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;}

.tooltip .tooltip-inner{background-color: #6f818a;}
.tooltip.bottom .tooltip-arrow{border-bottom-color: #6f818a}
/*JQUERY UI*/
.ui-accordion .ui-accordion-header{background: none; background-color: #82c14b; color: #fff; font-weight: 700; border: none; border-radius: 0; margin-top: 10px;}
.ui-accordion .ui-accordion-content{border: none; border-bottom: 1px solid #82c14b; border-radius: 0; padding-left: 0; padding-right: 0;}
 .ui-accordion-content h3{padding-left: 0;}
/*iOS buttons – remove rounded corners*/
input, textarea, select {
/*-webkit-appearance: none;*/
-webkit-border-radius: 0;
}

blockquote{background-color:#82c14b; color: #303e45; border: none; padding-top: 20px; padding-bottom: 20px; font-size: 15px;}
blockquote h2,blockquote h3, blockquote h4{border-left: none; color: #fff; padding-left: 0; margin-bottom: 20px;}
blockquote li{padding-bottom: 10px;}
blockquote ul>li>ul{list-style-type: disc; padding-left: 20px;}
blockquote ul>li>ul>li{padding-bottom: 2px;}


.hidden{display: none;}
