@charset "utf-8";
/* CSS Document */
@import url(https://fonts.googleapis.com/css?family=Lato);
html,body, .default-typo {
	font-family: 'Lato', sans-serif;
	font-size:12px;
	letter-spacing: 1.2px !important;
}
ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: block;    
	}
.block-news{
	box-shadow: 1px 1px 6px #847d95;
	height:300px;
}
.month-news{
	width:80%;
	line-height:55px;
	float:left;
	background:#FFF;
	font-size: 18px;
}
.day-news{
	width:20%;
	margin:0;
	padding:0;
	line-height:55px;
	font-size: 30px;
	text-align: center;
	float:left;
	background-color:#666;
	color:#FFF;
}
.accroche-news{
	padding:15px;
	height:200px;
}
.download-news{
	height:45px;
	line-height:45px;
	text-align:center;
	background:#a2bfe0;
}
.nomargin{
	margin:0;
}
.nopadding{
	padding:0;
}
.hiddenCheckbox{
	display:none;
}
.whiteCheck{
	color:#FFF;
}
.whiteChecksalons{
	color:#dce32a;
}
.whiteCheckADDEC{
	color:#a7cade;
}
.whiteCheckAutres{
	color:#bae32a;
}
.whiteChecknewsletter{
	color:#e3622a;
}
a,a:hover{
	color:#666;
	text-decoration:none;
}
.breadcrumb{
  background:#c6dfeb;
}
.breadcrumb2 {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  border-radius: 4px;
  background:#efefef;
}
h5{
	font-weight:bold;
	font-size:14px;
}
	.portfolioLink{
		height:200px;
		padding:10px;
	}
	.portfolioLink div.nested {
		display: table-cell;
		text-align: center;
		vertical-align: middle;
		width:100%;
		position:absolute;
		top:0;
		left :0px;
		color:#e1e1e1;
		opacity:0;
		font-size:0.8em;
		-webkit-transition: all 0.2s ease-in-out;
		-moz-transition: all 0.2s ease-in-out;
		-o-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
		cursor:pointer;
		height:198px;
		padding:10px;
		z-index:2;
		
	}
	.portfolioLink:hover .nested {
		display: table-cell;
		text-align: center;
		vertical-align: middle;
		height:198px;
		width:100%;
		position:absolute;
		opacity:1;
		top:0;
		left :0px;
		color:#000;
		font-size:0.8em;
		-webkit-transition: all 0.2s ease-in-out;
		-moz-transition: all 0.2s ease-in-out;
		-o-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
		background:rgba(167,202,222,.6);
		padding:10px;
		padding-top:20%;
		cursor:pointer;
		z-index:2;
	}
	.fa-facebook-square{
		color:#4c66a4;
	}
	.fa-twitter-square{
		color:#55acee;
	}
	.fa-linkedin-square{
		color:#0077B5;
	}
	
.infobulle{
    position: absolute;   
    visibility : hidden;
    padding: 10px;
    font-family: Arial;
    color:#000;
    font-size: 10px;
    background-color:#FFF;
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	opacity: 0.9;
	z-index:99000;
	min-width:422px;
	max-width:422px;
	border:1px solid #000;
	margin:0 auto;
}
	
.infobulleLien{
    position: absolute;   
    visibility : hidden;
    padding: 10px;
    font-family: Arial;
    color:#000;
    font-size: 10px;
    background-color:#FFF;
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	opacity: 0.9;
	z-index:99000;
	min-width:250px;
	max-width:250px;
	border:1px solid #000;
	margin:0 auto;
}

.tt-dropdown-menu{
              text-align: left;
            }
            .tt-query,
            .tt-hint {
              padding: 8px 12px;
              font-size: 0.7em;
              outline: none;
            }
            .typeahead {
              background-color: #fff;
            }
            .tt-query {
              -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
                 -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
                      box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
            }
            .tt-hint {
              color: #999
            }
            .tt-dropdown-menu {
              width: 350px;
              margin-top: 12px;
              padding: 8px 0;
              background-color: #fff;
              border: 1px solid #ccc;
              border: 1px solid rgba(0, 0, 0, 0.2);
              -webkit-border-radius: 8px;
                 -moz-border-radius: 8px;
                      border-radius: 8px;
              -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
                 -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
                      box-shadow: 0 5px 10px rgba(0,0,0,.2);
            }
            .tt-suggestion {
              padding: 3px 20px;
              font-size: 0.7em;
              line-height: 20px;
            }
            .tt-suggestion.tt-cursor {
              color: #fff;
              background-color: #0097cf;
            }
            .tt-suggestion p {
              margin: 0;
              font-size: 1.2em;
            }

