

/* 
marron fond : ad805a
marron fonce menu : 8e694a
marron rollover 5e4938
beige : dfcfb4
orange : ef8309
orange claire : f7f3ed
gris fonce : 313131
*/

html, body {
    height: 100%;
	font-weight: 300;
}

@font-face {
    font-family:'Neuton';
	src: url('https://fonts.xsalto.com/neuton/Neuton-Light.woff2') format('woff2'),
		url('https://fonts.xsalto.com/neuton/Neuton-Light.woff') format('woff');
	  font-weight: 300;
	  font-style: normal;
	  font-stretch: normal;
	  unicode-range: U+0020-2039;
}

@font-face {
    font-family:'Neuton';
	src: url('https://fonts.xsalto.com/neuton/Neuton-Regular.woff2') format('woff2'),
		url('https://fonts.xsalto.com/neuton/Neuton-Regular.woff') format('woff');
	  font-weight: 400;
	  font-style: normal;
	  font-stretch: normal;
	  unicode-range: U+0020-02C6;
}

@font-face {
    font-family:'Neuton';
	src: url('https://fonts.xsalto.com/neuton/Neuton-Bold.woff2') format('woff2'),
		url('https://fonts.xsalto.com/neuton/Neuton-Bold.woff') format('woff');
	  /* font-weight: 700; */
	  font-style: normal;
	  font-stretch: normal;
	  unicode-range: U+0020-2039;
}

@font-face {
    font-family:'Lato-Light';
	src: url('https://fonts.xsalto.com/lato2/Lato-Light.woff2') format('woff2'),
		url('https://fonts.xsalto.com/lato2/Lato-Light.woff') format('woff');
	  font-style: normal;
	  font-stretch: normal;
}

@font-face {
    font-family:'Lato';
	src: url('https://fonts.xsalto.com/lato2/Lato-Regular.woff2') format('woff2'),
		url('https://fonts.xsalto.com/lato2/Lato-Regular.woff') format('woff');
	  font-style: normal;
	  font-stretch: normal;
}

@font-face {
    font-family:'Lato-Bold';
	src: url('https://fonts.xsalto.com/lato2/Lato-Bold.woff2') format('woff2'),
		url('https://fonts.xsalto.com/lato2/Lato-Bold.woff') format('woff');
	  font-style: normal;
	  font-stretch: normal;
}



@font-face {
  font-family: 'adverbum';
	src:
    url('../fonts/adverbum.ttf') format('truetype'),
    url('../fonts/adverbum.woff') format('woff'),
    url('../fonts/adverbum.svg#adverbum') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="adico-"], [class*=" adico-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'adverbum' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.adico-xsalto:before {
  content: "\e100";
}
.adico-account:before {
  content: "\e201";
}
.adico-add-circle:before {
  content: "\e202";
}
.adico-add:before {
  content: "\e203";
}
.adico-remove:before {
  content: "\e204";
}
.adico-arrow_down:before {
  content: "\e205";
}
.adico-arrow_left:before {
  content: "\e206";
}
.adico-arrow_right:before {
  content: "\e207";
}
.adico-arrow_up:before {
  content: "\e208";
}
.adico-language:before {
  content: "\e209";
}
.adico-mail:before {
  content: "\e210";
}
.adico-basket:before {
  content: "\e211";
}
.adico-delete:before {
  content: "\e212";
}
.adico-calendar:before {
  content: "\e213";
}
.adico-favorite:before {
  content: "\e214";
}
.adico-download:before {
  content: "\e215";
}
.adico-calameo:before {
  content: "\e216";
}
.adico-couverture-4:before {
  content: "\e217";
}
.adico-couverture:before {
  content: "\e218";
}
.adico-format:before {
  content: "\e219";
}
.adico-liste-block:before {
  content: "\e220";
}
.adico-liste-liste:before {
  content: "\e221";
}
.adico-file-pdf:before {
  content: "\e222";
}
.adico-file-epub:before {
  content: "\e223";
}
.adico-ellipsis:before {
  content: "\e224";
}
.adico-book:before {
  content: "\e225";
}
.adico-search:before {
  content: "\e226";
}
.adico-facebook:before {
  content: "\e301";
}
.adico-google-plus:before {
  content: "\e302";
}
.adico-instagram:before {
  content: "\e303";
}
.adico-linkedin:before {
  content: "\e304";
}
.adico-location:before {
  content: "\e305";
}
.adico-pinterest:before {
  content: "\e306";
}
.adico-twitter:before {
  content: "\e307";
}
.adico-vimeo:before {
  content: "\e308";
}
.adico-youtube:before {
  content: "\e309";
}
.adico-rss:before {
  content: "\e310";
}


.adico-addthis:before {
  content: "\e203";
}

.adico-label,
.adico-nbr {
	font-family: "Lato-Bold", Helvetica, Arial, sans-serif !important;
}


a {
	color: #ffffff;
	text-decoration: underline;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

a:focus,
a:hover {
	color: #5e4938;
}



/* effet transition transparence */

a .fade {
	opacity: 1;
	filter: alpha(opacity=100);
	transition: opacity .45s ease-in-out;
	-moz-transition: opacity .45s ease-in-out;
	-webkit-transition: opacity .45s ease-in-out;
}

a:hover .fade {
	opacity: 0.7;
	filter: alpha(opacity=70);
}


.glyphicon {
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}




/* cookie */

body #cookie-bar {
	z-index: 1;
	position: fixed;
	top: auto;
	bottom: 0;
	left: 0;
	width: 100%;
	height: auto;
	line-height: normal;
	color: #ffffff;
	text-align: center;
	padding: 0.4em 1em;
	border-top: 2px solid #ffffff;
	background-color: #ef8309 !important;
}

body #cookie-bar a {
	font-size: 0.65em;
	font-weight: bold;
	line-height: normal;
	color: #ef8309;
	text-transform: uppercase;
	border-radius: 2px;
	text-decoration: none;
	padding: 0.5em 0.65em 0.25em 0.65em;
	margin-left: 0.65em;

	-webkit-transition: color 300ms ease-out;
	-moz-transition: color 300ms ease-out;
	-o-transition: color 300ms ease-out;
	-ms-transition: color 300ms ease-out;
	transition: color 300ms ease-out;
}


body #cookie-bar a:hover {
	color: #ffffff;
}

body #cookie-bar .cb-policy {
	height: auto;
	background: #f4f4f4 !important;
	border: 1px solid #f4f4f4;
}

body #cookie-bar .cb-policy:hover {
	background: #ef8309 !important;
	border: 1px solid #f4f4f4 !important;
}

body #cookie-bar .cb-enable {
	float: right;
	height: auto;
	background: #f4f4f4 !important;
	border: 1px solid #f4f4f4;
}

body #cookie-bar .cb-enable:hover {
	background: #ef8309 !important;
	border: 1px solid #f4f4f4 !important;
}



/* nyromodal */

.nyroModalBg {
	z-index: 1040;
}

.nyroModalCont {
	z-index: 1041;
}

/* modal */


.modal-header {
	padding: 10px 25px 15px 25px;;
	background-color: #ef8309;
	border-radius: 6px 6px 0 0;
	-moz-border-radius: 6px 6px 0 0;
	-webkit-border-radius: 6px 6px 0 0;
}

.modal-header h4 {
	font-family: 'Neuton-Light', Georgia, "Times New Roman", Times, serif;
    color: #ffffff;
	font-size: 2em;
	line-height: 1.1em;
	font-weight: normal;
	margin-bottom: 0;
}

.modal-header .close {
    color: #ffffff;
	font-size: 54px;
	line-height: 34px;
	text-shadow: none;
	opacity: 0.4;
	filter: alpha(opacity=40);
}

.modal-header .close {
    color: #ffffff;
	font-size: 54px;
	line-height: 34px;
	text-shadow: none;
	opacity: 0.4;
	filter: alpha(opacity=40);
}

.modal-body {
    color: #313131;
	padding: 25px;
	background-color: #f7f3ed;
}

.modal-body a {
	color: #ad805a;
}

.modal-body a:hover,
.modal-body a:focus {
	color: #ef8309;
}

.modal-body h1 {
	font-size: 2.25em;
}

.modal-body h2 {
	font-size: 1.4em;
}

.modal-body h3 {
	font-size: 1.5em;
}

.modal-body h4 {
	font-size: 1em;
}

.modal-body h5 {
	font-size: 1.1em;
}

.modal-body h6 {
	font-size: 1;
}


.modal-footer {
    color: #313131;
	padding: 15px 25px;
	background-color: #f7f3ed;
	border-radius: 6px 6px 0 0;
	-moz-border-radius: 0 0 6px 6px;
	-webkit-border-radius: 0 0 6px 6px;
}

.modal .btn-default {
    color: #ffffff;
	background-color: #ad805a;
}

