/***********************general***************************/
body {
	font-family: 'Open Sans', sans-serif;
	font-size: 16.7px;
	color: #000;
	overflow-x: hidden;
}

h1 {
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 37.5px;
	font-weight: 700;
}
h2 {
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 29px;
	line-height: 1;
	font-weight: 700;
	text-transform: uppercase;
}
p {
	font-size: 14.5px;
	line-height: 18.75px;
	margin-bottom: 10px;
}
a {
	font-size: 14.5px;
	line-height: 18.75px;
	color : #ff0000;
}
a:hover,a:focus,a:active {
	text-decoration: underline;
	color : #ff0000;

}

/***********************nav***************************/
.navmain {
	padding-top: 40px;
	padding-bottom: 0;
}
.navmain .navbar-brand {
    display: inline-block;
    padding: 0 0 17px;
}
.navmain.navbar-expand-lg .navbar-nav .nav-link {
	font-weight: 700;
	color: #000;
	padding: 30px 15px;
	position: relative;
}
.navmain.navbar-expand-lg .navbar-nav .active .nav-link,
.navmain.navbar-expand-lg .navbar-nav li:hover .nav-link {
	color: #ed4749;
}
.navmain.navbar-expand-lg .navbar-nav .active .nav-link::after {
	background-color: #ff0000;
	height: 2px;
	position: absolute;
	content: "";
	bottom: 0;
	width: 100%;
	left: 0;
	right: 0;
}
.navmain .navbar-toggler {
}

/***********************fil d'ariane***************************/
.breadcrumbs {
	padding: 0 0 20px;
	font-size: 12.5px;
	font-style: italic;
	color: #808080
}
.breadcrumbs a {
	color: #808080;
	position: relative;
}
.breadcrumbs span:last-child {
	color: #808080;
	position: relative;
	margin-left: 5px
}
.breadcrumbs a + a {
	margin-left: 5px
}
.breadcrumbs a + a::before,.breadcrumbs span:last-child::before {
	/*content: ">";
	position: absolute;
	left: -10px*/
}

/***********************page***************************/
.page-main {
	background: #fff
}
.page-top {
	height: 370px
}
.page-top .row {
	height: 320px
}
.page-top h1 {
	display: inline-block;
	padding:10px 15px ;
	background: #fff;
	margin-left: 40px
}
.page-main .container {
	position: relative;
}
.page-main .container::before {
	content: "";
	position: absolute;
	right: -200px;
	width: 200px;
	bottom: 0;
	top: 0;
	height: 100%;
	background:rgba(251,245,219,1);background: -moz-linear-gradient(top, rgba(251,245,219,1) 0%, rgba(251,221,219,1) 100%);background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(251,245,219,1)), color-stop(100%, rgba(251,221,219,1)));background: -webkit-linear-gradient(top, rgba(251,245,219,1) 0%, rgba(251,221,219,1) 100%);background: -o-linear-gradient(top, rgba(251,245,219,1) 0%, rgba(251,221,219,1) 100%);background: -ms-linear-gradient(top, rgba(251,245,219,1) 0%, rgba(251,221,219,1) 100%);background: linear-gradient(to bottom, rgba(251,245,219,1) 0%, rgba(251,221,219,1) 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbf5db', endColorstr='#fbdddb', GradientType=0 );
}
.page-main .container .row{
	align-items: flex-start;
}

