/*	Organisation des styles selon la méthode du Mobile First & responsive design (usage des média queries)
**	Les premiers styles concernent toutes les résolutions puis on spécifie ceux des tablettes et ordinateurs
**	Points d'arrêts: tout, jusqu'à 630px, à partir de 768px, à partir de 1024px
*/





* { margin: 0; padding: 0;}
html {height: 101%;}
body {
    color: #737373;
    background: #ffffff;
    font-family: Arial, sans-serif;
    font-size: 14px;
    text-indent: 0px;
}
img {border: none;}
a {
    color: #37302c;
    text-decoration: none;
    font-size: 12px;
}
a:hover {
    color: #f388a1;
    text-decoration: none;
}
a:visited {
    color: #828062;
    outline: none;
}
.clr {clear: both;}
li{
    list-style: none;
    font-size: 12px;
}
p {
    padding: 4px 0 4px 0;
    font-family: Arial, sans-serif;
    color: #737373;
    font-size: 12px;
    text-align: justify;
    line-height: 17px;
    margin: 5px;
}
h1, h2, h3, h4, h5, h6{
    font-family: Arial, sans-serif;
    color: #737373;
}
h1 {
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase;
    overflow: hidden;
}
h2 {
    font-size: 20px;
    line-height: 22px;
    text-transform: uppercase;
    border-bottom: 1px solid;
}
h3 {
    font-size: 16px;
    line-height: 16px;
    border-bottom: none;
    margin-left: 30px;
    margin-bottom: 10px;
}
h4 {
    color: #f388a1;
    font-size: 15px;
    line-height: 17px;
    border-bottom: 1px solid;
}
h5 {
    color: #b3b18c;
    font-size: 20px;
    line-height: 22px;
}
h6 {
    font-size: 12px;
    line-height: 17px;
}
div.category-desc li {
    list-style: none;
    background: url(../images/puce_orange_listes.jpg) no-repeat;
    background-position: 5px;
    padding-left: 20px;
}
div.contact-category h2 {margin-bottom: 20px;}
div.contact-category li {
    list-style: none;
    background: url(../images/puce_orange_listes.jpg) no-repeat;
    background-position: 5px;
    padding-left: 20px;
}
/*************************************************************************/
/************************     MOBILE FIRST      **************************/
/*************************************************************************/

#outerwrapper {
	margin: 0 auto;
	padding: 0 15px;
}
#wrappertop, #wrappertop.is-closed{
	position:relative;
	height :180px;
	width: 100%;
	background-color: #ffffff;
	margin : 0;
	padding-top:20px;
}
#wrappertop.is-opened {
    position: fixed;
	width: 100%;
    height: 100%;
    top: 0;
	left:0;
	background-color: #fff;
	margin : 0;
	padding-top:20px;
	z-index:999;
}
#headertop{
    margin-bottom: 5px;
}


/*** logo du haut ***/



#headerlogo {
	position: relative;
	float: none;
	width: 300px;
	height: 150px;
	margin:0 auto;
	border: none;
	background-position: top center;
	background-repeat: no-repeat;
}



#logo-text{
	display:block;
	width:300px;
	color: #b3b18c;
}
#headerlogo #logo-l1{
    font-size: 15pt;
    font-weight: 600;
}
#headerlogo #logo-l2{
    font-size: 75pt;
    font-weight: 600;
    line-height: 60pt;
}
#headerlogo #logo-l3{
    font-size: 29pt;
}




#headerlogo #demo {
	display: inline-block; /* Ensure the minimum width is applied */
  	position: relative;
	float: right;
	height: 150px;
	margin: 10 auto;
	border: none;
	background-position: top center;
	background-repeat: no-repeat;
    font-size: 24px;
  	font-weight: bold;
    background-color: #FF1493; /* Set background color to pink */
    color: #FFFFFF; /* Set font color to white */
    width: 150px; /* Set the minimum width for the countdown column */
    text-align: center; /* Center the countdown */
}

p#headerlogo #demo {

    font-size: 24px;
  	font-weight: bold;   
    color: #FFFFFF; /* Set font color to white */
    
}


#headerlogo #countdown {
    font-size: 24px;
    color: #333;
    min-width: 120px; /* Set the minimum width for the countdown column */
    display: inline-block; /* Ensure the minimum width is applied */
    text-align: center; /* Center the countdown */
  }



.menu-icon{
	position: absolute; 
    display: block;
	right: 30px;
	top:30px;
	width: 30px;
	height: 30px; 
	transition: transform 0.5s;
    background: #fff;
    z-index: 2;
}
.menu-icon:hover{
	cursor:pointer;
}
.menu-icon span {
	position: absolute;
	transform: translateX(-50%) translateY(-50%); 
	display: block;
    top: 50%;
    left: 50%;
	width: 22px;
	height: 2px;
	background-color: #222;
	transition: background 0.5s;
}
.menu-icon span::before, .menu-icon span::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    transform: translateY(-6px);
    display: block;
    width: 22px;
    height: 2px;
    background-color: #222;
    transition: transform 0.5s;
}
.menu-icon:hover span,
.menu-icon:hover span::before ,
.menu-icon:hover span::after {
	background-color: #f00;
    transition: transform 0s;
}
.menu-icon span::after {
    transform: translateY(6px); 
}
.menu-icon.is-opened span { background: transparent; }
.menu-icon.is-opened span::before { transform: translateY(0) rotate(45deg); }
.menu-icon.is-opened span::after { transform: translateY(0) rotate(-45deg); }
.menu-icon.is-opened { transform: rotate(180deg); right:15px;}

/*** module avec tous les liens du haut ***/
#modtoplinks {
	position: relative;
	display:none;
	float: none;
	width: 320px;
	height: 50px;
	margin: 20px auto;
    transition: all 0.75s ease;
}
.is-opened #modtoplinks {
	display:block;
}
.is-closed #modtoplinks {
	display:none;
}
div.custom-top-social{
	position: relative;
	display: block;
	float:none;
	width:300px;
	margin-top: -90px;
	text-align: center;
}
div.custom-top-social a{
	position:relative;
	display:inline-block;
	width: 50px;
	height:50px;
	margin:0 0px 0 0px;
	-webkit-transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
}
div.custom-top-social a:hover{
	cursor :pointer;
	-webkit-transform: scale(1.1) rotate(-15deg);
	transform: scale(1.1) rotate(-15deg);
}
div.custom-top-social a img{
	width: 45px;
	height:45px;
}
/*** formulaire de recherche et bouton loupe ***/
#modtoplinks .search{
    float: none;
    margin: 80px 0 0 0;
}
div#modtoplinks input.button {
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
}
div#modtoplinks input.button:hover {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
div.search {
    position: relative;
    clear: right;
}
/*  barre de recherche en entete */
div.mod_search63 input[type="search"] {
    height:30px;
    padding: 5px;
    border: 0;
    border-bottom: 1px solid #b3b18c;
    -webkit-transition: -webkit-all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    outline:none;
}
div.mod_search63 input[type="search"]:focus {
    box-shadow:0 0 5px #b3b18c!important;
}
div.mod_search63 input[type="image"] {
    margin-bottom : -11px;
}
#mod-search-searchword63, ::-webkit-input-placeholder{
    color: #b3b18c;
}