.modal .btn-default {
	background-color: #8e694a;
}

.modal .account,
.modal .alert,
.modal [class^="cv3-"], .modal [class*=" cv3-"] {
	margin: 0 0 2em 0;
}

.modal .account-actions {
	list-style: none;
	padding: 0;
	margin: 0 0 20px 0;
}


.modal .account-actions li a:before {
	top: 3px;
	font-family: 'adverbum' !important;
	content: "\e207";
	font-size: 0.75em;
	display: inline-block;
	margin-right: 5px;
}




/* Compte */


.short-login{
 position : absolute;
 z-index : 999;
 padding : 1em;
}

.short-login label{
  font-family: "Lato-Bold", Helvetica, Arial, sans-serif !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 0.65em;
  text-transform: uppercase;
}

.short-login input[type="text"],
.short-login input[type="password"]
{
  width : 100%;
  margin-right : 0;
  margin-bottom : -0.25em;
}

.short-login input.btn[type="submit"]{
  width : auto;
  margin : 0px;
  padding : 9px;
}

.short-login a{
  margin-top : 10px;
}





.popover-title {
	font-family: 'Lato-Bold', Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #ffffff;
}

.popover-content {
	font-size: 0.9em;
	color: #313131;
	line-height: 1.2em;
}

.popover-content a {
	color: #ef8309;
}

.popover-content a:hover {
	color: #ef8309;
}


.tooltip-inner {
	font-family: 'Lato', Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}



/* naviagtion pill */

.nav-pills > li > a {
	border-radius: 0;
}



/* accordeon */

.panel {
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	background-color: transparent;
}

.panel-group .panel {
	border-radius: 0;
	border: none;
}

.panel-heading {
	position: relative;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
	border-radius: 0;
	margin-bottom: 10px;
}

.panel-default > .panel-heading {
	color: #ffffff;
	border: none;
	border-bottom: 1px solid #ffffff;
	background-color: transparent;
}

.panel-heading:after, .panel-heading:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.panel-heading:after {
	border-color: rgba(173, 128, 90, 0);
	border-top-color: #ad805a;
	border-width: 14px;
	margin-left: -14px;
}

.panel-heading:before {
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #ffffff;
	border-width: 15px;
	margin-left: -15px;
}


.panel-default > .panel-heading + .panel-collapse > .panel-body {
	border-top: none;
}

.panel-title {
	font-size: 1.05em;
	text-transform: uppercase;
}

.panel-title a {
	text-decoration: none;
}

.panel-title a:focus {
	color: #ffffff;
}

.panel-body {
	padding: 15px 0 0 0;
}






/* boutons */

.btn {
	font-family: 'Lato-Bold', Arial, Helvetica, sans-serif;
	font-size: 1em;
	padding: 12px 22px;
 	border-radius: 0;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.btn-primary {
	text-transform: uppercase;
}

a.btn {
  text-decoration: none;
}

.help-block {
	color: #ffffff;
}

.alert {
	border-radius: 0;
}





/* input */

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
	display: block;
	width: 100%;
	height: 42px;
	font-family: 'Lato', Arial, Helvetica, sans-serif;
	padding: 6px 12px;
	font-size: 17px;
	line-height: 1.42857143;
	color: #ad805a;
	background-color: #ffffff;
	background-image: none;
	border: 1px solid #8e694a;
	border-radius: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

select:focus,
textarea:focus,
input:focus {
	border-width: 2px;
	border-color: #ef8309;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 0, 0, 0.35);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 0, 0, 0.35);
}

input::-moz-placeholder {
	color: #ad805a;
	opacity: 1;
}

input:-ms-input-placeholder {
	color: #ad805a;
}

inputl::-webkit-input-placeholder {
	color: #ad805a;
}

input::-ms-expand {
	border: 0;
	background-color: transparent;
}

input:focus::-moz-placeholder {
    opacity: 0;
}

input:focus::-webkit-input-placeholder {
    opacity: 0;
}


input[disabled],
input[readonly],
fieldset[disabled] .form-control {
	background-color: #eeeeee;
	opacity: 1;
}

input[disabled],
fieldset[disabled] .form-control {
	cursor: not-allowed;
}

textarea {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: none;
}


select option {
	font-family: 'Lato', Arial, Helvetica, sans-serif;
}






@-moz-document url-prefix() { /*FF*/
select:not([multiple]) {
    -webkit-appearance: none;
    -moz-appearance: none;
    background-position: right 50%;
    background-repeat: no-repeat;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAABkCAIAAAAaHsdvAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAM1JREFUeNrs2L0NwjAQhmE7Cj/paLNFGIGWkgmANWAHNiAbsAIrMAIdJWmQgAL4kBFCUWTZKFS8LqzYd/f45ChN7GlpWh+JMaCgoKCgoKCgoKCgoKCg/4Wmw2m2OCZ50VCWFwopIRrtjFe2P+jNt7ViLbWpkBKi0ct6dK/2Ku5OyrerBy21qZASGgut/yeC69TdwHUz0yxR8+2wex55rr5Ba64bfjHo7atYhKBAMajTz35fF+0VI1A+U1BQUFBQUFBQUFBQUFDQn6APAQYAOolIh6qZsFgAAAAASUVORK5CYII=');
    padding-top: 7px;
	padding-bottom: 11px;
	padding-right: 25px;
}
}


@media screen and (-webkit-min-device-pixel-ratio:0) {
select:not([multiple]) {
    -webkit-appearance: none;
    -moz-appearance: none;
    background-position: right 50%;
    background-repeat: no-repeat;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAABkCAIAAAAaHsdvAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAM1JREFUeNrs2L0NwjAQhmE7Cj/paLNFGIGWkgmANWAHNiAbsAIrMAIdJWmQgAL4kBFCUWTZKFS8LqzYd/f45ChN7GlpWh+JMaCgoKCgoKCgoKCgoKCg/4Wmw2m2OCZ50VCWFwopIRrtjFe2P+jNt7ViLbWpkBKi0ct6dK/2Ku5OyrerBy21qZASGgut/yeC69TdwHUz0yxR8+2wex55rr5Ba64bfjHo7atYhKBAMajTz35fF+0VI1A+U1BQUFBQUFBQUFBQUFDQn6APAQYAOolIh6qZsFgAAAAASUVORK5CYII=');
    padding-top: .15em;
    padding-bottom: 11px;
	height: 48px;
	line-height: 48px;
	padding-right: 25px;
}
}






label {
	line-height: 1em;
}



input[type="submit"] {
	font-family: 'Lato-Bold', Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.25em;
	color: #ffffff;
	text-transform: uppercase;
	margin-bottom: 10px;
	padding: 12px 22px;
 	background-color: #ef8309;
	border: 1px solid #ef8309;
	border-radius: 0;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

input[type="submit"]:focus,
input[type="submit"]:hover {
	color: #ffffff;
	background-color: #313131;
	border: 1px solid #313131;
}









#scrollToTop {
	display: none;
}

#scrollToTop a {
	z-index: 5;
	width: 50px;
	height: 50px;
	position: fixed;
	background: url(../images/scrollToTop_sureau_fond.png) left top no-repeat;
}

#scrollToTop a:hover {
	 background: url(../images/scrollToTop_sureau_fond.png) left -70px no-repeat;
}







/* carousel */

.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
	width: 40px;
	height: 40px;
	margin-top: -20px;
	font-size: 40px;
}

.carousel-control .glyphicon-chevron-left {
	margin-left: -20px;
}

.carousel-control .glyphicon-chevron-right {
	margin-right: -20px;
}

.carousel-control .glyphicon-chevron-left:before {
	font-family: 'adverbum' !important;
	content: "\e206";
}

.carousel-control .glyphicon-chevron-right:before {
	font-family: 'adverbum' !important;
	content: "\e207";
}

.tzr-page-content ol.carousel-indicators {
	left: inherit;
	right: 5%;
	bottom: 15px;
	text-align: right;
	margin: 0;
}

.carousel-indicators li {
	width: 16px;
	height: 16px;
	border-radius: 16px;
	margin: 1px 3px;
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
}

.carousel-indicators .active {
	width: 16px;
	height: 16px;
	margin: 1px 3px;
}

.carousel-caption {
	left: 0;
	right: 0;
	bottom: 0;
	padding: 15px 5% 30px 5%;
	background-color: rgba(0, 0, 0, 0.4);
}

.carousel-caption p {
	font-size: 1.25em;
	line-height: 1.15em;
}





/* pagination */

.tzr-page-content .pagination {
	font-family: "Lato-bold", Helvetica, Arial, sans-serif;
	list-style: none;
	margin: 0;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
}















/* navigation */

