

/* 
gris fond : 757575
gris fonce menu : 424242
bleu rollover 0497df
bleu fond : bfe1f1
bleu : 0497df
bleu claire : eef4f7
gris fonce : 424242
*/


@font-face {
    font-family: 'Amiri';
    src: url('https://fonts.xsalto.com/amiri/amiri-regular-webfont.woff2') format('woff2'),
         url('https://fonts.xsalto.com/amiri/amiri-regular-webfont.woff') format('woff');
    font-weight: 400;
    font-stretch: normal;

}

@font-face {
    font-family: 'Amiri';
    src: url('https://fonts.xsalto.com/amiri/amiri-bold-webfont.woff2') format('woff2'),
         url('https://fonts.xsalto.com/amiri/amiri-bold-webfont.woff') format('woff');
    font-weight: 700;
	font-stretch: normal;

}

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

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




body {
	font-family: "Amiri", Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	line-height: 1.42857143;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	color: #ffffff;
	background-color: #757575;
}


a:focus,
a:hover {
	color: #a7daf3;
}

.tzr-page-content ul {
	list-style-image:url(../images/ul_puce.png);
}

.tzr-page-content .liste-links ul {
	list-style: none;
	list-style-image: none;
}


.slider_4cols .carousel-titre,

h1,
h3,
h5,
.cv3-envaleur .titrage_envaleur h2,
.date-evt-mois,
.date-evt-jour {
	font-family: 'Rosario-Regular', Arial, Helvetica, sans-serif;
}


.tooltip-inner,
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,
select option,
.navbar,
.top,
.top .slogan,
.top input[type="text"],
.slider_4cols .accroche,

.listes.block .liste-txt .accroche,
.listes.liste .liste-txt .accroche,
.listes.liste .liste-txt .caracteristique,
.fiche .livre-plus,
.fiche.auteur .auteur-links {
	font-family: 'Rosario-Regular', Arial, Helvetica, sans-serif;
}


.adico-label,
.adico-nbr,
.popover-title,
.btn,
input[type="submit"],
.tzr-page-content .pagination,
.navbar-default .txt,
.top input.btn[type="submit"],
.home-slider-txt .titre,
.home-slider-txt .link a,
.slider_4cols .titre,
.footer .titre,
.cv3-newsletter input.btn[type="submit"],

h2,
h4,
h6,
.cv3-3cols .titre,
.cv3-3links .cols,
.filtres-liste input[type="text"],
.filtres-liste button[type="button"],
.filtres-liste button[type="submit"],
.listes.block .liste-txt .titre,
.listes.liste .liste-txt .titre,
.listes.liste .liste-txt .caracteristique .prix,
.fiche ul.social,
.fiche .achat .favoris a,
.fiche .achat .ajout-panier a,
.fiche ul.ancres,
.fiche.auteur .auteur-links .titre,
.press-liste .titre,
.listfilters-wrapper .listfilters-toggle-link {
	font-family: 'Rosario-Bold', Arial, Helvetica, sans-serif;
}


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





#scrollToTop a {
	background: url(../images/scrollToTop_perrousseau_fond.png) left top no-repeat;
}

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


.home-slider .carousel-control.left {
	background: rgba(255,255,255,1);
	background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 20%, rgba(255,255,255,0) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,255,255,1)), color-stop(20%, rgba(255,255,255,0)), color-stop(100%, rgba(255,255,255,0)));
	background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 20%, rgba(255,255,255,0) 100%);
	background: -o-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 20%, rgba(255,255,255,0) 100%);
	background: -ms-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 20%, rgba(255,255,255,0) 100%);
	background: linear-gradient(to right, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 20%, rgba(255,255,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1 );
}

.home-slider .carousel-control.right {
	background: rgba(255,255,255,0);
	background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 80%, rgba(255,255,255,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,255,255,0)), color-stop(80%, rgba(255,255,255,0)), color-stop(100%, rgba(255,255,255,1)));
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 80%, rgba(255,255,255,1) 100%);
	background: -o-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 80%, rgba(255,255,255,1) 100%);
	background: -ms-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 80%, rgba(255,255,255,1) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 80%, rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1 );
}



