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

@font-face {
    font-family: 'etiquette';
    src: url('../fonts/etiquette.eot');
    src: url('../fonts/etiquette.eot?#iefix') format('embedded-opentype'),
        url('../fonts/etiquette.woff2') format('woff2'),
        url('../fonts/etiquette.woff') format('woff'),
        url('../fonts/etiquette.ttf') format('truetype'),
        url('../fonts/etiquette.svg#etiquette') format('svg');
    font-weight: 500;
    font-style: normal;
}



/*GENERAL*/
html
{
	height: 100%;
}
*
{
	box-sizing: border-box;
	outline: none;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
BODY
{
	margin: 0;

	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #353535;

	height: 100%;
}
h1, 
.highlight h2
{
	margin: 0 0 0 0;
	padding: 25px 0px 10px 0px;

	color: #236736;
	font-size: 30px;
	text-align: center;
	text-transform: initial;
	font-weight: normal;
    font-family: 'Lobster Two', cursive; font-style: normal;
}
.highlight
{
	background-color: #f9da5b;
    padding: 30px;
}
.highlight hr:not(.small)
{
	border-color: #593e21;
}
h2
{
	
	margin: 0;
	padding: 25px 0px 10px 0px;

    color: #010101;
    font-size: 26px;
    text-align: center;    
	text-transform: uppercase;
	font-weight: normal;
}
h2 + hr.small
{
	margin: 0;
	width: 100%;
}
.titre-article
{
	color: #593e21;
	font-size: 20px;
	text-align: justify;
	margin: 0;
}
h3
{
	margin: 5px 0;

	color: #010101;
	font-size: 14px;
	text-align: center;
}
h1 > a,
h2 > a,
h3 > a
{
	text-decoration: none;
}
table
{
	border-spacing: 0;
}
table td
{
	margin: 0;
	padding: 0;
}
hr
{
	display: block;
	margin: 0 auto;
	padding: 0 0 20px 0;
	border: 0;
	border-top: 2px solid #593e21;
	width: 100px;
	max-width: 100%;
}
hr.small
{
	border-top-width: 1px;
}
a img
{
	border: 0;
}
a
{
	color: #583D20;
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}
a:active, 
a:focus
{
	color: #583D20;
}
.center
{
	text-align: center;
	justify-content: center;
}
.block
{
	display: block;
}
.left
{
	text-align: left;
}
.right
{
	text-align: right;
}
.small
{
	font-size: 11px;
}
.middle
{
	display: flex!important;
    align-items: center!important;
}
.middle.center
{
	justify-content: center;
}
.ok
{
	color: #1ABA16;
}
.nok
{
	color: #BA1616;
}
.clear
{
	clear: both;
}
.absolute
{
	position: absolute!important;
	top: 0;
	height: 100%;
}
.absolute.right
{
	right: 0;
	width: 50%;
}
.absolute.left
{
	left: 0;
	width: 50%;
}
.highlight_bloc
{
	color: #FFF;
	/*background-color: rgba(164,1,0,0.9);*/
	background-color: #593e21;
	padding: 30px!important;
}
.highlight_bloc h2
{
	color: #FFF;
	margin: 0 0 15px 0;
	padding: 25px 0px 10px 0px;
}
.highlight_bloc hr
{
	border-color: #FFF;
}
.circle
{
	display: inline-block;
    color: #593e21;
    border-radius: 100%;
    width: 27px;
    height: 27px;
    text-align: center;
    font-size: 17px;
    line-height: 27px;
    vertical-align: middle;
    background-color: #FFF;
    margin: 10px;
}
.container
{
	position: relative;
	display: block;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 20px;
}
.liste
{
	list-style: none;
	margin: 0 auto;
	padding: 0;
	width: 90%;
}
.liste > li
{
	display: table;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #FFF;
	width: 100%;
}
.liste > li > span
{
	display: table-cell;
	padding: 10px 5px;
	text-align: left;
}
.liste > li > span:first-child + span
{
	text-align: right;
}
.liste-infos-pratique
{
	list-style: none;
	margin: 0 auto;
	padding: 0;
	width: 90%;
}
.liste-infos-pratique > ul {
	margin: 0;
    padding: 0;
}
.liste-infos-pratique > ul > li
{
	display: table;
	margin: 0;
	padding: 0;
	width: 100%;
	font-size: 13pt;
    padding-top: 25px;
}
.liste-infos-pratique > ul > li > span
{
	display: table-cell;
	padding: 10px 5px;
	text-align: left;
}
.liste-infos-pratique > ul > li > span:first-child + span
{
	text-align: right;
}
.liste-infos-pratique > ul > li > a {
	text-decoration: none;
}
.liste-infos-pratique > ul > li > a:hover {
	color: #25693a;
}
.liste-infos-pratique > ul > li > a > i {
	font-weight: 700;
    color: #25693a;
    font-size: 17pt;
}
.center
{
	text-align: center;
}
.fade-c > *,
.fade
{
  opacity: 0;
  transform: translateX(-20px);
  -webkit-transform: translateX(-20px);
  transition: opacity ease-in-out 0.4s, transform ease-in-out 0.5s;
}
.fade-c.visible > *,
.fade.visible
{
  opacity: 1;
  transform: translateX(0px);
  -webkit-transform: translateX(0px);
}
.fade-c.visible > :nth-child(2)
{
  transition-delay: 0.3s;
}
.fade-c.visible > :nth-child(3)
{
  transition-delay: 0.6s;
}
.fade-c.visible > :nth-child(4)
{
  transition-delay: 0.9s;
}
.fade-c.visible > :nth-child(5)
{
  transition-delay: 1.2s;
}
.fade-c.visible > :nth-child(6)
{
  transition-delay: 1.5s;
}
.fade-c.visible > :nth-child(7)
{
  transition-delay: 1.8s;
}

.fade-c.visible > :nth-child(8)
{
  transition-delay: 2.1s;
}
.fade-c.visible > :nth-child(9)
{
  transition-delay: 2.4s;
}
.fade-c.visible > :nth-child(10)
{
  transition-delay: 2.7s;
}
.fade-c.visible > :nth-child(11)
{
  transition-delay: 3s;
}
.fade-c.visible > :nth-child(12)
{
  transition-delay: 3.3s;
}
.fade-c.visible > :nth-child(13)
{
  transition-delay: 3.6s;
}
.fade-c.visible > :nth-child(14)
{
  transition-delay: 3.9s;
}
.fade-c.visible > :nth-child(15)
{
  transition-delay: 4.2s;
}
.fade-c.visible > :nth-child(16)
{
  transition-delay: 4.5s;
}
.fade-c.visible > :nth-child(17)
{
  transition-delay: 4.8s;
}
.fade-c.visible > :nth-child(18)
{
  transition-delay: 5.1s;
}
.fade-c.visible > :nth-child(19)
{
  transition-delay: 5.4s;
}
.fade-c.visible > :nth-child(20)
{
  transition-delay: 5.7s;
}

.row
{
	font-size: 0;
	margin: 0 -10px;
	padding: 0;
	list-style: none;
}
.row > *
{
	font-size: 15px; /*font default*/
	display: inline-block;
	vertical-align: top;
	padding: 0 10px;
	margin: 0;
}
.row > .col-1
{
	width: 8.333333%;
}
.row > .col-2
{
	width: 16.666667%;
}
.row > .col-3
{
	width: 25%;
}
.row > .col-4
{
	width: 33.33%;
}
.row > .col-5
{
	width: 41.666667%;
}
.row > .col-6
{
	width: 50%;
}
.row > .col-7
{
	width: 58.333333%;
}
.row > .col-8
{
	width: 66.66%;
}
.row > .col-9
{
	width: 75%;
}
.row > .col-10
{
	width: 83.333333%;
}
.row > .col-11
{
	width: 91.666667%;
}
.row > .col-12
{
	width: 100%;
}

/*FORMULAIRE*/
#captchagc,
#captchagc *
{
    box-sizing: border-box;
    outline: none;
}

#captchagc
{
    position: relative;
    background-color: #E7E7E7;
    border: 1px solid #D6D6D6;
    width: 250px;
    height: 70px;
    overflow: hidden;
    margin: 10px auto;
}

#captchagc > img:nth-of-type(1)
{
    position: absolute;
    top: 18px;
    left: 18px;
    width: 34px;
    height: 34px;
    z-index: 2;
    margin: 0 !important;
}

#captchagc > img:nth-of-type(2)
{
    position: absolute;
    top: 40px;
    left: 25px;
    width: 25px;
    height: 25px;
    z-index: 3;
    margin: 0 !important;
    animation: 3s ease-out 1s infinite running captchagc;
}

@keyframes captchagc
{
    0%
    {
        left: 25px;
    }

    25%
    {
        left: 25px;
    }

    50%
    {
        left: 210px;
    }

    100%
    {
        left: 210px;
    }
}

#captchagc > img:nth-of-type(1)+div
{
    position: absolute;
    top: 14px;
    right: 14px;
    border: 1px solid #535353;
    border-radius: 4px;
    width: 41px;
    height: 40px;
    background-color: #FFF;
    z-index: 1;
}

#captchagc > img:nth-of-type(1)+div.accept
{
    border: 1px solid #F3990C;
}

#captchagc > img:nth-of-type(1)+div.hover
{
    border: 1px solid #1CD129;
}

#captchagc:before
{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    content: " >  >  >  >  >  >  >  > ";
    font-family: 'Open sans', sans-serif;
    font-size: 17px;
}

#captchagc.valid:after
{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    content: "";
    background-color: rgba(255, 255, 255, 0.9);
    z-index: 3;
}

#captchagc > i
{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 4;
    opacity: 0;
    transition: ease-in-out 200ms opacity, ease-in-out 200ms left;
}

#captchagc.valid > i:nth-of-type(1)
{
    opacity: 1;
    left: 17%;
}

#captchagc > i:nth-of-type(1):before
{
    content: "\f00c";

    font-family: "FontAwesome";
    font-weight: 900;

    padding: 5px;
    color: #12D954;
    font-size: 30px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 100%;
    background-color: #FFF;
    border: 2px solid #12D954;
}

#captchagc > i:nth-of-type(2)
{
    position: absolute;
    top: 23px;
    left: 113px;
    z-index: 5;
    font-size: 25px;
    opacity: 1;
}

#captchagc.valid > img:nth-of-type(1)
{
    top: 18px !important;
    left: 197px !important;
}

#captchagc.valid > img:nth-of-type(2)
{
    display: none;
}
form
{
	display: inline;
}
button:not(.slick-arrow),
input[type='button']:not(.slick-arrow),
input[type='submit']:not(.slick-arrow),
input[type='button']:not(.slick-arrow):active,
input[type='submit']:not(.slick-arrow):active,
button:not(.slick-arrow):active,
.bouton:not(.slick-arrow),
.bouton:not(.slick-arrow):active,
.button:not(.slick-arrow),
.button:not(.slick-arrow):active,
input[type='button']:not(.slick-arrow):focus,
input[type='submit']:not(.slick-arrow):focus,
button:not(.slick-arrow):focus,
.bouton:not(.slick-arrow),
.bouton:not(.slick-arrow):focus,
.button:not(.slick-arrow),
.button:not(.slick-arrow):focus
{
	display: inline-block;
    padding: 5px 15px;
    color: #fff;
    background-color: #246837;
    border: 1px solid #246837;
    cursor: pointer;
    text-decoration: none;
    margin: 10px;
    font-size: 14px;
    text-transform: uppercase;
    border-radius: 10px;
}
.bouton > .fa,
.button > .fa,
button > .fa
{
	font-size: 20px;
    margin-right: 5px;
    vertical-align: middle;
}
input[type='button']:hover, 
input[type='submit']:hover, 
.bouton:hover, 
.button:hover, 
button:hover
{
	background: #1c522c;
	color: #FFF;
	text-decoration: none!important;
}
input[type='text'], 
input[type='password'],
select
{
	border-radius: 2px;
	border: 1px solid #CCC;
	margin: 2px 0;
	outline: none;
	padding: 6px;
}
select
{
	padding: 4px 6px;
}
textarea
{
	padding: 6px;
	border: 1px solid #CCC;
	border-radius: 2px;
}
input[type='text']:focus, 
input[type='password']:focus, 
textarea:focus
{
	outline: none;
	border: 1px solid #593e21;
}

fieldset
{
	margin: 0;
	padding: 0;
	/*border: 1px solid #CCC;*/
	border: 0;
}
fieldset > legend
{
	text-align: center;
	font-weight: bold;
	font-size: 16px;
}
fieldset > ul,
fieldset > .contenu > ul
{
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 0;
}
fieldset > ul > li,
fieldset > .contenu > ul > li
{
	display: inline-block;
	margin: 0;
	padding: 0;
	width: 50%;
	font-size: 14px;
}
fieldset > ul > li > .input,
fieldset > .contenu > ul > li > .input
{
	display: block;
	padding: 5px;
	width: 100%;
	font-size: 0;
	text-align: left;
}
fieldset > ul > li > .input > label,
fieldset > .contenu > ul > li > .input > label
{
	font-size: 14px;
}
fieldset > ul > li > .input > div > input,
fieldset > ul > li > .input > div > select,
fieldset > ul > li > .input > div > textarea,
fieldset > .contenu > ul > li > .input > div > input,
fieldset > .contenu > ul > li > .input > div > select,
fieldset > .contenu > ul > li > .input > div > textarea
{
	display: inline-block;
	width: 100%;
	font-size: 14px;	
}
fieldset > ul > li.double,
fieldset > .contenu > ul > li.double
{
	width: 100%;
}
.g-recaptcha
{
	width: 100%!important;
}
.g-recaptcha > div
{
	margin: 0 auto;
}

/*NOTIFICATIONS*/
.notification
{
	padding: 10px 20px;
    border-radius: 3px;
    color: #FFF;
    text-align: left;
    
    margin: 10px;
   /* max-width: 1400px;*/
}
.notification.small
{
	margin: 0;
}
.notification:before
{
    display: inline-block;
	font-size: 18px;
    font-family: FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: middle;
    margin: 0 10px 0 0;
}
.notification > span
{
	display: inline-block;
	vertical-align: middle;
	width: calc(100% - 40px);
}
.notification.closable:after
{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	content: "\f00d";
	font-size: 18px;
    font-family: FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: middle;
    margin: 0 10px 0 0;
    cursor: pointer;
}
.notification.absolute
{
	position:  absolute;
    top: 0;
    left: 0;
    right: 0;
}
.notification.validation,
.button.validation
{
	background-color: #37bc9b;
}
.notification.validation:before
{
	content: "\f00c";
}
.notification.information,
.button.information
{
	background-color: #5D9CEC;
}
.notification.information:before
{
	content: "\f05a";
}
.notification.erreur,
.button.erreur
{
	background-color: #F05050;
}
.notification.erreur:before
{
	content: "\f06a";
}
.notification.alert,
.button.alert
{
	background-color: #f0bd50;
}
.notification.alert:before
{
	content: "\f071";
}

/*SITE*/
#site
{
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0 auto;
}

/*HEADER*/
#logo
{
	position: absolute;
	display: flex;
	align-items: center;
	height: 100%;
}
#logo > img
{
	width: 135px;
	transition: width ease-in-out 0.15s;
}
#header
{
	text-align: right;
	position: fixed;
    z-index: 55;
    right: 0;
    left: 0px;
    top: 0px;

	background-color: rgba(249 ,218 ,91 ,0.9);
    box-shadow: 0 2px 2px rgba(0,0,0,0.1);
}
#header > .container
{
	height: 100px;
}
#header_top
{
	background-color: #593e21;
	color: #FFF;
	height: 30px;
}
#header_top > .container > span
{
	display: inline-block;
	padding: 5px;
}
#header_top a
{
	text-decoration: none;
	color: #FFF;
	font-weight: 700;
}

/*MENU*/
.burger
{
	display: none;
	position: absolute;
    margin: 10px 20px;
	top: 0;
	right: 0;
	cursor: pointer;
	
	text-align: left;

	width: 30px;
    height: 80px;

    z-index: 2;
}
.burger .icon-left
{
	transition-duration: 0.5s;
	position: absolute;
	height: 4px;
	width: 15px;
	top: 37px;
	background-color: #236736;
}
.burger .icon-left:before
{
	transition-duration: 0.5s;
	position: absolute;
	width: 15px;
	height: 4px;
	background-color: #236736;
	content: "";
	top: -10px;
}
.burger .icon-left:after
{
	transition-duration: 0.5s;
	position: absolute;
	width: 15px;
	height: 4px;
	background-color: #236736;
	content: "";
	top: 10px;
}
.burger .icon-right
{
	transition-duration: 0.5s;
	position: absolute;
	height: 4px;
	width: 15px;
	top: 37px;
	background-color: #236736;
	left: 15px;
}
.burger .icon-right:before
{
	transition-duration: 0.5s;
	position: absolute;
	width: 15px;
	height: 4px;
	background-color: #236736;
	content: "";
	top: -10px;
}
.burger .icon-right:after
{
	transition-duration: 0.5s;
	position: absolute;
	width: 15px;
	height: 4px;
	background-color: #236736;
	content: "";
	top: 10px;
}
body.nav-open .burger .icon-left
{
	transition-duration: 0.5s;
	background: transparent;
}
body.nav-open .burger .icon-left:before
{
	background-color: #FFF;
	transform: rotateZ(45deg) scaleX(1.4) translate(2px, 2px);
}
body.nav-open .burger .icon-left:after
{
	background-color: #FFF;
	transform: rotateZ(-45deg) scaleX(1.4) translate(2px, -2px);
}
body.nav-open .burger .icon-right
{
	transition-duration: 0.5s;
	background: transparent;
}
body.nav-open .burger .icon-right:before
{
	background-color: #FFF;
	transform: rotateZ(-45deg) scaleX(1.4) translate(-2px, 2px);
}
body.nav-open .burger .icon-right:after
{
	background-color: #FFF;
	transform: rotateZ(45deg) scaleX(1.4) translate(-2px, -2px);
}
#menu_1
{
	display: inline-block;
	/*border-radius: 45px;*/
}
#menu
{
	padding: 0;
}
#menu > ul
{
	margin: 0;
	padding: 0;
	/*background-color: rgba(0,0,0,0.85);*/

	list-style: none;
}
#menu > ul > li
{
	position: relative;
	display: inline-block;
	vertical-align: middle;
	*float: left;/*IE7*/
}
#menu > ul > li:first-child > a
{
	padding: 37px 20px 38px 20px;
}
#menu > ul > li:last-child
{
	border-right: none;
}
/*#menu > ul > li:nth-child(3) > a
{
	color: #E0070D;
}*/

#menu > ul > li > a
{
	display: block;
	padding: 40px 8px;
	text-decoration: none;
	color: #3d723c;
	font-size: 15px;
	position: relative;
	overflow: hidden;	
	font-weight: bold;
	
	/*	text-transform: uppercase;*/
    
    letter-spacing: -1px;
}
#menu > ul > li.sous-menu > a
{
	padding: 40px 20px 40px 10px;
}
#menu > ul > li > a > .fa
{
	line-height: 25px;
	font-size: 22px;
}
#menu > ul > li > a > .fa-angle-down
{
	font-size: 17px;
	position: absolute;
	right: 4px;
	top: calc(50% - 2px);
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
    transition: top 0.3s;
}
#menu > ul > li:hover > a > .fa-angle-down.down1
{
	top: 120%;
}
#menu > ul > li > a > .fa-angle-down.down2
{
	top: -20%;
}
#menu > ul > li:hover > a > .fa-angle-down.down2
{
	top: calc(50% - 2px);
}
#menu > ul > li:hover > a, 
#menu > ul > li.select > a
{
	color: #3d723c;
}

#menu > ul > li > ul
{
	/*display: none;*/
    position: absolute;
    background-color: #fff;
    text-align: left;
    padding: 0px 5px;
    z-index: 3;
    list-style: none;
    box-shadow: 1px 1px 4px #3a3a3a;
    /*margin-top: 22px;*/
    transition: max-height ease-in-out 0.4s;
    max-height: 0px;
    overflow: hidden;
    min-width: 100%;
}
#menu > ul > li > ul > li
{
	padding: 5px 0px;
}
#menu > ul > li > ul > li:first-child
{
	padding-top: 15px;
}
#menu > ul > li > ul > li:last-child
{
	padding-bottom: 15px;
}
#menu > ul > li:hover ul
{
	max-height: 500px;
}
/*#menu > ul > li:before
{
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 27px;
    top: 100%;
    left: 0px;
}*/
#menu > ul > li > ul > li
{
	white-space:nowrap;
}
#menu > ul > li > ul > li > a
{
	padding: 5px;
	display: block;
	color: #666;
	font-size: 15px;
	text-decoration: none;
	white-space: nowrap;
}
#menu > ul > li > ul > li:hover > a, 
#menu > ul > li > ul > li > a.select
{
	color: #3d723c;
	/*color:#FFFFFF;*/
}

/*SLIDER ACCUEIL*/
#slider_accueil
{
	position: relative;
	overflow: hidden;
	width: 100%!important;
	/*height: 100%!important;*/
	z-index: 1;
}
#slider_accueil > ul
{
	position: relative!important;
	width: 100%;
	/*height: 100%!important;*/
}
#slider_accueil > ul > li
{
	position: relative!important;
	padding-top: 40%;
	width: 100%;
	/*height: 100%!important;*/
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	/*background-size: 100%;*/
}
#slider_accueil > ul > li > a
{
	position: absolute;
	top: 0;
	display: block;
	width: 100%;
	height: 100%;
}
#slider_accueil img
{
	margin: 0;	
}
#slider_accueil > ul > li video
{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 1;

	width: 100%;
	height: 100%;
	object-fit: cover;
}
#slider_accueil .boutonPagination.select
{
	background: #593e21!important;
}
#slider_accueil .boutonsPagination
{
	right: 30px!important;
}
#slider_accueil .boutonPagination
{
	width: 16px!important;
	height: 16px!important;
	opacity: 1!important;
}
.CJSlider-navigation-gauche .fa,
.CJSlider-navigation-droite .fa
{
    position: absolute;
    top: calc(50% - 31px);
    color: rgb(255,255,255);
    font-size: 62px;
    cursor: pointer;
    text-shadow: 1px 1px 4px #555;
}
.CJSlider-navigation-gauche .fa
{
	left: 10px;
}
.CJSlider-navigation-droite .fa
{
	right: 10px;
}

#slider_accueil
{
	margin-top: 130px;
}
#slider_accueil .slide-contenu
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
}
.slide-contenu .container
{
	position: relative;
	top: 0;
	height: 100%;
}
#slider_accueil .slide-contenu > .container > div
{
  position: absolute;
  left: 0;
	bottom: 50%;
  width: 100%;
  transform: translate(0, -50%);
}
#slider_accueil .slide-contenu .slide-titre
{
    display: inline-block;
    text-align: center;
    padding: 5px 50px;
    font-size: 90px;
    color: #fff;
    text-decoration: none;
    /*text-transform: uppercase;*/

    width: 100%;
    font-family: 'Lobster Two', cursive; 
    font-style: normal;
    /*font-style: italic;*/
    text-shadow: 0 3px 0 rgba(0, 0, 0, 0.5);
}
#slider_accueil .slide-contenu .slide-texte
{
	display: block;
    margin: 0 0 0 30px;
    padding: 10px 20px;
    font-size: 80px;
    max-width: 490px;
    color: #fff;
    text-decoration: none;

    width: 100%;
    font-family: 'Lobster Two', cursive; 
    font-style: normal;
    /*font-style: italic;*/
    text-shadow: 0 3px 0 rgba(0, 0, 0, 0.5);
}
#slider_accueil .slide-contenu .slide-texte a
{
	text-shadow: none;
}