.navbar {
	font-family: "Lato", Helvetica, Arial, sans-serif;
	-webkit-box-shadow: 0 8px 10px 0 rgba(0,0,0,0.25), inset 0 10px 10px -4px rgba(0,0,0,0.25);
	box-shadow: 0 8px 10px 0 rgba(0,0,0,0.25), inset 0 10px 10px -4px rgba(0,0,0,0.25);
	margin-left: -2px;
}

.navbar-default {
	background-color: #8e694a;
	border-color: transparent;
	border-bottom: none;
}

.navbar-default .navbar-brand {
	color: #ffffff;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
	color: #e6e6e6;
	background-color: transparent;
}

.navbar-default .navbar-text {
	color: #ffffff;
}

.navbar-default .navbar-nav a {
	text-decoration: none;
}

.navbar-default .navbar-nav > li > a {
	color: #ffffff;
	padding-top: 16px;
	padding-bottom: 16px;
	line-height: 28px;
}

.navbar-default .navbar-nav > li > a .caret {
	display: none;
}

.navbar-nav:not(.sm-collapsible) ul .caret {
	margin-top: 10px !important;
}


.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
	color: #8e694a;
	background-color: #ffffff;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
	color: #ffffff;
	background-color: #ef8309;
}

.navbar-default .nav .open > a,
.navbar-default .nav .open > a:hover,
.navbar-default .nav .open > a:focus {
	color: #ef8309;
	background-color: #ffffff;
}





.navbar-nav .dropdown-menu {
	border-radius: 0;
	background-color: #ef8309;
}

.navbar-nav .dropdown-menu > li {
	margin-bottom: 5px;
}

.navbar-nav .dropdown-menu > li > a {
	color: #ffffff;
	line-height: 1.15em;
}

.navbar-nav .dropdown-menu > li > a:hover,
.navbar-nav .dropdown-menu > li > a:focus {
	color: #ef8309;
	background-color: #ffffff;
}

.navbar-nav .dropdown-menu > .active > a,
.navbar-nav .dropdown-menu > .active > a:hover,
.navbar-nav .dropdown-menu > .active > a:focus {
	color: #ef8309;
	background-color: #ffffff;
}







.navbar-header {
	text-align: right;
}

.navbar-default .menu-toogle {
	display: none;
}

.navbar-default .menu-toogle:hover {
	cursor: pointer;
}

.navbar-default .navbar-toggle {
	float: none;
	display: inline-block;
	vertical-align: middle;
	margin-right: 0;
	background-color: #ffffff;
	border-radius: 0;
	border-color: #ffffff;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.navbar-default .menu-toogle:hover .navbar-toggle,
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
	background-color: #ef8309;
	border-color: #ef8309;
}

.navbar-default .navbar-toggle .icon-bar {
	background-color: #ef8309;
}

.navbar-default .menu-toogle:hover .icon-bar,
.navbar-default .navbar-toggle:hover .icon-bar,
.navbar-default .navbar-toggle:focus .icon-bar {
	background-color: #ffffff;
}

.navbar-default .txt {
	display: inline-block;
	font-family: "Lato-Bold", Helvetica, Arial, sans-serif;
	font-size: 0.8em;
	line-height: 1em;
	color: #ffffff;
	vertical-align: middle;
	text-transform: uppercase;
	margin-right: 10px;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.navbar-default .menu-toogle:hover .txt {
	color: #ef8309;
}

.navbar-collapse {
	border-top: none;
}

.dropdown-menu {
	border-radius: 0;
}



/* top */

/*****************************************************/
/*                   BANDEAU HAUT	             */
/*****************************************************/

#headerWrapper{
	z-index : 1040;
	-webkit-box-shadow : none;
	box-shadow : none;
}

.affix {
	transition: height .25s ease, top .25s ease, padding .25s ease;
}




.top {
	z-index: 20;
	position: fixed;
	top: 0;
	width: 100%;
	font-family: "Lato", Helvetica, Arial, sans-serif;
	color: #ffffff;
	background-color: #ef8309;
	-webkit-box-shadow: 0 8px 10px 0 rgba(0,0,0,0.25);
	box-shadow: 0 8px 10px 0 rgba(0,0,0,0.25);
}

.top a {
	text-decoration: none;
}

.top a:hover,
.top a:focus {
	color: #8e694a;
}

.top ul {
	line-height: 1.3em;
	list-style: none;
	margin: 0;
	padding: 0;
}

.top .adico-label,
.top .adico-nbr {
	display: inline-block;
	font-size: 0.65em;
	line-height: 1em;
	text-transform: uppercase;
}


.top .adico-basket {
	top: 2px;
}

.top .slogan {
	font-family: "Neuton-Light", Georgia, "Times New Roman", Times, serif;
	text-align: left;
	margin-bottom: 10px;
}

.top .social {}

.top .social ul,
.top .social li {
	display: inline-block;
	vertical-align: middle;
}

.top .social li:first-child .adico-label {
	display: block;
}

.top .social li:last-child .adico-label {
	font-size: 0.65em;
	margin-right: 15px;
}

.top .navbar-brand {
	height: inherit;
	display: inline-block;
	float: inherit;
	vertical-align: middle;
	padding: 8px 0 0 0;
}


.top input[type="text"] {
	display: inline-block;
	height: 38px;
	width: 240px;
	font-family: 'Neuton', Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: italic;
	font-weight: bold;
	color: #ffffff;
	vertical-align: top;
	margin: 0;
	background-color: #ef8309;
	border-color: #ffffff;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.top input[type="text"]:hover,
.top input[type="text"]:focus {
	color: #ef8309;
	background-color: #ffffff;
	border-color: #ffffff;
}

.top ::-moz-placeholder {
	color: #ffffff;
	opacity: 1;
}

.top :-ms-input-placeholder {
	color: #ffffff;
}

.top ::-webkit-input-placeholder {
	color: #ffffff;
}


.top input.btn[type="submit"] {
	height: 38px;
	width: 38px;
	font-family: 'Lato-Bold', Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #ef8309;
	text-transform: uppercase;
	margin: 0 0 0 -6px;
	padding: 8px 2px;
	background-color: #ffffff;
	border-color: #ffffff;
}

.top input.btn[type="submit"]:hover,
.top input.btn[type="submit"]:focus {
	color: #ffffff;
	background-color: #ef8309;
	border-color: #ffffff;
}



.top .recherche ul,
.top .recherche .rechercheform {
	display: inline-block;
	line-height: 1.3em;
	vertical-align: middle;
}


.top .recherche .adico-favorite {
	top: 3px;
}

.top .recherche .search-link {
	display: none;
}




/*****************************************************/
/*                  RECHERCHE AJAX	             */
/*****************************************************/

.listeResultats {
	max-height: 80vh;
	overflow-y: auto;
	width: 276px;
	font-size: 0.8em;
	line-height: 1.2em;
	margin-top: -5px;
	background-color: #ffffff;
	-webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.25);
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.25);
}

.listeResultats .totalResultat a {
	display: block;
	color: #ffffff;
	text-align: center;
	padding: 8px 15px;
	border-bottom: 1px solid #ef8309;
	background-color: #ef8309;
}

.listeResultats .totalResultat a:hover,
.listeResultats .totalResultat a:focus {
	color: #ef8309;
	background-color: #f7f3ed;
}

.listeResultats .detailResultat a {
	display: block;
	color: #ef8309;
	padding: 3px 15px;
	border-bottom: 1px solid #f7f3ed;
}

.listeResultats .detailResultat:last-child a {
	border-bottom: none;
}

.listeResultats .detailResultat a:hover,
.listeResultats .detailResultat a:focus {
	color: #ffffff;
	background-color: #ef8309;
}


.listeResultats .detailResultat .resAut {
  font-style: italic;
  opacity:.75;
  font-size: .8em;
  display: block;
}










/* chemin */

.cv3-chemin {
	text-align: right;
}

.breadcrumb {
	font-size: 0.65em;
	color: #ffffff;
	background-color: transparent;
	border-radius: 0;
	padding: 0;
	margin-bottom: 20px;
}

.breadcrumb li a {
	color: #ffffff;
	text-decoration: underline;
	white-space: nowrap;
}

.breadcrumb li a:hover {
	color: #ffffff;
	text-decoration: none;
}





/* contenu */


.cv3-main {
	margin-bottom: 2em;
}




.home-slider {
	color: #313131;
	margin: -20px -15px 120px -15px;
	background-color: #dfcfb4;
}

.home-slider .carousel-control {
	width: 6%;
	opacity: 0.5;
	filter: alpha(opacity=60);
}

.home-slider .carousel-control:hover,
.home-slider .carousel-control:focus {
	opacity: 0.9;
	filter: alpha(opacity=90);
}