.navbar-default {
	font-size: 0.9em;
	background-color: #424242;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
	color: #424242;
}

.top {
	text-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
}

.top .slogan {
	font-family: "Rosario-Regular", Helvetica, Arial, sans-serif;
}

h1 {
	font-size: 2.25em;
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1.6em;
}

.listes.liste.auteur {
    font-size: 0.85em;
}

.listes.liste .liste-txt .resume {
	line-height: 1.2em;
}

.fiche .livre-plus {
	font-size: 0.85em;
}
	
.fiche h1 {
	font-size: 2em;
	margin-bottom: 0.35em;
}

.fiche .achat {
	font-size: 1em;
}

.fiche .chapo {
	font-size: 1.3em;
	font-weight: 400;
}







/* fond */
.modal-body a,
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,
.home-slider-txt .link a,
.slider_4cols a:hover,
.footer-slide .carousel-titre,

.tab_base td,
.filtres-liste input[type="text"],
.filtres-liste button[type="button"],
.listes.block .glyphicon,
.fiche ul.social a,
.fiche .couverture .glyphicon,
.fiche .achat,
.fiche .achat .favoris a,
.fiche ul.ancres li a,
.fiche .couverture .adico-label,
.fiche .livre-plus a,
.fiche .livre-plus .caracteristiques,
.fiche .livre-plus .version,
.fiche .livre-plus .adico-book,
.fiche .livre-plus .adico-file-pdf,
.fiche .livre-plus .adico-file-epub,
.fiche .livre-plus .adico-download,
.press-liste .glyphicon,
.filtres-liste select,
.filtres-liste .select2-selection,
.select2-container--bootstrap .select2-selection--single .select2-selection__rendered,
.select2-container--bootstrap .select2-selection--single .select2-selection__placeholder,
.select2-container--bootstrap .select2-selection--single .select2-selection__arrow b,
.listfilters-wrapper .listfilters-toggle-link,
a:hover .date-evt {
	color: #757575;
}

.modal .btn-default,
.home-slider-txt .link a:hover,
.home-slider-txt .link a:hover,
.home-slider-button .glyphicon,
.select2-container--bootstrap .select2-dropdown,
.date-evt {
	background-color: #757575;
}

.listes.actualites .liste-txt li,
.panel-heading:after {
	border-top-color: #757575;
}

.select2-container--bootstrap .select2-dropdown {
	border-color: #757575;
}





/* couleur contrepoint */
body #cookie-bar {
	background-color: #0497df !important;
}

body #cookie-bar .cb-policy:hover,
body #cookie-bar .cb-enable:hover {
	background: #0497df !important;
}

.modal-header,
.navbar-nav .dropdown-menu,
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .menu-toogle:hover .navbar-toggle,
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle .icon-bar,
.top,
.top input[type="text"],
.top input.btn[type="submit"]:hover,
.top input.btn[type="submit"]:focus,
.home-slider-button a:hover .glyphicon,
.home-slider-button a:focus .glyphicon,
.footer-slide a:hover .slider-img,
.cv3-newsletter input[type="text"]:hover,
.cv3-newsletter input[type="text"]:focus,
.cv3-newsletter input.btn[type="submit"],
.footer-social,

.cv3-3cols .titre,
.cv3-3cols .txt,
.filtres-liste input[type="text"]:hover,
.filtres-liste input[type="text"]:focus,
.filtres-liste button[type="button"]:hover,
.filtres-liste button[type="button"]:focus,
.filtres-liste button[type="submit"],
.listes.block a:hover .glyphicon,
.listes.block a:focus .glyphicon,
.listes.liste a:hover .glyphicon,
.listes.liste a:focus .glyphicon,
.listes.liste .adico-basket,
.fiche .couverture a:hover .glyphicon,
.fiche .couverture a:focus .glyphicon,
.fiche .livre-plus a:hover .adico-book,
.fiche .livre-plus a:hover .adico-file-pdf,
.fiche .livre-plus a:hover .adico-file-epub,
.fiche .livre-plus a:hover .adico-download,
.fiche ul.social a:hover,
.fiche ul.social a:focus,
.fiche .achat .ajout-panier a,
.fiche ul.ancres li a:hover,
.fiche ul.ancres li a:focus,
.press-liste a:hover .glyphicon,
.press-liste a:focus .glyphicon,
.fiche.auteur .auteur-links a:hover .glyphicon,
.fiche.auteur .auteur-links a:focus .glyphicon,
.listeResultats .totalResultat a,
.listeResultats .detailResultat a:hover,
.listeResultats .detailResultat a:focus,
.select2-container--bootstrap .select2-results__option--highlighted[aria-selected],
.select2-container--bootstrap.select2-container--focus .select2-selection,
.select2-container--bootstrap.select2-container--open .select2-selection,
input[type="submit"],
.listfilters-wrapper .listfilters-toggle-link:hover {
	background-color: #0497df;
}