/*#slider_accueil .slide-0 > .slide-contenu > div > div
{
	top: 40%;
	left: 0;
	right: 0;
	bottom: initial;
	text-align: center;
}
#slider_accueil .slide-0 > .slide-contenu > div > div > .slide-titre
{
	background: none;
	text-transform: none;
	font-size: 60px;
}
#slider_accueil .slide-0 > .slide-contenu > div > div > .slide-texte
{
	margin: 0;
	background: none;
	max-width: initial;
	text-align: center;
    font-size: 32px;
}
#slider_accueil .slide-0 > .slide-contenu > div > div > .slide-texte .bouton
{
    font-size: 20px;
    padding: 11px 23px;
}*/


/*CONTENT*/
#content
{
	position: relative;
	padding-top: 100px;

	min-height: calc(100% - 66px);
}
#slider_accueil + #content
{
	padding-top: 0;
}
#content > div
{
	padding-bottom: 20px;
}

#slider_accueil + #content
{
	margin-top: 0;
}
#content img
{
	margin: 5px;
}
#content img[align='left']
{
	margin: 5px 20px 5px 0;
}
#content img[align='right']
{
	margin: 5px 0 5px 20px;
}
#content img[align='absmiddle']
{
	margin: 5px;
}

#content .sous_pages
{
	margin: 0;
	padding: 0;
	text-align: center;
}
#content .sous_pages > li
{
	list-style: none;
	padding: 0;
	display: inline-block;
	width: 48%;
	margin: 1%;
}
#content .sous_pages > li > a
{
	text-decoration: none;
    background-color: #583D20;
    display: inline-block;
    width: 100%;
    padding: 30px 0;
    color: #fff;
    border-radius: 5px;
    text-transform: uppercase;
}
#content .sous_pages > li > a:hover
{
	background-color: #593e21;
}