.alphabetical {
  display: inline-block;
  padding-left: 0;
  border-radius: 4px;
}
.alphabetical > li {
  display: inline;
  font-size:0.7em;
}
.alphabetical > li > a,
.alphabetical > li > span {
  position: relative;
  float: left;
  padding: 6px 6px;
  margin-left: -1px;
  line-height: 1.428571429;
  color: #428bca;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.alphabetical > li:first-child > a,
.alphabetical > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.alphabetical > li:last-child > a,
.alphabetical > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.alphabetical > li > a:hover,
.alphabetical > li > span:hover,
.alphabetical > li > a:focus,
.alphabetical > li > span:focus {
  color: #FFF;
  background-color: #799ebf;
  border-color: #ddd;
}
.alphabetical > .active > a,
.alphabetical > .active > span,
.alphabetical > .active > a:hover,
.alphabetical > .active > span:hover,
.alphabetical > .active > a:focus,
.alphabetical > .active > span:focus {
  z-index: 2;
  cursor: default;
  color: #FFF;
  background-color: #2a6496;
  border-color: #ddd;
}
.alphabetical > .disabled > span,
.alphabetical > .disabled > span:hover,
.alphabetical > .disabled > span:focus,
.alphabetical > .disabled > a,
.alphabetical > .disabled > a:hover,
.alphabetical > .disabled > a:focus {
  color: #999;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.alphabetical-lg > li > a,
.alphabetical-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}
.alphabetical-lg > li:first-child > a,
.alphabetical-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.alphabetical-lg > li:last-child > a,
.alphabetical-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.alphabetical-sm > li > a,
.alphabetical-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}
.alphabetical-sm > li:first-child > a,
.alphabetical-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.alphabetical-sm > li:last-child > a,
.alphabetical-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

	.Stats{
		color:#41485d;
		font-size:4em;
		border:10px solid #859ca7;
		border-radius:50%;
		height:160px;
		width:160px;
		padding-top:30px;
		margin:0 auto;
		text-align:center;
	}

	.StatsAgenda{
		color:#41485d;
		font-size:4em;
		border:10px solid #d9e648;
		border-radius:50%;
		height:160px;
		width:160px;
		padding-top:30px;
		margin:0 auto;
		text-align:center;
	}

	.StatsForum{
		color:#41485d;
		font-size:4em;
		border:10px solid #8fe648;
		border-radius:50%;
		height:160px;
		width:160px;
		padding-top:30px;
		margin:0 auto;
		text-align:center;
	}

	.StatsLien{
		color:#41485d;
		font-size:4em;
		border:10px solid #ea8519;
		border-radius:50%;
		height:160px;
		width:160px;
		padding-top:30px;
		margin:0 auto;
		text-align:center;
	}
	.trombinoscope{
		width:100px !important;
		max-width:100px;
		-webkit-transition: all 0.2s ease-in-out;
		-moz-transition: all 0.2s ease-in-out;
		-o-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
		border:2px solid #666;
	}
	.trombinoscope:hover{
		width:150px !important;
		max-width:150px;
		-webkit-transition: all 0.2s ease-in-out;
		-moz-transition: all 0.2s ease-in-out;
		-o-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
		border:2px solid #666;
	}
	.erreur{
		color:#900;
	}
@media (min-width:1024px) {
	p,ul,li{
		font-size:16px;	
	}
	div.nav > ul,li{
		font-size:14px;	
	}
	.Stats{
		color:#41485d;
		font-size:2.5em;
		border:10px solid #859ca7;
		border-radius:50%;
		height:120px;
		width:120px;
		padding-top:26px;
		margin:0 auto;
		text-align:center;
	}

	.StatsAgenda{
		color:#41485d;
		font-size:2.5em;
		border:10px solid #d9e648;
		border-radius:50%;
		height:120px;
		width:120px;
		padding-top:26px;
		margin:0 auto;
		text-align:center;
	}

	.StatsForum{
		color:#41485d;
		font-size:2.5em;
		border:10px solid #8fe648;
		border-radius:50%;
		height:120px;
		width:120px;
		padding-top:26px;
		margin:0 auto;
		text-align:center;
	}

	.StatsLien{
		color:#41485d;
		font-size:2.5em;
		border:10px solid #ea8519;
		border-radius:50%;
		height:120px;
		width:120px;
		padding-top:26px;
		margin:0 auto;
		text-align:center;
	}
	.FicheMembre{
		margin-top:40px;
	}
}

@media (min-width:768px) and (max-width:1023px) {
	div.ParaTexte > p,ul,li{
		font-size:14px;	
	}
	div.nav > ul,li{
		font-size:11px;	
	}
	.ComiteDirection{
		line-height:35px;
	}
	.ParaTexte{
		margin:0;
		padding:0;
	}
	.Stats{
		color:#41485d;
		font-size:2.5em;
		border:10px solid #859ca7;
		border-radius:50%;
		height:90px;
		width:90px;
		padding-top:13px;
		margin:0 auto;
		text-align:center;
	}

	.StatsAgenda{
		color:#41485d;
		font-size:2.5em;
		border:10px solid #d9e648;
		border-radius:50%;
		height:90px;
		width:90px;
		padding-top:13px;
		margin:0 auto;
		text-align:center;
	}

	.StatsForum{
		color:#41485d;
		font-size:2.5em;
		border:10px solid #8fe648;
		border-radius:50%;
		height:90px;
		width:90px;
		padding-top:13px;
		margin:0 auto;
		text-align:center;
	}

	.StatsLien{
		color:#41485d;
		font-size:2.5em;
		border:10px solid #ea8519;
		border-radius:50%;
		height:90px;
		width:90px;
		padding-top:13px;
		margin:0 auto;
		text-align:center;
	}
	.FicheMembre{
		margin-top:40px;
	}
}
@media (max-width:767px) {
	.navbar-default .navbar-nav .open .dropdown-menu > li > a {
		color:#FFF;
	}
	.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: #5d84b0;
	}
	.navbar-default .navbar-toggle {
		border-color: #5d84b0;
	}
	.navbar-default .navbar-toggle .icon-bar {
    background-color: #FFF;
	}
	.ComiteDirection{
		line-height:20px;
	}
	.ParaTexte{
		margin:0;
		padding:0;
	}
	#map{
		min-height:400px !important;
	}
	h1{
		font-size:22px;	
	}
	.nomarginsmall{
		margin:0;
	}
	.nopaddingsmall{
		padding:0;
	}
}
.ParaTexte li{
	font-size:16px !important;
}
.ParaTexte a{
	color:#900;
	text-decoration:none;
	font-weight:bold;
}