@charset "UTF-8";

/*

Rouge = a92021
Rouge (hover) =742015
Jaune = f2dc6d
Vert = 8d9f36

*/


/**********************************************************************************************************

	Langue (top)

**********************************************************************************************************/

#top .mod-languages {
	display: block;
	float: left;
	width: 25%;
	height: 94px;
	margin: 0px;
	padding-top: 60px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#top.affix .mod-languages {
	height: 48px;
	padding-top: 12px;
}

#top .mod-languages p {
	margin: 0px;
	padding: 0px;
}
#top .mod-languages li {
	display: block;
	float: left;
	margin: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	list-style-image: none;
	list-style-type: none;
}
/* liens */
#top .mod-languages li a {
	display: inline-block;
	font-size: 14px;
	line-height: 34px;
	color: #CCC;
	text-align: center;
	font-weight: normal;
	background-color: rgba(255,255,255,.5);
	border: 2px solid #CCC;
	border-radius: 6px;
	width: 38px;
	padding: 0px;
	margin: 0px;
}
#top .mod-languages li a:hover,
#top .mod-languages li.lang-active a:hover {
	color: #742015;
	border: 2px solid #742015;
	transition-duration: 0.3s;
}
#top .mod-languages li.lang-active a {
	color: #a92021;
	border: 2px solid #a92021;
}

@media screen and (max-width: 1100px) {
#top .mod-languages {
	padding-top: 65px;
}
#top .mod-languages li a {
	font-size: 13px;
	line-height: 30px;
	width: 30px;
}
}

@media screen and (max-width: 790px) {
#top .mod-languages {
	height: 67px;
	padding-top: 33px;
	width: 25%;
}
#top .mod-languages li.lang-active {
	display: none;
}
}

@media screen and (max-width: 590px) {
#top .mod-languages,
#top.affix .mod-languages {
	height: 45px;
	padding-top: 15px;
	width: 30%;
}
#top .mod-languages li a {
	font-size: 10px;
	line-height: 25px;
	width: 25px;
}
}

@media screen and (max-width: 450px) {
#top .mod-languages,
#top.affix .mod-languages {
	padding-top: 18px;
}
#top .mod-languages li {
	padding-right: 5px;
}
#top .mod-languages li a {
	font-size: 10px;
	line-height: 20px;
	width: 20px;
	border: 1px solid #CCC;
}
#top .mod-languages li a:hover {
	border: 1px solid #742015;
}
}


/**********************************************************************************************************

	Logo TdM (top)

**********************************************************************************************************/

.custom-logo-tdm {
	display: block;
	float: left;
	width: 50%;
	height: 131px;
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: center;
	padding-top: 23px;
}
.custom-logo-tdm p {
	margin: 0px;
	padding: 0px;
}

.affix .custom-logo-tdm {
	height: 53px;
	padding-top: 7px;
}
.affix .custom-logo-tdm img {
	height: auto;
	width: 148px;
}

@media screen and (max-width: 790px) {
.custom-logo-tdm {
	width: 50%;
	height: 90px;
	padding-top: 10px;
}
.custom-logo-tdm img {
	height: auto;
	width: 250px;
}
}
@media screen and (max-width: 590px) {
.custom-logo-tdm {
	width: 40%;
	height: 53px;
	padding-top: 7px;
}
.custom-logo-tdm img {
	height: auto;
	width: 148px;
}
}


/**********************************************************************************************************

	Menu CK (version desktop)

**********************************************************************************************************/