.contenu-article{
	overflow: auto;
}

.contenu-article > table { width:100%;background:white; } .contenu-article > table > tbody > tr:first-child > td { background: #593e21;text-align:center;color:white;vertical-align: middle; }.contenu-article > table thead th { padding:10px; }.contenu-article > table tbody tr { text-align:center;background:#e8e6e6;color:#593e21; }.contenu-article > table tbody td { padding:10px;text-align:center;color:#593e21; }

.bloc-accueil
{
    position: relative;
	padding-left: 0px;
    list-style: none;
    font-size: 0px;
    text-align: center;
    z-index: 8;
    margin: 20px auto;
}
.bloc-accueil > li
{
    font-size: 15px;
    display: inline-block;
    vertical-align: top;
    color: white;
    border-radius: 4px;
    perspective: 500px;
    width: 435px;
    max-width: 435px;
    height: 225px;
	margin: 5px;
}
.bloc-accueil > li > a
{
    background-color: rgb(219, 219, 219);
	color: white;
    display: block;
    width: 100%;
    height: 100%;
	position: relative;
	transform-style: preserve-3d;
		-webkit-transform-style: preserve-3d;
		-moz-transform-style: preserve-3d;
		-ms-transform-style: preserve-3d;
		-o-transform-style: preserve-3d;
	perspective: 500px;
	background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    text-decoration: none;
}
.bloc-accueil > li > a.anim
{
	animation: leave-animation 0.5s forwards cubic-bezier(0.18, 2.07, 1, 1);
	-webkit-animation: leave-animation 0.5s forwards cubic-bezier(0.18, 2.07, 1, 1);
	-moz-animation: leave-animation 0.5s forwards cubic-bezier(0.18, 2.07, 1, 1);
	-ms-animation: leave-animation 0.5s forwards cubic-bezier(0.18, 2.07, 1, 1);
	-o-animation: leave-animation 0.5s forwards cubic-bezier(0.18, 2.07, 1, 1);
	box-shadow: 0px 0px 0px rgba(0, 0, 0, 0)!important;
}
@keyframes leave-animation
{
	100%
	{
		transform: rotateX(0deg) rotateY(0deg);
	}
}
.bloc-accueil .titre-bloc
{
    font-size: 14px;
    position: absolute;
    left: 0px;
    bottom: 10px;
    padding: 10px 20px;
	background-color: rgba(249,218,91,0.9);
    color: #593e21;
    /*text-transform: uppercase;*/
    font-weight: bold;
    text-align: left;
    letter-spacing: 2px;
    font-family: 'Lobster Two', cursive; font-style: normal;
}
.bloc-accueil .prix-bloc
{
	position: absolute;
	bottom: 40px;
	left: 10px;
	width: 100px;
	height: 100px;
	/*background-image: url(../img/macaron.png);
	background-position: 50% 50%;
	background-size: contain;
	background-repeat: no-repeat;*/
	color: #FFF;
	padding: 40px 0;
	font-size: 20px;
	text-align: center;
	transform: rotate(15deg);
}
.bloc-accueil .btn-bloc
{
    font-size: 13px;
    position: absolute;
    left: 0px;
    bottom: 10px;
    padding: 3px 10px;
    background-color: rgba(255,255,255,0.9);
    color: #333;
    text-transform: uppercase;
    font-weight: bold;
    text-align: left;
    letter-spacing: 2px;
}


#producteurs > li
{
	width: 350px;
    max-width: 350px;
}
.bloc-accueil > li > a
{
	background-image: url(../img/defaut.jpg);
}
.bloc-accueil > li > a > span
{
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	background-color: #FFF;
	border-radius: 10px 10px 0 0;
	color: #236736;
	padding: 5px 15px;
	white-space: nowrap;
	box-shadow: 0 -2px 2px rgba(0,0,0,0.2);
}

.parallax,
.parallax2
{
    background-image: url(../img/parallax.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    color: white;
    /* background-size: cover; */
    background-attachment: fixed;
    background-position: 50% 50%;
    padding: 70px 0px;
    margin: 0px;
    min-height: 450px;
}
.parallax h2
{
	color: #FFF;
	text-align: center;
}
.parallax2
{
	background-image: none;
	background-color: #E5DCD7;
}
.parallax2 h2
{
	color: #000;
	text-align: center;
}

#page-a-propos
{
	color: #FFF;
}

#page-tarifs
{
	background-image: url(../img/tarifs.jpg);
	background-position: 100% 50%;
	height: 422px;
}
#page-tarifs > div > div
{
	overflow: auto;
}
#page-horaires
{
	padding: 0!important;
	height: 463px;

	/*background-image: url(../img/horaires.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 100%;*/
}
#page-coordonnees a
{
	color: #FFF;
	text-decoration: none;
	font-size: 20px;
}

#page-facebook
{
	background-image: url(../img/facebook.jpg);
	padding: 50px 0;
	text-align: center;
	background-size: cover;
	background-attachment: fixed;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}
#page-facebook > iframe
{
	box-shadow: 0 0 20px 5px rgba(0,0,0,0.5);
}
#page-contact > h2
{
	padding-top: 25px;
}
#page-partenaires
{
	text-align: center;
}
#page-partenaires .container
{
	display: flex;
    align-items: center;
    height: 200px;
    justify-content: center;
}
#page-partenaires a
{
	display: inline-block;
	margin: 5px;
	vertical-align: middle;
}
#page-partenaires a > img
{
	max-width: 200px;
}
#page-a-propos > .container > h2 {
	font-family: 'Lobster Two', cursive; font-style: normal;
    text-shadow: 1px 1px 2px #FFF; 
    color: #246839;
    text-transform: none;
}
#page-a-propos > .container > .contenu-texte {
	color: #353535;
}
#page-actus > .container > .row > .col-4 {
	padding-bottom: 20px;
}
/*#actualites {
	border-right: 1px #246839 solid;
}*/
#page-actus > .container > .row > .col-4 > #actualites:last-child  {
	border-right: 0px #246839 solid;
}
/*#producteur {
	border-right: 1px #246839 solid;
}*/
#page-actus > .container > .row > .col-4 > #producteur:last-child  {
	border-right: 0px #246839 solid;
}
#producteur > .slider,
#producteur > .slider > ul,
#producteur > .slider > ul > li
{
	width: 100%;
	height: 395px !important;
}
#producteur > .slider > ul > li > a
{
	font-size: 0;
	display: block;
	color: #5c3e22;
}
#producteur > .slider > ul > li > a > div
{
	display: inline-block;
	font-size: 16px;
	vertical-align: top;
}
#producteur > .slider > ul > li > a > div:first-child
{
	position: relative;
    width: 100%;
    height: 170px;
    background-color: #515153;
}
#producteur > .slider > ul > li > a > div:first-child > img
{
	position: absolute;
	top: 50%;
	left: 50%;
	margin: 0;
	transform: translate(-50%,-50%);
	max-width: 100%;
	max-height: 100%;
	height: initial !important;
	width: initial !important;
}
#producteur > .slider > ul > li > a > div:first-child + div
{
	position: relative;
    width: 100%;
    min-height: 155px;
}
#producteur > .slider > ul > li > a > div:first-child + div h3
{
    color: #5c3e22;
	font-size: 20px;
	text-align: left;
}
#producteur > .slider > ul > li > a > div:first-child + div i {
	font-size: 15px;
}
#producteur > .slider > ul > li > a > div > button {
	position: absolute;
	right: 0;
	text-align: right;
}
#page-actus > .container > .row > .col-4 > #producteur > h1 {
    padding-bottom: 30px;
}