#wrappertop #modtopmenu{
	display:none;
    z-index: 999999;
}
#modtopmenu a,
#modtopmenu .nav-header{
	display:block;
	padding:7px 0;
	line-height:14px;
	font-size:14px;
    margin-bottom: 6px;
}
#modtopmenu a:hover,
#modtopmenu .nav-header:hover{
	color: #b3b18c;
}
/***************************************************************************************/
/*******************************  GESTION DU MENU MOBILE  ******************************/
/********  On applique une classe spéciale en javascript, pas de média queries  ********/
/***************************************************************************************/
#wrappertop.is-closed #modtopmenu{
	display:none;
}
#wrappertop.is-opened{
    overflow: auto;
}
#wrappertop.is-opened #modtopmenu{
	display:block;
}
#modtopmenu.active-clic{
    width: 100%;
	padding :10px 0;
	background : #b3b18c;
}
#modtopmenu.active-clic > ul{
    width:380px;
	margin:auto;
}
#modtopmenu.active-clic .nav  li{
	margin : 5px 0;
    position:relative;
}
#modtopmenu.active-clic a{
	position:relative;
	position:relative;
	display:block;
	padding-left:20px;
    margin-bottom: 0;
}
#modtopmenu.active-clic .nav > li > a{
	background: #fff;
}
#modtopmenu.active-clic .nav > li > .nav-child{ 
	background: #fff;
}
#modtopmenu.active-clic .nav > li > .nav-child > li{
	margin : 0 0 10px 0;
}
#modtopmenu.active-clic .nav > li > .nav-child > li > a{
	background:  #edece3;
	margin : 0 0 10px 0;
}
#modtopmenu.active-clic .nav > li > .nav-child > li  > .nav-child{
	margin : 0 0 10px 0;
}
#modtopmenu.active-clic .nav > li > .nav-child > li  > .nav-child > li{
	background:  #d8d7c3;
	margin : 0 0 10px 0;
}
#modtopmenu.active-clic .nav > li > .nav-child > li  > .nav-child > li > .nav-child > li{
	background: #d6d3a2;
	margin : 0 0 10px 0;
}
#modtopmenu.active-clic .nav > li > .nav-child > li  > .nav-child > li > .nav-child > li > .nav-child > li{
	background: #cccaa9;
	margin : 0 0 10px 0x;
}
#modtopmenu.active-clic li.deeper span.deploylist {
	position:absolute;
    top: 0;
	right:0;
	font-size:20px;
    padding:2px 20px 3px 20px;
	-webkit-transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    color: #;
    z-index: 1;
    cursor: pointer;
}
#modtopmenu.active-clic li.deeper.hasfocus >span.deploylist {
    top:-8px;
	right:8px;
    padding: 10px;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
#modtopmenu.active-clic li.deeper > a + ul{
	display:none;
}
/***************************************************************************************/
/*******************************  GESTION DU MENU DESKTOP  *****************************/
/********  On applique une classe spéciale en javascript, pas de média queries  ********/
/***************************************************************************************/
#modtopmenu.active-hover  {
    border-bottom: 1px solid #b3b18c;
}
#modtopmenu.fixNav  {
    position: fixed!important;
    padding-top: 0!important;
    top: 0!important;
    z-index:999999;
    border:0;
}
#modtopmenu.fixNav:after  {
    content:"";
    position:absolute;
    height:2px;
    width:200%;
    left:-50%;
    top:39px;
    background:#b3b18c;
}
#modtopmenu.active-hover  li a:hover {
	cursor:pointer;
    color:#b3b18c;
}
#modtopmenu.active-hover ul  {
	display:block;
	width:100%;
	height:auto;
	background: #fff; 
    z-index: 999;
}
#modtopmenu.active-hover ul.nav  li {
	position:relative;
	padding :5px 12px 0 12px;
	height:auto;
	background: #fff; 
}
#modtopmenu.active-hover ul.nav > li{
	display:inline-block;
}
#modtopmenu.active-hover ul.nav li ul{
	position:absolute;
	display:none;
	width:210px;
    box-shadow: 1px 1px 2px #b3b18c;
}
#modtopmenu.active-hover ul.nav  li > ul{
	width:210px;
}
#modtopmenu.active-hover ul.nav  li:hover > ul{
	display:block;
}
#modtopmenu.active-hover ul.nav > li > ul > li  ul{
	position:absolute;
	margin: -40px 0 0 198px; 
}
#modtopmenu.active-hover ul.nav > li:last-child > ul {
	margin: 0 0 0 -118px;
}
#modtopmenu.active-hover ul.nav > li:last-child > ul > li ul{
	margin: -34px 0 0 -222px;
}
#modtopmenu.active-hover ul.nav > li:nth-last-child(2) > ul > li ul{
	margin: -34px 0 0 -222px;
}
#modtopmenu.active-hover ul.nav > li:nth-last-child(3) > ul > li ul{
	margin: -34px 0 0 -222px;
}
#modtopmenu.active-hover > ul li ul.nav-child li.deeper > span.deploylist {
	position:absolute;
    top: 7px;
	right:12px;
	font-size:20px;
    padding:0;
	-webkit-transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    color: #;
    z-index: 1;
    cursor: pointer;
}
#modtopmenu.active-hover > ul li ul.nav-child li.deeper:hover > span.deploylist {
	right:10px;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
#modtopmenu.active-hover > ul > li > span.deploylist {
    display:none;
}
/*** fil d'ariane ***/
#fildariane {
	position: relative;
	z-index: 20;
	font-size: 11px;
	color: #000;
	width: auto;
	margin-bottom: 20px;
}
#fildariane ul.breadcrumb li {
	display: inline-block;
}


/*** module de connexion ***/
#actu2{
    position:fixed;
    display:none;
    width: 100%;
    height:100%;
    top:0;
    left:0;
    color: #ada29e;
    font-size: 12px;
    line-height: 14px;
    background: rgba(20,20,20,.8);
    z-index:999999999;
}
div.moduletableconnexion {    
    position: absolute;
    width: 340px;
    height: 150px;
    margin: -75px 0 0 -170px!important;
    top: 50%!important;
    left:50%!important;
    padding: 20px;
    background: #ffffff;
}
div.moduletableconnexion span.closebox {    
    position: absolute;
    width: 15px;
    height: 15px;
    top: -15px;
    right: -15px;
    margin: 0 0 0 0;
    padding: 7px 7px 8px 8px;
    content: "X";
    font-size: 19px;
    line-height: 18px;
    text-indent: 1px;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 30px;
    background: #000;
	-webkit-transition: -webkit-all 0.3s;
    transition: all 0.3s;
}
div.moduletableconnexion span.closebox:hover{    
    cursor:pointer;
    color: #000;
    border: 1px solid #5f5f5f;
    background: #f5f5f5;
}
div.moduletableconnexion h3 {
    margin-bottom: 20px;
}
div.moduletableconnexion input {
    margin-top: 5px;
    margin-left: 10px;
}
div.moduletableconnexion .add-on {
   width:80px;
    display:inline-block;
}
div.moduletableconnexion .unstyled {
   margin-top:10px;
}
div.moduletableconnexion button {
    margin-top: 5px;
    margin-left: 10px;
    float: right;
}

