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

html, body {
	height: 100%;
}

body	 {
	background-color: #232323;
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	font-weight: normal;
	line-height: 1.4em;
	color: #373737;
	margin: 0;
	padding: 0;
}


ul {
	padding: 0;
}

li {
	text-decoration:none;
	-webkit-transition:color 300ms ease-out;
	-moz-transition:color 300ms ease-out;
	-ms-transition:color 300ms ease-out;
	-o-transition:color 300ms ease-out;
	transition:color 300ms ease-out;

	background: url('../images/picto-liste.png') no-repeat 0 7px;
	list-style: none;
	padding-left: 30px;
}

a{
	text-decoration: none;
	font-weight: normal;
	color: #296889;

	-webkit-transition:color 300ms ease-out;
	-moz-transition:color 300ms ease-out;
	-ms-transition:color 300ms ease-out;
	-o-transition:color 300ms ease-out;
	transition:color 300ms ease-out;
}


.body a {
	text-decoration: underline;
}

button {
	-webkit-transition:color 300ms ease-out;
	-moz-transition:color 300ms ease-out;
	-ms-transition:color 300ms ease-out;
	-o-transition:color 300ms ease-out;
	transition:color 300ms ease-out;
}

a:hover {
	color: #296889;
	text-decoration: none;
}

a:focus
{
	color: #296889;
	outline:0;
	text-decoration: none;
}

p {
	margin:0;
}

.content {
	position: relative;
	max-width: 1600px;
	margin: 0 auto;
}


.category.table {
	margin-top: 60px;
}

.error {
	color: #e61616;
}

.items-leading > div, .items-leading .readmore {
	padding: 0 0 30px 0;
}

.items-leading .item-title {
	text-transform: none;
}

.couleur_rouge {
  color: red;
  font-weight: bold;
}

/* -------------------------------------------------------------------------------------- */
/* [TITRES]------------------------------------------------------------------------------ */

hr{ 
	border: 0; 
	height: 0;
	border-top: 2px solid rgba(33, 180, 231, 0.1);
	border-bottom: 2px solid rgba(33, 180, 231, 0.3); 
}


h1, h2 {
	font-weight: bold;
	color: #20b5e6;
	text-transform: uppercase;
	font-size: 30px;
}


h3, h3 a {
	color: #20b5e6
}

h4, h4 a	 {
	color: #20b5e6
}


.page-header {
	border: none;
	margin: 0;
	padding: 0;
}

.component h1, .component h2 {
	display: block;
	border-bottom: 1px solid #373737;
	padding-bottom: 10px;
	margin: 0 0 30px 0;
}

.component .page-header h1, .component .page-header h2 {
	margin: 0 0 10px 0;
}

/* -------------------------------------------------------------------------------------- */
/* [COOKIES]----------------------------------------------------------------------------- */




/* -------------------------------------------------------------------------------------- */
/* [HEADER]------------------------------------------------------------------------------ */

header .content {
	max-width: 1600px;
}

header .background, header .background-mobile {
	width: 100%;
	height: auto;
}


header .background-mobile {
	display: none;
}

header .logo a {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 100%;
	width: 25%;
}


header .top {
	position: absolute;
	top: 4%;
	right: 2.8%;
	color: #fff;
	text-align: right;
}


header .langue {
	position: relative;
	text-align: right;
	margin-bottom: 15px;
}

header .langue .titre, header .langue .code-langue {
	font-family: "Oswald", sans-serif;
	font-size: 15px;
	text-transform: uppercase;
	color: #fff;
}

header .langue .titre {
	font-weight: 200;
}


header #langue-liste {
	display: none;
	position: absolute;
	top: 25px;
	right: 0;
	background: #282828;
	padding: 1px;
	z-index: 999;
}

header #langue-liste li:hover {
	background: #20b5e6;
}

header #langue-liste li {
	display: block;
	background: none;
	padding: 5px 10px;
	list-style: none;
	cursor: pointer;
	color: #fff;
}

header .top .cifec {
	text-align: right;
	font-size: 16px;
	font-weight: 200;
	line-height: 1em;
}

header .top .cifec p{
	margin-top: 10px;
}

header .top .cifec span {
	display: block;
	font-family: 'Oswald',  sans-serif;
	font-size: 20px;
	margin-bottom: 10px;
}

header .top  a {
	color: #fff;
}

header .top a:hover {
	color: #282828;
}


