/*
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700');
*/

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

:root, [data-bs-theme="light"] {

	--bs-primary: #0d6efd;
	--bs-secondary: #6c757d;
	--bs-success: #198754;
	--bs-info: #0dcaf0;
	--bs-warning: #ffc107;
	--bs-danger: #dc3545;
	--bs-primary-rgb: 13,110,253;
	--bs-secondary-rgb: 108,117,125;
	--bs-success-rgb: 25,135,84;
	--bs-info-rgb: 13,202,240;
	--bs-warning-rgb: 255,193,7;
	--bs-danger-rgb: 220,53,69;
	--bs-font-sans-serif: Roboto, sans-serif;
	--bs-link-color: #064d8a;
	--bs-link-color-rgb: 6,77,138;
	--bs-link-decoration: none;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

/*
body {
	font-family: 'Open Sans', sans-serif;
}

a {
	color: #064d8a;
}


.form-horizontal .control-label {
	text-align: left;
}

.clear_flottement {
	clear: both;
}

.image_left {
	float: left;
	margin: 0 20px 20px 0;
}

.image_right {
	float: right;
	margin: 0 0 20px 20px;
}

.bordered {
	border: 3px solid #855d39;
}

.text_small {
	font-size: 0.9em;
}

.text_big {
	font-size: 1.2em;
	font-weight: bold;
}

.emphase {
	font-size: 18px;
	line-height: 30px;
}
*/

.highlight{
	color: green;
	font-weight: bold;
}

.floatleft{
	display: block;
	float: left;
	margin: 0 20px 20px 0;
}

.floatright{
	display: block;
	float: right;
	margin: 0 0 20px 20px;
}

.clear{
	clear:both;
}

.couleur_titre1{
	color:#7c0a0c;
}

.couleur_titre2{
	color:#7b6851;
}

.plus_petit{
	font-size:smaller;
}

.plus_grand{
	font-size:larger;
}

/*
@media (max-width: 768px) {
	.xs-mb-10 {
		margin-bottom: 10px;
	}
}

@media (min-width: 768px) {
	.emphase {
		font-size: 22px;
		line-height: 36px;
	}

}

.cadre-blanc img, img.cadre-blanc {
	border: 5px solid #fff;
}

.cadre-gris img, img.cadre-gris {
	border: 5px solid #525758;
}

.padding-10 {
	padding: 10px;
}

.padding-15 {
	padding: 15px;
}

.padding-20 {
	padding: 20px;
}

.padding-25 {
	padding: 25px;
}



.img-margin-bottom {
	margin-bottom: 20px;
}

.bloc-center {
	margin-left: auto;
	margin-right: auto;
}

.element-invisible {
	display: none;
}



.page-header {
	border-bottom: 0;
	margin-top: 20px;
}

.page-header h1 {
	font-size: 32px;
	margin-top: 0px;
}

.acysubbuttons {
	text-align: left !important;
}
*/

.img-responsive {
    max-width: 100% !important;
    height: auto !important;
}

.btn-primary {
	--bs-btn-bg: #660000;
	--bs-btn-border-color: #480101;
	--bs-btn-hover-bg: #8f2929;
	--bs-btn-hover-border-color: #480101;
	--bs-btn-focus-shadow-rgb: 49,132,253;
	--bs-btn-active-bg: #8f2929;
	--bs-btn-active-border-color: #480101;
	--bs-btn-disabled-bg: #663F3F;
	--bs-btn-disabled-border-color: #482727;
}

/*
.btn {
	border-radius: 0;
	box-shadow: 0px 3px 5px 0px #777;
	font-weight: 400;
}

.btn.disabled, .btn[disabled] {
	box-shadow: 0px 2px 5px 0px #999;
}

.btn-primary {
	background-color: #660000;
	border-color: #480101;
}

.btn-primary:hover {
	background-color: #8f2929;
	border-color: #480101;
}

.btn-primary:focus,
.btn-primary:active,
.btn-primary:active:focus,
.btn-primary:active:hover {
	background-color: #8f2929;
	border-color: #480101;
}

.btn-success {
	background-color: #855d39;
	border-color: #7f5733;
}

.btn-success:hover {
	background-color: #764e2a;
	border-color: #7f5733;
}

.btn-success:focus,
.btn-success:active,
.btn-success:active:focus,
.btn-success:active:hover {
	background-color: #623a16;
	border-color: #7f5733;
}

.nav-tabs {
	margin-bottom: 15px;
}

.sbox-content-image img {
	height: auto !important;
}

#sbox-window {
	height: auto !important;
}
*/

.home .moduletable {
	/*padding: 20px;*/

	/*border-bottom: 2px solid #660000;*/
	/*border-bottom: 1px solid #b7b4ae*/

	box-shadow: 0px 5px 10px 0px #d6d3cd;
	margin-bottom: 20px;
}

.home .moduletable > h1,
.home .moduletable > h2 {
	margin: 0;
	padding: 10px 20px;
	background-color: #747164;
	color: #fff;
	font-size: 20px;
}

.home .moduletable .custom,
.home .moduletable .search,
.home .moduletable .acymailing_module,
.home .moduletable .latestnews,
.home .moduletable .syndicate-module,
.home .moduletable .category-module {
	display: block;
	padding: 20px !important;
}

.category-module h2 {
	margin: 0 0 10px 0;
	font-size: 18px;
}

@media (min-width: 768px) {
	.category-module .end {
		padding-left:0;
	}
}

ul.latestnews {
	list-style: none;
}

ul.latestnews li {
	padding: 10px 0;
	border-top: 1px solid #eee;
}

ul.latestnews li:first-child {
	border-top: 0;
}

#home-1 {
	border-bottom: 2px solid #660000;
	margin-bottom: 20px;
	padding: 20px;
}