/***********************************************************/
/***********    CONTENU DU CENTRE DE LA PAGE   *************/
/***********************************************************/
#wrappercentre {
	width: 100%;
	height: auto;
	margin: 0 auto;
	clear:both;
	margin-top: 30px;
}
.content-category > .category-desc .mobimg,
.blog > .category-desc .mobimg,
.item-page .mobimg{
    width:100%;
	max-width:500px;
    height:auto;
    float: right;
    margin: 5px 5px 5px 15px;
}
.maxiFancybackground{
	display:none;
}
.img_illustration_art {
    margin-bottom: 15px;
    width: 100%;
    max-width: 994px;
    height:auto;
}

	
/***********************************************************/
/******************        FOOTER        *******************/
/***********************************************************/
#footer {
	width: 100%;
	height: auto;
	background-color: #ffffff;
	border-top: 15px solid #dfdbd6;
	margin-top: 10px;
}
#linktotop{
	width:100%;
	text-align: right;
	margin:10px auto;
}	
#footermenu h2{
	position:relative;
	display:block;
	width:100%;
	margin-bottom:30px;
	color: #b3b18c;
	font-size:24px;
	text-decoration:none;
	border-bottom:none;
}
#footermenu a {
	color: #b3b18c;
	text-decoration: none;
	font-size: 12px;
}
#footermenu a:hover {
	color: #f388a1;
	text-decoration: none;
}
#footermenu a:visited {
	outline: none;
}	
#footermenu {
	position:relative;
	width:100%;
	margin:auto;
	color: #868686;
	display:block;
}
#footermenu .foot-left-link,
#footermenu .foot-center-link,
#footermenu .foot-right-link{
	position:relative;
	width:49%;
	display:inline-block;
	margin-bottom:	15px;
}
#footermenu .foot-left-link a,
#footermenu .foot-center-link a {
	position:relative;
	display:block;
	width:100%;
	height:100%;
}
#footermenu .foot-left-link a img,
#footermenu .foot-center-link a img{
	position:relative;
	display:block;
	float:left;
	transition: all 0.5s ease;
}
#footermenu .foot-left-link a:hover img,
#footermenu .foot-center-link a:hover img{
	transform: scale(1.1) rotate(-15deg);
}
#footermenu .foot-left-link a  span,
#footermenu .foot-center-link a  span{
	position:relative;
	display:block;
	float:left;
	margin-left:15px;
	height:50px;
	line-height:50px;
}
#footer .moduletable-foot-left,
#footer .moduletable-foot-center,
#footer .moduletable-foot-right{
	width:100%;
	margin-bottom:50px;
}
#footer #bottomlinks{
	text-align: right;
	width:100%;
	margin:20px auto;
	clear:both;
}


/************************************************************/
/********************    PAGE D'ACCUEIL   *******************/
/************************************************************/

/*** LOF ARTICLE SLIDESHOW ***/
#wrapperbignews {
	width: 100%;
	height: auto;
	margin: 0 auto;
  
  
  
    
    
}


#bignews {
	float: left;
	width: 100%;
	height: auto;
	margin-top: 15px;
	background-color: #fff;
}
.lof-ass{
	width:100% !important;
	height:100% !important;
}
#lofass151 h4 {
    text-transform: uppercase;
    padding-bottom: 10px;
    padding-left: -5px;
    line-height: 25px;
    color: #fff;
    border-color: #fff;
}
.lof-ass .lof-main-wapper .lof-main-item h4 {
    padding-top: 60px;
}
#lofass151 a {
    text-transform: uppercase;
    text-decoration: none;
    padding-bottom: 3px;
    padding-left: -5px;
    color: #fff;
    border-color: #fff;
}
.lof-ass .lof-description h4 a {
    font-size: 18px;
    padding: 0;
}
#lofass151 a:hover {
    text-transform: uppercase;
    text-decoration: none;
    text-indent: -5px;
    padding-bottom: 2px;
    padding-left: -5px;
    color: #f388a1;
    border-color: #f388a1;
}
#lofass151 p {
    color: #fff;
    text-indent: 0;
    padding-top: 10px;
}
.mod_acc_title{
    font-size: 22px;
    color:#b3b18c;
    line-height: initial;
    text-transform: uppercase;
    border: 0;
    font-weight: 500;
}
.mod_acc_title span{
    padding:0 4px 0 8px;
    background:#fff;
}
.mod_acc_title::after{
    content: "";
    width: 100%;
    margin-top: -8px;
    border-bottom: 2px solid #b3b18c;
    display: block;
}
#modaccueilwrapperleft{
    width:100%;
	margin-top: -10px;
}
#modaccueilwrapperleft #actu1{
    width:100%;
    max-width:530px;
    margin:0 auto 10px auto;
}
#modaccueilwrapperleft #actu1 > div{
    clear:both;
    display: inline-block;
}
/*** MODULE DES PUBLICATIONS PRINT DE LA VILLE ***/
#modaccueilwrapperleft .moduletable-print{
    width:100%;
    max-width: 530px;
    margin:40px auto 0 auto;
}
#modaccueilwrapperleft .moduletable-print .oneprint{
    position: relative;
    float:left;
    width:100%;
    max-width: 250px;
    margin: 5px 7px;
}

/*** margin: 20px 7px; ***/


#modaccueilwrapperleft .moduletable-print .oneprint .printimg a{
    position: relative;
    display:block;
    width:100%;
    height:100%;
}
#modaccueilwrapperleft .moduletable-print .oneprint .printimg a img{
    width:100%;
    max-width: 250px;
    height:auto;    
    -webkit-transition: all 250ms ease;
    transition: all 250ms ease;
}
#modaccueilwrapperleft .moduletable-print .oneprint .printimg a:hover img{
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    opacity:0.6;
}
#modaccueilwrapperleft .moduletable-print .oneprint .printimg{
   overflow: hidden;
    width:100%;
    max-width: 250px;
    height:auto;   
}
#modaccueilwrapperleft .moduletable-print .oneprint .printresume{
   margin-top:10px;
}
#modaccueilwrapperleft .moduletable-print .oneprint .printresume h3{
    border : 0;
    text-transform: uppercase;
}
#modaccueilwrapperleft .moduletable-print .oneprint .printresume p{
    margin:0;
}
#modaccueilwrapperleft .moduletable-print .oneprint .printresume p span{
    position: relative;
    display:block;
    width:100%;
    font-style: italic;
}

#modaccueilwrapperleft .moduletable-print .oneprint .printresume p a{
    position: relative;
    display:block;
    width:100%;
    color: #f388a1;
}
#modaccueilwrapperleft .moduletable-flashmod{
    height: auto !important;
    width:100% !important;
    max-width: 520px !important;
    margin:0 auto 0 auto;
}
#modaccueilwrapperleft .moduletable-flashmod #lofasc-202{
    height: auto !important;
    width: 100% !important;
    max-width: 504px !important;
    margin: 20px auto 0 auto;
    background: /*rgba(179, 177, 140,0.1);*/#ffffff;
    padding: 10px 0;
  
  
  /************************************************************
  
  margin: 20px auto 0 auto;
  padding: 10px 0;
  
  ************************************************************/
}
#modaccueilwrapperleft .moduletable-flashmod #lofasc-202 .lof-main-wapper{
    width:100% !important;
    max-width: 504px !important;
    margin:auto;
}
.lof-articlessroller .lof-row {
    padding: 8px 0;
}
#modaccueilwrapperright  #mod_acc_services{
    margin: 20px 10px;
}
#modaccueilwrapperright  #mod_acc_services a {
    position:relative;
    display:inline-block;
    margin: 6px;
}
#modaccueilwrapperright  #mod_acc_services a img{
    position:relative;
    display: block;
    width: 85px;
    height: 85px;
}
#modaccueilwrapperright{
    position: relative;
    width: 100%;
    height: auto;
    margin:0;
}
.moduletable-services,
.moduletable-event{
    float: left;
    position: relative;
    width: 100%;
    max-width: 510px;
    /*margin: 20px 0 0 0;*/
	margin: 15px 0 0 0;
}
#agenda{
    position: relative;
    width: 100%;
    max-width:530px;
    height: auto;
    margin: auto;
    color: #868686;
    font-size: 12px;
    line-height: 14px;
}
#agenda .oneprint .printimg {
    overflow: hidden;
    width: 100%;
    max-width: 400px;
    height: auto;
    margin:auto;
}
#agenda .oneprint .printimg a {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
}
#agenda .oneprint .printimg a img{
    width:100%;
    max-width: 400px;
    height:auto;    
    -webkit-transition: all 250ms ease;
    transition: all 250ms ease;
}
#agenda .oneprint .printimg a:hover img{
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    opacity:0.6;
}
.oneprint #btn-clic-collecte{
    position: absolute;
    top: -140px;
    display: block;
    left: 265px;
    width: 130px;
    height: 130px;
    border-radius:50%;
}
.oneprint a#btn-clic-to-coll{
    display:block;
    width: 100%;
    height: 100%;
    border-radius:50%;
}
.oneprint a#btn-clic-to-coll:hover img{
    opacity:1!important;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    box-shadow: 3px 5px 10px #611932;
}