#actualites-liste
{
	margin : 0;
	padding : 0;
	font-size : 0;
	list-style : none;
}
#actualites-liste > div > a
{
	font-size: 0;
    background-color: #f5f5f5;
    display: block;
    margin: 0px 0px 20px 0px; 
    text-decoration: none;
}
#actualites-liste > div > a > div
{
	display : inline-block;
	font-size : 16px;
	vertical-align : top;
}
#actualites-liste > div > a > div:first-child
{
	position: relative;
    width: 100%;
    height: 200px;
    background-color: #ededed;
    overflow: hidden;
}
#actualites-liste > div > a > div:first-child > img
{
	position: absolute;
    margin: 0;
    max-width: 100%;
    max-height: 100%;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
}
#actualites-liste > div > a > div:first-child + div
{
	position : relative;
	padding : 0 10px 10px 10px;
	max-height : 80px;
	height: 80px;
}
#actualites-liste > div > a > div > .actualite-effect
{
	position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    opacity: 0;
    z-index: 1;
    color: #fff;
    transition: opacity 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
    transition-delay: 200ms;
}
#actualites-liste > div > a:hover > div > .actualite-effect
{
	opacity: 1;
	background-color: rgba(0,0,0,0.3); 
}
#actualites-liste > div > a > div > h2
{
  font-size: 16px;
  color: rgb(47, 60, 78);
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.501;
  text-align: left;
}