/* -------------------------------------------------------------------------------------- */
/* [BODY]-------------------------------------------------------------------------------- */

.body {
	position: relative;

}

.body .background-top {
	position: absolute;
	width: 100%;
	height: auto;
}


.body .content {

	min-height: 500px;
	background: #fff url('../images/bg-bottom.png') no-repeat bottom center;
}

.body .component {
	position: relative;
	max-width: 1000px;
	margin: 0 auto;
	padding-top: 40px;
}

.readmore a {
	color: #282828;
	margin: 0;
	padding: 0;
	border: none;
	font-weight: bold;
	font-size: 14px;
}
.readmore i {
	color: #e61616;
	font-size: 15px;
}
.readmore a:hover {
	color: #20b5e6;
}

.decouvrez {
	color: #e61616;
	font-size: 40px;
}



/* -------------------------------------------------------------------------------------- */
/* [TITRES]------------------------------------------------------------------------------ */

.titre-bleu, .titre-noir {
	display: none;
	width: 80%;
	font-family: 'Oswald', sans-serif;
	font-size: 18px;
	margin-left: 20px;
	text-transform: uppercase;
}

.titre-bleu {

	margin-top: 26px;
	color: #20b5e6;
}

.titre-noir {
	color: #373737;
}

/* -------------------------------------------------------------------------------------- */
/* [MENU]-------------------------------------------------------------------------------- */

.nav-before {
	display: block;
	height: 22px;

}
nav {
	left: 0;
	width:100%;
	background: url('../images/bg-nav.png') no-repeat right 0 top 0;
	min-height: 10px;
}


.nav {
	display: block;
	max-width: 1000px;
	margin: 0 auto;
	padding: 0;
}

.body .nav a {
	text-decoration: none;
}

nav ul li {
	display: block;
	float: left;
	color: #fff;
	background: none;
	padding: 0;
}

nav ul li a, nav ul li a:focus {
	color: #fff;
	font-size: 18px;
	font-weight: 200;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
}

.nav>li>a, .nav>li>a:focus  {
	padding: 10px 8px;
	-webkit-transition:background 300ms ease-out;
	-moz-transition:background 300ms ease-out;
	-ms-transition:background 300ms ease-out;
	-o-transition:background 300ms ease-out;
	transition:background 300ms ease-out;
	background: none;
}


.nav>li>a:hover, .nav>li.current>a, .nav>li.active>a {
	background: #20b5e6;
	color: #fff;
}



.nav>li>ul {
	display: none;
	background: #282828;
	position: absolute;
	z-index: 1000;
}

.nav>li:hover>ul {
	display: block;
}

.nav>li>ul>li {
	display: block;
	width: 100%;
}
.nav>li>ul>li>a, .nav>li>ul>li>a:focus {
	white-space: nowrap;
	display: block;
	padding: 10px 8px;
	font-size: 16px;
	-webkit-transition:background 300ms ease-out;
	-moz-transition:background 300ms ease-out;
	-ms-transition:background 300ms ease-out;
	-o-transition:background 300ms ease-out;
	transition:background 300ms ease-out;
}

.nav>li>ul>li>a:hover{
	background: #20b5e6;
	color: #fff;
}


.nav a.calculette, .nav a.calculette:focus  {
	padding: 0;
}

.nav .calculette img {
	display: none;
}

.nav .calculette span {
	display: block;
	font-size: 18px;
	padding: 6px 8px;
}

@media screen and (min-width: 980px) {

	.nav .calculette span::before {
		display: block;
		position: absolute;
		content: ' ';
		top: -10px;
		left: 12px;
		width: 20px;
		height: 10px;
		background: url('../images/triangle-bleu-v.png') no-repeat;
	}

	.nav .calculette span {
		display: block;
		position: absolute;
		top: 55px;
		background: #20b5e6;
		color: #fff;
		white-space: nowrap;
		padding: 5px;
	}

	.nav .calculette span::before, .nav .calculette span {
		-webkit-transition: opacity 300ms ease-out;
		-moz-transition: opacity 300ms ease-out;
		-ms-transition: opacity 300ms ease-out;
		-o-transition: opacity 300ms ease-out;
		transition: opacity 300ms ease-out;
		opacity: 0;
		filter: alpha(opacity=0);
	}

	.nav .calculette:hover span::before, .nav .calculette:hover span {
		opacity: 1;
		filter: alpha(opacity=100);
	}


	.nav .calculette img {
		display: inline-block;
		height: 45.2px;
	}
}