.navbar-default .nav .open > a,
.navbar-default .nav .open > a:hover,
.navbar-default .nav .open > a:focus,

body #cookie-bar a,
.modal-body a:hover,
.modal-body a:focus,
.popover-content a,
.popover-content a:hover,
.navbar-default .nav .open > a,
.navbar-default .nav .open > a:hover,
.navbar-default .nav .open > a:focus,
.navbar-nav .dropdown-menu > li > a:hover,
.navbar-nav .dropdown-menu > li > a:focus,
.navbar-nav .dropdown-menu > .active > a,
.navbar-nav .dropdown-menu > .active > a:hover,
.navbar-nav .dropdown-menu > .active > a:focus,
.navbar-default .menu-toogle:hover .txt,
.top input[type="text"]:hover,
.top input[type="text"]:focus,
.top input.btn[type="submit"],
.home-slider-txt .accroche,
.home-slider-txt .resume a:hover,
.footer a:hover,
.footer a:focus,
.cv3-newsletter input.btn[type="submit"]:hover,
.cv3-newsletter input.btn[type="submit"]:focus,

.filtres-liste button[type="submit"]:hover,
.filtres-liste button[type="submit"]:focus,
.filtres-pagination li.active .glyphicon,
.fiche .couverture a:hover .adico-label,
.fiche .couverture a:focus .adico-label,
.fiche .livre-plus a:hover,
.fiche .livre-plus a:focus,
.listes.actualites .liste-txt li a,
.listes.liste .glyphicon,
.fiche.auteur .auteur-links .glyphicon,
.listes.liste.actualites .liste-txt .accroche,
.listeResultats .totalResultat a:hover,
.listeResultats .totalResultat a:focus,
.listeResultats .detailResultat a,
.liste-txt .resume a {
	color: #0497df;
}



select:focus,
textarea:focus,
input:focus,
.navbar-default .menu-toogle:hover .navbar-toggle,
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus,
.cv3-newsletter input[type="text"]:hover,
.cv3-newsletter input[type="text"]:focus,
.cv3-newsletter input.btn[type="submit"],
.cv3-newsletter input.btn[type="submit"]:hover,
.cv3-newsletter input.btn[type="submit"]:focus,

.filtres-liste button[type="submit"],
.listeResultats .totalResultat a,
input[type="submit"] {
	border-color: #0497df;
}


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



/* couleur contrepoint moyen */
.home-slider,
.content-slider .slider-content,
.footer-slide,

.cv3-3cols,
.cv3-3links img,
.filtres-liste button[type="button"],
.listes.block .liste-txt,
.listes.block .glyphicon,
.listes.liste .glyphicon,
.fiche .couverture .glyphicon,
.fiche .livre-plus .adico-book,
.fiche .livre-plus .adico-file-pdf,
.fiche .livre-plus .adico-file-epub,
.fiche .livre-plus .adico-download,
.fiche.auteur .auteur-links .glyphicon,
.press-liste .glyphicon {
	background-color: #bfe1f1;
}

.top a:hover,
.top a:focus,
.filtres-pagination .glyphicon,
.fiche.auteur .auteur-links a:hover .glyphicon,
.fiche.auteur .auteur-links a:focus .glyphicon {
	color: #bfe1f1;
}