#liens {
    position: relative;
    width: 100%;
    height: auto;
    margin:0 0 50px 0;
}
#liens .moduletable{ 
    position: relative;
    width: 100%;
    max-width:510px;
    height: auto;
    margin: 20px auto 0;
}
.moduletable-event h2{
    margin: 0 0 20px 0;
}
/* vidéos responsive, dans un container div de classe videocontainer */
.videocontainer {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
}
.videocontainer iframe, .videocontainer embed, .videocontainer object {
    width: 100%!important;
    height: 100%!important;
    position: absolute;
    top: 0;
    left: 0;
}

/****   PAGES CATEGORIES   *****/
/*** presentation format blog ***/
div.blog h2 {
    margin-bottom: 10px;
}
div.items-row {
    margin: 10px 0 20px 0;
    color: #8a7876;
    font-size: 14px;
    line-height: 18px;
    overflow: hidden;
}
div.items-row h2,
div.items-row h3 {
    padding : 5px 10px;
    color: #7a6962;
    font-size: 14px;
    line-height: 22px;
    overflow: hidden;
}
div.items-row h2 a {
    color: #7a6962;
    font-size: 14px;
    padding: 5px;
}
div.items-row h2 a:hover {
    color: #f388a1;
}
div.items-row p,
div.items-row h5 {
    margin: 0 10px;
}
div.cat-children div.category-desc {
    padding: 0 10px;
    margin-bottom: 20px;
    background-color: #fff;
}
div.category-desc img {
    margin-left: 10px;
    margin-right: 10px;
}
div.category-desc {
    margin-bottom: 20px;
}
.category-desc > .mobimg,
.item-page .mobimg{
    margin: 5px 5px 5px 15px;
    float: right;
}
div.cat-children img.old-thumb,
div.items-row img.old-thumb {
    margin: 5px;
    max-width: 300px;
    max-height: 158px;
}
h3.page-header.item-title {
    color: #737373;
    font-size: 14px;
    line-height: 20px;
    background-color: #dfdcd7;
    background-image: url(../images/puce_more.gif);
    background-position: 1%;
    background-repeat: no-repeat;
    overflow: hidden;
    padding: 5px;
    padding-left: 35px;
    border: 0px;
}
h3.page-header.item-title a {
    font-size: 13px;
    line-height: 20px;
    text-transform: uppercase;
}
h3.page-header.item-title a:hover {
    color: #fff;
    background-color: #f388a1;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
    background-image: url(../images/puce_more_hover.gif);
    background-position: 3%;
    background-repeat: no-repeat;
    margin-left: -35px;
    padding-left: 30px;
}
div.items-row a.btn {
    float: right;
    padding-right: 10px;
}
div.item-page h2 {
    margin-bottom: 10px;
    margin-bottom: 10px;
    clear: both;
}



/****   GESTION DES ACCORDEONS   *****/
.ui-accordion{
    width:100% !important;
}


/*  Boites de contenu mises en avant  */
.specialcontent{
    max-width: 964px;
    margin: 0 auto;
    padding: 30px;
    background: #b3b18c;
}
.specialcontent p{
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    color: #fff;
}
.specialcontent-title{
    margin-top: 5px;
    font-size: 19px;
    font-weight: 600;
}

/* Module inscription newsletter */
#mod_newsletter{
    display: block;
    position: relative;
    width: 100%;
    margin-bottom: 35px;
    clear: both;
    padding: 0;
}
#mod_newsletter > img {
    float: left;
    position:relative;
    width:350px;
    margin:auto;
}
#mod_newsletter .moduletable-newsletter-fields{
    display: block;
    position: relative;
    float: left;
    width:93%;
    max-width: 524px;
    padding: 15px;
    border: 1px solid #b3b18c;
}
#mod_newsletter .moduletable-newsletter-fields h3{
    text-align: center;
    padding-bottom: 5px;
    margin-bottom: 10px;
}

#mod_newsletter .moduletable-newsletter-fields .acysubbuttons{
    margin-top: 5px;
}

/*  PAGE DES RESULTATS DE RECHERCHE   */
#searchForm{
    margin: -50px 0 30px;
    padding:30px 30px 15px 30px;
    background: rgba(179, 177, 140,0.1);
}
#searchForm .ordering-box label,
#searchForm .form-limit label{
    text-transform: uppercase;
}
#searchForm .btn-toolbar .inputbox,
#searchForm .btn-toolbar .btn{
    float: left;
    border: 0;
    padding: 10px;
    box-shadow: 1px 1px 2px #888;
}
.searchintro{
    clear: both;
    margin-bottom: 25px;
}
.searchintro p{
    margin:0 0 15px 0;
    font-size: 16px;
    font-family: Arial, sans-serif;
    text-transform: uppercase;
    text-align: center;
}
fieldset.phrases{
    margin:30px 0 30px 5px;
    border: 0;
}
fieldset.only{
    margin:15px 0 15px 5px;
    border: 0;
}
fieldset.only label,
fieldset.phrases label{
    margin-left: 10px;
}
fieldset.only label:first-child,
fieldset.phrases label:first-child{
    margin-left: 0;
}
fieldset.only span,
fieldset.phrases span{
    display: block;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.form-limit,
#searchForm .ordering-box{
    margin:15px 0;
    text-align: right;
}
p.counter{
    text-align: right;
    font-family: Arial, sans-serif;
    font-size: 14px;
    font-weight: 600;
}
.search-results {
    margin: 15px 0 30px 0;
}
.search-results span.highlight{
    background-color: #f3dc07;
}
.search-results .result-title{
    padding:0 30px;
    font-size: 16px;
    font-family: Arial, sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    color: #b3b18c;
}
.search-results .result-title a,
.search-results .result-title a{
    font-size: 16px;
    color: #b3b18c;
}
.search-results .result-info-plus{
    padding:5px 0 5px 30px;
    font-size: 12px;
    font-weight: 600;
}
.search-results .result-text{
    text-align: justify;
    padding: 5px 30px 30px 30px;
    margin-bottom: 30px;
    border-bottom: 10px solid #efefef;
}
.search-results .result-created{
    text-align: right;
}