/* -------------------------------------------------------------------------------------- */
/* [FIL D'ARIANE]------------------------------------------------------------------------ */


.breadcrumb {
	top: 0;
	position: absolute;
	background: none;
	padding: 0 0 0 20px;
	background: url('../images/triangle-rouge.png') no-repeat 0 3px; ;
}

.breadcrumb li  {
	vertical-align: top;
	background: none;
	padding: 0;
}

.breadcrumb li span {
	vertical-align: top;
}

.breadcrumb li:first-child {
	padding: 0;
}


.breadcrumb > li + li::before {
	padding: 0 0 0 15px;
	margin: 0 0 0 5px;
	content: "";
	background: url('../images/triangle-bleu.png') no-repeat 0 5px ;
	display: inline-block;
	width: 15px;
	height: 25px;
}

.breadcrumb .divider {
	display: none;
}

.breadcrumb a, .breadcrumb span {
	text-transform: uppercase;
	text-decoration: none;
}

/* -------------------------------------------------------------------------------------- */
/* [SLIDER]------------------------------------------------------------------------------ */

#cust-navigation99 {
	width: 100%;
	top: 0;
	left: 0;
	text-align: center;
}

#cust-navigation99 .load-button {
	width: 15px;
	height: 15px;
}

#slider-container99 .slide-text {
	text-align: center;
}

#slider-container99 a.readmore {
	color: #fff;
}

#slider-container99 a.readmore:hover {
	color: #e61616;
}

#djslider99 .mask {
	width: 8%;
	height: auto;
	position: absolute;
	top: 0;
	right: 0;
}

/* -------------------------------------------------------------------------------------- */
/* [FORMULAIRE DE CONTACT]--------------------------------------------------------------- */
.pweb-chars-counter {
	display: none;
}

code {
	background: none;
}

/* -------------------------------------------------------------------------------------- */
/* [SEARCH]------------------------------------------------------------------------------ */

.mod_search44 {
	position: relative;
	max-width: 542px;
	height: 48px;
	background: url('../images/bg-search.png') no-repeat top right;
	padding: 8px 0 0 50px;
	margin: 10px 160px 20px auto;

}

.mod_search44 label {
	display: none;
}

.mod_search44 .inputbox {
	background: none;
	border: none;
	position: absolute;
	font-family: 'Oswald', sans-serif;
	font-weight: 200;
	color: #899396;
}



.mod_search44 button{
	position: absolute;
	top: 10px;
	right: 37px;
	border: none;
	background: none;
	color: #fff;
	font-size: 28px;
}

.mod_search44 button:hover{
	color: #282828;
}

/* [DESIGN BOUTON MENU (RESPONSIVE)]----------------------------------------------------- */
.prol-menu-btn
{
	display: none;
	clear: both;
	border-radius: 0px;
	margin: 6px 0 0 auto;
	outline: none;
	padding: 5px;
	position: relative;
	vertical-align: bottom;
	width: 40px;
}

.prol-menu-btn span
{
	background-color: #fff;
	border-radius: 0px;
	display: block;
	height: 5px;
	margin: 4px 1px;
	padding: 0;
	position: relative;
	-moz-transition: background .2s;
	-o-transition: background .2s;
	-webkit-transition: background .2s;
	transition: background .2s;
}

.prol-menu-btn:hover
{
}

.prol-menu-btn:hover span {
	background-color: #000;
}


/* -------------------------------------------------------------------------------------- */
/* [CALENDRIER]-------------------------------------------------------------------------- */

#flatcal_cifec {
	font-family: 'Oswald', sans-serif;
}
#flatcal_cifec .title{
	text-align: center;
	color: #fff;
	padding: 5px;
}
#flatcal_cifec .flatcal_main_t {
	background: url('../images/bg-cal.png');
	background-size: 100% 100%;
	width: 300px;
	height: 300px;
	margin: 0 0 0 auto;
}
#flatcal_cifec table tr,#flatcal_cifec table td{
	border:none;
}
#flatcal_cifec .flatcal_navbar {
	background: none;
	border-bottom: none;
}
#flatcal_cifec .flatcal_tiny_add_event_link {
	font-family: Verdana;
	font-size: 9px;
	font-weight: normal;
	color:#575767;
	text-decoration: none;
}
#flatcal_cifec TABLE.flatcal_weekdays {
	border-top: 1px solid #FFFFFF;
	width:135px;
	border-collapse:collapse;
	border-spacing:0px;
	border-width:0px;
	text-align:center;
}
#flatcal_cifec TD.flatcal_weekdays {
	font-size: 16px;
	font-weight: normal;
	color: #fff;
	text-decoration: none;
	padding-top: 4px;
	vertical-align:top;
	height:24px;
	text-align:center;
}
#flatcal_cifec .flatcal_small {
	font-family: Verdana;
	font-size: 9px;
	color:#575767;
	text-decoration: none;
}
#flatcal_cifec .flatcal_small:link,#flatcal_cifec .flatcal_small:visited {
	text-decoration: none;
}
#flatcal_cifec .flatcal_small:hover {
	text-decoration: underline;
}