.filtres-liste input[type="text"],
.filtres-liste select,
.filtres-liste .select2-selection,
.select2-container--bootstrap .select2-search--dropdown .select2-search__field,
.select2-container--bootstrap.select2-container--focus .select2-selection,
.select2-container--bootstrap.select2-container--open .select2-selection {
	border-color: #bfe1f1;
}

.press-liste .press-img {
	border-bottom-color: #bfe1f1;
}




/* couleur contrepoint claire */
.modal-body,
.modal-footer,
.home-slider-txt .accroche,
.home-slider-txt .link a,
.content-slider .slider-img,
.footer-slide .slider-img,
.footer,

.cv3-download .tzr-picto,
.tab_base tr:nth-child(even),
.filtres-liste input[type="text"],
.listes.block .liste-img,
.listes.liste .liste-img,
.listes.liste .liste-links,
.fiche .couverture,
.fiche .livre-plus .caracteristiques,
.fiche .livre-plus .version,
.fiche ul.social a,
.fiche .achat .prix,
.fiche .achat .favoris a,
.fiche ul.ancres li a,
.listes.liste.actualites .liste-txt .accroche,
.listeResultats .totalResultat a:hover,
.listeResultats .totalResultat a:focus,
.filtres-liste select,
.filtres-liste .select2-selection,
.listfilters-wrapper .listfilters-toggle-link,
a:hover .date-evt {
	background-color: #eef4f7;
}



.home-slider-button a:hover .glyphicon,
.home-slider-button a:focus .glyphicon,

.listes.block a:hover .glyphicon,
.listes.block a:focus .glyphicon,
.listes.liste a:hover .glyphicon,
.listes.liste a:focus .glyphicon,
.fiche .couverture a:hover .glyphicon,
.fiche .couverture a:focus .glyphicon,
.fiche .livre-plus a:hover .adico-book,
.fiche .livre-plus a:hover .adico-file-pdf,
.fiche .livre-plus a:hover .adico-file-epub,
.fiche .livre-plus a:hover .adico-download,
.fiche ul.social a:hover,
.fiche ul.social a:focus,
.fiche .achat .favoris a:hover,
.fiche .achat .favoris a:focus,
.fiche .achat .ajout-panier a,
.fiche ul.ancres li a:hover,
.fiche ul.ancres li a:focus,
.press-liste a:hover .glyphicon,
.press-liste a:focus .glyphicon,
.listeResultats .detailResultat a:hover,
.listeResultats .detailResultat a:focus,
.select2-container--bootstrap .select2-dropdown,
.select2-container--bootstrap.select2-container--focus .select2-selection,
.select2-container--bootstrap.select2-container--open .select2-selection,
.select2-container--bootstrap.select2-container--open .select2-selection .select2-selection__arrow b,
input[type="submit"],
.listfilters-wrapper .listfilters-toggle-link:hover,
.date-evt {
	color: #eef4f7;
}

.cv3-3links img,
.filtres-liste button[type="button"],
.listes.block .glyphicon,
.listeResultats .detailResultat a,
.listfilters-wrapper {
	border-color: #eef4f7;
}

.listes.block .liste-img:after {
	border-top-color: #eef4f7;
}

.fiche ul.ancres {
	border-bottom-color: #eef4f7;
}






/* couleur fonce menu */

.fiche .achat .favoris a:hover,
.fiche .achat .favoris a:focus,
.fiche .achat .ajout-panier a:hover,
.fiche .achat .ajout-panier a:focus {
	background-color: #424242;
}

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,
hr {
	border-color: #424242;
}



/* exception */

.fiche .couverture .adico-label {
	background-color: transparent;
}

.fiche .couverture a:hover .adico-label,
.fiche .couverture a:focus .adico-label {
	color: #0497df;
	background-color: transparent;
}

.fiche.auteur .auteur-links .adico-label {
	color: #ffffff;
	background-color: transparent;
}

.fiche.auteur .auteur-links a:hover .adico-label,
.fiche.auteur .auteur-links a:focus .adico-label {
	color: #bfe1f1;
	background-color: transparent;
}


input::-moz-placeholder {
	color: #757575;
}

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

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