/*    Style des PAGINATIONS   */

.pagination{
    width: 100%;
    max-width:1024px;
    text-align: center;
}
.blog .pagination{
    margin-top:40px;
}
.pagination ul li{
    display: inline-block;
    margin : 0;
    padding: 5px 10px;
    font-size: 14px;
    cursor:pointer;
}
.pagination ul li a{
    font-size: 14px;
}
.pagination ul li:hover{
    background:#f3dc07;
}



/*  DESIGN ACCUEIL SPECIAL OCTOBRE ROSE  */
body.octobreRose{
    background-image:linear-gradient(to right, rgba(252,235,237,1), rgba(234, 100, 120,0.4));
}
body.octobreRose #wrappertop{
    background-image:linear-gradient(to right, rgba(252,235,237,1), rgba(234, 100, 120,0.4));
}

body.octobreRose .mod_acc_title span{
    background-color:transparent;
    color:#ec1f78;
    font-weight:600;
}
body.octobreRose .mod_acc_title::after{
    border-color: #ffcfe4;
}
body.octobreRose #logo-text,
body.octobreRose #footermenu h2,
body.octobreRose #mod-search-searchword63{
    color:#ec1f78 !important;
}
body.octobreRose .oneprint p,
body.octobreRose #footermenu a{
    color: #333!important;
}
body.octobreRose .oneprint a{
    color: #fff!important;
}
body.octobreRose #liens a span,
body.octobreRose #liens a:visited span{
    color: #333!important;
}
body.octobreRose #modtopslogan{
    position: relative;
    display: block;
    float: none;
    width: 100%;
    margin: 20px 0 30px;
}
body.octobreRose #modtopslogan h2{
    border: 0;
    color: #ec1f78;
    text-align: center;
    text-transform: initial;
    color:#cb5974;
}
body.octobreRose #wrapperbignews{
    margin-top:30px;
}
body.octobreRose #modtopmenu.active-clic{
    background-color:#cb5974;
}
body.octobreRose #footer{
    background-color:transparent;
}




/*règles d'exceptions faites pour quelques éléments sous 630px*/
@media only screen and (max-width: 630px){ 
    
	#headerlogo,
    .is-closed #headerlogo{margin:0 0 0 10px ;}
	.is-opened #headerlogo{margin:0 0 0 25px ;}
	.menu-icon{right:0;}
    #modtopmenu.active-clic > ul{
        width:100%;
        margin:auto;
    }
    #modaccueilwrapperleft #actu1{
        width:100%;
        margin:auto;
    }
    #modaccueilwrapperleft .moduletable-print .oneprint{
        max-width: 48%;
        margin: 20px 1% 20px;
    }
    #modaccueilwrapperleft .moduletable-print .oneprint > a img{
        max-width: 100%;
        border:1px solid #c5c5c5;
    }  
    #modaccueilwrapperright{
        margin-top: 50px;
    }  
    div.cat-children img,
    div.items-row img {
        margin: 0 !important;
        float: none !important;
        max-width: 100%;
        height: auto;
        width: 100%;
    }
	.item-page .mobimg{
		margin:15px 0 5px 0!important;
        float: none;
		width:100%;
	    max-width:100%;
		height:auto;
	}
	#footermenu .foot-left-link,
	#footermenu .foot-center-link,
	#footermenu .foot-right-link{
		position:relative;
		width:100%;
		display:inline-block;
		margin-bottom:	15px;
	}
    
    body.octobreRose #wrapperbignews{
        margin-top:60px;
    }
}
.fancybox-opened .fancybox-title { /*Hide titles on lightbox galleries*/
    visibility: hidden !important;
}


/*règles d'exceptions faites pour quelques éléments jusqu'a 420px*/
@media only screen and (max-width: 420px){ 
    #headertop {
        margin-bottom: 20px;
    }
    #wrappertop, #wrappertop.is-closed {
        height: 140px;
    }
    #headerlogo {
		width: 210px;
		height: 130px;
	}
    #logo-text{
        width:100%;
    }
    #headerlogo #logo-l1{
        font-size: 10pt;
        font-weight: 600;
    }
    #headerlogo #logo-l2{
        font-size: 52pt;
        font-weight: 600;
        line-height: 50pt;
    }
    #headerlogo #logo-l3{
        font-size: 20pt;
    }
    #modaccueilwrapperleft #actu1{
        width:90%;
        margin:auto;
    }
    #modaccueilwrapperleft .moduletable-print .oneprint{
        max-width: 100%;
        height:auto;
        margin:5px auto;
    }
  
  
  /*margin:20px auto;*/
  
  
    #modaccueilwrapperleft .moduletable-print .oneprint .printimg{
        margin: auto;
    }
    #modaccueilwrapperleft .moduletable-print .oneprint > a img{
        max-width: 100%;
        border:1px solid #c5c5c5;
    }
    
    
    body.octobreRose #wrapperbignews{
        margin-top:80px;
    }
}





/*GESTION DES STYLES A PARTIR DE FORMAT ORDINATEURS*/
@media only screen and (min-width: 1024px){
	/*** alignement droite et horizontal des icones email et print ***/
	ul.actions {
		float: right;
	}
	ul.actions li {
		display: inline;
	}

	/*** alignement horizontal navigation bas de page precedent suivant ***/
	ul.pagenav {
		list-style: none;
		padding-left: 30px;
		margin-bottom: 20px;
		margin-top: 20px;
		padding-top: 20px;
		height: 50px;
		text-align: center;
		background-color: #7a6962;
	}
	ul.pagenav li {
		text-align: center;
		font-size: 12px;
		color: #dfdbd6;
		list-style: none;
		display: inline;
		white-space: nowrap;
		margin: 0 10px 0 0;
		background-color: #7a6962;
	}
	ul.pagenav li a {
		text-align: center;
		padding: 3px 10px 4px 10px;
		color: #dfdbd6;
		text-decoration: none;
		background-color: #7a6962;
	}
	ul.pagenav li a:hover {
		text-align: center;
		padding: 3px 10px 4px 10px;
		color: #dfdbd6;
		background-color: #7a6962;
	}
	#outerwrapper {
		margin: 0 auto;
		padding: 15px;
	}
	#wrappertop, #wrappertop.is-closed {
        position:relative;
        height :auto;
		width: 100%;
		background-color: #ffffff;
		margin : 0 auto;
		padding-top:20px;
	}
	#headertop {
		width: 994px;
		height:auto;
		background-color: #fff;
		margin : 0 auto;
	}
	.menu-icon{
		display:none;
	}

	/*** logo du haut ***/
	#headerlogo {
		width: 300px;
		height: 150px;
		border: none;
		background-position: top center;
		background-repeat: no-repeat;
		float: left;
		position: relative;
	}
	#logo-text{
		display:block;
		width:300px;
		color: #b3b18c;
	}
    


/*  DESIGN ACCUEIL SPECIAL OCTOBRE ROSE  */
body.octobreRose{
    background-image:linear-gradient(to right, rgba(252,235,237,1), rgba(234, 100, 120,0.4));
}
body.octobreRose #wrappertop,
body.octobreRose #headertop,
body.octobreRose #footer{
    background-color:transparent;
    background-image:none;
}