/*nav sidebar*/
.nav2 {
	position: relative;
	top: -54px;
	min-height: 440px;
	position: relative;
	padding-top: 10px;
	padding-bottom: 10px;
	background: rgba(226,185,0,1);background: -moz-linear-gradient(top, rgba(226,185,0,1) 0%, rgba(255,43,43,1) 100%);background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(226,185,0,1)), color-stop(100%, rgba(255,43,43,1)));background: -webkit-linear-gradient(top, rgba(226,185,0,1) 0%, rgba(255,43,43,1) 100%);background: -o-linear-gradient(top, rgba(226,185,0,1) 0%, rgba(255,43,43,1) 100%);background: -ms-linear-gradient(top, rgba(226,185,0,1) 0%, rgba(255,43,43,1) 100%);background: linear-gradient(to bottom, rgba(226,185,0,1) 0%, rgba(255,43,43,1) 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2b900', endColorstr='#ff2b2b', GradientType=0 );
	color: #fff
}
.nav2::before {
	content: "";
	position: absolute;
	left: -150px;
	width: 152px;
	bottom: 0;
	top: 0;
	height: 100%;
	background: rgba(226,185,0,1);background: -moz-linear-gradient(top, rgba(226,185,0,1) 0%, rgba(255,43,43,1) 100%);background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(226,185,0,1)), color-stop(100%, rgba(255,43,43,1)));background: -webkit-linear-gradient(top, rgba(226,185,0,1) 0%, rgba(255,43,43,1) 100%);background: -o-linear-gradient(top, rgba(226,185,0,1) 0%, rgba(255,43,43,1) 100%);background: -ms-linear-gradient(top, rgba(226,185,0,1) 0%, rgba(255,43,43,1) 100%);background: linear-gradient(to bottom, rgba(226,185,0,1) 0%, rgba(255,43,43,1) 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2b900', endColorstr='#ff2b2b', GradientType=0 );
}
.nav2 .titre {
	border: 1px solid #fff;
	padding:3px 010px 5px;
	margin: 0
}
.nav2 ul  {
	list-style: none;
	margin: 0;
	padding: 0
}
.nav2 ul li  {
	padding:  9px 12px;
}
.nav2 ul a {
	color: #fff
}
.nav2 ul li.active,
.nav2 ul li.current_page_item  {
	background: rgba(255,255,255,0.2);
}
.nav2 ul li.active .nav2-link,
.nav2 ul li.current_page_item > a{
	font-weight: 700
}
.nav2 ul li ul {
	margin-bottom: 7px
}
.nav2 ul li ul li  {
	padding: 0 0 0 35px;
	line-height: 1
}
.nav2 ul li.active  ul li .nav2-link,.nav2 ul li  ul li .nav2-link,
.nav2 ul li.current_page_item ul li a{
	font-weight: normal;
	font-size: 12.5px;
	line-height: 1
}
/*page content*/
.page-content  {
	padding: 40px
}
.page-content .bloc-editor {
	font-size: 14.5px;
	line-height: 18.75px;
	margin-bottom: 50px;
}
.page-content .bloc-editor p {
	font-size: 14.5px;
	line-height: 18.75px;
	margin-bottom: 20px;
}


.page-content .bloc-editor .single-asso .info p {
	margin-bottom: 5px;
}

.page-content .bloc-editor h1 {
	font-size: 35.5px;
	line-height: 40px;
	margin-bottom: 25px;
	font-weight: 700
}
.page-content .bloc-editor h2 {
	font-size: 25.5px;
	line-height: 30px;
	margin-bottom: 20px;
	font-weight: 700
}

.page-content .bloc-editor.list-article h2 a{
	color: #000000;
	font-size: 32px;
	line-height: 34px;
}

.page-content .bloc-editor.list-article .single-asso h2 a{
	font-size: 22px;
    line-height: 24px;
}

.page-content .bloc-editor h3 {
	font-size: 16.7px;
	line-height: 18.75px;
	margin-bottom: 15px;
	font-style: italic;
	font-weight: 700
}
.page-content .bloc-editor h4 {
	font-size: 14.5px;
	line-height: 18.75px;
	margin-bottom: 5px;
	font-weight: 700
}
.page-content .bloc-editor ul  {
	margin: 0 20px 20px;
	padding: 0;
	list-style: inside;
}
.page-content .bloc-editor a  {
	color: #ed4749
}

.page-content .bloc-editor a.read-more{
	font-weight: bold;
}