.home-slider .carousel-control.left {
	background: rgba(173,127,90,1);
	background: -moz-linear-gradient(left, rgba(173,127,90,1) 0%, rgba(188,118,82,0) 20%, rgba(248,80,50,0) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(173,127,90,1)), color-stop(20%, rgba(188,118,82,0)), color-stop(100%, rgba(248,80,50,0)));
	background: -webkit-linear-gradient(left, rgba(173,127,90,1) 0%, rgba(188,118,82,0) 20%, rgba(248,80,50,0) 100%);
	background: -o-linear-gradient(left, rgba(173,127,90,1) 0%, rgba(188,118,82,0) 20%, rgba(248,80,50,0) 100%);
	background: -ms-linear-gradient(left, rgba(173,127,90,1) 0%, rgba(188,118,82,0) 20%, rgba(248,80,50,0) 100%);
	background: linear-gradient(to right, rgba(173,127,90,1) 0%, rgba(188,118,82,0) 20%, rgba(248,80,50,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ad7f5a', endColorstr='#f85032', GradientType=1 );
}

.home-slider .carousel-control.right {
	background: rgba(248,80,50,0);
	background: -moz-linear-gradient(left, rgba(248,80,50,0) 0%, rgba(188,118,82,0) 80%, rgba(173,127,90,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(248,80,50,0)), color-stop(80%, rgba(188,118,82,0)), color-stop(100%, rgba(173,127,90,1)));
	background: -webkit-linear-gradient(left, rgba(248,80,50,0) 0%, rgba(188,118,82,0) 80%, rgba(173,127,90,1) 100%);
	background: -o-linear-gradient(left, rgba(248,80,50,0) 0%, rgba(188,118,82,0) 80%, rgba(173,127,90,1) 100%);
	background: -ms-linear-gradient(left, rgba(248,80,50,0) 0%, rgba(188,118,82,0) 80%, rgba(173,127,90,1) 100%);
	background: linear-gradient(to right, rgba(248,80,50,0) 0%, rgba(188,118,82,0) 80%, rgba(173,127,90,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f85032', endColorstr='#ad7f5a', GradientType=1 );
}


.home-slider-txt .titre,
.home-slider-txt .auteur,
.home-slider-txt .resume,
.home-slider-txt .link {
	display: block;
	line-height: 1.2em;
	margin-bottom: 8px;
}

.home-slider-txt .accroche {
	display: inline-block;
	font-family: 'Lato', arial, helvetica, sans-serif;
	font-size: 0.65em;
	line-height: 1em;
	color: #ad805a;
	text-transform: uppercase;
	padding: 8px 10px 5px 10px;
	background-color: #f7f3ed;
	margin-bottom: 10px;
}

.home-slider-txt .titre {
	font-family: 'Lato-Bold', arial, helvetica, sans-serif;
	font-size: 1em;
}

.home-slider-txt .auteur {
	font-style: italic;
}

.home-slider-txt .resume a {
	color: #313131;
}

.home-slider-txt .resume a:hover {
	color: #ef8309;
	text-decoration: none;
}


.home-slider-txt .resume,
.home-slider-txt .link {
	margin-bottom: 15px;
}

.home-slider-txt .link a {
	font-family: 'Lato-Bold', arial, helvetica, sans-serif;
	font-size: 0.7em;
	line-height: 1em;
	color: #ad805a;
	text-decoration: none;
	text-transform: uppercase;
	padding: 8px 15px 5px 15px;
	background-color: #f7f3ed;
}

.home-slider-txt .link a:hover,
.home-slider-txt .link a:hover {
	color: #f7f3ed;
	background-color: #ad805a;
}

.home-slider-button .glyphicon {
	color: #f7f3ed;
	border-radius: 50%;
	background-color: #ad805a;
}

.home-slider-button a:hover .glyphicon,
.home-slider-button a:focus .glyphicon {
	background-color: #ef8309;
}





.slider_4cols {}

.slider_4cols .carousel-titre {
	font-family: 'Lato-Light', arial, helvetica, sans-serif;
	font-size: 2.25em;
	line-height: 1em;
	color: #ffffff;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 40px;
}

.slider_4cols a {
	color: #313131;
	text-decoration: none;
}

.slider_4cols a:hover {
	color: #ad805a;
}





.slider-img {
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}


.slider-img .slider-img-center {
	display: none;
}

.slider-img img {
    display: inline-block;
	-webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.65);
	-moz-box-shadow: 0 0 10px 0 rgba(0,0,0,0.65);
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.65);
}





.slider_4cols .accroche {
	display: block;
	font-family: 'Lato', arial, helvetica, sans-serif;
	font-size: 0.65em;
	text-transform: uppercase;
	margin-bottom: 0.35em;
}

.slider_4cols .titre {
	display: block;
	font-family: 'Lato-bold', arial, helvetica, sans-serif;
	margin-bottom: 0.25em;
}

.slider_4cols .auteur {
	display: block;
	font-style: italic;
}


.slider_4cols .carousel-control {
	width: 80px;
	text-shadow: none;
	opacity: 1;
	filter: alpha(opacity=100);
}

.slider_4cols .carousel-control.left,
.slider_4cols .carousel-control.right {
	background-image: none;
}




.content-slider {
	margin-bottom: 80px;
}

.content-slider .slider-content {
	background-color: #dfcfb4;
}

.content-slider .slider-img  {
	background-color: #f7f3ed;
}




/* footer slide */

.footer-slide {
	background-color: #dfcfb4;
}

.footer-slide .carousel-titre {
	color: #ad805a;
}

.footer-slide .slider-img {
	background-color: #f7f3ed;
}

.footer-slide a:hover .slider-img  {
	background-color: #ef8309;
}

.footer-slide a:hover .slider-img:after {
	border-top-color: #ef8309;
}






/* footer */

.footer {
	font-size: 0.95em;
	color: #313131;
	padding: 40px 0;
	background-color: #f7f3ed;
	-webkit-box-shadow: inset 0 10px 10px -4px rgba(0,0,0,0.25);
	box-shadow: inset 0 10px 10px -4px rgba(0,0,0,0.25);
}

.footer .titre {
	font-family: 'Lato-bold', Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1em;
	margin-bottom: 20px;
}

.footer ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.footer a {
	color: #313131;
	text-decoration: none;
}

.footer a:hover,
.footer a:focus {
	color: #ef8309;
}

.footer .cv3-navbas li {
	line-height: 1em;
	margin-bottom: 8px;
}

.footer .cv3-navbas a {
	display: block;
	margin-left: 19px;
}

.cv3-navbas a:hover,
.cv3-navbas a:focus {
	padding-left: 10px;
}

.cv3-navbas a:before {
	font-family: 'adverbum';
	content: "\e207";
	font-size: 11px;
	margin: 0 8px 0 -20px;
}


.editeurs {
	text-align: center;
}

.editeurs .titre {
	text-align: center;
}

.editeurs .img-responsive {
	display: inline-block;
	max-height: 90px;
}

.editeurs span {
	display: block;
	margin: 10px -10px 0 -10px;
}


.groupe {}

.groupe .titre {
	text-align: center;
}

.groupe li {
	text-align: center;
}

.groupe .img-responsive {
	display: inline-block;
	max-height: 90px;
}


.footer .cv3-newsletter li {
	line-height: 1em;
	margin-bottom: 8px;
}

.footer .cv3-newsletter a {
	display: block;
	margin-left: 15px;
}

.cv3-newsletter a:hover,
.cv3-newsletter a:focus {
	padding-left: 10px;
}

.cv3-newsletter a:before {
	font-family: 'adverbum';
	content: "\e207";
	font-size: 11px;
	margin: 0 6px 0 -15px;
}

.cv3-newsletter input[type="text"] {
	display: inline-block;
	height: 50px;
	width: 270px;
	font-size: 15px;
	font-style: italic;
	color: #313131;
	vertical-align: top;
	margin-bottom: 15px;
	background-color: #ffffff;
	border-color: #ffffff;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.cv3-newsletter input[type="text"]:hover,
.cv3-newsletter input[type="text"]:focus {
	color: #ffffff;
	background-color: #ef8309;
	border-color: #ef8309;
}

.cv3-newsletter  input::-moz-placeholder {
	color: #313131;
	opacity: 1;
}

.cv3-newsletter  input:-ms-input-placeholder {
	color: #313131;
}

.cv3-newsletter  inputl::-webkit-input-placeholder {
	color: #313131;
}


.cv3-newsletter input.btn[type="submit"] {
	height: 50px;
	width: 50px;
	font-family: 'Lato-Bold', Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #ffffff;
	text-transform: none;
	margin: 0 0 15px -4px;
	padding: 7px 2px;
	background-color: #ef8309;
	border-color: #ef8309;
}

.cv3-newsletter input.btn[type="submit"]:hover,
.cv3-newsletter input.btn[type="submit"]:focus {
	color: #ef8309;
	background-color: #ffffff;
	border-color: #ef8309;
}



/* footer social */

.footer-social {
	width: 100%;
	font-size: 37px;
	line-height: 37px;
	color: #ffffff;
	text-align: center;
	padding: 40px 0;
	background-color: #ef8309;
	-webkit-box-shadow: inset 0 10px 10px -4px rgba(0,0,0,0.25);
	box-shadow: inset 0 10px 10px -4px rgba(0,0,0,0.25);
}

.footer-social .adico-google-plus,
.footer-social .adico-youtube {
	font-size: 40px;
}


.footer-social ul,
.footer-social li {
	display: inline-block;
	vertical-align: middle;
	margin: 0;
	padding: 0;
}

.footer-social li {
	padding: 15px 0 15px 20px;
	margin: 0 20px 0 0;
}

.footer-social li:nth-last-child(2),
.footer-social li:last-child {
	padding-left: 25px;
	margin-right: 27px;
	border-left: 1px solid #ffffff;
}

.footer-social a {
	color: #ffffff;
	text-decoration: none;
}

.footer-social a:hover,
.footer-social a:focus {
	color: #8e694a;
}









@media (min-width: 768px) {

	body {
		padding-top: 215px;
	}

	#scrollToTop a {
		bottom: 20px;
		right: 2%;
	}


	.navbar-default .navbar-nav > li > a:hover,
	.navbar-default .navbar-nav > li > a:focus {
		-webkit-box-shadow: inset 0 10px 10px -4px rgba(0,0,0,0.25);
		box-shadow: inset 0 10px 10px -4px rgba(0,0,0,0.25);
	}
	
	.navbar-default .navbar-nav > .active > a,
	.navbar-default .navbar-nav > .active > a:hover,
	.navbar-default .navbar-nav > .active > a:focus {
		-webkit-box-shadow: inset 0 10px 10px -4px rgba(0,0,0,0.25);
		box-shadow: inset 0 10px 10px -4px rgba(0,0,0,0.25);
	}




	.top.affix {
		height: 60px;
		padding-top: 0;
		padding-bottom: 0;
	}

	.navbar-fixed-top.affix {
		top: 60px;
	}

	.top.affix .infos {
		width: 51.5%;
	}

	.top.affix .infos {
		margin-top: 5px;
	}

	.top.affix .recherche {
		margin-top: 5px;
	}

	.top.affix .slogan {
		display: inline-block;
		font-size: 28px;
		line-height: 28px;
		vertical-align: middle;
		margin: 2px 15px 3px 0;
	}

	.top.affix .social {
		display: inline-block;
	}

	.top.affix .social ul {
		margin-top: 2px;
		margin-right: 0;
	}

	.top.affix .social li:first-child {
		display: none;
	}

	.top.affix .social .glyphicon {
		top: 2px;
	}

	.top.affix .social .adico-facebook {
		top: 1px;
	}

	.top.affix .navbar-brand {
		display: none;
	}

	.top.affix .recherche {
		width: 47.5%;
	}

	.top.affix .recherche ul {
		line-height: 1.1em;
	}

	.top.affix .recherche ul li:first-child {
		margin-bottom: 0;
		padding: 0;
	}




	.top,
	.navbar-default,
	.cv3-chemin,
	.content-slider,
	.footer-slide,
	.footer {
		padding-right: 2%;
		padding-left: 2%;
	}


	.top {
		height: 125px;
	}

	.top .infos {
		width: 40%;
		display: inline-block;
		vertical-align: middle;
	}

	.top .slogan {
		font-size: 32px;
		line-height: 32px;
		margin-bottom: 8px;
	}

	.top .social li {
		padding: 0 10px 0 0;
	}

	.top .social li:last-child {
		display: block;
		border-left: none;
		margin-top: 0;
		padding-left: 0;
	}

	.top .social li:first-child {
		display: none;
	}

	.top .social [class^="adico-"], .top .social [class*=" adico-"] {
		font-size: 20px;
		line-height: 20px;
	}
	
	.top .social .adico-google-plus,
	.top .social .adico-youtube {
		font-size: 24px;
		line-height: 24px;
	}


	.top .social .adico-google-plus {
		top: 3px;
	}

	.top .social li:last-child .adico-label {
		top: -1px;
	}

	.top .navbar-brand {
		width: 18%;
		display: inline-block;
		text-align: center;
		vertical-align: middle;
		padding-top: 5px;
	}

	.top .recherche {
		width: 40.5%;
		display: inline-block;
		text-align: right;
		vertical-align: middle;
	}

	.top .recherche ul {
		margin-bottom: 5px;
	}

	.top .recherche .adico-label {
		margin-right: 5px;
	}

	.top .recherche .adico-nbr {
		margin-right: 10px;
	}

	.top input[type="text"] {
		width: 200px;
		font-size: 14px;
	}






	.home-slider {
		font-size: 0.9em;
		margin-top: -30px;
	}

	.home-slider-content {
		display: table;
		width: 100%;
		padding: 40px;
	}

	.home-slider-img {
		display: table-cell;
		width: 35%;
		vertical-align: top;
		padding: 0 15px;
	}

	.home-slider-txt {
		display: table-cell;
		width: 55%;
		vertical-align: middle;
		padding: 0 55px 0 15px;
	}

	.tzr-page-content .home-slider-button {
		margin: 10px 0 0 0 ;
		padding: 0;
	}

	.tzr-page-content .home-slider-button li {
		display: inline-block;
		margin: 0 10px 0 0;
		padding: 0;
	}

	.home-slider-button .glyphicon {
		font-size: 28px;
		line-height: 28px;
		padding: 10px;
	}



	.slider-img {
		position: relative;
	}

	.slider-img img {
		position: absolute;
		margin: auto;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		max-height: 80%;
		max-width: 75%;
	}





	.slider_4cols .item {
		text-align: left;
	}

	.slider_4cols .carousel-titre {
		font-size: 1.9em;
		margin-bottom: 25px;
	}


	.slider-content {
		display: inline-block;
		width: 49%;
		margin-bottom: 15px;
	}

	.slider-img {
		display: inline-block;
		width: 36%;
		height: 150px;
		text-align: center;
		vertical-align: middle;
		padding: 20px 10px;
	}

	.slider_4cols .slider-txt {
		display: inline-block;
		width: 62.25%;
		font-size: 0.8em;
		line-height: 1.1em;
		vertical-align: middle;
		text-align: left;
		padding: 10px 10px 0 10px;
	}

	.slider_4cols .carousel-control {
		top: 0;
		height: 40px;
	}

	.slider_4cols .carousel-control .glyphicon-chevron-left,
	.slider_4cols .carousel-control .glyphicon-chevron-right {
		top: 20px;
		height: 40px;
		width: 40px;
		font-size: 24px;
		line-height: 24px;
		border-radius: 50%;
		padding-top: 7px;
	}
	
	.slider_4cols .carousel-control .glyphicon-chevron-left {
		left: 30px;
		padding-right: 3px;
	}
	
	.slider_4cols .carousel-control .glyphicon-chevron-right {
		right: 30px;
		padding-left: 3px;
	}





	.content-slider .slider-content {
		border-radius: 20px;
		margin-bottom: 3px;
	}

	.content-slider .slider-img {
		border-radius: 20px 0 0 20px;
	}

	.content-slider .carousel-control .glyphicon-chevron-left,
	.content-slider .carousel-control .glyphicon-chevron-right {
		color: #f7f3ed;
		background-color: #ad805a;
	}
	
	.content-slider .carousel-control .glyphicon-chevron-left:hover,
	.content-slider .carousel-control .glyphicon-chevron-right:hover {
		color: #ffffff;
		background-color: #ef8309;
	}





	.footer-slide {
		padding-top: 30px;
		padding-bottom: 20px;
	}

	.footer-slide .slider-img {
		border-radius: 0 20px 0 20px;
	}

	.footer-slide .carousel-control .glyphicon-chevron-left,
	.footer-slide .carousel-control .glyphicon-chevron-right {
		color: #dfcfb4;
		background-color: #ad805a;
	}
	
	.footer-slide .carousel-control .glyphicon-chevron-left:hover,
	.footer-slide .carousel-control .glyphicon-chevron-right:hover {
		color: #ffffff;
		background-color: #ef8309;
	} 





	.footer .titre {
		font-size: 0.9em;
	}

	.footer .cv3-navbas {
		margin-bottom: 30px;
		padding-bottom: 10px;
		border-bottom: 1px solid #313131;
	}

	.footer .cv3-navbas li {
		display: inline-block;
		margin: 0 10px 8px 0;
	}

	.editeurs li {
		display: inline-block;
		width: 24.25%;
		font-size: 0.9em;
		line-height: 1em;
		text-align: center;
		vertical-align: top;
		padding: 0 15px;
	}

	.editeurs .img-responsive {
		max-height: 75px;
	}

	.groupe .img-responsive {
		max-height: 75px;
	}

	.cv3-newsletter {
		margin-top: 25px;
		padding-top: 25px;
		border-top: 1px solid #313131;
	}

	.cv3-newsletter input[type="text"] {
		width: 62%;
	}




	.tzr-page-content ol.carousel-indicators {
		display: none;
	}

}



@media (min-width: 768px) and (max-width: 1199px) {

	.top.affix .infos {
		width: 69%;
	}

	.top.affix .slogan {
		margin-right: 10px;
	}

	.top .social li {
		padding-right: 5px;
	}

	.top.affix .social li:last-child {
		display: inline-block;
	}

	.top.affix .social .glyphicon {
		top: 1px;
	}

	.top.affix .recherche {
		width: 30%;
	}

	.top.affix .rechercheform {
		display: none;
	}


}



@media (min-width: 768px) and (max-width: 991px) {

.navbar-default .menu-toogle {
	display: block;
}


.navbar-header {
    float: none;
}
.navbar-left,.navbar-right {
    float: none !important;
}
.navbar-toggle {
    display: block;
}
.navbar-collapse {
    border-top: 1px solid transparent;
	  box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
}
.navbar-fixed-top {
    top: 125px;
	  border-width: 0 0 1px;
}
.navbar-collapse.collapse {
    display: none!important;
}
.navbar-nav {
    float: none!important;
	  margin-top: 7.5px;
}
.navbar-nav>li {
    float: none;
}
.navbar-nav>li>a {
    padding-top: 10px;
	  padding-bottom: 10px;
}
.collapse.in{
    display:block !important;
}





	.carousel-caption {
		position: inherit;
		text-shadow: none;
		margin: 0;
		background-color: #ef8309;
		padding: 1em 10% 0.5em 10%;
	}


}


@media (min-width: 992px) {


	.always-open .panel-heading:first-child {
		padding-top: 30px;
	}


	body {
		padding-top: 210px;
	}

	.navbar-fixed-top {
		top: 135px;
	}

	.navbar-nav > li > a {
		font-size: 0.8em;
		letter-spacing: -0.02em;
		padding-right: 8px;
		padding-left: 8px;
	}

	.dropdown-menu > li > a {
		font-size: 1.1em;
	}


	.top {
		height: 135px;
	}

	.top .infos {
		width: 42%;
	}

	.top .slogan {
		margin-bottom: 10px;
	}

	.top .social li {
		padding: 0 10px 0 0;
	}

	.top .social li:last-child {
		display: block;
		border-left: none;
		margin-top: 0;
		padding-left: 0;
	}

	.top .social li:first-child {
		display: inline-block;
	}

	.top .social li:first-child .adico-label {
		font-size: 0.65em;
		line-height: 1em;
	}

	.top .social [class^="adico-"], .top .social [class*=" adico-"] {
		font-size: 20px;
		line-height: 20px;
	}
	
	.top .social .adico-google-plus,
	.top .social .adico-youtube {
		font-size: 24px;
		line-height: 24px;
	}

	.top .navbar-brand {
		width: 14%;
		padding-top: 4px;
	}

	.top .recherche {
		width: 42.5%;
	}

	.top .recherche .adico-label {
		margin-right: 5px;
	}

	.top .recherche .adico-nbr {
		margin-right: 10px;
	}

	.top .recherche ul {
		line-height: 1.15em;
		margin-right: 0;
		margin-bottom: 5px;
	}

	.top input[type="text"] {
		width: 240px;
		font-size: 15px;
	}








	.home-slider {
		font-size: 0.8em;
		margin-top: -20px;
	}

	.home-slider-calameo {
		display: table-cell;
		display: inline-block \9;
		width: 50%;
		width: 49% \9;
		vertical-align: middle;
	}

	.home-slider-actu {
		display: table-cell;
		display: inline-block \9;
		width: 50%;
		width: 49% \9;
		vertical-align: middle;
	}

	.home-slider-content {
		display: table;
		display: block \9;
		width: 100%;
		padding: 0;
	}

	.home-slider-img {
		display: table-cell;
		display: inline-block \9;
		float: left \9;
		width: 35%;
		width: 34% \9;
		vertical-align: top;
		padding: 0 15px;
	}

	.home-slider-txt {
		position: relative;
		display: table-cell;
		display: inline-block \9;
		width: 65%;
		width: 64% \9;
		vertical-align: middle;
		padding: 0 60px 50px 0;
	}

	.home-slider-txt .titre,
	.home-slider-txt .auteur,
	.home-slider-txt .resume,
	.home-slider-txt .link {
		display: block;
		line-height: 1.15em;
		margin-bottom: 5px;
	}
	
	.home-slider-txt .resume,
	.home-slider-txt .link {
		margin-bottom: 15px;
	}

	.tzr-page-content .home-slider-button {
		margin: 0;
		padding: 0;
	}

	.home-slider-button .glyphicon {
		font-size: 26px;
		line-height: 26px;
		padding: 8px;
	}

	.home-slider .carousel-control .glyphicon-chevron-left,
	.home-slider .carousel-control .glyphicon-chevron-right {
		font-size: 40px;
		height: 40px;
		margin-top: -25px;
		width: 40px;
	}
	
	.home-slider .carousel-control .glyphicon-chevron-left {
		left: 40%;
	}
	
	.home-slider .carousel-control .glyphicon-chevron-right {
		right: 40%;
	}




	.slider_4cols .item {
		text-align: center;
		margin-right: -15px;
		margin-left: -15px;
	}

	.slider_4cols .carousel-titre {
		font-size: 2.15em;
		margin-bottom: 30px;
	}

	.slider-content {
		display: inline-block;
		width: 22%;
		margin-left: 2.5%;
		vertical-align: top;
	}
	
	.slider_4cols .item .slider-content:first-child {
		margin-left: 0;
	}

	.slider-img {
		position: relative;
		display: block;
		width: 100%;
		height: 255px;
		text-align: center;
		padding: 30px 30px;
	}

	.slider-img:after {
		top: 100%;
		left: 50%;
		border: solid transparent;
		content: " ";
		height: 0;
		width: 0;
		position: absolute;
		pointer-events: none;
		border-color: rgba(247, 243, 237, 0);
		border-top-color: #f7f3ed;
		border-width: 10px;
		margin-left: -10px;
		-webkit-transition: all 300ms ease-out;
		-moz-transition: all 300ms ease-out;
		-o-transition: all 300ms ease-out;
		-ms-transition: all 300ms ease-out;
		transition: all 300ms ease-out;
	}

	.slider_4cols .slider-txt {
		display: block;
		width: 100%;
		min-height: 150px;
		font-size: 0.8em;
		line-height: 1.1em;
		text-align: center;
		padding: 30px 20px 0 20px;
	}

	.slider_4cols .carousel-control {
		height: inherit;
	}

	.slider_4cols .carousel-control .glyphicon-chevron-left,
	.slider_4cols .carousel-control .glyphicon-chevron-right {
		top: 50%;
		height: 40px;
		width: 40px;
		font-size: 24px;
		line-height: 24px;
		border-radius: 50%;
		margin-top: -60px;
		padding-top: 7px;
	}
	
	.slider_4cols .carousel-control .glyphicon-chevron-left {
		left: 0;
		margin-left: -15px;
		padding-right: 3px;
	}
	
	.slider_4cols .carousel-control .glyphicon-chevron-right {
		right: 0;
		margin-right: -15px;
		padding-left: 3px;
	}





	.content-slider .item {
		padding-left: 15px;
		padding-right: 15px;
	}

	.content-slider .slider-content {
		display: inline-block;
		width: 24.55%;
		margin-left: -1px;
		border-radius: 30px;
	}

	.content-slider .slider-img {
		padding: 30px 30px;
		border-radius: 30px 30px 0 0;
	}

	.content-slider .carousel-control .glyphicon-chevron-left {
		left: 0;
		margin-left: -20px;
		padding-right: 3px;
	}
	
	.content-slider .carousel-control .glyphicon-chevron-right {
		right: 0;
		margin-right: -20px;
		padding-left: 3px;
	}

	.content-slider .slider-img {
		height: 360px;
		width: 100%;
		padding: 20px 40px;
	}






	.footer-slide .slider-img {
		border-radius: 0 40px 0 40px;
	}

	.footer-slide .carousel-control .glyphicon-chevron-left,
	.footer-slide .carousel-control .glyphicon-chevron-right {
		color: #ad805a;
		background-color: #dfcfb4;
	}



	.footer {
		font-size: 0.8em;
	}

	.footer .titre {
		font-size: 0.9em;
	}

	.footer .cv3-navbas {
		margin-bottom: 0;
		padding-bottom: 0;
		border-bottom: none;
	}

	.editeurs li {
		display: inline-block;
		width: 24%;
		font-size: 0.9em;
		line-height: 1em;
		text-align: center;
		vertical-align: top;
		padding: 0 15px;
	}

	.editeurs .img-responsive {
		max-height: 55px;
	}

	.groupe li {
		padding: 0 20px;
	}



	.cv3-newsletter {
		margin-top: 0;
		padding-top: 0;
		border-top: none;
	}

	.cv3-newsletter input[type="text"] {
		height: 34px;
		width: 170px;
		font-size: 13px;
	}

	.cv3-newsletter input.btn[type="submit"] {
		height: 34px;
		width: 34px;
		font-size: 15px;
	}


	.tzr-page-content ol.carousel-indicators {
		display: block;
	}

}





@media (min-width: 1200px) {


	body {
		padding-top: 210px;
	}

	.always-open .panel-heading:first-child {
		padding-top: 15px;
	}



	#scrollToTop a {
		bottom: 40px;
		right: 30px;
	}

	.top,
	.navbar-default,
	.cv3-chemin,
	.content-slider,
	.footer-slide,
	.footer {
		padding-right: 4%;
		padding-left: 4%;
	}

	.navbar-fixed-top {
		top: 135px;
	}

	.navbar-nav > li > a {
		font-size: 0.85em;
		letter-spacing: normal;
		padding-right: 12px;
		padding-left: 12px;
	}




	.top {
		height: 135px;
	}


	.top .adico-label,
	.top .adico-nbr {
		font-size: 0.65em;
	}

	.top .infos {
		width: 43%;
	}

	.top .slogan {
		font-size: 38px;
		line-height: 38px;
	}
	
	.top .social ul,
	.top .social li {
		margin-right: 8px;
	}

	.top .social li {
		padding: 5px 0;
	}

	.top .social li:last-child {
		display: inline-block;
		padding-left: 15px;
		border-left: 1px solid #ffffff;
	}

	.top .social li:last-child .adico-label {
		font-size: 0.65em;
	}


	.top .navbar-brand {
		width: 13%;
		padding-top: 4px;
	}


	.top .recherche {
		width: 43%;
	}

	.top input[type="text"] {
		width: 200px;
		font-size: 14px;
	}

	.top .recherche ul {
		margin-right: 10px;
		margin-bottom: 0;
	}







	.home-slider {
		font-size: 0.85em;
	}

	.home-slider-content {
		padding: 3% 10% 0 20px;
	}

	.home-slider-img {
		width: 40%;
		vertical-align: middle;
	}
	
	.home-slider-txt {
		width: 60%;
		vertical-align: middle;
		padding: 0 10px 40px 20px;
	}

	.home-slider-txt .titre,
	.home-slider-txt .auteur,
	.home-slider-txt .resume,
	.home-slider-txt .link {
		line-height: 1.2em;
		margin-bottom: 5px;
	}

	.home-slider-txt .resume,
	.home-slider-txt .link {
		margin-bottom: 15px;
	}

	.home-slider-button .glyphicon {
		font-size: 30px;
		line-height: 30px;
		padding: 10px;
	}

	.home-slider .carousel-control .glyphicon-chevron-left,
	.home-slider .carousel-control .glyphicon-chevron-right {
		font-size: 50px;
		height: 50px;
		margin-top: -25px;
		width: 50px;
	}




	.slider_4cols .carousel-titre {
		font-size: 1.95em;
		margin-bottom: 40px;
	}

	.slider-img {
		height: 290px;
		padding: 40px 40px;
	}

	.slider_4cols .carousel-control .glyphicon-chevron-left,
	.slider_4cols .carousel-control .glyphicon-chevron-right {
		height: 60px;
		width: 60px;
		font-size: 34px;
		line-height: 34px;
		border-radius: 50%;
		margin-top: -80px;
		padding-top: 12px;
	}
	
	.slider_4cols .carousel-control .glyphicon-chevron-left {
		left: 0;
		margin-left: -25px;
		padding-right: 5px;
	}
	
	.slider_4cols .carousel-control .glyphicon-chevron-right {
		right: 0;
		margin-right: -25px;
		padding-left: 5px;
	}


	.slider_4cols .slider-txt {
		min-height: 150px;
		font-size: 0.8em;
		line-height: 1.1em;
	}




	.content-slider {
		font-size: 1.1em;
	}

	.content-slider .slider-content {
		border-radius: 40px;
	}

	.content-slider .slider-img {
		height: 320px;
		padding: 40px 40px;
		border-radius: 40px 40px 0 0;
	}



	.footer-slide {
		padding-top: 40px;
	}




	.footer {
		font-size: 0.9em;
	}

	.footer .titre {
		font-size: 0.95em;
	}

	.editeurs li {
		font-size: 0.95em;
		padding: 0 15px;
	}

	.editeurs .img-responsive {
		max-height: 70px;
	}

	.groupe li {
		padding: 0 30px;
	}

	.cv3-newsletter input[type="text"] {
		height: 36px;
		width: 200px;
		font-size: 14px;
		display: inline-block;
		vertical-align: top;
	}

	.cv3-newsletter input.btn[type="submit"] {
		height: 36px;
		width: 36px;
		font-size: 15px;
	}



}