@-moz-document url-prefix() { /*FF*/
select:not([multiple]) {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAABkCAMAAACioqAKAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAABhQTFRF////Yr7rFJ7h0Ov57/j9M6vl4PL7BJffEHGsXgAAAFZJREFUeNrs0TsOwDAIA1DzS+9/4xBloaXtlNFMFm8ABK6fApFIJBK/UDx2CJeGjt2UDA1jAKkCjOgz1VLTTN8WWlrtvu3SYo9T1Krxn0QikXgOpwADAPrjS414yS4BAAAAAElFTkSuQmCC');
}
}


@media screen and (-webkit-min-device-pixel-ratio:0) {
select:not([multiple]) {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAABkCAMAAACioqAKAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAABhQTFRF////Yr7rFJ7h0Ov57/j9M6vl4PL7BJffEHGsXgAAAFZJREFUeNrs0TsOwDAIA1DzS+9/4xBloaXtlNFMFm8ABK6fApFIJBK/UDx2CJeGjt2UDA1jAKkCjOgz1VLTTN8WWlrtvu3SYo9T1Krxn0QikXgOpwADAPrjS414yS4BAAAAAElFTkSuQmCC');
}
}




.listes.block .liste-links {
	background-color: rgba(40, 40, 40, 0.9);
}

.liste-links.active:after {
	border-color: rgba(40, 40, 40, 0);
	border-top-color: #282828;
}


@media (min-width: 768px) {


	body {
		padding-top: 180px;
	}

	.top {
		height: 110px;
	}

	.top .slogan {
		font-size: 22px;
		line-height: 22px;
		margin: 5px 0;
	}

	.navbar-brand img {
		width: 95px;
		height: 95px;
	}


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



	/* fond */
	.content-slider .carousel-control .glyphicon-chevron-left,
	.content-slider .carousel-control .glyphicon-chevron-right,
	.footer-slide .carousel-control .glyphicon-chevron-left,
	.footer-slide .carousel-control .glyphicon-chevron-right {
		background-color: #757575;
	}


	.content-slider .carousel-control .glyphicon-chevron-left:hover,
	.content-slider .carousel-control .glyphicon-chevron-right:hover,
	.footer-slide .carousel-control .glyphicon-chevron-left:hover,
	.footer-slide .carousel-control .glyphicon-chevron-right:hover {
		background-color: #0497df;
	}


	.cv3-envaleur {
		background: #0497df url(../images/cv3-envaleur-perrousseau-md.png) center top no-repeat;
	}



	/* couleur contrepoint claire */
	.content-slider .carousel-control .glyphicon-chevron-left,
	.content-slider .carousel-control .glyphicon-chevron-right {
		color: #eef4f7;
	}

	.fiche.auteur .auteur-links {
		border-color: #eef4f7;
	}

	.slider-img:after {
		border-top-color: #eef4f7;
	}

	.listes.liste .liste-img:after {
		border-left-color: #eef4f7;
	}

	.listes.liste .liste-txt {
		background-color: #bfe1f1;
	}

}



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

	.carousel-caption {
		background-color: #0497df;
	}


}


@media (min-width: 992px) {

	body {
		padding-top: 175px;
	}

	.top {
		height: 100px;
	}

	.top .infos {
		width: 44%;
	}

	.top .slogan {
		font-size: 29px;
		line-height: 29px;
		margin: 5px 0;
	}

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

	.top .social li:last-child {
		display: inline-block;
		padding-right: 0;
	}

	.top .navbar-brand {
		width: 10%;
		padding-top: 5px;
	}

	.navbar-brand img {
		width: 90px;
		height: 90px;
	}


	.top .recherche {
		width: 44.5%;
	}



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

	.navbar-nav > li > a {
		font-size: 0.925em;
	}


	/* fond */
	.footer-slide .carousel-control .glyphicon-chevron-left,
	.footer-slide .carousel-control .glyphicon-chevron-right {
		color: #757575;
	}



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

	.fiche.auteur .auteur-links {
		border-left-color: #bfe1f1;
	}





}