/*Une actualité*/
.actualite-top 
{
    margin-top: 35px;
    overflow: hidden;
}
.actualite-date
{
	width: 145px;
    text-align: center;
    overflow: hidden;
    background-color: #f5f5f5;
    padding: 0px 5px 5px 5px;
    margin: 0;
}
.actualite-date-jour
{
    font-size: 25px;
    color: #593e21;
    text-transform: uppercase;
    display: block;
}
.actualite-date-mois
{
    font-size: 15px;
    color: rgb(47, 60, 78);
    text-transform: uppercase;
    text-align: left;
}
.actualites-content
{
	margin: 0;
	padding: 0;
}
.actualites-content > .actualite-photo > a
{
	text-align: center;
	margin: 0 auto;
	width: 100%;
	display: block;
}
.actualites-content img
{
	margin: 0 !important;
	width: 85%;
}
.actualite-texte
{
	text-align: justify !important;
}
.actualite-titre
{
  font-size: 16px;
  color: rgb(20, 36, 64);
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.501;
}

#galerie-liste
{
	padding-left: 0px;
	width: 100%;
	list-style: none;
	font-size: 0px;
	text-align: center;
}
#galerie-liste > li
{
	display: inline-block;
	vertical-align: top;
	width: 25%;
	margin: 1.5%;
	position: relative;
	overflow: hidden;
    padding-top: 20%;
}
#galerie-liste > li .titre
{
	z-index: 2;
    position: absolute;
    left: 0;
    width: calc(100% - 10px);
    font-size: 18px;
    bottom: 10px;
    color: #FFF;
    display: flex;
    align-items: center;
    height: 50px;
    justify-content: center;
	transition: ease-in-out 200ms bottom;
	background-color: rgba(0,0,0,0.7);
	padding: 5px;
	margin: 5px;
	border-radius: 3px;
}
#galerie-liste > li .titre > span
{
	display: inline-block;
}
#galerie-liste > li:hover .titre
{
	bottom: -100%;
}
#galerie-liste > li > a
{
	display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    background-color: #CCC;
}
#galerie-liste > li > a >.mask
{
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.7);
	position: absolute;
	top: 100%;
	opacity: 0;
	animation: 0.15s forwards linear;
	-webkit-animation: 150ms forwards linear;
	z-index: 3;
}
#galerie-liste > li > a >.mask > i
{
	font-size: 45px;
	color: white;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
}
#galerie-liste > li > a >.mask > span
{
	font-size: 15px;
	display: block;
	width: 95%;
	color: white;
	position: absolute;
	left: 50%;
	text-align: center;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
}
#galerie-liste > li > a >.mask > span > i
{
	font-size: 45px;
}
@keyframes in-top
{
	0% { top: -100%; left: 0%; opacity: 1; }
	100% { top: 0%; left: 0%; opacity: 1; }
}
@keyframes in-bottom
{
	0% { top: 100%;	left: 0%; opacity: 1; }
	100% { top: 0%; left: 0%; opacity: 1; }
}
@keyframes in-right
{
	0% { top: 0%; left: 100%; opacity: 1; }
	100% { top: 0%;	left: 0%; opacity: 1; }
}
@keyframes in-left
{
	0% { top: 0%; left: -100%; opacity: 1; }
	100% { top: 0%;	left: 0%; opacity: 1; }
}
#galerie-liste > li > a > .mask.in-top
{
	animation-name: in-top;
	-webkit-animation-name: in-top;
}
#galerie-liste > li > a > .mask.in-bottom
{
	animation-name: in-bottom;
	-webkit-animation-name: in-bottom;
}
#galerie-liste > li > a > .mask.in-right
{
	animation-name: in-right;
	-webkit-animation-name: in-right;
}
#galerie-liste > li > a > .mask.in-left
{
	animation-name: in-left;
	-webkit-animation-name: in-left;
}