body.octobreRose .mod_acc_title span{
    background-color:transparent;
    color:#ec1f78;
    font-weight:600;
}
body.octobreRose .mod_acc_title::after{
    border-color: #ffcfe4;
}
body.octobreRose #logo-text,
body.octobreRose #footermenu h2,
body.octobreRose #mod-search-searchword63{
    color:#ec1f78 !important;
}
body.octobreRose .oneprint p,
body.octobreRose #footermenu a{
    color: #333!important;
}
body.octobreRose .oneprint a{
    color: #fff!important;
}
body.octobreRose #liens a span,
body.octobreRose #liens a:visited span{
    color: #333!important;
}
body.octobreRose #modtopslogan{
    position: relative;
    display: block;
    float: left;
    width: 100%;
    margin: 20px 0 10px;
}
body.octobreRose #modtopslogan h2{
    border: 0;
    color: #ec1f78;
    text-align: left;
    text-transform: initial;
    color:#cb5974;
}
body.octobreRose #modtoplinks{
   background: url(../images/oct_rose_vect.png) no-repeat 10px center;
}
    
	/*** module avec tous les liens du haut ***/
	#modtoplinks {
		position: relative;
		display:block;
		float: left;
		width: 670px;
		height: 150px;
		margin: 0 0 0 24px;
		opacity:1;
	}
	div.custom-top-social{
		float:right;
		width:100%;
		margin-top: 70px;
		text-align: right;
	}
	
	/*** menu du haut ***/
	#wrappertop #modtopmenu{
		position:relative;
		clear: both;
		display:block;
		width:100%;
		padding-top: 20px;
        z-index: 999999;
	}
	
	.accueil span{font-size:20px !important;}    
	/*** formulaire de recherche et bouton loupe ***/
	
	#modtoplinks .search{
		float: right;
		margin: 0;
	}
	#wrappercentre {
		width: 994px;
		height: auto;
		margin: 0 auto;
		clear:both;
		margin-top: 30px;
	}
	
	/*** partie article en vedette et slideshow page d'accueil ***/
	#wrapperbignews {
		width: 994px;
	}
	#bignews {
		width: 994px;
	}
	.lof-articlessroller .lof-row {
		padding-top: 5px;
		padding-bottom: 5px;
	}
	/***flash ticker ***/
	#lofasc-200 {
		padding-top: -10px;
		margin-top: 10px;
	}
	#lofasc-200 a {
		text-transform: uppercase;
		color: #f388a1;
		padding-top: -10px;
		font-size: 13px;
	}
	#lofasc-202 {
		color: #f388a1;
	}
	#lofasc-202 a {
		color: #f388a1;
	}


	/*BIGNEWS LOF ARTICLES SLIDESHOW MODULE*/

	.lof-ass .lof-css3, .lof-ass .lof-css3 .preload {
		-moz-box-shadow: 0 0 10px #333;
		-webkit-box-shadow: 0 2px 5px #333;
		box-shadow: 0 2px 5px #333;
	}
	.lof-ass .lof-description {
		height:380px;
		bottom: 0;
		left: 50px;
		max-width: 220px;
	}


	/*** partie haut de section et photo ***/

	#sectionhead {
		height: auto;
		width: 994px;
		float: left;
		position: relative;
	}
	#newssectionhead {
		width: 435px;
		min-height: 360px;
		max-height: 360px;
		background-color: #fff;
		margin-bottom: 15px;
		float: left;
	}
	#newssectionhead h1 {
		font-family: Arial, sans-serif;
		text-transform: uppercase;
		color: #737373;
		font-size: 18px;
		line-height: 18px;
		background-color: #fff;
		overflow: hidden;
		padding-left: 10px;
		padding-right: 10px;
		border-bottom: 1px solid;
	}
	#newssectionphoto {
		min-height: 360px;
		max-height: 360px;
		width: 525px;
		padding: 0px;
		float: left;
		border: 0;
		position: relative;
	}


	/*** colonne de gauche de la page d'accueil ***/

	#modaccueilwrapperleft {
		position: relative;
		float: left;
		width: 510px;
		height: auto;
		margin: 5px 0 0 0 ;
	}
  
  /*** decalage vertical module Flash infos avec margin: 20px 0 0 0 ; ***/
  
	#actu1 {
		position: relative;
		float: left;
		width: 540px;
		height: auto;
		font-family: Arial, sans-serif;
		color: #97846e;
		font-size: 12px;
		padding: 0;
		margin-bottom: 15px;
	}
	#actu1 h3 {
		text-transform: uppercase;
		margin-bottom: 0px;
		padding-top: 10px;
		color: #37302c;
	}
	#actu1 h3 a {
		color: #97846e;
	}
	#actu1 h1 {
		padding: 5px;
		float: right;
		color: #dfdbd6;
	}
	#actu1 h1 a {
		text-transform: uppercase;
		font-weight: bold;
		color: #dfdbd6;
		font-size: 14px;
		float: right;
	}
	#actu1 .featcats_leading li {
		border: none;
	}
	#actu1 p {
		margin-top: 10px;
		color: #grey;
		font-size: 13px;
	}
	#actu1 a {
		color: #f388a1;
		text-transform: uppercase;
	}
	#actu1 a:hover {
		color: #f388a1;
	}
	#actu1 a.featcats_more {
		float: right;
		margin-bottom: 20px;
	}
	#modaccueilwrapperleft .moduletable-print .oneprint{
        position: relative;
        float:left;
        width:100%;
        max-width: 240px;
        margin: 20px 7px;
    }
	#actu1 div.lofasc-202.lof-articlessroller {
		padding-top: 10px;
		margin-left: -10px;
		margin-right: 20px;
	}
	#actu1 div.lof-articlessroller a {
		font-size: 15px;
	}

	#filactus {
		height: auto;
		width: 530px;
		float: left;
		position: relative;
		font-family: Arial, sans-serif;
		color: #ada29e;
		font-size: 12px;
		line-height: 14px;
		background-color: #dfdbd6;
		padding: 5px;
		padding-right: 15px;
	}
	#filactus h3 {
		text-transform: uppercase;
		margin-bottom: 0px;
		padding-top: 10px;
	}
	#filactus h1 {
		padding: 5px;
		float: right;
	}
	#filactus h1 a {
		text-transform: uppercase;
		font-weight: bold;
		color: #37302c;
		font-size: 14px;
		float: right;
	}
	#filactus .featcats_leading li {
		border: none;
	}
	#filactus p {
		margin-top: 30px;
	}
	#filactus a.featcats_more {
		float: right;
		margin-bottom: 20px;
	}

	/*** colonne de droite de la page d'accueil ***/

	#modaccueilwrapperright {
		height: auto;
		width: 410px;
		float: left;
		position: relative;
        margin-right: 70px;
	}
	#agenda {
		height: auto;
		width: 410px;
		float: right;
		position: relative;
		font-family: Arial, sans-serif;
		color: #868686;
		font-size: 12px;
		line-height: 14px;
	}
	#agenda h3 {
		font-family: Arial, sans-serif;
		text-transform: uppercase;
		color: #868686;
		font-size: 18px;
		line-height: 18px;
		overflow: hidden;
		padding: 5px 15px 5px 5px;
		border-bottom: 1px solid;
		margin-bottom: 10px;
	}
    
	/*** module flash info page d'accueil ***/
	#flashinfo {
		height: auto;
		width: 405px;
		float: right;
		position: relative;
		font-family: Arial, sans-serif;
		color: #868686;
		font-size: 12px;
		line-height: 14px;
		padding-right: 5px;
		padding-bottom: 5px;
	}
	#flashinfo h3 {
		width: 390px;
		font-family: Arial, sans-serif;
		text-transform: uppercase;
		color: #868686;
		font-size: 14px;
		line-height: 18px;
		border-bottom: 1px solid;
		padding-left: 5px;
		padding-top: 5px;
		margin-left: 5px;
	}
	#flashinfo a {
		color: #868686;
	}
	#flashinfo a:hover {
		color: #f388a1;
	}




	/*** previews des sous-section ***/
	#sectionpreview {
		width: 994px;
		height: auto;
		margin: 0 auto;
		background-color: #f7f3f2;
	}
	#sectionpreview h1 {
		width: 994px;
		font-family: Arial, sans-serif;
		color: #737373;
		font-size: 14px;
		line-height: 14px;
		background-color: #dfdcd7;
	}

	/*** presentation format blog ***/
	div.blog h2 {
		margin-bottom: 10px;
	}
	div.cat-children {
		font-family: Arial, sans-serif;
		color: #8a7876;
		font-size: 14px;
		line-height: 18px;
		overflow: hidden;
		margin-bottom: 20px;
	}
	div.items-row {
		font-family: Arial, sans-serif;
		color: #8a7876;
		font-size: 14px;
		line-height: 18px;
		overflow: hidden;
		margin-bottom: 20px;
		margin-top: 10px;
	}
	div.items-row h2,
	div.items-row h3 {
		font-family: Arial, sans-serif;
		color: #7a6962;
		font-size: 14px;
		line-height: 22px;
		overflow: hidden;
		padding-left: 10px;
		padding-right: 10px;
		padding-top: 5px;
		padding-bottom: 5px;
	}
	div.items-row h2 a {
		color: /#7a6962;
		font-size: 14px;
		padding: 5px;
	}
	div.items-row h2 a:hover {
		color: #f388a1;
	}
	div.items-row p,
	div.items-row h5 {
		margin-left: 10px;
		margin-right: 10px;
	}
	div.cat-children div.category-desc {
		padding-left: 10px;
		padding-right: 10px;
		margin-bottom: 20px;
		background-color: #fff;
	}
	div.category-desc img {
		margin-left: 10px;
		margin-right: 10px;
	}
	div.cat-children div.category-desc img {
		max-width: 400px;
		max-height: 210px;
	}
    .content-category .mobimg,
    .item-page .mobimg{
		margin: 5px 5px 5px 15px;
        float: right;
	}
	div.cat-children img,
	div.items-row img {
		margin: 5px 15px 5px 0;
		float: left;
		max-width: 400px;
		max-height: 148px;
	}
	div.cat-children img.old-thumb,
	div.items-row img.old-thumb {
		margin: 5px;
		max-width: 300px;
		max-height: 158px;
	}
	h3.page-header.item-title {
		font-family: Arial, sans-serif;
		color: #737373;
		font-size: 14px;
		line-height: 20px;
		background-color: #dfdcd7;
		background-image: url(../images/puce_more.gif);
		background-position: 1%;
		background-repeat: no-repeat;
		overflow: hidden;
		padding: 5px;
		padding-left: 35px;
		border: 0px;
	}
	h3.page-header.item-title a {
		font-size: 13px;
		line-height: 20px;
		text-transform: uppercase;
	}
	h3.page-header.item-title a:hover {
		color: #fff;
		background-color: #f388a1;
		padding-top: 10px;
		padding-bottom: 10px;
		padding-right: 10px;
		background-image: url(../images/puce_more_hover.gif);
		background-position: 3%;
		background-repeat: no-repeat;
		margin-left: -35px;
		padding-left: 30px;
	}
	div.items-row a.btn {
		float: right;
		padding-right: 10px;
	}
	div.item-page h2 {
		margin-bottom: 10px;
		clear: both;
	}
	div.item-page a {
		color: #f388a1;
		font-size: 14px;
	}
	div.item-page div.page-header h2 a {
		color: #868686;
	}
	div.item-page p {
		font-size: 14px;
	}


	/*** en-têtes des pages de sous-section ***/
	#soussectionhead {
		height: auto;
		width: 994px;
		float: left;
		position: relative;
	}
	#soussectionhead h1 {
		font-family: Arial, sans-serif;
		color: #737373;
		font-size: 18px;
		line-height: 18px;
		background-color: #fff;
		overflow: hidden;
		padding-left: 10px;
		padding-right: 10px;
		border-bottom: 1px solid;
	}
	#newssoussectionhead {
		width: 994px;
		min-height: 265px;
		max-height: 265px;
		background-color: #dfdcd7;
		margin-bottom: 15px;
		float: left;
	}
	#newssoussectionhead h1 {
		font-family: Arial, sans-serif;
		color: #8a7876;
		font-size: 14px;
		line-height: 18px;
		background-color: #f3efee;
		overflow: hidden;
		padding-left: 10px;
		padding-right: 10px;
	}
	#newssoussectionhead img {
		min-height: 200px;
		max-height: 200px;
		width: 307px;
		padding: 0px;
		float: left;
		border: 0;
		position: relative;
		border: none;
	}


	/*** rangée haut présentation articles dans sous-section ***/
	#modarticleswrappertop {
		height: auto;
		width: 994px;
		float: left;
		position: relative;
	}
	div.entier {
		width: 100%;
	}
	div.moitie {
		width: 50%;
	}
	div.tiers {
		width: 33%;
	}
	div.modart-1 {
		float: left;
		margin-bottom: 25px;
		height: auto;
		margin-right: auto;
		margin-left: auto;
	}
	div.modart-2 {
		float: left;
		margin-bottom: 25px;
		height: auto;
		margin-right: auto;
		margin-left: auto;
	}
	div.modart-3 {
		float: left;
		margin-bottom: 25px;
		height: auto;
		margin-right: auto;
		margin-left: auto;
	}


	/*** rangée bas présentation articles dans sous-section ***/
	#modarticleswrapperbas {
		height: auto;
		width: 994px;
		float: left;
		position: relative;
	}
	div.entier {
		width: 100%;
	}
	div.moitie {
		width: 50%;
	}
	div.tiers {
		width: 33%;
	}
	div.modart-4 {
		float: left;
		margin-bottom: 25px;
		height: auto;
		margin-right: auto;
		margin-left: auto;
	}
	div.modart-5 {
		float: left;
		margin-bottom: 25px;
		height: auto;
		margin-right: auto;
		margin-left: auto;
	}
	div.modart-6 {
		float: left;
		margin-bottom: 25px;
		height: auto;
		margin-right: auto;
		margin-left: auto;
	}


	/*** articles CATEGORIES ***/
	#articlemain {
		background-color: #ffffff;
		max-width: 994px;
		min-height: 300px;
		height: auto;
		margin-bottom: 20px;
		position: relative;
		margin-left: 100px;
		padding: 10px;
	}
	#articlemain img {
		margin: 10px;
	}
	#articlemain div.interne {
		text-align: justify;
	}
	#articlemain h1 {
		font-family: Arial, sans-serif;
		color: #737373;
		font-size: 14px;
		line-height: 20px;
		background-color: #dfdcd7;
		background-image: url(../images/puce_more.gif);
		background-position: 1%;
		background-repeat: no-repeat;
		overflow: hidden;
		padding: 5px;
		padding-left: 35px;
		border: 0px;
	}
	#articlemain h1 a {
		font-size: 13px;
		line-height: 20px;
		text-transform: uppercase;
		color: #37302c;
	}
	#articlemain h1 a:hover {
		color: #fff;
		background-color: #f388a1;
		padding-top: 10px;
		padding-bottom: 10px;
		padding-right: 10px;
		background-image: url(../images/puce_more_hover.gif);
		background-position: 3%;
		background-repeat: no-repeat;
		margin-left: -35px;
		padding-left: 30px;
	}
	#articlemain h1 a:visited {
		color: #7a6962;
	}
	#articlemain img {
		margin: 4px;
	}
	#articlemain div.moduletable ul.featcats_leading {
		background-color: #f3eaeb;
		padding: 7px;
		min-height: 300px;
	}
	#articlemain div.moduletable ul.featcats_links {
		padding: 7px;
		margin-bottom: 20px;
		margin-top: 20px;
		border-top: 1px solid #f388a1;
	}


	/*** module du bas contenant les publications ***/
	#wrapperbas {
		width: 994px;
		height: auto;
		margin-top: 40px;
		margin-bottom: 30px;
		margin-left: 115px;
	}
	#wrapperbas h2 {
		font-family: Arial, sans-serif;
		color: #737373;
		text-transform: uppercase;
		font-size: 13px;
		line-height: 20px;
		border-bottom: 1px solid;
		padding-left: 5px;
	}

	/*** liens du bas et navig bas de page ***/
	#midfooter {
		width: 994px;
		height: auto;
		background-color: #7a6962;
		margin-left: auto;
		margin-right: auto;
		margin-top: 20px;
	}
	#footerlinks {
		color: #f7f3f2;
	}
	#footernavig {
		color: #f7f3f2;
		height: 50px;
	}

	/*** menu du bas ***/
	#footer {
		margin-top: 30px;
	}
	#linktotop{
		text-align: right;
		width:1024px;
		margin:20px auto;
	}
	#footermenu {
		width:1024px;
		display:flex;
		flex-direction: row;
		justify-content: space-between;
	}
	#footermenu .foot-left-link,
	#footermenu .foot-center-link,
	#footermenu .foot-right-link{
		width:100%;
	}
	#footer .moduletable-foot-left,
	#footer .moduletable-foot-center,
	#footer .moduletable-foot-right{
		width:30%;
		margin-bottom:30px;
	}
	#footer #bottomlinks{
		width:1024px;
	}


	/*** étendue des champs des formulaires de contact ***/