@media (min-width: 1300px) {

	.navbar-nav > li > a {
		font-size: 0.95em;
		padding-right: 13px;
		padding-left: 13px;
	}

	.top .navbar-brand {
		padding-top: 4px;
	}

	.home-slider {
		font-size: 0.9em;
	}

	.home-slider-content {
		padding: 3% 10% 0 30px;
	}

	.home-slider-txt {
		width: 60%;
		padding-left: 30px;
		padding-bottom: 55px;
	}


}


@media (min-width: 1500px) {

	body {
		padding-top: 235px;
	}

	.top,
	.navbar-default,
	.cv3-chemin,
	.content-slider,
	.footer-slide,
	.footer {
		padding-right: 7%;
		padding-left: 7%;
	}

	.navbar-fixed-top {
		top: 155px;
	}

	.navbar-nav > li > a {
		font-size: 1em;
		padding-right: 15px;
		padding-left: 15px;
	}

	.dropdown-menu > li > a {
		font-size: 1.25em;
	}




	.top {
		height: 155px;
	}

	.top .adico-label,
	.top .adico-nbr {
		font-size: 0.65em;
	}

	.top .slogan {
		font-size: 40px;
		line-height: 40px;
	}
	
	.top .social ul,
	.top .social li {
		margin-right: 10px;
	}
	
	.top .social [class^="adico-"], .top .social [class*=" adico-"] {
		font-size: 21px;
		line-height: 21px;
	}
	
	.top .social .adico-google-plus,
	.top .social .adico-youtube {
		font-size: 25px;
		line-height: 25px;
	}


	.top .navbar-brand {
		padding-top: 8px;
	}

	.top input[type="text"] {
		width: 240px;
		font-size: 15px;
	}

	.top .recherche ul {
		margin-right: 20px;
	}

	.top .recherche .adico-label {
		margin-right: 5px;
	}

	.top .recherche .adico-nbr {
		margin-right: 15px;
	}



	.home-slider {
		font-size: 0.95em;
	}

	.home-slider-content {
		padding: 3% 15% 0 30px;
	}

	.home-slider-txt {
		width: 60%;
		padding-left: 30px;
	}




	.slider-img {
		height: 340px;
		padding: 40px 45px;
	}

	.slider_4cols .carousel-control .glyphicon-chevron-left,
	.slider_4cols .carousel-control .glyphicon-chevron-right {
		height: 65px;
		width: 65px;
		font-size: 34px;
		line-height: 34px;
		border-radius: 50%;
		margin-top: -80px;
		padding-top: 14px;
	}
	
	.slider_4cols .carousel-control .glyphicon-chevron-left {
		left: 0;
		margin-left: -10px;
		padding-right: 5px;
	}
	
	.slider_4cols .carousel-control .glyphicon-chevron-right {
		right: 0;
		margin-right: -10px;
		padding-left: 5px;
	}

	.slider_4cols .slider-txt {
		min-height: 170px;
		font-size: 0.95em;
		line-height: 1.2em;
	}


	.content-slider .slider-img {
		height: 380px;
		width: 100%;
		padding: 40px 40px;
	}


	.content-slider .slider-img:before {
		content: "";
		display: inline-block;
		height: 100%;
		vertical-align: middle;
	}

	.content-slider .slider-img img {
		vertical-align: middle;
	}


	.content-slider .carousel-control .glyphicon-chevron-left {
		left: 0;
		margin-left: -20px;
		padding-right: 3px;
	}
	
	.content-slider .carousel-control .glyphicon-chevron-right {
		right: 0;
		margin-right: -20px;
		padding-left: 3px;
	}




	.footer {
		font-size: 0.95em;
	}

	.footer .titre {
		font-size: 1em;
	}

	.editeurs li {
		font-size: 1em;
		padding: 0 20px;
	}

	.editeurs .img-responsive {
		max-height: 90px;
	}

	.cv3-newsletter input[type="text"] {
		height: 50px;
		width: 80%;
		font-size: 15px;
	}

	.cv3-newsletter input.btn[type="submit"] {
		height: 50px;
		width: 50px;
		font-size: 17px;
	}


}