@keyframes out-top
{
	0% { top: 0%; left: 0%;	opacity: 1;	}
	100% { top: -100%; left: 0%; opacity: 1; }
}
@keyframes out-bottom
{
	0% { top: 0%; left: 0%;	opacity: 1;	}
	100% { top: 100%; left: 0%;	opacity: 1;	}
}
@keyframes out-right
{
	0% { top: 0%; left: 0%;	opacity: 1;	}
	100% { top: 0%;	left: 100%;	opacity: 1;	}
}
@keyframes out-left
{
	0% { top: 0%; left: 0%;	opacity: 1;	}
	100% { top: 0%;	left: -100%; opacity: 1; }
}
#galerie-liste > li > a > .mask.out-top
{
	animation-name: out-top;
	-webkit-animation-name: out-top;
}
#galerie-liste > li > a > .mask.out-bottom
{
	animation-name: out-bottom;
	-webkit-animation-name: out-bottom;
}
#galerie-liste > li > a > .mask.out-right
{
	animation-name: out-right;
	-webkit-animation-name: out-right;
}
#galerie-liste > li > a > .mask.out-left
{
	animation-name: out-left;
	-webkit-animation-name: out-left;
}

#galerie-liste > li img
{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-width: 100%;
	max-height: 100%;
	margin: 0px;
	z-index: 1;
}