.page-content .bloc-editor a:hover ,.page-content .bloc-editor a:focus,.page-content .bloc-editor a:active {
	color: #ed4749;
	text-decoration: underline
}
.page-content .bloc-editor img {
	margin-bottom:20px;
}

/***********************home***************************/

.home  h2 {
	font-size: 37.5px;
	font-family: 'Open Sans', sans-serif;
	line-height: 1;
	font-weight: 400;
	padding-left: 25px;
	position: relative;
	white-space: nowrap;
  overflow: hidden;  text-overflow: ellipsis;
}

.home  h2 span {
	font-weight: 700
}
.home h2 span::before {
	position: absolute;
	content: "";
	left: 0;
	width :3px;
	height: 50%;
	bottom: 0;
	background: #e2ba00
}
/*home section top*/
.home-top {
	justify-content: space-between;
	max-height: 657px;
}
.home-top .navmain {
	background-color: transparent !important;
	padding-top :60px
}

/*carroussel top*/
#carouselTop{
	z-index: -1;
	margin-top: -145px
}
#carouselTop .carousel-inner{
	max-height: 657px;
	min-height: 650px;
	overflow: hidden;
}
#carouselTop .carousel-item{
	max-height: 657px;
	min-height: 650px;
}
#carouselTop .carousel-inner .carousel-item::before {
	position: absolute;
	content: "";
	z-index: 2;
	width:100%;
	height: 100%;
	left: 0;
	right: 0;
	top: 0;bottom: 0;
	background: url(../images/home-masque.png) no-repeat center center / cover;
}
#carouselTop .carousel-inner .bloc-txt {
	position: absolute;
	z-index: 20;
	bottom: 0;
	width: 100%;
}
#carouselTop .carousel-inner .bloc-txt h2 {
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	text-transform: none;
	padding-bottom: 40px;
	font-weight: 700;
	font-size: 42px; line-height: 50px;
}