@media (max-width: 767px) {

	body {
		padding-top: 150px;
	}

	#scrollToTop a {
		right: 0;
		bottom: 0;
	}

	.navbar-fixed-top {
		top: 65px;
	}

	.navbar {
		min-height: 55px;
	}

	.navbar-default .menu-toogle {
		display: block;
		margin-right: 15px;
	}

	.navbar-default .navbar-nav > li > a {
		font-size: 1.2em;
		padding: 10px 25px 10px 15px;
	}

	.dropdown-menu {
		font-size: 1em;
	}

	.navbar-default .navbar-toggle {
		margin-top: 10px;
		margin-bottom: 10px;
	}

	.navbar-default .navbar-nav .open .dropdown-menu > li > a .caret {
		color: #ad805a;
		margin-top: 2px;
	}

	.navbar-default .navbar-nav .open .dropdown-menu > li > a {
		color: #ffffff;
	}

	.top {
		height: 65px;
	}

	.top .glyphicon {
		top: 0;
	}

	.top .adico-basket {
		top: 2px;
	}

	.top .adico-nbr {
		top: -1px;
		font-size: 0.65em;
		margin-right: 5px;
	}

	.top .infos {
		float: right;
		display: inline-block;
		padding-top: 16px;
	}

	.top .social li,
	.top .adico-label {
		display: none;
	}

	.top .social li {
		padding: 0;
	}

	.top .social li:last-child {
		display: block;
	}

	.top .social li:last-child .adico-label {
		display: inline-block;
		font-size: 0.65em;
	}

	
	.top .social .adico-account,
	.top .social .adico-basket,
	.top .social .adico-favorite {
		font-size: 18px;
		line-height: 18px;
	}

	.top .navbar-brand {
		float: left;
		padding-top: 3px;
	}


	.top .recherche {
		float: right;
		margin-right: 10px;
		padding-top: 16px;
	}

	.top .recherche li {
		display: inline-block;
		margin-left: 8px;
	}

	.top .recherche .rechercheform {
		display: none;
	}


	.top .recherche .search-link {
		display: inline-block;
	}

	.top .recherche .search-link .glyphicon {
		top: 3px;
	}


	.home-slider {
		font-size: 0.9em;
		margin-top: -30px;
	}

	.home-slider-content {
		display: table;
		width: 100%;
		padding: 40px;
	}

	.home-slider-img {
		display: table-cell;
		width: 35%;
		vertical-align: top;
		padding: 0 15px;
	}

	.home-slider-txt {
		display: table-cell;
		width: 55%;
		vertical-align: middle;
		padding: 0 55px 0 15px;
	}

	.tzr-page-content .home-slider-button {
		margin: 10px 0 0 0 ;
		padding: 0;
	}

	.tzr-page-content .home-slider-button li {
		display: inline-block;
		margin: 0 10px 0 0;
		padding: 0;
	}

	.home-slider-button .glyphicon {
		font-size: 28px;
		line-height: 28px;
		padding: 10px;
	}

	.home-slider .carousel-control {
		width: 12%;
	}

	.home-slider .carousel-control .glyphicon-chevron-left,
	.home-slider .carousel-control .glyphicon-chevron-right {
		font-size: 40px;
		height: 40px;
		margin-top: -20px;
		width: 40px;
	}


	.slider-img {
		position: relative;
	}

	.slider-img img {
		position: absolute;
		margin: auto;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		max-height: 80%;
		max-width: 75%;
	}


	.slider_4cols .item {
		text-align: left;
		margin-left: 15px;
		margin-right: 15px;
	}

	.slider_4cols .carousel-titre {
		font-size: 1.55em;
		margin-bottom: 25px;
	}


	.slider-content {
		display: block;
		width: 100%;
		margin-bottom: 15px;
	}

	.slider-img {
		display: inline-block;
		width: 36%;
		height: 150px;
		text-align: center;
		vertical-align: middle;
		padding: 20px 10px;
	}

	.slider_4cols .slider-txt {
		display: inline-block;
		width: 62%;
		font-size: 0.8em;
		line-height: 1.1em;
		vertical-align: middle;
		text-align: left;
		padding: 10px 10px 0 10px;
	}

	.slider_4cols .carousel-control {
		top: inherit;
		bottom: -55px;
		width: 50%;
		height: 40px;
	}

	.slider_4cols .carousel-control .glyphicon-chevron-left,
	.slider_4cols .carousel-control .glyphicon-chevron-right {
		bottom: 0;
		height: 40px;
		width: 40px;
		font-size: 24px;
		line-height: 24px;
		border-radius: 50%;
		padding-top: 7px;
	}
	
	.slider_4cols .carousel-control .glyphicon-chevron-left {
		left: 80%;
		padding-right: 3px;
	}
	
	.slider_4cols .carousel-control .glyphicon-chevron-right {
		right: 80%;
		padding-left: 3px;
	}



	.content-slider {
		margin-bottom: 140px;
	}

	.content-slider .slider-content {
		border-radius: 20px;
	}

	.content-slider .slider-img {
		border-radius: 20px 0 0 20px;
	}

	.content-slider .carousel-control .glyphicon-chevron-left,
	.content-slider .carousel-control .glyphicon-chevron-right {
		color: #ad805a;
		background-color: #dfcfb4;
	}
	
	.content-slider .carousel-control .glyphicon-chevron-left:hover,
	.content-slider .carousel-control .glyphicon-chevron-right:hover {
		color: #ffffff;
		background-color: #ef8309;
	} 

	.content-slider .carousel-control .glyphicon-chevron-left,
	.content-slider .carousel-control .glyphicon-chevron-right {
		bottom: 0;
		height: 46px;
		width: 46px;
		font-size: 28px;
		line-height: 28px;
		border-radius: 50%;
		padding-top: 7px;
	}



	.footer-slide {
		padding: 30px 15px 80px 15px;
	}

	.footer-slide .slider-img {
		border-radius: 0 20px 0 20px;
	}

	.footer-slide .carousel-control .glyphicon-chevron-left,
	.footer-slide .carousel-control .glyphicon-chevron-right {
		color: #dfcfb4;
		background-color: #ad805a;
	}

	.footer-slide .carousel-control .glyphicon-chevron-left:hover,
	.footer-slide .carousel-control .glyphicon-chevron-right:hover {
		color: #ffffff;
		background-color: #ef8309;
	} 





	.footer .titre {
		font-size: 0.9em;
	}

	.footer .cv3-navbas {
		margin-bottom: 30px;
		padding-bottom: 10px;
		border-bottom: 1px solid #313131;
	}

	.footer .cv3-navbas li {
		display: inline-block;
		margin: 0 10px 8px 0;
	}

	.editeurs {
		margin-bottom: 15px;
		padding-bottom: 10px;
		border-bottom: 1px solid #313131;
	}

	.editeurs li {
		display: inline-block;
		width: 49.25%;
		font-size: 0.9em;
		line-height: 1em;
		text-align: center;
		vertical-align: top;
		padding: 0 15px;
		margin-bottom: 15px;
	}

	.editeurs .img-responsive {
		max-height: 75px;
	}

	.groupe .img-responsive {
		max-height: 75px;
	}

	.cv3-newsletter {
		margin-top: 25px;
		padding-top: 25px;
		border-top: 1px solid #313131;
	}

	.cv3-newsletter input[type="text"] {
		width: 82%;
	}




	.footer-social {
		font-size: 32px;
		line-height: 32px;
		padding: 30px 0;
	}
	
	.footer-social .adico-google-plus,
	.footer-social .adico-youtube {
		font-size: 35px;
	}
	
	
	.footer-social li {
		padding: 10px 0 10px 15px;
		margin: 0 15px 0 0;
	}

	.footer-social li:nth-last-child(2),
	.footer-social li:last-child {
		padding-left: 15px;
		margin-right: 15px;
		border-left: none;
	}







	.tzr-page-content ol.carousel-indicators {
		display: none;
	}

	.carousel-caption {
		position: inherit;
		font-size: 0.9em;
		text-shadow: none;
		margin: 0;
		background-color: #ef8309;
		padding: 1em 15% 0.5em 15%;
	}


}


@media (max-width: 480px) {



	.top .adico-nbr {
		font-size: 0.6em;
	}

	.top .social li:last-child .adico-label {
		font-size: 0.55em;
	}

	.top .social li:last-child .adico-label {
		display: none;
		margin-right: 5px;
	}

	.home-slider-img {
		display: block;
		width: 100%;
		margin-bottom: 20px;
		padding: 0 15px;
	}

	.home-slider-txt {
		display: block;
		width: 100%;
		padding: 0 15px;
	}



}