@media (min-width: 1200px) {

	.top {
		height: 100px;
	}

	.top .slogan {
		font-size: 32px;
		line-height: 32px;
		margin: 5px 0;
	}


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

	.navbar-nav > li > a {
		font-size: 1em;
	}

	.fiche .livre-plus .version {
		border-color: #757575;
	}

	.fiche .prix,
	.fiche .favoris a,
	.fiche .ajout-panier a {
		height: 87px;
	}

	.fiche .favoris a {
		border-left-color: #757575;
	}

	.cv3-envaleur {
		background: #0497df url(../images/cv3-envaleur-perrousseau-lg.png) center top no-repeat;
	}

}


@media (min-width: 1300px) {

	.navbar-nav > li > a {
		font-size: 1em;
	}

}


@media (min-width: 1500px) {

	.top {
		height: 100px;
	}

	.navbar-brand img {
		width: 90px;
		height: 90px;
	}

	.top .slogan {
		font-size: 32px;
		line-height: 32px;
		margin: 5px 0;
	}

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

	.navbar-nav > li > a {
		font-size: 1.15em;
	}


	.fiche .prix,
	.fiche .favoris a,
	.fiche .ajout-panier a {
		height: 89px;
	}

}






@media (max-width: 767px) {

	.navbar-brand img {
		width: 43px;
		height: 58px;
	}


	/* fond */
	.navbar-default .navbar-nav .open .dropdown-menu > li > a .caret,
	.content-slider .carousel-control .glyphicon-chevron-left,
	.content-slider .carousel-control .glyphicon-chevron-right {
		color: #757575;
	}

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


	.content-slider .carousel-control .glyphicon-chevron-left:hover,
	.content-slider .carousel-control .glyphicon-chevron-right:hover,
	.footer-slide .carousel-control .glyphicon-chevron-left:hover,
	.footer-slide .carousel-control .glyphicon-chevron-right:hover {
		background-color: #0497df;
	}

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

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

	.cv3-envaleur {
		background: #0497df url(../images/cv3-envaleur-perrousseau-xs.png) center top no-repeat;
	}


	/* couleur contrepoint claire */
	.listes.liste .liste-content {
		background-color: #eef4f7;
	}

	.fiche.auteur .auteur-links {
		border-color: #eef4f7;
	}

	.listes.liste .liste-img:after {
		border-left-color: #eef4f7;
	}


	h1 {
		font-size: 2.25em;
	}
	
	.cv3-chapo p {
		font-size: 1.12em;
	}

}









.tab_base th {
	border-bottom: 1px solid #0497df;
	background-color: #0497df;
}


.table {
	color: #0497df;
	background-color: #ffffff;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
	border-top: 1px solid #eef4f7;
}

.table > thead > tr > th {
	color: #ffffff;
	background-color: #0497df;
	border-bottom: 2px solid #eef4f7;
}

.table > tbody + tbody {
	border-top: 2px solid #eef4f7;
}

.table .table {
	background-color: #757575;
}

.table-bordered {
	border: 1px solid #eef4f7;
}

.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
	border: 1px solid #eef4f7;
}

.table-striped > tbody > tr:nth-of-type(odd) {
	background-color: #eef4f7;
}




.tooltip,
.popover {
	font-family: "Amiri", Georgia, "Times New Roman", Times, serif;
}

.pagination > li > a,
.pagination > li > span {
	color: #757575;
	background-color: #bfe1f1;
	border: 1px solid #757575;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
	color: #757575;
	background-color: #ffffff;
	border-color: #757575;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
	color: #ffffff;
	background-color: #0497df;
	border-color: #757575;
}

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
	color: #777777;
	background-color: #ffffff;
	border-color: #757575;
}


.btn-default {
	color: #757575;
	background-color: #eef4f7;
	border-color: #eef4f7;
}

.btn-default:focus,
.btn-default.focus {
	color: #757575;
	background-color: #e7dbca;
	border-color: #d0b895;
}

.btn-default:hover {
	color: #757575;
	background-color: #e7dbca;
	border-color: #e4d7c3;
}

.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
	color: #757575;
	background-color: #e7dbca;
	border-color: #e4d7c3;
}