#mentions
{
	font-size: 0;
}
#mentions h2,
#mentions h3
{
	text-align: left;
	font-size: 16px;
	margin: 0;
	padding: 0 0 10px;
	text-align: center;
}
#mentions > div
{
	font-size: 14px;
	margin: 10px 0 10px;
	background-color: #F6F6F6;
	padding: 10px;
}
#mentions > div:first-child,
#mentions > div:first-child + div
{
	display: inline-block;
	margin: 10px 0 0px;
	width: calc(50% - 5px);
	min-height: 280px;
	vertical-align: top;
}
#mentions > div:first-child
{
	margin-right: 5px;
}
#mentions > div:first-child + div
{
	margin-left: 5px;
}

/*AUTRES SLIDERS*/
.slider_galerie
{
	clear: both;
}
.slider_galerie > div:first-child
{
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
	background-color: #D3D3D3;
}
.slider_galerie > div:first-child > ul
{
	position: relative!important;
	margin: 0;
	top: 0!important;
	width: 100%;
	height: 100%!important;
}
.slider_galerie > div:first-child > ul > li
{
	position: relative!important;
	margin: 0;
	top: 0!important;
	width: 100%;
	height: 100%!important;
	padding-top: 75%;
}
.slider_galerie > div:first-child > ul > li > a
{
	display: block;
	width: 100%;
	height: 100%!important;
}
.slider_galerie > div img
{
	margin: 0!important;
	vertical-align: middle;
}
.slider_galerie > div:first-child > ul > li > a > img
{
	position: absolute;	
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	max-width: 100%;
	max-height: 100%;
	width: initial!important;
	height: initial!important;
}
.slider_galerie > div:first-child + div
{
	display: inline-block;
	position: relative;
	width: 50%!important;
	height: 100%!important;
	background-color: #EAEAEA;
	vertical-align: top;
}
.slider_galerie > div:first-child + div > div
{
	padding-top: 75%;
}
.slider_galerie > div:first-child + div > div > div
{
	position: absolute!important;
	top: 0;
	height: 100%!important;
	white-space: initial!important;
	overflow: auto!important;
	padding: 2px;
}
.slider_galerie > div:first-child + div > div > div > img
{
	height: 100px!important;
	margin: 2px 2px 2px 2px!important;
}
.slider_galerie .boutonPagination.select
{
	background-color: #593e21!important;
}
.slider_galerie > div.CJSlider > div:nth-child(2),
.slider_galerie > div.CJSlider > div:nth-child(3)
{
	position: absolute;
	top: 50%;
	left: 10px;
	transform: translateY(-50%);
	font-size: 30px;
	cursor: pointer;
	color: #FFF;
	text-shadow: 0 0 1px rgba(0,0,0,0.8);
	opacity: 0.7;
}
.slider_galerie > div.CJSlider > div:nth-child(3)
{
	left: initial;
	right: 10px;
}
.slider_galerie_miniatures > span
{
    width: 90px;
    height: 90px;
    display: inline-block;
    margin: 0;
    padding: 0;
    vertical-align: middle;
    overflow: hidden;
    position: relative;
    margin: 1px;
}
.slider_galerie_miniatures > span > img
{
    max-width: 210%!important;
    max-height: 170%!important;
    height: initial!important;
    width: initial!important;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}