#flatcal_cifec .flatcal_daycell,#flatcal_cifec .flatcal_todaycell,
#flatcal_cifec .flatcal_sundaycell,#flatcal_cifec .flatcal_othermonth {
	font-family: "Trebuchet MS", Verdana, Arial, "Microsoft Sans Serif";
	font-size: 9px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	color:#555555;
	background-repeat: no-repeat;
	background-position: center center;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 2px;
	padding-left: 2px;
}

#flatcal_cifec .flatcal_todaycell {
	color:#99AAAA;
}

#flatcal_cifec .flatcal_sundaycell {
	color:#99AAAA;
}

#flatcal_cifec .flatcal_othermonth {
	color:#99AAAA;
}

#flatcal_cifec .flatcal_daylink, #flatcal_cifec .flatcal_sundaylink,
#flatcal_cifec .flatcal_busylink  {
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}

#flatcal_cifec a.flatcal_daylink:link,#flatcal_cifec a.flatcal_daylink:visited, #flatcal_cifec a.flatcal_busylink:focus {
	color:#555555;
}

#flatcal_cifec a.flatcal_busylink:link,#flatcal_cifec a.flatcal_busylink:visited {
	color:#20b5e6;
	text-decoration: none;
	padding:3px;border: none;
	background-color:#fff;
	border-radius:0px;
}
#flatcal_cifec .flatcal_busylink:hover {
	background-color:#e61616;
}
#flatcal_cifec .flatcal_sundaylink:link,#flatcal_cifec .flatcal_sundaylink:visited {
	color:#888;
}

#flatcal_cifec .flatcal_month_label {
	width:98%;
	font-size: 16px;
	font-weight: normal;
	color: #232728;
	vertical-align:middle;
	height:18px;
	text-align:left;
	padding: 5px;
}
#flatcal_cifec .flatcal_picture
#flatcal_cifec .flatcal_weekcell {
	margin: 0px;
	padding: 0px;
	text-align:center;
}