/*home section 2*/
.home2  {
	padding: 24px 0;
}
.home2 .bloc-home-2 {
	background: #fff;
	-webkit-box-shadow: 0px 0px 13px 5px rgba(0,0,0,0.13);-moz-box-shadow: 0px 0px 13px 5px rgba(0,0,0,0.13);box-shadow: 0px 0px 13px 5px rgba(0,0,0,0.13);
	margin-bottom: 20px;
	height: 440px;
}
.home2 h3 {
	font-size: 16.7px;
	line-height: 18.75px;	
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	position: relative;
	padding-bottom : 10px;
	margin-bottom: 10px;
}
.home2 h3::after  {
	height: 1px;
	content: "";
	position: absolute;
	bottom:0;
	left: 0;
	background: #ff0000;
	width: 23px
}
.home2 .bloc-txt {
	padding: 20px 27px 20px
}
.home2 .bloc-txt p {
	color : #4c4c4c;
}
.home2 .bloc-txt a {

}
.home2 .fil-actu .bloc-titre {
	padding:  10px 27px 20px
}
.home2 .fil-actu .bloc-txt {
	padding: 0 27px 20px;
}
.home2 .fil-actu .bloc-txt .bloc-scroll {
	height: 300px;
	padding-right: 10px;
	overflow-x: hidden;
	overflow-y: scroll;
}
.home2 .fil-actu .bloc-txt p {
	font-size: 12.5px
}
.home2 .fil-actu .bloc-txt a {
	font-size: 12.5px;
	/*color: #e2ba00;*/
	color: #4c4c4c;
}
.home2 .fil-actu .bloc-txt .info  {
	position: relative;
	margin: 0 0 20px 0;
}
.home2 .fil-actu .bloc-txt .info::after  {
	width: 15px;
	position: absolute;
	background: #aaaaaa;
	height: 1px;
	content: ""
}
.home2 .btn-home2 {
	background-color: #e2ba00;
	color: #fff;
	padding: 5px 30px;
	font-size: 18.75px;
	line-height: 1;
	font-weight: 600
}
.home2 .btn-home2:hover,.home2 .btn-home2:focus, .home2 .btn-home2:active	{
	background: #cb2b2d;
	text-decoration: none;
}
/*home section 3*/
.home3 {
	background: url(../images/bg-ville.jpg) no-repeat center center / cover;
}
.home3 .bloc-home3 {
	padding:50px  30px
}
.home3 h2 {
	color:  #fff;
	margin-bottom: 15px
}
.home3 h2 span::before{
	background-color:  #fff;
}
.home3 p {
	color:  #fff;
}
.home3 .bloc-titre p {
	font-size: 16.7px;
}
.home3  .bloc-home3-lien  {
	border: 1px solid #fff;
	padding:60px 30px;
}
.home3  .bloc-home3-lien ul  {
	list-style: none;
	padding: 0;
	margin: 0;
}
.home3  .bloc-home3-lien ul a  {
	color: #fff;
	font-weight: 600;
	font-size: 16.7px;
	display: block;
	line-height: 1.1;
	font-style: italic
}
/*home section 4*/
.home4 {
	padding :40px 0
}
.home4 .bloc-titre {
	padding :0 30px 30px;
	
}
.home4 .bloc-carousel {
	padding: 0 30px;
}
.home4 .bloc-carousel a {
	position: relative;
	display: block;
	max-height :250px; 
	background: rgba(226,185,0,1);background: -moz-linear-gradient(top, rgba(226,185,0,1) 0%, rgba(255,43,43,1) 100%);background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(226,185,0,1)), color-stop(100%, rgba(255,43,43,1)));background: -webkit-linear-gradient(top, rgba(226,185,0,1) 0%, rgba(255,43,43,1) 100%);background: -o-linear-gradient(top, rgba(226,185,0,1) 0%, rgba(255,43,43,1) 100%);background: -ms-linear-gradient(top, rgba(226,185,0,1) 0%, rgba(255,43,43,1) 100%);background: linear-gradient(to bottom, rgba(226,185,0,1) 0%, rgba(255,43,43,1) 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2b900', endColorstr='#ff2b2b', GradientType=0 );
}
.home4 .bloc-carousel a p {
	position: absolute;
	bottom:0;
	width:100%;
	left: 0;
	right: 0;
	padding: 0 10px 25px;
	margin: 0;
	z-index: 10;
	text-align: center;
	color:#fff;
	font-weight: 700;
	font-size: 25px;
	line-height: 18px;
	display: block
}
.home4 .owl-nav {
	position: absolute;
	width: 100%;
	top : calc(50% - 49px);
}
.home4 .owl-nav button {
	position: absolute;
	left : -22px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 44px;
	height: 44px;
	left:-22px;
	border-radius: 50%;
	border : 1.5px solid #bfbfbf !important;
	color :#bfbfbf  !important;
	background : #fff !important;	-webkit-box-shadow: 0px 0px 13px 5px rgba(0,0,0,0.13);-moz-box-shadow: 0px 0px 13px 5px rgba(0,0,0,0.13);box-shadow: 0px 0px 13px 5px rgba(0,0,0,0.13);
}
.home4 .owl-nav button:hover {
	background: #f2f2f2 !important;
}
.home4 .owl-nav button.owl-next {
	left: auto;
	right: -22px;
}
.home4 .owl-nav button span {
	font-size: 42px !important;
	line-height: 1 !important;
	display: block;
	position: relative;
	top: -5px;
}
.home4 .owl-dots {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 23px 0
}
.home4 .owl-dots button {
	display: block !important;
	padding: 10px 0 !important;
	margin:0 6px  !important
}
.home4 .owl-dots button span {
	width: 33px;
	height: 3px;
	display: block !important;
	background: #eadea6;
}
.home4 .owl-dots button.active span {
	background: #e2ba00
}
/*home section 5*/
.home5 .bloc-home5 {
	padding:0 50px 50px
}
.home5 a  {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	color: #878786;
	font-weight: 700;
	font-size: 16.7px;
	padding:5px !important;
	margin-bottom: 20px;
}
.home5 a span.icon {
	width:100px;
	height: 80px;
	margin-right: 5px;
	background: url(../images/icon-sprite.png) no-repeat 17px 3px transparent
}
.home5 a.home5-2 .icon {
	background-position: -246px 3px
}
.home5 a.home5-3 .icon {
	background-position: -514px 5px
}
.home5 a.home5-4 .icon {
	background-position: -774px 3px
}
.home5 a.home5-5 .icon {
	background-position :2px -113px 
}
.home5 a.home5-6 .icon {
	background-position: -246px -113px 
}
.home5 a.home5-7 .icon {
	background-position: -507px -114px
}
.home5 a.home5-8 .icon {
	background-position: -778px -113px 
}
.home5 a.home5-9 .icon {
	background-position :4px -233px 
}
.home5 a.home5-10 .icon {
	background-position: -246px -233px 
}
.home5 a.home5-11 .icon {
	background-position: -510px -233px 
}
.home5 a.home5-12 .icon {
	background-position: -785px -235px
}
.home5 a.home5-12  {
	border : 2px solid #878786;
}
.home5 a:hover  {
	background: rgba(226,185,0,1);background: -moz-linear-gradient(top, rgba(226,185,0,1) 0%, rgba(255,43,43,1) 100%);background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(226,185,0,1)), color-stop(100%, rgba(255,43,43,1)));background: -webkit-linear-gradient(top, rgba(226,185,0,1) 0%, rgba(255,43,43,1) 100%);background: -o-linear-gradient(top, rgba(226,185,0,1) 0%, rgba(255,43,43,1) 100%);background: -ms-linear-gradient(top, rgba(226,185,0,1) 0%, rgba(255,43,43,1) 100%);background: linear-gradient(to bottom, rgba(226,185,0,1) 0%, rgba(255,43,43,1) 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2b900', endColorstr='#ff2b2b', GradientType=0 );
	color: #fff;
	text-decoration: none
}
.home5 a.home5-1:hover .icon {
	background-position: 17px -378px 
}
.home5 a.home5-2:hover .icon {
	background-position: -246px -378px 
}
.home5 a.home5-3:hover .icon {
	background-position: -514px -378px 
}
.home5 a.home5-4:hover .icon {
	background-position: -774px -378px 
}
.home5 a.home5-5:hover .icon {
	background-position :2px -496px 
}
.home5 a.home5-6:hover .icon {
	background-position: -246px -494px 
}
.home5 a.home5-7:hover .icon {
	background-position: -507px -496px
}
.home5 a.home5-8:hover .icon {
	background-position: -778px -496px 
}
.home5 a.home5-9:hover .icon {
	background-position :4px -615px 
}
.home5 a.home5-10:hover .icon {
	background-position: -246px -615px 
}
.home5 a.home5-11:hover .icon {
	background-position: -510px -615px 
}
.home5 a.home5-12:hover .icon {
	background-position: -785px -617px
}
.home5 a.home5-12:hover   {
	border : 2px solid #fff
}