/*.slider_galerie a:before
{
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	border: 1px solid transparent;
}*/

#site > #content > .container > h1
{
	padding: 60px 0px 10px 0px;
}

/* PRODUCTEUR */
.producteur-info h2
{
	margin: 0 0 0 0;
    padding: 15px 0px 10px 0px;
    color: #236736;
    font-size: 20px;
    text-align: center;
    text-transform: none;
    font-family: 'Lobster Two', cursive;
    font-style: normal;
    font-weight: bold;
}
.producteur-coordonnees
{
	min-height: 140px;
    /*height: 140px;*/
    border-radius: 0 15px 0 0;
    box-shadow: 0 0 2px rgba(0,0,0,0.2);
}
.producteur-description, 
.producteur-produit, 
.producteur-acheter, 
.producteur-petits_plus
{
	box-shadow: 0 0 2px rgba(0,0,0,0.2);
	margin-top: 15px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
}
.producteur-info > div:last-child
{
	 border-radius: 0 0 0 15px;
}
.producteur-info > div:nth-child(1)
{
	margin-top: 0px !important;
}
.producteur-image
{
	text-align: center;
}
.producteur-image img
{
	margin: 0!important;
	max-height: 100%;
	max-width: 100%;
	width: initial;
	height: initial;
}

#producteur-galerie,
#producteur-galerie > ul,
#producteur-galerie > ul > li
{
	width: 100%!important;
	height: 300px!important;
}
#producteur-galerie > div > ul > li
{
	text-align: center;
}

/*FOOTER*/
#footer
{
	background-color: #593e21;
	color: #CCC;
    border-top: 10px #024c1b solid;
}
#footer > div
{
	position: relative;
}
#footer a
{
	color: #CCC;
}
#footer #infos_site
{
	padding: 15px 0;
	font-size: 12px;
}
#footer #infos_complementaires
{
	position: absolute;
	top: 0;
	right: 20px;
	padding: 15px 0;
	font-size: 12px;
}
#footer > .container > #reseau {
	text-align: center;
    margin-top: -40px;
    padding-bottom: 12px;
}


#tarteaucitron #tarteaucitronServices .tarteaucitronMainLine
{
	background-color: #593e21!important;
}

@media screen and (max-width: 860px)
{
	.row > *
	{
		display: block;
		width: initial!important;
		padding: initial!important;
	}

	#header
	{
		position: relative;
	}
	.burger
	{
		display: block;
	}
	#menu > ul
	{
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		border-radius: 0 !important;
		background-color: rgba(0,0,0,0.9);
		transition: ease-in-out 300ms opacity,ease-in-out 300ms padding, ease-in-out 300ms height;
	}
	#menu > ul .fa-home:before
	{
		content: "Accueil";
		font-family: 'Open Sans', sans-serif;
	}
	body.nav-close #menu > ul
	{
		padding: 0 0 0 0;
		height: 0%;
		opacity: 0;	
		overflow: hidden;
	}
	body.nav-open #menu > ul
	{
		padding: 140px 40px 0 40px;
		height: 100%;
		opacity: 1;
		overflow: auto;
	}
	#menu > ul > li
	{
		display: block;
		text-align: left;
		border-bottom: 1px solid rgba(255,255,255,0.5);
	}
	#menu > ul > li:first-child > a,
	#menu > ul > li > a
	{
		display: block;
		padding: 20px 10px;
		font-size: 20px;
	}
	#menu > ul > li > ul,
	#menu > ul > li > a > .fa-angle-down
	{
		display: none;
	}
	#menu > ul > li.sous-menu > a
	{
		padding: 20px 10px;
	}
	#menu > ul > li > a {
		color: #FFF;
	}
	#content
	{
		margin-top: 0;
		padding-top: 0;
	}
	#slider_accueil
	{
		margin-top: 0;
	}
	#slider_accueil > ul > li
	{
		padding-top: 50%;
	}

	/* #content > div:first-child, 
	#page-nos-joueurs, 
	#page-contact
	{
	    min-height: 100vh;
	} */

	.absolute.left,
	.absolute.right
	{
		position: relative!important;
		width: 100%;
		height: inherit;
	}

	#page-coordonnees iframe
	{
		width: 100%;
	}

	#page-tarifs
	{
		height: inherit;
		background-size: cover;
	}

	#page-horaires
	{
		height: initial;
	}

	#footer > div > div #infos_site,
	#footer > div > div #infos_complementaires
	{
		position: relative;
		display: block;
		text-align: center;
		padding: 5px;
		left: inherit;
		right: inherit;
	}
	iframe
	{
		width: 100%;
	}
	img
	{
		max-width: 100%;
		height: initial!important;
	}
	#slider_accueil .slide-contenu .slide-titre {
		font-size: 55px;
	}
	#footer > .container > #reseau {
		margin-top: 0px;
		padding-bottom: 15px;
	}
}

@media screen and (max-width: 430px)
{
	#header_top
	{
		text-align: center;
	}
	#logo > img
	{
		width: 78%;
	}
	
	#slider_accueil > ul > li
	{
		padding-top: 70%;
	}
	
	.bloc-accueil > li
	{
		display: block;
		width: 100%;
		margin: 15px auto;
	}

	fieldset > ul > li,
	fieldset > .contenu > ul > li
	{
		display: block;
		width: 100%;
	}

	.liste
	{
		width: 100%;
	}
	
	#page-partenaires a > img
	{
		max-width: 100%;
	}


	#footer > div > div
	{
		position: relative!important;
	    display: block;
	    right: initial!important;
	    left: initial!important;
	    top: initial!important;
	    text-align: center;
	}

	#mentions > div:first-child,
	#mentions > div:first-child + div
	{
		width: initial;
		display: block;
	}
}

.box-actu a
{
	text-decoration: none;
}

.box-actu
{
	background-color: #ededed;
	border-radius: 10px;
	padding: 15px;
}

.box-actu a > div:first-child
{
	display: inline-block;
	width: 350px;
	text-align: center;
}

.box-actu a > div:last-child
{
	display: inline-block;
	width: calc(100% - 350px - 5px);
	text-align: center;
}