#home-1 .custom {
	font-size: 18px;
	font-weight: norml;
	line-height: 26px;

}

#home-1 .custom p {
	margin: 0;
}

#user1 {
	border-top: 1px solid #0b0b0b;
	margin-top: 10px;
	padding-top: 20px;
}

#header {
	position: relative;
	z-index: 999;
	box-shadow: 0px 5px 10px 0px #d6d3cd;
	background: #f9f6e9;
}

#banner {
	background: #dddad4 url("../images/fond-banniere.png") top left repeat-x;
	border-bottom: 1px solid #0b0b0b;
}

#banner .container form.search {
	width: 100%;
	text-align: center;
}

#banner .mod-search .input-group {
	margin: 10px 0;
}

#banner .mod-search .input-group-append .btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

@media (min-width: 768px) {
	#banner .container {
		position: relative;
	}

	#banner .container .mod-search {
		position: absolute;
		bottom: 0;
		left: 500px;
	}
}

#footer {
	padding: 15px 0;
	background: #660000;
	color: #fff;
	position: relative;
}

#footer a, #footer a:hover {
	color: #fff;
}

#logo-footer a {
	display: block;
}

#footer table td {
	vertical-align: top;
}

@media (max-width: 992px) {
	#footer .col-md-4,
	#footer .col-md-4 img,
	#logo-footer a {
		margin-bottom: 20px;
	}
}

#logo-footer img {
	vertical-align: text-bottom;
}

#logo {
	display: block;
	width: 100%;
}

#logo img {
	max-height: 100px;
}

#mainnav {
	border-radius: 0;
	box-shadow: none;
	border: none;
	margin-bottom: 2px;
	background: transparent;
}

/*
#mainnav .navbar-brand {
	padding: 0;
	height: auto;
}

.navbar-default .navbar-nav > li > a {
  color: #747164;
}

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

#mainnav .navbar-nav > li > a {
	text-shadow: none;
	font-size: 16px;
	outline: 0;
}



#mainnav .navbar-nav > .active > a,
#mainnav .navbar-nav > .active > a:hover,
#mainnav .navbar-nav > .active > a:focus {
	background: none;
	box-shadow: none;
}

#mainnav .navbar-nav > .open > a,
#mainnav .navbar-nav > .open > a:hover,
#mainnav .navbar-nav > .open > a:focus {
	background: none;
}

*/
@media (min-width: 1200px) {

    /*
	#mainnav .navbar-nav > li > a {
		padding-left: 0;
		padding-right: 0;
	}

	#mainnav .navbar-nav > li {
		padding-left: 15px;
		padding-right: 15px;
	}

	#mainnav .navbar-nav > li:first-child {
		padding-left: 0;
	}
	*/

	#content-inner {
		padding-left: 70px;
		padding-right: 70px;
		min-height: 600px;
	}
}


/*
.breadcrumb {
	margin: 0;
	background: transparent;
	font-size: 14px;
	padding-left: 0;
	padding-right: 0;
}

.breadcrumb a {
  color: #999;

}

.breadcrumb > .active {
  color: #666;
}
*/

@media (max-width: 768px) {
	.breadcrumb {
		display: none;
	}
}


#featured p {
	margin: 0;
}

#mainsection {
	/*padding-top: 20px;*/
	overflow: hidden;
	min-height: 300px;
	font-size: 16px;
	line-height: 24px;
	background-color: #dddad4;
}

#content {
	background-color: #fff;
	padding-top: 20px;
	padding-bottom: 20px;
}

#home-content h2 {
	font-size: 24px;
}

#home-content .items-row {
	border-bottom: 1px solid #660000;
	padding-bottom: 20px;
}

.carousel-inner > .carousel-item {
	text-align: center;
	background-color: #000;
}

.carousel-inner > .carousel-item > img,
.carousel-inner > .carousel-item > a > img {
	display: inline-block;
}

.items-more li a {
	padding-left: 45px;
	background: url(../images/puce.png) center left no-repeat;
}

.items-more .com-content-blog__links {
	list-style: none;
	padding: 0;
	margin: 0;
}

.items-more .com-content-blog__link {
	padding: 10px;
}

.com-content-categories__item {
	padding-left: 45px;
	background: url(../images/puce2.png) center left no-repeat;
	font-size: 22px;
	border-bottom: 0;
	margin-bottom: 15px;
}

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

ul.category > li {
	padding-left: 45px;
	background: url(../images/puce.png) center left no-repeat;
	margin: 0;
}

ul.category .list-group-item {
	border: 0;
}

ul.category > li .list-title {
	margin-bottom: 5px;
}

ul.category > li .list-title img {
	margin-right: 5px;
}

ul.category > li .list-title a {
	font-size: 18px;
}

.com-weblinks-category__filter,
.com-content-archive__form {
	display: none;
}


#footer .mod-menu li {
	display: inline-block;
}

#footer .mod-menu li a {
	display: inline-block;
	padding: 5px 15px;
}

#footer .mod-menu > li > a:hover,
#footer .mod-menu > li > a:focus {
	background-color: #902a2a;
}