.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
	color: #757575;
	background-color: #dccbb1;
	border-color: #d0b895;
}

.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
	background-color: #eef4f7;
	border-color: #eef4f7;
}

.btn-default .badge {
	color: #eef4f7;
	background-color: #757575;
}

.btn-primary {
	color: #ffffff;
	background-color: #0497df;
	border-color: #0497df;
}

.btn-primary:focus,
.btn-primary.focus {
	color: #ffffff;
	background-color: #be6807;
	border-color: #744004;
}

.btn-primary:hover {
	color: #ffffff;
	background-color: #be6807;
	border-color: #b46307;
}

.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
	color: #ffffff;
	background-color: #be6807;
	border-color: #b46307;
}

.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
	color: #ffffff;
	background-color: #9b5506;
	border-color: #744004;
}

.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
	background-image: none;
}

.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
	background-color: #0497df;
	border-color: #0497df;
}

.btn-primary .badge {
	color: #0497df;
	background-color: #ffffff;
}

a.btn-success,
.btn-success {
	color: #ffffff;
	background-color: #0497df;
	border-color: #0497df;
}

.btn-success:focus,
.btn-success.focus {
	color: #ffffff;
	background-color: #81ad00;
	border-color: #486100;
}

a.btn-success:hover,
.btn-success:hover {
	color: #ffffff;
	background-color: #81ad00;
	border-color: #79a300;
}

.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
	color: #ffffff;
	background-color: #81ad00;
	border-color: #79a300;
}

.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
	color: #ffffff;
	background-color: #668900;
	border-color: #486100;
}

.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
	background-image: none;
}

.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
	background-color: #0497df;
	border-color: #0497df;
}

.btn-success .badge {
	color: #0497df;
	background-color: #ffffff;
}

.btn-info {
	color: #ffffff;
	background-color: #424242;
	border-color: #424242;
}

.btn-info:focus,
.btn-info.focus {
	color: #ffffff;
	background-color: #181818;
	border-color: #000000;
}

.btn-info:hover {
	color: #ffffff;
	background-color: #181818;
	border-color: #121212;
}

.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
	color: #ffffff;
	background-color: #181818;
	border-color: #121212;
}

.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
	color: #ffffff;
	background-color: #060606;
	border-color: #000000;
}

.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
	background-image: none;
}

.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
	background-color: #424242;
	border-color: #424242;
}

.btn-info .badge {
	color: #424242;
	background-color: #ffffff;
}

.btn-warning {
	color: #ffffff;
	background-color: #f39a1c;
	border-color: #e98e0c;
}

.btn-warning:focus,
.btn-warning.focus {
	color: #ffffff;
	background-color: #d17f0b;
	border-color: #704406;
}

.btn-warning:hover {
	color: #ffffff;
	background-color: #d17f0b;
	border-color: #af6a09;
}

.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
	color: #ffffff;
	background-color: #d17f0b;
	border-color: #af6a09;
}

.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
	color: #ffffff;
	background-color: #af6a09;
	border-color: #704406;
}

.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
	background-image: none;
}

.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
	background-color: #f39a1c;
	border-color: #e98e0c;
}

.btn-warning .badge {
	color: #f39a1c;
	background-color: #ffffff;
}

.btn-danger {
	color: #ffffff;
	background-color: #e5221c;
	border-color: #d01d18;
}

.btn-danger:focus,
.btn-danger.focus {
	color: #ffffff;
	background-color: #b91a15;
	border-color: #5d0d0b;
}

.btn-danger:hover {
	color: #ffffff;
	background-color: #b91a15;
	border-color: #991612;
}

.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
	color: #ffffff;
	background-color: #b91a15;
	border-color: #991612;
}

.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
	color: #ffffff;
	background-color: #991612;
	border-color: #5d0d0b;
}

.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
	background-image: none;
}

.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
	background-color: #e5221c;
	border-color: #d01d18;
}

.btn-danger .badge {
	color: #e5221c;
	background-color: #ffffff;
}

.btn-link {
	color: #ffffff;
}

.btn-link:hover,
.btn-link:focus {
	color: #ffffff;
	text-decoration: underline;
}