/*
	textarea#contact-form-message {
		max-width: 994px;
		min-width: 500px;
		min-height: 200px;
		max-height: 500px;
	}
	form#contact-form input {
		max-width: 800px;
		min-width: 500px;
	}
    */
	/***  Style des accordéons  ***/
	ul.jp-accordion{
		margin-left : 144px;
	}
    .ui-accordion{
        width:850px !important;
    }
	.three-items{margin:0 !important;}
	.three-items li.jp-accordion-item {
		width: 331px!important;
		float: left!important;
	}
	.three-items h3 {
		margin: 0 5px!important;
	}
	.three-items.ui-accordion .ui-accordion-content {
		margin: auto !important;
		width: 266px!important;
	}

	.lof-previous,
	.lof-next {
		text-indent: 100px !important;
	}

	/*  TITRES PRINCIPAUX DES PAGES  */
	.page-header .article-title,
	.item-page .article-title{
		margin-bottom:20px;
		padding-left: 15px;
		font-family: Trebuchet MS, serif;
		color: #737373;
		text-transform: uppercase;
		font-size: 24px;
		line-height: 24px;
		border-left: 24px solid;
	}
    
    #mod_newsletter > img{
        float:left;
        margin: 10px;
    }

    #mod_newsletter .moduletable-newsletter-fields{
        width:524px;
        padding: 30px;
        border: 1px solid #b3b18c;
    }
}/*fin des medias queries pour ordinateurs sous 630px*/