/***********************article***************************/
.article {}

.article-top {
background: rgba(234,203,66,1);background: -moz-linear-gradient(-45deg, rgba(234,203,66,1) 0%, rgba(255,98,98,1) 100%);
background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(234,203,66,1)), color-stop(100%, rgba(255,98,98,1)));background: -webkit-linear-gradient(-45deg, rgba(234,203,66,1) 0%, rgba(255,98,98,1) 100%);background: -o-linear-gradient(-45deg, rgba(234,203,66,1) 0%, rgba(255,98,98,1) 100%);background: -ms-linear-gradient(-45deg, rgba(234,203,66,1) 0%, rgba(255,98,98,1) 100%);background: linear-gradient(135deg, rgba(234,203,66,1) 0%, rgba(255,98,98,1) 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eacb42', endColorstr='#ff6262', GradientType=1 );
}
.article-top .row {
	height: 320px
}
.article-top .article-top-right {
	padding: 0 40px
}
.article-top .bloc-txt-bas {
	padding-bottom: 25px
} 
.article-top .bloc-txt-top {
	display: flex;
	justify-content: flex-end;
	padding-top: 40px
} 
.article-top .bloc-txt-bas h1 {
	color :#fff;
	margin-bottom: 0
}
.article-top .bloc-txt-bas .tag {
	color :#eac342;
	font-size: 16.7px;
	font-weight: 700;
	display: inline-block;
	padding: 2px 15px;
	background: #fff;
	margin-bottom: 5px
}
.article-top .bloc-txt-bas .tag a {
	color :#eac342;
}
.article-top .bloc-txt-bas .date {
	color :#ffffff;
	font-size: 10px;
	line-height: 10px;
	font-weight: 400;
	display: inline-block;
	padding: 2px 5px;
	border: 1px solid #fff;
	margin: 0
}
.page .bloc-sidebar, .category .bloc-sidebar   {
	padding-top :40px;
}
.page .bloc-sidebar .bloc-titre,
.category .bloc-sidebar .bloc-titre  {
	margin-bottom: 20px
}
.page .bloc-sidebar h2,
.category .bloc-sidebar h2  {
	font-size: 30px;
	font-family: 'Open Sans', sans-serif;
	line-height: 1;
	font-weight: 400;
	padding-left: 25px;
	position: relative;
	white-space: nowrap;
  overflow: hidden;  text-overflow: ellipsis;
}