/* Bouton 3 traits (mobile) */
.mobilebarmaximenuck {
	width: 40px;
	height: 154px;
	background-image: url(../images/bouton-3-bandes.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding: 0px;
	margin: 0px;
	float: right;
	position: relative;
}
.affix .mobilebarmaximenuck {
	height: 60px;
}
.mobilebarmaximenuck:hover {
	cursor: pointer;
}

@media screen and (max-width: 790px) {
.mobilebarmaximenuck {
	height: 100px;
}
}
@media screen and (max-width: 590px) {
.mobilebarmaximenuck {
	height: 60px;
}
}


/* Bouton fermer (mobile) ***************************************************/

.mobilemaximenuck .mobilemaximenuckclose {
	width: 40px;
	height: 154px;
	padding: 0px;
	margin: 0px;
	float: right;
	background-image: url(../images/bouton-close.png);
	background-repeat: no-repeat;
	background-position: right center;
}
.mobilemaximenuck .mobilemaximenuckclose:hover {
	cursor: pointer;
}

.affix .mobilemaximenuck .mobilemaximenuckclose {
	height: 60px;
}


/* Menu CK ****************************************************************/

.mobilemaximenuck  {
	width: 1200px;
	height: 160px;
	padding: 0px;
	background-image: none;
	background-color: #FFF;
	border-bottom-width: 6px;
	border-bottom-style: solid;
	border-bottom-color: #a92021;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -600px;
	position: absolute !important;
	left: 50% !important;
}
.mobilemaximenuckitem {
	display: inline-block;
	margin: 0px;
	padding-top: 62px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.affix .mobilemaximenuck  {
	height: 66px;
}
.affix .mobilemaximenuckitem {
	padding-top: 15px;
}


/* Menu CK : niveau 1 **************************************************/

.mobilemaximenuckitem .maximenuck.level1 a span.mobiletextck {
	font-family: 'FrutigerLTPro-Bold', Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 20px;
	line-height: 30px;
	color: #4B4B4B;
	text-decoration: none;
	margin: 0px;
	display: block;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #CCC;
}
.mobilemaximenuckitem .maximenuck.level1 a span.mobiletextck:hover,
.mobilemaximenuckitem .maximenuck.active.level1 a span.mobiletextck {
	color: #a92021;
}
.mobilemaximenuckitem .maximenuck.level1.parent a span.mobiletextck {
	padding-right: 40px;
	background-image: url(../images/menu-picto-parent.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
/* Supprimer espace le filet 1er menu */
.mobilemaximenuckitem .maximenuck.first.level1 a span.mobiletextck {
	padding-left: 0px;
	border-left-width: 0px;
	border-left-style: none;
	border-left-color: #CCC;
}


/* Menu CK : niveau 2 **************************************************/

.mobilemaximenuckitem .mobilemaximenucksubmenu {
	display: block;
	position: absolute;
	opacity: 0;
	padding-top: 30px;
	margin-top: -30px;
	cursor: pointer;
}
.mobilemaximenuckitem .mobilemaximenucksubmenu:hover {
	opacity: 1;
	transition-duration: 0.3s;
}
.mobilemaximenuckitem .mobilemaximenucksubmenu .mobilemaximenuckitem {
	display: block;
	background-color: #FFF;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}
.mobilemaximenuckitem .mobilemaximenucksubmenu .mobilemaximenuckitem:last-child {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
.mobilemaximenuckitem .mobilemaximenucksubmenu .mobilemaximenuckitem a {
	font-family: 'FrutigerLTPro-Light', Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 20px;
	line-height: 20px;
	color: #4B4B4B;
	text-decoration: none;
	display: block;
	margin: 0px;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 20px;
}
.mobilemaximenuckitem .mobilemaximenucksubmenu .mobilemaximenuckitem a:hover {
	color: #a92021;
}
.mobilemaximenuckitem .mobilemaximenucksubmenu .mobilemaximenuckitem div.active a {
	font-family: 'FrutigerLTPro-Bold', Arial, Helvetica, sans-serif;
	color: #a92021;
}


/**********************************************************************************************************

	Menu CK (version mobile)

**********************************************************************************************************/

@media screen and (max-width: 1330px) {
.mobilemaximenuck {
	width: 100%;
	margin: 0px;
	left: 0% !important;
	padding-top: 0px;
	padding-right: 5%;
	padding-bottom: 0px;
	padding-left: 5%;
}
}

@media screen and (max-width: 1250px) {
.mobilemaximenuckitem .maximenuck.level1 a span.mobiletextck,
.mobilemaximenuckitem .mobilemaximenucksubmenu .mobilemaximenuckitem a {
	font-size: 18px;
	padding-right: 15px;
	padding-left: 15px;
}
}

@media screen and (max-width: 1100px) {
.mobilemaximenuck {
	width: 100%;
	margin: 0px;
	padding: 0px;
}

/* Bouton fermer (mobile) ********************************************/
.mobilemaximenuck .mobilemaximenuckclose {
	width: 40px;
	height: 35px;
	float: none;
	background-size: 65%;
	background-position: left center;
	position: absolute;
	z-index: 99999;
	top: 0px;
	right: 0px;
}
.mobilemaximenuck .mobilemaximenuckclose:hover {
	cursor: pointer;
}

/* niveau 1 ********************************************************/
.mobilemaximenuckitem {
	display: block;
	width: 100%;
	background-color: #FFF;
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}
.mobilemaximenuckitem .maximenuck.level1 a span.mobiletextck,
.mobilemaximenuckitem .maximenuck.first.level1 a span.mobiletextck {
	font-size: 16px;
	line-height: 16px;
	color: #4B4B4B;
	margin: 0px;
	padding-top: 9px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 30px;
	border: 0px none #CCC;
}
.mobilemaximenuckitem .mobilemaximenucksubmenu {
	position: inherit;
	opacity: 1;
	padding-top: 0px;
	margin-top: 0px;
}

/* Niveau 2 **********************************************************/
.mobilemaximenuckitem .mobilemaximenucksubmenu .mobilemaximenuckitem {
	width: 100%;
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}
.mobilemaximenuckitem .mobilemaximenucksubmenu .mobilemaximenuckitem:last-child {
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
.mobilemaximenuckitem .mobilemaximenucksubmenu .mobilemaximenuckitem a {
	font-size: 16px;
	line-height: 16px;
	color: #4B4B4B;
	text-decoration: none;
	display: block;
	margin: 0px;
	padding-top: 9px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 43px;
	background-image: url(../images/bullet-gris.png);
	background-repeat: no-repeat;
	background-position: 30px center;
	background-size: 5px;
}
.mobilemaximenuckitem .mobilemaximenucksubmenu .maximenuck.first.level2 {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
}
}


/**********************************************************************************************************

	MENU OLD (joomla)

**********************************************************************************************************/

.moduletable-menu {
	display: block;
	width: 40px;
	height: 154px;
	padding: 0px;
	margin: 0px;
	float: right;
	background-image: url(../images/bouton-3-bandes.png);
	background-repeat: no-repeat;
	background-position: right center;
}
.affix .moduletable-menu {
	height: 60px;
}
/* Définir hauteur du module ouvert (à répéter ci-dessous pour UL) */
.moduletable-menu:hover {
	display: block;
	float: none;
	position: absolute;
	left: 0px;
	top: 0px;
	cursor: pointer !important;
	width: 100%;
	height: 154px;
	margin: 0px;
	padding: 0px;
	background-image: none;
	background-color: #FFF;
	border-bottom-width: 6px;
	border-bottom-style: solid;
	border-bottom-color: #a92021;
}
.affix .moduletable-menu:hover {
	height: 60px;
}

/* Masquer & afficher + Définir hauteur du menu ouvert */
.moduletable-menu ul.nav.menu {
	display: block;
	visibility: hidden;
	opacity: 0;
	margin: 0px;
	padding: 0px;
}
.moduletable-menu:hover ul.nav.menu {
	display: block;
	visibility: visible;
	opacity: 1;
	width: 1200px;
	height: 154px;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/bouton-3-bandes.png);
	background-repeat: no-repeat;
	background-position: right center;
}
.affix .moduletable-menu:hover ul.nav.menu {
	height: 60px;
}

@media screen and (max-width: 1330px) {
.moduletable-menu:hover ul.nav.menu {
	width: 90%;
	margin-right: 5%;
	margin-left: 5%;
}
}


/* Menu niveau 1  *******************************************************************/

.moduletable-menu ul.nav.menu li {
	display: block;
	margin: 0px;
	float: left;
	padding-top: 62px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.affix .moduletable-menu ul.nav.menu li {
	padding-top: 15px;
}

/* Liens & espaces */
.moduletable-menu ul.nav.menu li a,
.moduletable-menu ul.nav.menu li .nav-header {
	font-family: 'FrutigerLTPro-Bold', Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 20px;
	line-height: 30px;
	color: #4B4B4B;
	text-decoration: none;
	margin: 0px;
	display: block;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #CCC;
}
.moduletable-menu ul.nav.menu li a:hover,
.moduletable-menu ul.nav.menu li .nav-header:hover {
	cursor: pointer !important;
}
.moduletable-menu ul.nav.menu li.active a,
.moduletable-menu ul.nav.menu li.active .nav-header {
	color: #a92021;
}
.moduletable-menu:hover ul.nav.menu li a:hover,
.moduletable-menu:hover ul.nav.menu li .nav-header:hover {
	color: #a92021;
}
.moduletable-menu ul.nav.menu li:first-child a {
	padding-left: 0px;
}
.moduletable-menu ul.nav.menu li:last-child a {
	border-right-width: 0px;
	padding-right: 0px;
}
.moduletable-menu ul.nav.menu li.parent a,
.moduletable-menu ul.nav.menu li.parent .nav-header {
	padding-right: 40px;
	background-image: url(../images/menu-picto-parent.gif);
	background-repeat: no-repeat;
	background-position: right center;
}

@media screen and (max-width: 1200px) {
.moduletable-menu ul.nav.menu li a,
.moduletable-menu ul.nav.menu li .nav-header {
	font-size: 18px;
	padding-right: 15px;
	padding-left: 15px;
}
.moduletable-menu ul.nav.menu ul.nav-child li a,
.moduletable-menu ul.nav.menu ul.nav-child li:first-child a,
.moduletable-menu ul.nav.menu ul.nav-child li:last-child a  {
	font-size: 18px;
	padding-right: 40px;
	padding-left: 15px;
}
}

/* Menu déroulant : Niveau 2  *******************************************************************/

.moduletable-menu ul li.parent ul.nav-child {
	display: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -2px;
}
/* visible si parent roll-over */
.moduletable-menu ul li.parent:hover ul.nav-child {
	position: absolute;
	display: block;
	background-color: #FFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}

.moduletable-menu ul.nav.menu ul.nav-child li {
	display: block;
	margin: 0px;
	padding: 0px;
	float: none;
}
.moduletable-menu ul.nav.menu ul.nav-child li a,
.moduletable-menu ul.nav.menu ul.nav-child li:first-child a,
.moduletable-menu ul.nav.menu ul.nav-child li:last-child a  {
	font-family: 'FrutigerLTPro-Light', Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 20px;
	color: #4B4B4B;
	margin: 0px;
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 20px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #CCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	background-image: none;
}
.moduletable-menu ul.nav.menu ul.nav-child li.active a {
	font-family: 'FrutigerLTPro-Bold', Arial, Helvetica, sans-serif;
	color: #a92021;
}
.moduletable-menu ul.nav.menu ul.nav-child li a:hover {
	color: #a92021;
	cursor: pointer !important;
}
.moduletable-menu ul.nav.menu ul.nav-child li:first-child a {
	padding-top: 10px;
}


/* Menu dès 1030 px ******************************************************************/

@media screen and (max-width: 1030px) {
.moduletable-menu:hover {
	display: block;
	float: none;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	margin: 0px;
	padding: 0px;
	background-image: none;
}

.moduletable-menu:hover ul.nav.menu {
	width: 100%;
	margin: 0%;
	padding: 0%;
	background-color: #FFF;
}
.affix .moduletable-menu ul.nav.menu {
	height: auto;
}

/* délais pour ouverture sur mobile (IMPORTANT : si on clique en même temps) */
.moduletable-menu:hover ul.nav.menu {
	transition-delay: 0.25s;
}

.moduletable-menu ul.nav.menu li {
	float: none;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
.affix .moduletable-menu ul.nav.menu li {
	padding-top: 0px;
}


/* Menu niveau 1 (responsive dès 1030px)  **********************************************************/

.moduletable-menu ul.nav.menu li a,
.moduletable-menu ul.nav.menu li .nav-header {
	font-family: 'FrutigerLTPro-Bold', Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 18px;
	line-height: 20px;
	color: #4B4B4B;
	text-decoration: none;
	background-color: #FFF;
	margin: 0px;
	display: block;
	padding-top: 8px;
	padding-right: 5%;
	padding-bottom: 6px;
	padding-left: 5%;
	border-right-style: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.moduletable-menu ul.nav.menu li:first-child a {
	padding-left: 5%;
}
.moduletable-menu ul.nav.menu li:last-child a {
	padding-right: 5%;
}
.moduletable-menu ul.nav.menu li.active a,
.moduletable-menu ul.nav.menu li.active a:hover {
	color: #FFFFFF;
	background-color: #a92021;
}
.moduletable-menu ul.nav.menu li a:hover {
	color: #4B4B4B;
	background-color: #F4F4F4;
}

/* Menu niveau 2 (responsive dès 1030px)  *********************************************************/

.moduletable-menu ul li.parent ul.nav-child {
	display: block;
}
.moduletable-menu ul li.parent:hover ul.nav-child {
	position: inherit;
	display: block;
	background-color: #FFF;
	border-top-width: 0px;
	border-top-style: none;
	border-top-color: #CCC;
}
.moduletable-menu ul.nav.menu ul.nav-child li a,
.moduletable-menu ul.nav.menu ul.nav-child li:first-child a,
.moduletable-menu ul.nav.menu ul.nav-child li:last-child a  {
	font-family: 'FrutigerLTPro-Light', Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 18px;
	line-height: 20px;
	color: #4B4B4B;
	text-decoration: none;
	background-color: #FFF;
	margin: 0px;
	display: block;
	padding-top: 8px;
	padding-right: 5%;
	padding-bottom: 6px;
	padding-left: 6%;
	border-right-style: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.moduletable-menu ul.nav.menu ul.nav-child li.active a,
.moduletable-menu ul.nav.menu ul.nav-child li.active a:hover {
	font-family: 'FrutigerLTPro-Bold', Arial, Helvetica, sans-serif;
	color: #a92021;
}
.moduletable-menu ul.nav.menu ul.nav-child li a:hover {
	background-color: #F4F4F4;
}
}


@media screen and (max-width: 790px) {
.moduletable-menu {
	height: 100px;
}
}
@media screen and (max-width: 590px) {
.moduletable-menu {
	height: 60px;
}
}


/**********************************************************************************************************

	Slider (home)  ancien mais à conserver !!!

**********************************************************************************************************/

#slider {
	display: block;
	margin: 0px;
	padding: 0px;
}
#slider div.uk-overlay-panel {
	text-align: center;
	background-color: rgba(0,0,0,.2);
	margin: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 40px;
	padding-left: 0px;
}
/* Titre du slide */
#slider h3.uk-h3 {
	font-family: "prataregular", Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 75px;
	line-height: 80px;
	color: #FFF;
	margin: 0px;
	width: 90%;
	padding-top: 0px;
	padding-right: 5%;
	padding-bottom: 0px;
	padding-left: 5%;
}
#slider .uk-margin {
	padding: 0px;
	width: 1330px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#slider .uk-margin p a {
	color: #FFF;
	background-color: #a92021;
	border-radius: 8px;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	text-decoration: none;
	display: inline-block;
	margin-top: 10px;
}
#slider .uk-margin p a:hover {
	background-color: #742015;
	transition-duration: 0.3s;
}

@media screen and (max-width: 1330px) {
#slider h3.uk-h3 {
	font-size: 70px;
	line-height: 75px;
}
#slider .uk-margin {
	width: 80%;
	margin: 0px;
	padding-top: 10px;
	padding-right: 10%;
	padding-bottom: 0px;
	padding-left: 10%;
}
}
@media screen and (max-width: 766px) {
#slider h3.uk-h3 {
	font-size: 60px;
	line-height: 65px;
}
}
@media screen and (max-width: 478px) {
#slider h3.uk-h3 {
	font-size: 50px;
	line-height: 55px;
}
}
@media screen and (max-width: 420px) {
#slider h3.uk-h3 {
	font-size: 40px;
	line-height: 45px;
}
}


/**********************************************************************************************************

	HOME : articles (widgetkit)

**********************************************************************************************************/

/* Supprimer les espaces <p> */
.item-page-home > div:nth-child(2) > p:nth-child(1) {
	display: none;
}

/* 1ère image (100% moins espace du menu) */
.item-page-home div.uk-row-first .uk-overlay {
	width: 100%;
	height: calc(100vh - 160px);
	overflow: hidden;
	margin-top: 160px;
}
@media screen and (max-width: 790px) {
.item-page-home div.uk-row-first .uk-overlay {
	height: calc(100vh - 106px);
	margin-top: 106px;
}
}
@media screen and (max-width: 590px) {
.item-page-home div.uk-row-first .uk-overlay {
	height: calc(100vh - 66px);
	margin-top: 66px;
}
}

/* Images suivantes (avec espace 66px) */
.item-page-home div.uk-row-first.uk-grid-margin .uk-overlay {
	width: 100%;
	height: calc(100vh - 66px);
	overflow: hidden;
	margin-top: 0px;
}

/* Photo comme une image de fond (background) */
.item-page-home .uk-overlay img {
	width: 100%;
	height: 100vh;
	object-fit: cover;
	overflow: hidden;
}

/* Supprimer lien (si lien A existant) */
.item-page-home a.uk-position-cover {
	pointer-events: none;
	cursor: default;
}

/* Box contenus */
.item-page-home .uk-overlay-panel {
	display: block;
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	bottom: 100px;
	background: rgba(0,0,0,0);
}


.item-page-home .uk-overlay-active :not(.uk-active) > .uk-overlay-panel:not(.uk-ignore),
.item-page-home .uk-overlay-hover:not(:hover):not(.uk-hover) .uk-overlay-panel:not(.uk-ignore) {
    opacity: 1;
}


/* Titre */
.item-page-home .uk-overlay-panel h3 {
	font-family: 'BodoniLTPro-BoldCondensed', Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 60px;
	line-height: 60px;
	text-transform: uppercase;
	display: block;
	width: 600px;
	margin: 0px;
	padding-top: 30px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 30px;
	color: #FFF;
	background-color: rgba(0, 0, 0, .3);
	border-radius: 20px 20px 0px 0px;
}

/* Textes */ 
.item-page-home .uk-overlay-panel > div {
	display: block;
	width: 600px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 25px;
	padding-left: 30px;
	color: #FFF;
	background-color: rgba(0, 0, 0, .3);
	border-radius: 0px 0px 20px 20px;
}

/* Bouton */ 
.item-page-home p.bouton-lien {
    margin-top: 25px;
    margin-bottom: 15px;
}


@media screen and (max-width: 1330px) {
/* Box contenus */
.item-page-home .uk-overlay-panel {
	width: 90%;
	padding-right: 5%;
	padding-left: 5%;
	bottom: 80px;
}
}
/* on passe sur 2 colonnes */
@media screen and (max-width: 766px) {
.item-page-home .uk-overlay-panel {
	bottom: 40px;
}
.item-page-home .uk-overlay-panel h3 {
	font-size: 50px;
	line-height: 50px;
	width: 90%;
	padding-right: 5%;
	padding-left: 5%;
}
.item-page-home .uk-overlay-panel > div {
	width: 90%;
	padding-right: 5%;
	padding-left: 5%;
}
}
/* on passe sur 1 colonnes */
@media screen and (max-width: 478px) {
.item-page-home .uk-overlay-panel h3 {
	font-size: 40px;
	line-height: 40px;
}
}
/* Pour écrans pas haut (portable) */
@media screen and (max-height: 800px) {
.item-page-home .uk-overlay-panel {
	bottom: 80px;
}
.item-page-home .uk-overlay-panel h3 {
	font-size: 40px;
	line-height: 40px;
}
}


/**********************************************************************************************************

	Contenu standard

**********************************************************************************************************/

.main .page-header {
	display: block;
	margin: 0px;
	padding: 0px;
}

.item-page-contenus1200,
.login-contenus1200,
.logout-contenus1200,
.item-page-recettes,
.item-page-fromageries {
	background-color: #EBEBEB;
	display: block;
	margin: 0px;
	padding-top: 160px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}

@media screen and (max-width: 790px) {
.item-page-contenus1200,
.login-contenus1200,
.logout-contenus1200,
.item-page-recettes,
.item-page-fromageries  {
	padding-top: 110px;
}
}
@media screen and (max-width: 590px) {
.item-page-contenus1200,
.login-contenus1200,
.logout-contenus1200,
.item-page-recettes,
.item-page-fromageries  {
	padding-top: 60px;
}
}


/* Titre des pages */
.blog-recettes h2,
.blog-fromageries h2,
.blog-googlemaps h2,
.item-page-recettes .page-header h2,
.item-page-fromageries .page-header h2,
.item-page-googlemaps .page-header h2,
.item-page-contenus1200 h2,
.login-contenus1200 h1,
.logout-contenus1200 h1 {
	font-family: "BodoniLTPro-BoldCondensed", Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 85px;
	line-height: 85px;
	color: #a92021;
	display: block;
	width: 1200px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 60px;
	padding-right: 0px;
	padding-bottom: 40px;
	padding-left: 0px;
	text-transform: uppercase;
}

@media screen and (max-width: 1330px) {
.blog-recettes h2,
.blog-fromageries h2,
.blog-googlemaps h2,
.item-page-recettes .page-header h2,
.item-page-fromageries .page-header h2,
.item-page-googlemaps .page-header h2,
.item-page-contenus1200 h2,
.login-contenus1200 h1,
.logout-contenus1200 h1 {
	width: 90%;
	font-size: 75px;
	line-height: 75px;
	padding-right: 5%;
	padding-left: 5%;
	padding-top: 40px;
	padding-bottom: 30px;
	margin: 0px;
}
}
/* on passe sur 2 colonnes */
@media screen and (max-width: 766px) {
.blog-recettes h2,
.blog-fromageries h2,
.blog-googlemaps h2,
.item-page-recettes .page-header h2,
.item-page-fromageries .page-header h2,
.item-page-googlemaps .page-header h2,
.item-page-contenus1200 h2,
.login-contenus1200 h1,
.logout-contenus1200 h1 {
	font-size: 60px;
	line-height: 60px;
	padding-top: 30px;
	padding-bottom: 15px;
}
}
/* on passe sur 1 colonnes */
@media screen and (max-width: 478px) {
.blog-recettes h2,
.blog-fromageries h2,
.blog-googlemaps h2,
.item-page-recettes .page-header h2,
.item-page-fromageries .page-header h2,
.item-page-googlemaps .page-header h2,
.item-page-contenus1200 h2,
.login-contenus1200 h1,
.logout-contenus1200 h1 {
	font-size: 40px;
	line-height: 40px;
	padding-top: 30px;
	padding-bottom: 10px;
}
}

/* Largeur à 1200 pixels */
.item-page > div:nth-child(3),
.item-page-recettes > div:nth-child(5),
.item-page-fromageries > div:nth-child(4),
.blog-recettes .category-desc,
.blog-fromageries .div-1200,
.blog-googlemaps .category-desc,
.item-page-contenus1200 > div:nth-child(3),
.login-contenus1200 form,
.logout-contenus1200 form {
	display: block;
	width: 1200px;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}
@media screen and (max-width: 1330px) {
.item-page > div:nth-child(3),
.item-page-recettes > div:nth-child(5),
.item-page-fromageries > div:nth-child(4),
.blog-recettes .category-desc,
.blog-fromageries .div-1200,
.blog-googlemaps .category-desc,
.item-page-contenus1200 > div:nth-child(3),
.login-contenus1200 form,
.logout-contenus1200 form {
	width: 90%;
	padding-right: 5%;
	padding-left: 5%;
}
}


/**********************************************************************************************************

	Intranet

**********************************************************************************************************/

/* masquer options */
.main div ul.nav.nav-tabs.nav-stacked {
	display: none;
}

.login-contenus1200 form fieldset {
	margin: 0px;
	padding: 0px;
	border: 0px none #FFF;
}
.login-contenus1200 fieldset .control-group {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
.login-contenus1200 input {
	display: block;
	padding: 5px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.login-contenus1200 button,
.logout-contenus1200 button {
	font-size: 16px;
	margin: 0px;
	background-color: #FFF;
	border-radius: 6px;
	display: block;
	border: 0px none #FFF;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
.login-contenus1200 button:hover,
.logout-contenus1200 button:hover {
	cursor: pointer;
	color: #FFF;
	background-color: #a92021;
	transition-duration: .35s;
}


/**********************************************************************************************************

	Slideshow CK

**********************************************************************************************************/

.item-page-slideshow {
	margin-top: 160px !important;
	height: calc(100vh - 160px) !important;
	width: 100% !important;
	overflow: hidden;
}
.item-page-slideshow .slideshowck {
	width: 100% !important;
}

@media screen and (max-width: 790px) {
.item-page-slideshow {
	margin-top: 106px !important;
	height: calc(100vh - 106px) !important;
}
.item-page-slideshow .slideshowck {
	height: calc(100vh - 106px) !important;
}
}
@media screen and (max-width: 590px) {
.item-page-slideshow {
	margin-top: 66px !important;
	height: calc(100vh - 66px) !important;
}
.item-page-slideshow .slideshowck {
	height: calc(100vh - 66px) !important;
}
}

/* supprimer les 2 espaces <p> */
.item-page-slideshow > div:nth-child(2) > p:nth-child(1),
.item-page-slideshow > div:nth-child(2) > p:nth-child(3) {
	margin: 0px !important;
	padding: 0px !important;
}

/* DIV contenus */
.item-page-slideshow .camera_caption {
	width: 1200px;
	left: 50%;
}
.item-page-slideshow .camera_caption > div {
	width: 600px;
	margin-left: -600px;
	margin-bottom: 80px;
	border-radius: 15px;
	background: rgba(0, 0, 0, 0.6);
	padding-top: 25px;
	padding-right: 25px;
	padding-bottom: 20px;
	padding-left: 30px;
	position: relative;
}


@media screen and (max-height: 700px) and (min-width: 730px)  {
.item-page-slideshow .camera_caption > div {
	margin-bottom: 30px;
}
}

/* Titre */
.item-page-slideshow .camera_caption_title {
	margin-bottom: 6px;
}
.item-page-slideshow .camera_caption_title a {
	font-family: 'BodoniLTPro-BoldCondensed', Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 60px;
	line-height: 60px;
	text-transform: uppercase;
	color: #FFF;
	text-decoration: none;
	overflow: hidden;
}
/* Supprimer lien (si existant) */
.item-page-slideshow .camera_caption_title a {
	pointer-events: none;
	cursor: default;
}
/* Liens dans les textes */
.item-page-slideshow .camera_caption_desc p a {
	font-family: 'FrutigerLTPro-Bold', Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #EBEBEB;
	text-decoration: underline;
}
.item-page-slideshow .camera_caption_desc p a:hover {
	color: #FFF;
}


/* Photo comme une image de fond (background) */
.item-page-slideshow .cameraSlide img.imgLoaded {
	width: 100% !important;
	height: calc(100vh - 160px) !important;
	object-fit: cover !important;
	overflow: hidden !important;
	margin-top: auto !important;
	margin-left: auto !important;
	margin-right: auto !important;
	position: relative !important;
	left: auto !important;
	top: auto !important;
}
@media screen and (max-width: 790px) {
.item-page-slideshow .cameraSlide img.imgLoaded {
	height: calc(100vh - 106px) !important;
}
}
@media screen and (max-width: 590px) {
.item-page-slideshow .cameraSlide img.imgLoaded {
	height: calc(100vh - 66px) !important;
}
}


/* Boutons (navigation) */
.item-page-slideshow .camera_prev,
.item-page-slideshow .camera_next {
	opacity: 0.6 !important;
}
.item-page-slideshow:hover .camera_prev,
.item-page-slideshow:hover .camera_next {
	opacity: 1 !important;
}
.item-page-slideshow .camera_commands {
	opacity: 0 !important;
	display: none !important;
}


/* Bullets de pagination */
.item-page-slideshow div.camera_pag {
	margin-top: -56px;
	padding-right: 20px;
}
.camera_wrap .camera_pag .camera_pag_ul li {
    background: #b7b7b7;
	opacity: 0.6 !important;
}
.camera_wrap .camera_pag .camera_pag_ul li:hover {
	opacity: 1 !important;
}
.camera_wrap .camera_pag a,
.camera_wrap .camera_pag a:active {
	outline-style: none !important;
}


/* Pour écran pas haut (portable) : placer au-dessus des autres CSS responsive !!! */
@media screen and (max-height: 800px) {
.item-page-slideshow .camera_caption > div {
	margin-bottom: 40px;
}
.item-page-slideshow .camera_caption_title a {
	font-size: 40px;
	line-height: 40px;
}
.item-page-slideshow .camera_caption_desc p,
.item-page-slideshow .camera_caption_desc td,
.item-page-slideshow .camera_caption_desc li {
	font-size: 16px;
	line-height: 20px;
}
.item-page-slideshow .camera_caption_desc li {
	background-position: 1px 4px;
	padding-bottom: 3px;
	padding-left: 14px;
	background-size: 6px;
}
}


@media screen and (max-width: 1330px) {
.item-page-slideshow .camera_caption {
	width: 100%;
	left: 0%;
}
.item-page-slideshow .camera_caption > div {
	margin-left: 5%;
}
}

@media screen and (max-width: 730px) {
.item-page-slideshow .camera_caption > div {
	width: 80%;
	margin-right: 5%;
	margin-left: 5%;
	padding-right: 5%;
	padding-left: 5%;
	padding-top: 20px;
	padding-bottom: 15px;
}
.item-page-slideshow .camera_caption_title a {
	font-size: 50px;
	line-height: 50px;
}
.item-page-slideshow .camera_caption_desc p,
.item-page-slideshow .camera_caption_desc td,
.item-page-slideshow .camera_caption_desc li {
	font-size: 16px;
	line-height: 20px;
}
.item-page-slideshow .camera_caption_desc li {
	background-position: 1px 3px;
	padding-bottom: 4px;
	padding-left: 15px;
}
}

@media screen and (max-width: 590px) {
.item-page-slideshow .camera_caption > div {
	margin-bottom: 90px !important;
	padding-right: 5%;
	padding-left: 5%;
	padding-top: 15px;
	padding-bottom: 10px;
	transition-duration: 0.5s;
}
.item-page-slideshow .camera_caption_title a {
	font-size: 40px;
	line-height: 40px;
}
.item-page-slideshow .camera_caption_desc p,
.item-page-slideshow .camera_caption_desc td,
.item-page-slideshow .camera_caption_desc li {
	font-size: 14px;
	line-height: 16px;
}
.item-page-slideshow .camera_caption_desc li {
	background-position: 1px 2px;
	padding-bottom: 3px;
	padding-left: 14px;
	background-size: 6px;
}
/* boutons moins large */
.camera_prev, .camera_next, .camera_commands {
	width: 30px;
    margin-top: -20px;
    top: 50%;
}
.camera_white_skin .camera_next > span {
    background-position: -45px -80px;
}
.camera_white_skin .camera_prev > span {
    background-position: -5px -80px;
}
}


/**********************************************************************************************************

	Informations (articles avec Widgets) OLD !!!

**********************************************************************************************************/

.suite .uk-overlay-panel {
	opacity: 1;
	display: block;
	background-color: rgba(0, 0, 0, .0);
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 100px;
	padding-left: 0px;
}
@media screen and (max-width: 1400px) {
.suite .uk-overlay-panel {
	padding-bottom: 60px;
}
}
@media screen and (max-width: 1330px) {
.suite .uk-overlay-panel {
	width: 90%;
	padding-right: 5%;
	padding-left: 5%;
	margin: 0px;
}
}
/* on passe sur 2 colonnes */
@media screen and (max-width: 766px) {
.suite .uk-overlay-panel {
	padding-bottom: 30px;
}
}

/* Supprimer lien (si lien A existant) */
.suite a.uk-position-cover {
	pointer-events: none;
	cursor: default;
}

/* Titres des articles */
.suite .uk-overlay-panel h3 {
	font-family: "prataregular", Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 50px;
	line-height: 55px;
	display: block;
	width: 600px;
	margin: 0px;
	padding-top: 25px;
	padding-right: 25px;
	padding-bottom: 0px;
	padding-left: 25px;
	color: #FFF;
	background-color: rgba(0, 0, 0, .3);
	border-radius: 20px 20px 0px 0px;
}

/* Format et fond des boxs */
.suite .uk-overlay-panel div.uk-margin {
	display: block;
	width: 600px;
	margin: 0px;
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 15px;
	padding-left: 25px;
	color: #FFF;
	background-color: rgba(0, 0, 0, .3);
	border-radius: 0px 0px 20px 20px;
}

@media screen and (max-width: 900px) {
.suite .uk-overlay-panel h3 {
	font-size: 40px;
	line-height: 45px;
	width: 70%;
	padding-right: 3%;
	padding-left: 3%;
}
.suite .uk-overlay-panel div.uk-margin {
	width: 70%;
	padding-top: 5px;
	padding-right: 3%;
	padding-bottom: 12px;
	padding-left: 3%;
}
}
@media screen and (max-width: 766px) {
.suite .uk-overlay-panel h3 {
	font-size: 40px;
	line-height: 45px;
	width: 90%;
	padding-right: 5%;
	padding-left: 5%;
}
.suite .uk-overlay-panel div.uk-margin {
	width: 90%;
	padding-top: 5px;
	padding-right: 5%;
	padding-bottom: 12px;
	padding-left: 5%;
}
}
/* on passe sur 1 colonnes */
@media screen and (max-width: 478px) {
.suite .uk-overlay-panel h3 {
	font-size: 34px;
	line-height: 36px;
}
.suite .uk-overlay-panel div.uk-margin {
	width: 90%;
	padding-top: 5px;
	padding-right: 5%;
	padding-bottom: 10px;
	padding-left: 5%;
}
}


/* Lien (bouton) */
.suite .uk-overlay-panel div.uk-margin p a {
	display: inline-block;
	color: #FFF;
	background-color: #a92021;
	border-radius: 8px;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	text-decoration: none;
}
.suite .uk-overlay-panel div.uk-margin a:hover {
	background-color: #742015;
	transition-duration: 0.3s;
}


/* Bouton de navigation (si flèches) */
.suite .uk-slidenav {
	display: block !important;
	background-color: rgba(0, 0, 0, .3);
	border-radius: 12px;
	line-height: 55px;
	-webkit-box-shadow: 0 0 3px 0 rgba(0,0,0,0.2);
	box-shadow: 0 0 3px 0 rgba(0,0,0,0.2);
	border: 1px solid rgba(255,255,2550,.5) !important;
}
.suite a.uk-slidenav:nth-child(2) {
	padding-right: 5px;
}
.suite a.uk-slidenav:nth-child(3) {
	padding-left: 5px;
}

@media screen and (max-width: 1400px) {
.suite .uk-slidenav-position .uk-slidenav {
	top: auto;
	bottom: 100px;
}
.suite .uk-slidenav-position .uk-slidenav-previous {
    left: auto;
    right: 180px;
}
.suite .uk-slidenav-position .uk-slidenav-next {
    right: 100px;
}
.suite .uk-slidenav-position .uk-slidenav {
	bottom: 60px;
}
}
@media screen and (max-width: 1000px) {
.suite .uk-slidenav-position .uk-slidenav-previous {
    right: 120px;
}
.suite .uk-slidenav-position .uk-slidenav-next {
    right: 50px;
}
}
@media screen and (max-width: 766px) {
.suite .uk-slidenav {
    width: 45px;
    height: 45px;
	line-height: 40px;
    font-size: 45px;
}
.suite .uk-slidenav-position .uk-slidenav {
	top: 120px;
	bottom: auto;
}
.suite .uk-slidenav-position .uk-slidenav-previous {
    right: 14%;
}
.suite .uk-slidenav-position .uk-slidenav-next {
    right: 5%;
}
}
@media screen and (max-width: 600px) {
.suite .uk-slidenav-position .uk-slidenav-previous {
    right: 16%;
}
}
@media screen and (max-width: 480px) {
.suite .uk-slidenav-position .uk-slidenav-previous {
    right: 20%;
}
}

/* Bouton de navigation (si bullets) */
.suite ul.uk-dotnav {
	margin-bottom: 40px !important;
}
.suite .uk-dotnav > * {
    padding-left: 15px;
}
.suite .uk-dotnav > * > * {
	width: 15px;
	height: 15px;
	-webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,.5);
	box-shadow: 0 0 5px 0 rgba(0,0,0,.5);
}
.suite .uk-dotnav > .uk-active > * {
	-webkit-transform: scale(1.4);
	transform: scale(1.4);
}



/**********************************************************************************************************

	Pages RECETTES

**********************************************************************************************************/

.blog-recettes {
	background-color: #EBEBEB;
	display: block;
	margin: 0px;
	padding-top: 160px;
	padding-right: 0px;
	padding-bottom: 50px;
	padding-left: 0px;
}
@media screen and (max-width: 790px) {
.blog-recettes {
	padding-top: 110px;
}
}
@media screen and (max-width: 590px) {
.blog-recettes {
	padding-top: 60px;
}
}

.liste-recettes .uk-panel {
	background-color: #FFF;
	min-height: 305px;
}
.liste-recettes .uk-panel:hover {
	background-color: #a92021;
	transition-duration: 0.35s;
}
.liste-recettes .uk-margin {
    margin-bottom: 0px;
}
.liste-recettes .uk-panel h3.uk-panel-title {
	font-size: 20px;
	line-height: 24px;
	margin: 0px;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}
.liste-recettes .uk-panel:hover h3 {
	color: #FFF;
	transition-duration: 0.35s;
}

/* on passe sur 2 colonnes */
@media screen and (max-width: 766px) {
.liste-recettes .uk-panel {
	min-height: 295px;
}
.liste-recettes .uk-panel h3.uk-panel-title {
	font-size: 18px;
	line-height: 22px;
	padding-top: 15px;
}
}
@media screen and (max-width: 660px) {
.liste-recettes .uk-panel {
	min-height: 280px;
}
}
@media screen and (max-width: 560px) {
.liste-recettes .uk-panel {
	min-height: 262px;
}
}
/* on passe sur 1 colonnes */
@media screen and (max-width: 478px) {
.liste-recettes .uk-panel {
	min-height: auto;
}
.liste-recettes .uk-panel h3.uk-panel-title {
	padding-top: 15px;
	padding-bottom: 15px;
}
}

/************** Boutons de filtres (tag) ****************/

.blog-recettes * + .uk-dotnav, * + .uk-subnav {
    margin-top: 0px !important;
}
.blog-recettes .uk-dotnav, .uk-subnav {
    margin-bottom: 10px !important;
}

/* Supprimer espace <p> */
.category-desc > p:nth-child(2) {
	display: none;
}


.uk-subnav > * {
    padding-left: 0px;
    margin-top: 0px;
}
.main ul.uk-subnav,
.main ul.uk-subnav li {
	margin: 0px;
	padding: 0px;
	background-image: none;
	list-style-image: none;
	list-style-type: none;
}
/* liens non actifs */
.main ul.uk-subnav li a {
	font-size: 16px;
	line-height: 24px;
	color: #CCC;
	text-decoration: none;
	background-color: #FFF;
	display: block;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 15px;
	margin-left: 0px;
	padding-top: 6px;
	padding-right: 15px;
	padding-bottom: 6px;
	padding-left: 15px;
	border-radius: 4px;
	white-space: nowrap;
}
.main ul.uk-subnav li a:first-letter {
}
.main ul.uk-subnav li a:hover {
	color: #4B4B4B;
}
/* lien actif */
.main ul.uk-subnav li.uk-active a {
	font-family: 'FrutigerLTPro-Bold', Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #FFF;
	background-color: #a92021;
}

/************** Grandes images ****************/

.item-page-recettes .item-image,
.item-page-fromageries .item-image {
	display: block;
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 30px;
}
@media screen and (max-width: 1330px) {
.item-page-recettes .item-image,
.item-page-fromageries .item-image {
	width: 90%;
	margin-right: 5%;
	margin-left: 5%;
}
}

/************** Options de la recette ****************/

.item-page-recettes .fields-container {
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 30px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCC;
	border-bottom-color: #CCC;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
@media screen and (max-width: 1330px) {
.item-page-recettes .fields-container {
	width: 90%;
	margin-right: 5%;
	margin-left: 5%;
}
}
/* on passe sur 2 colonnes */
@media screen and (max-width: 766px) {
.item-page-recettes .fields-container {
	margin-bottom: 30px;
}
}
.item-page-recettes .fields-container .field-entry {
	font-family: 'FrutigerLTPro-Bold', Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 80%;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 0px;
	display: inline-block;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 25px;
}
.item-page-recettes .fields-container dd.field-entry:nth-child(1) {
	background-image: url(../images/picto-recettes-personnes.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: auto 16px;
}
.item-page-recettes .fields-container dd.field-entry:nth-child(2) {
	background-image: url(../images/picto-recettes-temps.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: auto 16px;
}
.item-page-recettes .fields-container dd.field-entry:nth-child(3) {
	background-image: url(../images/picto-recettes-infos.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: auto 16px;
}

/************** Balise <p> en rouge ****************/

.item-page-recettes > div >  p:nth-child(1) {
	font-family: 'FrutigerLTPro-Bold', Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #a92021;
	display: block;
	float: left;
	width: 45%;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.item-page-recettes > div > ul:nth-child(2) {
	display: block;
	float: left;
	width: 45%;
	clear: both;
	margin-left: 0px;
}
.item-page-recettes > div > p {
	font-family: 'FrutigerLTPro-Bold', Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #a92021;
	display: block;
	width: 45%;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 55%;
}
.item-page-recettes > div > ul {
	display: block;
	width: 45%;
	margin-left: 55%;
}

@media screen and (max-width: 900px) {
.item-page-recettes > div >  p:nth-child(1),
.item-page-recettes > div > p {
	float: none;
	width: auto;
	margin-left: 0px;
}
.item-page-recettes > div > ul:nth-child(2),
.item-page-recettes > div > ul {
	float: none;
	width: auto;
	margin-left: 0px;
}
}


/**********************************************************************************************************

	Navigation (précédente/suivante)

**********************************************************************************************************/

.main ul.pager.pagenav {
	display: block;
	width: 1200px;
	height: 50px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
	clear: both;
}
.main ul.pager.pagenav li {
	background-image: none;
	margin: 0px;
	padding: 0px;
	list-style-image: none;
	list-style-type: none;
}
.main ul.pager.pagenav li.previous {
	float: left;
}
.main ul.pager.pagenav li.next {
	float: right;
}
.main ul.pager.pagenav li a {
	color: #FFF;
	background-color: #E0E0E0;
	border-radius: 8px;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	text-decoration: none;
	font-size: 80%;
}
.main ul.pager.pagenav li a:hover {
	background-color: #a92021;
	transition-duration: 0.3s;
}

/* Masquer l'effet «tooltip» avec nom des pages suivantes */
div.tooltip {
    display: none !important;
}

@media screen and (max-width: 1330px) {
.main ul.pager.pagenav {
	width: 90%;
	margin-right: 5%;
	margin-left: 5%;
}
}
/* on passe sur 2 colonnes */
@media screen and (max-width: 766px) {
.main ul.pager.pagenav {
	height: 50px;
	padding-bottom: 15px;
}
}

/**********************************************************************************************************

	Pages FROMAGERIES

**********************************************************************************************************/


.blog-fromageries .category-desc > p:nth-child(1) {
	margin: 0px;
	padding: 0px;
}

.blog-fromageries {
	background-color: #E9E9E8;
	display: block;
	margin: 0px;
	padding-top: 160px;
	padding-right: 0px;
	padding-bottom: 50px;
	padding-left: 0px;
}
@media screen and (max-width: 790px) {
.blog-fromageries {
	padding-top: 106px;
}
}
@media screen and (max-width: 590px) {
.blog-fromageries {
	padding-top: 60px;
}
}

.blog-fromageries .uk-panel {
	background-color: #FFF;
}
.blog-fromageries .uk-panel:hover {
	background-color: #a92021;
	transition-duration: 0.35s;
}
.blog-fromageries .uk-margin {
    margin-bottom: 0px;
}
.blog-fromageries .uk-panel h3.uk-panel-title {
	font-size: 20px;
	line-height: 25px;
	margin: 0px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
.blog-fromageries .uk-panel:hover h3 {
	color: #FFF;
	transition-duration: 0.35s;
}

/* on passe sur 2 colonnes */
@media screen and (max-width: 766px) {
.liste-fromageries .uk-panel {
	min-height: 295px;
}
.liste-fromageries .uk-panel h3.uk-panel-title {
	font-size: 18px;
	line-height: 22px;
	padding-top: 15px;
}
}
@media screen and (max-width: 660px) {
.liste-fromageries .uk-panel {
	min-height: 280px;
}
}
@media screen and (max-width: 560px) {
.liste-fromageries .uk-panel {
	min-height: 262px;
}
}
/* on passe sur 1 colonnes */
@media screen and (max-width: 478px) {
.liste-fromageries .uk-panel {
	min-height: auto;
}
.liste-fromageries .uk-panel h3.uk-panel-title {
	padding-top: 15px;
	padding-bottom: 15px;
}
}


/**********************************************************************************************************

	Galeries FROMAGERIES

**********************************************************************************************************/


.galerie-fromageries {
	padding-top: 20px;
	padding-bottom: 10px;
}
/* Flèches de navigation (bug) */
.uk-notouch .uk-hidden-notouch,
.uk-touch .uk-hidden-touch {
    display: none !important;
}
.uk-slidenav-position:hover .uk-slidenav {
    display: block !important;
}
.uk-slidenav-position .uk-slidenav-previous {
    left: 10px;
}
.uk-slidenav-position .uk-slidenav-next {
    right: 10px;
}

/* fond noir (lightbox) */
.uk-modal {
    background: rgba(0,0,0,.75);
}

/**********************************************************************************************************

	Autres idées de visites

**********************************************************************************************************/

.uk-grid.tourisme {
	margin-top: 20px;
}

/**********************************************************************************************************

	NEWS (Le saviez-vous)

**********************************************************************************************************/

.news div.moduletable {
	display: block;
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 40px;
	padding-left: 0px;
}
@media screen and (max-width: 1330px) {
.news div.moduletable {
	width: 90%;
	padding-right: 5%;
	padding-left: 5%;
	margin: 0px;
}
}

.news div.moduletable h3:nth-child(1) {
	font-family: "BodoniLTPro-BoldCondensed", Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 85px;
	line-height: 85px;
	text-transform: uppercase;
	color: #a92021;
	margin: 0px;
	padding-top: 60px;
	padding-right: 0px;
	padding-bottom: 40px;
	padding-left: 0px;
}
@media screen and (max-width: 1330px) {
.news div.moduletable h3:nth-child(1) {
	font-size: 75px;
	line-height: 75px;
	padding-top: 60px;
	padding-bottom: 30px;
}
}
@media screen and (max-width: 766px) {
.news div.moduletable h3:nth-child(1) {
	font-size: 65px;
	line-height: 65px;
	padding-top: 50px;
	padding-bottom: 25px;
}
}
@media screen and (max-width: 478px) {
.news div.moduletable h3:nth-child(1) {
	font-size: 40px;
	line-height: 40px;
	padding-top: 40px;
	padding-bottom: 20px;
}
}

/* Box (couleur de fond & contour) */
.box-news .uk-panel {
	overflow: hidden;
	background-color: #FFF;
	padding: 0px;
	-webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,.1);
	box-shadow: 0 0 5px 0 rgba(0,0,0,.1);
}
.box-news:hover {
	/*cursor: wait;*/
}

/* Titre des articles */
.box-news h3.uk-panel-title {
	display: block;
	margin: 0px;
	padding-top: 20px;
	padding-right: 25px;
	padding-bottom: 5px;
	padding-left: 25px;
}
.box-news h3.uk-panel-title a {
	font-family: 'FrutigerLTPro-Bold', Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 24px;
	line-height: 26px;
	color: #a92021;
	display: block;
}



/* Supprimer lien (si lien A non existant) */
.box-news a.uk-link-reset {
	pointer-events: none;
	cursor: default;
}

/* Supprimer les espaces */
.box-news .uk-slidenav-position.uk-margin,
.box-news .uk-margin.uk-margin-top-remove,
.box-news .uk-text-center {
	margin: 0px;
	padding: 0px;
}
/* Espace contenus (textes) */
.box-news .uk-margin {
	margin: 0px;
	padding-top: 0px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 25px;
}

/* Présentation des boutons DotNav */
.box-news .uk-dotnav > * > * {
	width: 10px;
	height: 10px;
	margin-top: 5px;
	border: 2px solid #999 !important;
	background-color: #999;
	cursor: pointer;
}
.box-news .uk-dotnav > * > :hover {
	background: rgba(0,0,0,.0);
}
.box-news .uk-dotnav > .uk-active > * {
	border: 2px solid #999 !important;
	background: rgba(0,0,0,.0);
	width: 20px;
	height: 20px;
	margin-top: 0px;
	-webkit-transform: scale(1);
	transform: scale(1);
}
.box-news .uk-dotnav > .uk-active > :hover {
	background: rgba(0,0,0,.0);
	cursor: default;
}

/* Modifier espaces boutons rouges (liens) */
.box-news .bouton-lien {
    margin-top: 30px;
    margin-bottom: 25px;
}
.box-news .bouton-lien a {
    font-size: 0.9em;
    white-space: nowrap;
}


/**********************************************************************************************************

	Achat & Vente (accordeon)

**********************************************************************************************************/

.uk-accordion {
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
/* Titres */
.uk-accordion h3.uk-accordion-title {
	font-family: 'FrutigerLTPro-Bold', Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 28px;
	line-height: 28px;
	color: #a92021;
	cursor: pointer;
	background-color: #FFF;
	margin: 0px;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
	background-image: url(../images/accordeon-ouvrir.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
.uk-accordion h3.uk-accordion-title:hover {
	background-image: url(../images/accordeon-actif.gif);
}
.uk-accordion h3.uk-accordion-title.uk-active {
	background-image: url(../images/accordeon-fermer.gif);
}



/* Espace */
.uk-accordion div {
	margin-bottom: 20px;
}
/* Contenus */
.uk-accordion div.uk-accordion-content {
	background-color: #FFF;
	margin: 0px;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
}
.uk-accordion .sous-titre {
	font-size: 22px;
	line-height: 22px;
	margin-top: 20px;
	margin-bottom: 10px;
}
.uk-accordion .sous-titre-sans-espace {
	font-size: 22px;
	line-height: 22px;
	margin-bottom: 10px;
}


/**********************************************************************************************************

	Copyright

**********************************************************************************************************/

.copyright .newsflash {
	display: block;
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	clear: both;
}
@media screen and (max-width: 1330px) {
.copyright .newsflash {
	width: 90%;
	margin-right: 5%;
	margin-left: 5%;
}
}
/* Copyright et date */
.copyright .newsflash > p:nth-child(1) {
	display: inline-block;
	font-size: 16px;
	line-height: 125px;
	margin: 0px;
	padding: 0px;
}
.copyright .newsflash > p:nth-child(1) a {
	color: #4b4b4b;
	text-decoration: none;	
}
.copyright .newsflash > p:nth-child(1) a:hover {
	color: #4b4b4b;
	text-decoration: underline;
}
/* Liens */
.copyright .newsflash > p:nth-child(2) {
	font-family: 'FrutigerLTPro-Bold', Arial, Helvetica, sans-serif;
	font-weight: normal;
	display: inline-block;
	font-size: 16px;
	line-height: 125px;
	margin: 0px;
	padding: 0px;
	float: right;
}
.copyright .newsflash > p:nth-child(2) img {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	vertical-align: middle;
	height: 30px;
	width: auto;
}

@media screen and (max-width: 1060px) {
.copyright .newsflash > p:nth-child(1) {
	font-size: 16px;
	line-height: 125px;
}
.copyright .newsflash > p:nth-child(2) {
	font-size: 16px;
	line-height: 125px;
}
.copyright .newsflash > p:nth-child(2) img {
	margin-left: 8px;
	height: 25px;
}
}
@media screen and (max-width: 920px) {
.copyright .newsflash > p:nth-child(1) {
	font-size: 14px;
	line-height: 125px;
}
.copyright .newsflash > p:nth-child(2) {
	font-size: 14px;
	line-height: 125px;
}
.copyright .newsflash > p:nth-child(2) img {
	margin-left: 8px;
	height: 20px;
}
}
@media screen and (max-width: 780px) {
.copyright .newsflash > p:nth-child(1) {
	font-size: 14px;
	line-height: 20px;
	display: block;
	clear: both;
	float: none;
	width: 100%;
	margin: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.copyright .newsflash > p:nth-child(2) {
	font-size: 14px;
	line-height: 20px;
	display: block;
	clear: both;
	float: none;
	width: 100%;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
.copyright .newsflash > p:nth-child(2) img {
	margin-left: 8px;
	height: 20px;
}
}

/**********************************************************************************************************

	Bouton Scroll To

**********************************************************************************************************/


#plg_system_topofthepage {
	font-size: 0px;
	padding: 0px;
	border: 1px solid rgba(255,255,2550,.5);
	background-image: url(../images/picto-scroll-to.gif);
	height: 40px;
	width: 40px;
	border-radius: 25px;
	-webkit-box-shadow: 0 0 3px 0 rgba(0,0,0,0.2);
	box-shadow: 0 0 3px 0 rgba(0,0,0,0.2);
	z-index: 999;
	background-color: rgba(0,0,0,.1);
	background-repeat: no-repeat;
	background-position: center center;
	margin-top: 0px;
	margin-right: 40px;
	margin-bottom: 30px;
	margin-left: 0px;
}
#plg_system_topofthepage:hover {
	background-color: #a92021;
	-webkit-box-shadow: 0 0 3px 0 rgba(0,0,0,0.4);
	box-shadow: 0 0 3px 0 rgba(0,0,0,0.4);
	transition-duration: 0.3s;
}


@media screen and (max-width: 1300px) {
#plg_system_topofthepage {
	margin-right: 12px;
	margin-bottom: 22px;
}
}

@media screen and (max-width: 478px) {

}

@media screen and (max-height: 300px) {
#plg_system_topofthepage {
	display: none !important;
}
}


/**********************************************************************************************************

	Plan Google Maps

**********************************************************************************************************/

.avant .google-maps {
	display: block;
	padding: 0px;
	margin-top: 160px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
@media screen and (max-width: 790px) {
.avant .google-maps {
	margin-top: 100px;
}
}
@media screen and (max-width: 590px) {
.avant .google-maps {
	margin-top: 60px;
}
}

/* Info bulle */
.google-maps h3.uk-h3 {
	font-family: 'FrutigerLTPro-Bold', Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #a92021;
	font-size: 14px;
	line-height: normal;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;	
}
.google-maps .uk-margin {
	font-family: 'FrutigerLTPro-Light', Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	line-height: normal;
	font-style: normal;
	text-transform: none;
	text-decoration: none;
}

/**********************************************************************************************************

	Pictos CONTACT (avant Chronoforms)

**********************************************************************************************************/

.item-page-googlemaps {
	background-color: #E9E9E8;
	display: block;
	margin: 0px;
	padding: 0px;
}

.item-page-googlemaps .main1200 p:nth-child(1) {
	font-size: 85%;
	line-height: normal;
	display: inline-block;
	background-image: url(../images/picto-adresse.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: contain;
	text-align: left;
	vertical-align: top;
	height: 65px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 65px;
	margin-top: 0px;
	margin-right: 5%;
	margin-bottom: 15px;
	margin-left: 30%;
}
.item-page-googlemaps .main1200 p:nth-child(2) {
	font-size: 85%;
	line-height: normal;
	display: inline-block;
	background-image: url(../images/picto-telephone.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: contain;
	text-align: left;
	vertical-align: top;
	height: 65px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 65px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}

@media screen and (max-width: 1050px) {
.item-page-googlemaps .main1200 p:nth-child(1)  {
	margin-left: 0%;
	margin-right: 10%;
}
}
@media screen and (max-width: 766px) {
.item-page-googlemaps .main1200 p:nth-child(1),
.item-page-googlemaps .main1200 p:nth-child(2)  {
	font-size: 90%;
	display: block;
	height: 60px;
	margin-right: 0%;
	margin-bottom: 25px;
}
}

/**********************************************************************************************************

	Contact (Chronoform v.5)

**********************************************************************************************************/

/* Réinitialiser affichage iPhone
div.item-page input,
div.item-page textarea.champs {
    -webkit-appearance: none;
    border-radius: 0px;
}
*/

.gbs3 {
	display: block;
	width: 1200px;
	padding-top: 40px;
	padding-right: 0px;
	padding-bottom: 60px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
@media screen and (max-width: 1330px) {
.gbs3 {
	width: 90%;
	padding-right: 5%;
	padding-left: 5%;
	margin: 0px;
}
}
.chrono_credits {
	display: none !important;
}
/* espace après tous les champs */
.gbs3 .form-group {
    margin-bottom: 20px;
}

/* largeur des labels */
.gbs3 .gcore-label-left {
    min-width: 30%;
    max-width: 30%;
}

/* largeur des champs */
.gbs3 .gcore-display-table {
	width: 70%;
}

/* Espace texte infos (sans label) */
.gbs3 #fin-custom.gcore-input {
	width: 98%;
	padding-left: 30.5%;
	padding-top: 0px;
	padding-bottom: 20px;
	color: #999;
	font-size: 80%;
}
.gbs3 a {
	color: #a92021;
}
.gbs3 a:hover {
	color: #742015;
}
/* Espace bouton envoyer */
.gbs3 #fin-envoyer.gcore-display-table {
	width: 100%;
	padding-left: 30%;
}


.gbs3 .form-control.A {
	width: 98% !important;
}

/* Typo dans les champs */
.gbs3 .form-control {
	font-size: 16px !important;
	line-height: 20px !important;
}

/* Typo champs envoyer */
.gbs3 input#envoyer.btn {
	font-family: 'FrutigerLTPro-Bold', Arial, Helvetica, sans-serif;
	font-weight: normal;
}

/* Supprimer espace après <p> */
.item-page-googlemaps > div:nth-child(3) > p:nth-child(4) {
	margin: 0px;
	padding: 0px;
}

@media screen and (max-width: 860px) {
.gbs3 .gcore-label-left {
	min-width: 90%;
	max-width: 90%;
	clear: both;
	float: none;
	padding-bottom: 10px;
}
.gbs3 .gcore-display-table {
	width: 100%;
}
.gbs3 #fin-envoyer.gcore-display-table {
	width: 99%;
	padding-left: 0%;
}
.gbs3 #fin-custom.gcore-input {
	padding-left: 0%;
}
}