/*****|||||  STYLE DES PAGES DE FORMULAIRE DE CONTACT  |||||******/

.contact-horizontal-box{
    position: relative;
    max-width: 250px;
    
}
.contact-horizontal-box img{
    border-radius:50%;
    overflow: hidden;
    max-width: 50px;
    max-height: 50px;
}
.entete_page_contact{
    position:relative;
    display:flex;
    flex-direction:row;
    justify-content: space-around;
    width:100%;
    max-width: 994px;
    height:auto;
    margin: 30px auto;
}
.form-blocks{
    float: left;
    margin: 30px auto 0 auto;
}
.form-blocks.infos-contact{
    width: 100%;
    max-width:994px;
}
.form-blocks.formulaire{
    width:100%;
    max-width:700px;
}
.form-blocks.formulaire + .form-blocks.infos-supp{
    width:100%;
    max-width: 264px;
    margin-left: 30px;
}.form-blocks.infos-supp p{
   font-size: 14px;
}
.form-blocks.formulaire{
    width: 100%;
    max-width:700px;
}
.form-blocks .entete_page_contact {
    background: rgba(179, 177, 140,0.1);
    text-align: center;
    padding: 30px 0;
}
.form-blocks .entete_page_contact .jicons-icons{
    position: relative;
    display: block;
    margin: 10px auto 5px auto;
    text-align: center;
}
#contact-form .control-group {
    position:relative;
    display: block;
    float: left;
    width:100%;
/*    height:25px;*/
    margin: 3px 0;
}
#contact-form hr {
    display: none;
}
#contact-form .control-label {
    position: relative;
    display: inline-block;
    width: 20%;
/*    padding: 10px 10px;*/
    text-align: right;
}
#contact-form .controls{
    position: relative;
    display: inline-block;
    width: 80%;
    max-width: 700px;
    padding: 10px;
/*    padding: 5px 10px;*/
}
#contact-form .controls input,#contact-form .controls textarea{
    width: 100%;
    max-width: 700px;
    padding: 10px;
    border:0;
    border:1px solid #ccc;
    box-shadow: -1px 2px 2px #ccc;
}
#contact-form .controls input:focus, #contact-form .controls textarea:focus{
    box-shadow: 0px 1px 3px #b3b18c!important;
}
#contact-form .controls input#jform_contact_email_copy{
   width:auto;
}
#contact-form .control-group:last-child{
    display: block ;
    width: 100%;
}
#contact-form .controls:last-child{
    position: relative;
    width: auto;
    padding: 10px;
    text-align: center;
}
#contact-form .control-group button{
    position: relative;
    width: 200px;
    padding: 10px;
    margin:auto;
    text-transform: uppercase;
    background: #b3b18c;
    border: none;
    color: #222;
}
/*
#contact-form .control-group:first-child{
    position:relative;
    display: block;
    clear:both;
    width:100%;
    margin:0;  
}
*/
#contact-form .control-group:first-child .control-label{ 
/*    text-align: left;*/
}
#contact-form .controls [type="checkbox"]{
    width: 20px;
}
.popover{
    position: absolute!important;
    background:#ff0;
    display: none!important;
}



/* -----   CSS DES CARTES INTERACTIVES   ----- */
iframe#svgMap header{display:none!important;}
iframe#svgMap #tabs{margin-top:0!important;}



/* -----   CSS IMAGES MODALES   ----- */

#myImg {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

#myImg:hover {opacity: 0.7;}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}

/* Caption of Modal Image */
#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

/* Add Animation */
.modal-content, #caption {  
  animation-name: zoom;
  animation-duration: 0.6s;
}

@keyframes zoom {
  from {transform: scale(0.1)} 
  to {transform: scale(1)}
}

/* The Close Button */
.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
  .modal-content {
    width: 100%;
  }
  