.page .bloc-sidebar h2  span ,
.category .bloc-sidebar h2  span {
	font-weight: 700
}
.page .bloc-sidebar h2  span::before,
.category .bloc-sidebar h2  span::before {
	position: absolute;
	content: "";
	left: 0;
	width :3px;
	height: 50%;
	bottom: 0;
	background: #e2ba00
}
.page .bloc-sidebar .actu-exergue  ,
.category .bloc-sidebar .actu-exergue  {
	padding-bottom: 30px;
	margin-bottom: 40px;
	border-bottom: 1px solid #e2ba00 
}
.page .bloc-sidebar .actu-exergue .bloc-img  ,
.category .bloc-sidebar .actu-exergue .bloc-img  {
	margin-bottom: 20px
}
.page .bloc-sidebar .actu-exergue .bloc-txt h3   ,
.category .bloc-sidebar .actu-exergue .bloc-txt h3   {
	font-size: 16.7px;
	font-weight: 600;
	line-height: 1.1
}
.page .bloc-sidebar .actu-exergue .bloc-txt p  ,
.category .bloc-sidebar .actu-exergue .bloc-txt p  {
	font-size: 12.5px;
	font-weight: 400;
	color: #838383;
	line-height: 1.1;
}
.page .bloc-sidebar ,
.category .bloc-sidebar {
	padding-bottom: 30px;
	margin-bottom: 40px;
	border-bottom: 1px solid #e2ba00 
}
.page .bloc-sidebar .actu-liste a  ,
.category .bloc-sidebar .actu-liste a  {
	font-size: 12.5px;
	font-weight: 400;
	color: #000;
	line-height: 1.1
}
.page .bloc-sidebar .actu-liste p ,
.category .bloc-sidebar .actu-liste p {
	position: relative;
	display: block;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.page .bloc-sidebar .actu-liste  p::after ,
.category .bloc-sidebar .actu-liste  p::after  {
	width: 15px;
	position: absolute;
	background: #aaaaaa;
	height: 1px;
	content: "";
	bottom: 0;
	left: 0;
}
.page .bloc-sidebar .actu-liste  .actu-item p:last-child::after  ,
.category .bloc-sidebar .actu-liste  .actu-item p:last-child::after  {
	display: none;
}
.page .bloc-sidebar .actu-liste  a.btn-actu  ,
.category .bloc-sidebar .actu-liste  a.btn-actu  {
	background-color: #e2ba00;
	color: #fff;
	padding: 5px 10px;
	line-height: 1;
	font-weight: 400;
	margin-top: 30px
}
.page .bloc-sidebar .actu-liste  a.btn-actu:hover,
.page .bloc-sidebar .actu-liste  a.btn-actu:focus, 
.page .bloc-sidebar .actu-liste  a.btn-actu:active,
.category .bloc-sidebar .actu-liste  a.btn-actu:hover,
.category .bloc-sidebar .actu-liste  a.btn-actu:focus, 
.category .bloc-sidebar .actu-liste  a.btn-actu:active	{
	background: #cb2b2d;
	text-decoration: none;
}




/***********************responsive***************************/

@media (max-width: 991.98px) {
/***********************fil d'ariane***************************/
	.breadcrumbs {
		display: none;
	}
/***********************nav***************************/
	.navmain {
    padding-top: 0;
   }
  .navmain .navbar-brand {
    display: inline-block;
    padding:  10px 0;
    max-width: 250px;
  }
  .navmain.navbar-expand-lg .navbar-nav .nav-link {
    padding:20px  15px ;
	}
	.navmain .navbar-nav {
		text-align: center;
	}

/***********************article***************************/
	.article-top .row {
		height:50px
	}

/***********************page***************************/
	.page-top {
	    height: 200px;
	}
	.page-top .row {
	    height: 150px;
	}
	.page-top h1 {
		margin-left: 20px
	}
	.page-main {
	background:background: rgba(251,245,219,1);background: -moz-linear-gradient(top, rgba(251,245,219,1) 0%, rgba(251,221,219,1) 100%);background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(251,245,219,1)), color-stop(100%, rgba(251,221,219,1)));background: -webkit-linear-gradient(top, rgba(251,245,219,1) 0%, rgba(251,221,219,1) 100%);background: -o-linear-gradient(top, rgba(251,245,219,1) 0%, rgba(251,221,219,1) 100%);background: -ms-linear-gradient(top, rgba(251,245,219,1) 0%, rgba(251,221,219,1) 100%);background: linear-gradient(to bottom, rgba(251,245,219,1) 0%, rgba(251,221,219,1) 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbf5db', endColorstr='#fbdddb', GradientType=0 );
	}
	.page-main .container{
		background: #fff
	}
	.page-main .container::before {
		display: none;
	}
	.page-content {
	    padding: 20px;
	}


/*nav2*/ 
	.nav2 {
		order:2;
		min-height: auto;
		margin:50px 0 0; 
		padding: 15px
	}
	.nav2::before {
		display: none;
	}
/***********************page***************************/
	.home-top .navmain {
		padding-top: 0;
	}
	.home-top #navbarmain-bloc {
		background: #fff
	}
	#carouselTop {
		margin-top: 0;
	}
	.article-top .row {
		height:auto;
		padding-top: 20px;
	}
	.article-top-left img {
		margin: 0 auto
	}
	.page .sidebar, .category .sidebar {
		order: 2
	}
}

@media (max-width: 767.98px) {
/***********************page***************************/
	.page-content {
	    padding: 10px;
	}
	.page-top {
	    height: auto;
	}
	.page-top .row {
	    height: auto;
	}
	.page-top h1 {
  	margin: 50px 0
	}

	#carouselTop .carousel-inner{
	max-height: 400px;
	min-height: 400px;
	overflow: hidden;
}
#carouselTop .carousel-item{
	max-height: 400px;
	min-height: 400px;
}

#carouselTop .carousel-inner .bloc-txt h2{
	font-size: 24px;
	line-height: 30px;
}

}