#flatcal_cifec a {background-color: transparent;}
.mod_events_link {
	cursor:pointer;
}
#flatcal_cifec .flatcal_todaycell a{color:#fff !important; padding:3px;border: none; background-color:#000;border-radius:0px;}
#flatcal_cifec .flatcal_todaycell a:hover{color:#555555 !important; border: none; background-color:#fff;}
table.flatcal_main_t {margin:auto auto;border: none; border-radius:0px; background-color: rgb(255, 255, 255);}
.flatcal_navbar .link_next {padding-left:5px;margin: 0 auto; min-width: 4px;vertical-align:middle;height:18px;text-align:center;}
.flatcal_navbar .link_prev {padding-right:5px;vertical-align:middle;height:18px;text-align:center;min-width:4px;}
.flatcal_navbar .link_next a:hover {color: #fff;}
.flatcal_navbar .link_prev a:hover {color: #fff;}

#flatcal_cifec .full_cal_link td {padding:3px;text-align:center;font-size:10px; background-color:#F7F7F7;border-top: 1px solid #ddd;}
.full_cal_link  {height:17px;}


/* -------------------------------------------------------------------------------------- */
/* [PAGINATION]-------------------------------------------------------------------------- */

.pagination {
	display: block;
	text-align: center;
}

.pagination ul {
	display: inline-block;
	margin: 0;
	padding: 0;
	background: #282828;
}

.pagination li {
	display: inline-block;
	background: none;
	padding: 0;
	margin: 0;
}


.pagination li span {
	display: inline-block;
	padding: 10px 20px;
	color: #5e5e5e;
}

.pagination li a {
	display: inline-block;
	padding: 10px 20px;
	color: #fff;
	-webkit-transition:background-color 300ms ease-out;
	-moz-transition:background-color 300ms ease-out;
	-ms-transition:background-color 300ms ease-out;
	-o-transition:background-color 300ms ease-out;
	transition:background-color 300ms ease-out;
}


.pagination li a:hover {
	background: #20b5e6;
}


/* -------------------------------------------------------------------------------------- */
/* [BOUTIQUE]---------------------------------------------------------------------------- */

.boutique {
	padding: 0 0 25px 0;
}

.boutique .content {
	max-width: 1000px;
	color: #fff;
}

.boutique .top {
	height: 70px;
	width: 100%;
	background: url('../images/bg-boutique.png') no-repeat top center;
	margin-top: 48px;
}

.boutique a, .boutique a:hover {
	color: #fff;
}

.boutique h2 {
	display: inline-block;
	font-family: 'Oswald', sans-serif;
	color: #fff;
	font-size: 40px;
	font-weight: normal;
	text-transform: uppercase;
	line-height: 1.2em;
	width: 70%;
	margin: 10px 0;
}
.boutique h2 i {
	display: none;
}

a.boutique-lien-top {
	font-family: 'Oswald', sans-serif;
	font-size: 30px;
	text-transform: uppercase;
	color: #20b5e6;
}


a.boutique-lien-bottom {
	display: none;
	font-family: 'Oswald', sans-serif;
	font-size: 20px;
	text-transform: uppercase;
	background: #20b5e6;
	color: #000;
	text-align: center;
	padding: 10px;
	margin-bottom: 26px;
}

.boutique ul {
	text-align: center;
	padding: 0;
}

.boutique li {
	display: inline-block;
	position: relative;
	width: 300px;
	height: 350px;
	background: none;
	padding: 0;
	margin: 20px 22px;
	text-align: left;
	vertical-align: top;
}

.boutique li p {
	font-family: 'Oswald', sans-serif;
	font-size: 16px;
	text-transform: uppercase;
}


.boutique li img {
	display: block;
	height:300px;
	width: 300px;
	margin-bottom: 10px;
}

.boutique li:nth-child(3n+1) {
	margin-left: 0;
}

.boutique li:nth-child(3n) {
	margin-right: 0;
}

.boutique li .hover {
	position: absolute;
	background: url('../images/bg-hover-bleu.png');
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 300px;
	font-family: 'Oswald', sans-serif;
	font-size: 28px;
	font-weight: 200;
	text-transform: uppercase;
	text-align: center;
	color: #fff;
	padding-top: 150px;
	opacity: 0;
	filter: alpha(opacity=0); /* For IE8 and earlier */
	-webkit-transition:opacity 300ms ease-out;
	-moz-transition:opacity 300ms ease-out;
	-ms-transition:opacity 300ms ease-out;
	-o-transition:opacity 300ms ease-out;
	transition:opacity 300ms ease-out;
}

.boutique li:hover .hover {
	opacity: 1;
	filter: alpha(opacity=100); /* For IE8 and earlier */
}

/* -------------------------------------------------------------------------------------- */
/* [PARTENAIRES]------------------------------------------------------------------------------ */

.partenaires {
	background-color: #FFF;
	padding: 48px 0 10px 0;
}

.partenaires::after {
	display:block;
	margin: 0 auto;
	content: '';
	background-color: #282828;
	height: 2px;
	max-width: 1600px;
}

.partenaires h2 {
	display: inline-block;
	font-family: 'Oswald', sans-serif;
	color: #fff;
	font-size: 40px;
	font-weight: normal;
	text-transform: uppercase;
	line-height: 1.2em;
	width: 70%;
	margin: 10px 0;
}

.partenaires .topContent {
	position: relative;
	max-width: 1600px;
	margin: 0 auto;
	padding: 0 10px;
	height: 70px;
	width: 100%;
	background: url('../images/bg-partenaires.png') no-repeat top center;
}
.partenaires .content {
	max-width: 1000px;
	color: #fff;
}

.partenaires .content {
	text-align: center;
}

.partenaires .topContent .content {
	text-align: left;
}

.partenaires ul {
	margin: 0;
}

.partenaires .content li {
	display: inline-block;
	position: relative;
	background: none;
	padding: 0;
	margin: 20px 22px;
	text-align: left;
	vertical-align: center;
}

/* -------------------------------------------------------------------------------------- */
/* [BOTTOM]------------------------------------------------------------------------------ */
.bottom {
	background-color: #fff;
	margin: 0;
	padding: 0;
	text-align: center;
	line-height: 1em;
}


.bottom .custom {
	display: inline-block;
}

.bottom ul {
	margin: 0;
	padding: 0;
}

.bottom li{
	display: inline-block;
	list-style: none;
	background: none;
	padding: 0;

	margin: 10px;
}

.bottom li.sitelock {
	padding: 30px 0 30px 40px;
	margin: 10px 10px 10px 30px;
	border-left: 2px solid #d4dcde;
}


/* -------------------------------------------------------------------------------------- */
/* [FOOTER]------------------------------------------------------------------------------ */

footer {
	background-color: #fff;
	margin: 0;
	padding: 0;
	font-size: 13px;
	color: #a2acae;
	text-align: center;
}
footer .texte {
	padding : 10px 25% 20px 25%;
}

footer .syndicate-module {
	position: absolute;
	top: 10px;
	right: 15%;
}


/* -------------------------------------------------------------------------------------- */
/* [AJAX]-------------------------------------------------------------------------------- */

#loading img {
	display: none;
}



/* -------------------------------------------------------------------------------------- */
/* [RESPONSIVE]-------------------------------------------------------------------------- */




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

	header .top {
		top: 0;
		right: 1%;
	}

	header .top .cifec {
		font-size: 14px;
	}

	nav ul li a, nav ul li a:focus {
		font-size: 16px;
	}

	.nav > li > ul > li > a, .nav > li > ul > li > a:focus {
		font-size: 14px;
	}


}

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


	.body .component {
		padding: 40px 10px 0 10px;
	}

	.boutique .content {
		padding: 0 10px;
	}

	#flatcal_cifec .flatcal_main_t {
		margin: 0 auto;
	}

	header .top .cifec {
		line-height: 1em;
		font-size: 12px;
	}

	nav ul li a, nav ul li a:focus {
		font-size: 14px;
	}

	.nav > li > ul > li > a, .nav > li > ul > li > a:focus {
		font-size: 14px;
	}
}


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

	header .background {
		display: none;
	}

	header .background-mobile {
		display: block;
	}

	header .top .cifec {
		display: none;
	}
	.titre-bleu, .titre-noir {
		display: block;
	}

	/* menu */
	.prol-menu-btn {
		display: block;
	}

	nav ul.menu {
		display: none;
		position: absolute;
		top: 13px;
		left: 0;
		background: #282828;
		width: auto;
		height: auto;
		line-height: 1.2em;
		z-index: 999;
	}

	.with-sidebar nav ul.menu {
		display: block;
	}

	.nav  li  a, .nav  li  a:focus {
		padding: 6px 8px;
	}

	nav ul li {
		display: block;
		float: none;
	}


	nav ul li a {
		font-size: 18px;
	}

	.nav>li>ul {
		display: block;
		position: static;
	}

	.nav>li>ul>li>a, 	.nav>li>ul>li>a:focus  {
		font-size: 14px;
		padding: 6px 8px 6px 20px;
		font-style: italic ;
	}


	.bottom li.sitelock {
		padding: 0;
		margin: 20px;
		border: none;
	}

	.boutique .top {
		background: url('../images/bg-boutique-mobile.png') no-repeat top 0 right 10px;
	}

	.boutique .boutique-lien-top {
		display: none;
	}

	.boutique .boutique-lien-bottom {
		display: block;
	}

	.boutique li:nth-child(3n+1) {
		margin-left: 22px;
	}

	.boutique li:nth-child(3n) {
		margin-right: 22px;
	}

}

@media screen and (max-width: 900px){
	.partenaires h2 {
		font-size: 25px;
	}

	.partenaires .topContent{
		height: 50px;
	}
}

@media screen and (max-width: 900px){
	.partenaires .topContent {
		background: url('../images/bg-partenaires-mobile.png') no-repeat top 0 right 10px;
	}
}

@media screen and (max-width: 570px){
	.partenaires h2 {
		font-size: 18px;
	}

	.partenaires .topContent{
		height: 40px;
	}
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {

	.mod_search44 {
		padding-left: 10px;
	}


	.boutique .top {
		background: #282828;
	}

	.boutique h2 {
		width: 100%;
	}

	.boutique h2 i {
		display: inline-block;
	}


	footer .syndicate-module {
		display: none;
	}

}
