@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,700');
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400;700&display=swap');

/* 
	COULEUR PRINCIPAL: #CC295E;
	COULEUR MENU: #f3f2f3;
	COULEUR MENU NON SELECTIONNE: #3b3b3b;
	COULEUR MENU SELECTIONNE: #CC295E;
	COULEUR HIGHTLIGHT: #26457f;
	COULEUR BOUTON CLIQUE: #535353;
*/

/*GENERAL*/

html
{
	height: 100%;
}

*
{
	box-sizing: border-box;
	outline: none;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

BODY
{
	height: 100%;
	margin: 0;
	font-family: 'Open Sans',sans-serif;
	font-size: 16px;
	color: #353535;

	background-image: url(../img/fond.jpg);
	background-position: 50% 50%;
	background-attachment: fixed;
}

h1
{
	font-family: 'Dancing Script', cursive;
 	margin: 0;
	padding: 25px 0 10px;
	text-align: center;
	/*text-transform: uppercase;*/
	font-size: 41px;
	font-weight: normal;
	color: #000;
}
h1 + em
{
	display: block;
	text-align: center;
}
#page-horaires
{
	overflow: hidden;
}
.biseau_left:before
{
	content: '';
    clip-path: polygon(13% 0, 100% 0%, 100% 100%, 10% 100%);
    background-color: #CC295E;
    background: -webkit-linear-gradient(to right, #01BF81, #41C3D3);
    background: linear-gradient(to bottom right, #CC295E, #2b921a);
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    margin-left: 37%;
}
.biseau_right:before
{
	content: '';
    clip-path: polygon(10% 0%, 100% 0%, 100% 100%, 13% 100%);
    background-color: #CC295E;
    background: -webkit-linear-gradient(to right, #01BF81, #41C3D3);
    background: linear-gradient(to bottom right, #CC295E, #2b921a);
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    margin-left: 37%;
}

div.highlight
{
	background-color: #CC295E;
}
span.highlight,
b.highlight,
h1.highlight,
h2.highlight
{
	color: #CC295E;
}

h2
{
	font-family: 'Dancing Script', cursive;
	margin: 0;
	padding: 25px 0 10px;
	text-align: center;
	font-size: 26px;
	font-weight: normal;
	color: #010101;
}
.cheffe
{
	font-family: 'Dancing Script', cursive;
	color: #FF0000;
	font-size: 26px;
}

h2 + hr.small
{
	width: 100%;
	margin: 0;
}

.titre-article
{
	margin: 0;
	text-align: justify;
	font-size: 20px;
	color: #CC295E;
}

h3
{
	margin: 5px 0;
	text-align: center;
	font-size: 16px;
	color: #010101;
}

h1 > a,
h2 > a,
h3 > a
{
	text-decoration: none;
}

table
{
	border-spacing: 0;
}

table td
{
	margin: 0;
	padding: 0;
}

hr
{
	display: block;
	width: 100px;
	margin: 0 auto;
	padding: 0 0 20px;
	max-width: 100%;
	border: 0;
	border-top: 2px solid #CC295E;
}

hr.small
{
	border-top-width: 1px;
}

a img
{
	border: 0;
}

a
{
	color: #696969;
}

a:active,
a:focus
{
	color: #696969;
}

.center
{
	justify-content: center;
	text-align: 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;
}

li.middle
{
	display: inline-flex!important;
	vertical-align: middle;
}

.ok
{
	color: #1ABA16!important;
}
.warning
{
	color: #E9930C!important;
}
.nok
{
	color: #BA1616!important;
}

.clear
{
	clear: both;
}

.ariane
{
	list-style: none;
	margin: 10px 0;
	padding: 0;
}
.ariane > li
{
    display: inline-block;
    margin: 0;
    padding: 0;
    vertical-align: middle;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
    color: #86888B;
    vertical-align: middle;
}
.ariane > li:not(:last-child)::after
{
    margin: 0 5px;
    content: "\f105";
	font-family: "Font Awesome 6 Pro";
    font-weight: 300;
    color: #BABDBE;
    vertical-align: middle;
}
.ariane > li > a
{
	text-decoration: none;
}
.ariane > li > a:hover
{
	text-decoration: underline;
}

.absolute
{
	position: absolute!important;
	top: 0;
	height: 100%;
}

.absolute.right
{
	right: 0;
	width: 50%;
}

.absolute.left
{
	left: 0;
	width: 50%;
}

./*highlight_bloc
{
	padding: 30px!important;
	color: #FFF;
}

.highlight_bloc h2
{
	margin: 0 0 15px;
	padding: 25px 0 10px;
	color: #FFF;
}

.highlight_bloc hr
{
	border-color: #FFF;
}*/

.circle
{
	display: inline-block;
	width: 27px;
	height: 27px;
	margin: 10px;
	border-radius: 100%;
	text-align: center;
	font-size: 17px;
	line-height: 27px;
	vertical-align: middle;
	color: #CC295E;
	background-color: #FFF;
}

.container
{
	display: block;
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding: 0 20px;
	max-width: 1200px;
}
.container-fluid
{
	display: block;
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding: 0 20px;
}

.liste
{
	width: 90%;
	margin: 0 auto;
	padding: 0;
	list-style: none;
}

.liste > li
{
	display: table;
	width: 100%;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #FFF;
}

.liste > li > span
{
	display: table-cell;
	padding: 10px 5px;
	text-align: left;
}

.liste > li > span:first-child + span
{
	text-align: right;
}

.center
{
	text-align: center;
}

.fade-c > *,
.fade
{
	opacity: 0;
	transition: opacity ease-in-out 0.4s,transform ease-in-out 0.5s;
	-webkit-transform: translateX(-20px);
	transform: translateX(-20px);
}

.fade-c.visible > *,
.fade.visible
{
	opacity: 1;
	-webkit-transform: translateX(0px);
	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;
}

.row
{
	margin: 0 -10px;
	padding: 0;
	font-size: 0;
	list-style: none;
}

.row > *
{
	display: inline-block;
	margin: 0;
	padding: 0 10px;
	font-size: 16px; /*font default*/
	vertical-align: top;
}

.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%;
}

.acordeon > li > div:first-child + div
{
	display: none;
}
.acordeon > li > div:first-child > i:first-child:before
{
	content: "\f067";
}
.acordeon > li > div:first-child > i
{
	padding: 5px 7px;
    background-color: #fff;
    color: #f3f2f3;
    border-radius: 5px;
}
.acordeon > li.select > div:first-child > i
{
	padding: 5px 7px;
    background-color: #f3f2f3;
    color: #fff;
    border-radius: 5px;
}
.acordeon > li.select > div:first-child + div
{
	display: block;
}
.acordeon > li.select > div:first-child > i:first-child:before
{
	content: "\f068";
}
.uploader
{
	position: relative;
	width: 60px;
	height: 60px;
}
.uploader:hover:before
{
	content: "\f303";
	line-height: 60px;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 2;
	background-color: rgba(255,255,255,0.8);
	top: 0;
	left: 0;
	color: #E45482;
	text-align: center;

    font-size: 22px;
	font-weight: 900;
	font-family: "Font Awesome 6 Pro";
	-moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: var(--fa-display,inline-block);
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;

    cursor: pointer;
}

.avatar
{
	position: relative;
	display: inline-block;
	width: 30px;
	height: 30px;
	margin: 3px;
	padding: 3px;
	border-radius: 100%;
	/*overflow: hidden;*/
	box-shadow: 0 0 2px rgba(0,0,0,0.5);
	/*border: 3px solid #FFF;*/
	background-color: #FFF;
	vertical-align: middle;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	/*background-image: url(../img/avatar-defaut.png);*/
}
.avatar > div:before
{
	content: "";
	position: absolute;
	z-index: -1;
	inset: 0;
	padding: 3px;
	border-radius: 100%;
	background: #FFF;
	-webkit-mask: 
		linear-gradient(#fff 0 0) content-box, 
		linear-gradient(#fff 0 0);
	mask: 
		linear-gradient(#fff 0 0) content-box, 
		linear-gradient(#fff 0 0);
	-webkit-mask-composite: xor;
    mask-composite: exclude;
    z-index: 2;
}
.avatar.personnalites > div:before
{	
	background: conic-gradient(#558ed5 0 16.6%, #ff6600 60deg 33.2%, #92d050 120deg 49.8%, #b2a0c7 180deg 66.4%, #eea4d9 240deg 83%, #ff0000 300deg 100%);

	/**/
}
.avatar.cheffe:before,
.avatar.co-cheffe:before
{
	position: absolute;
    left: -8px;
    top: -8px;
    padding: 4px;
    background-color: #FFF;
    border-radius: 100%;
    font-size: 10px;
    color: #CC295E;
    content: "\f521";
    font-family: "Font Awesome 6 Pro";
    font-weight: 600;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: var(--fa-display,inline-block);
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
    z-index: 3;
    box-shadow: 0 0 2px rgb(0 0 0 / 50%);
}
.avatar.co-cheffe:before
{
	color: #F57416;
}
.avatar.temoin:after
{
	position: absolute;
    right: -8px;
    bottom: -8px;
    padding: 4px;
    background-color: #FFF;
    border-radius: 100%;
    font-size: 10px;
    color: #D8BE6F;
    /*content: "\f893";*/
    content: "\50\54";
    font-family: "Font Awesome 6 Pro";
    font-weight: 600;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: var(--fa-display,inline-block);
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
    z-index: 3;
    box-shadow: 0 0 2px rgb(0 0 0 / 50%);
}

.avatar
{
	background-image: url(../img/avatar-defaut5.png);
}
.avatar.fille0
{
	background-image: url(../img/avatar-fille-defaut0.png);
}
.avatar.fille1
{
	background-image: url(../img/avatar-fille-defaut1.png);
}
.avatar.fille2
{
	background-image: url(../img/avatar-fille-defaut2.png);
}
.avatar.fille3
{
	background-image: url(../img/avatar-fille-defaut3.png);
}
.avatar.fille4
{
	background-image: url(../img/avatar-fille-defaut4.png);
}
.avatar.fille5
{
	background-image: url(../img/avatar-fille-defaut5.png);
}
.avatar.fille6
{
	background-image: url(../img/avatar-fille-defaut6.png);
}
.avatar.fille7
{
	background-image: url(../img/avatar-fille-defaut7.png);
}
.avatar.fille8
{
	background-image: url(../img/avatar-fille-defaut8.png);
}
.avatar.fille9
{
	background-image: url(../img/avatar-fille-defaut9.png);
}
.avatar.garcon0
{
	background-image: url(../img/avatar-garcon-defaut0.png);
}
.avatar.garcon1
{
	background-image: url(../img/avatar-garcon-defaut1.png);
}
.avatar.garcon2
{
	background-image: url(../img/avatar-garcon-defaut2.png);
}
.avatar.garcon3
{
	background-image: url(../img/avatar-garcon-defaut3.png);
}
.avatar.garcon4
{
	background-image: url(../img/avatar-garcon-defaut4.png);
}
.avatar.garcon5
{
	background-image: url(../img/avatar-garcon-defaut5.png);
}
.avatar.garcon6
{
	background-image: url(../img/avatar-garcon-defaut6.png);
}
.avatar.garcon7
{
	background-image: url(../img/avatar-garcon-defaut7.png);
}
.avatar.garcon8
{
	background-image: url(../img/avatar-garcon-defaut8.png);
}
.avatar.garcon9
{
	background-image: url(../img/avatar-garcon-defaut9.png);
}
/*.avatar > img
{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50,-50%);
	width: 100%;
}*/
.avatar-xs
{
	width: 30px;
	height: 30px;
}
.avatar-s
{
	width: 40px;
	height: 40px;
}
.avatar-m
{
	width: 50px;
	height: 50px;
}
.avatar-l
{
	width: 60px;
	height: 60px;
}





/*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: "Font Awesome 5 Pro";
	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;
}

.bouton,
.bouton:active,
.bouton:focus,
.button,
.button:active,
.button:focus
{
	display: inline-block;
	margin: 10px 5px;
	padding: 5px 15px;
	border: 2px solid #cc295e;
    border-radius: 8px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 16px;
	color: #fff;
	background-color: #CC295E;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	cursor: pointer;
	min-height: 34px;
	vertical-align: middle;
}
/*.bouton.button-next,
.bouton.button-next:active,
.bouton.button-next:focus,
.button.button-next,
.button.button-next:active,
.button.button-next:focus
{
	border-radius: 8px 18px 18px 8px;
}
.bouton.button-prev,
.bouton.button-prev:active,
.bouton.button-prev:focus,
.button.button-prev,
.button.button-prev:active,
.button.button-prev:focus
{
	border-radius: 18px 8px 8px 18px;
}*/

.bouton > .fa,
.button > .fa
{
	margin-right: 5px;
	font-size: 20px;
	vertical-align: middle;
}
.bouton.small > i,
.button.small > i
{
	vertical-align: middle;
}

.bouton:hover,
.button:hover
{
	text-decoration: none!important;
	color: #CC295E;
	background: #FFFFFF;
}

.button.round
{
	border-radius: 100%;
	width: 70px;
	height: 70px;
	text-align: center;
	justify-content: center;
	display: inline-flex;
    align-items: center;
}
.button.big
{
	font-size: 30px;
}
.button.small
{
	width: 40px;
	text-align: center;
	padding: 5px;
}
.bouton.secondary,
.bouton.secondary:active,
.bouton.secondary:focus,
.button.secondary,
.button.secondary:active,
.button.secondary:focus
{
	background-color: #B7B7B7;
	border: 2px solid #B7B7B7;
}
.bouton.secondary:hover,
.button.secondary:hover
{
	color: #B7B7B7;
	background: #FFFFFF;
}

input[type='text'],
input[type='password'],
select
{
	margin: 2px 0;
	padding: 6px;
	border: 1px solid #CCC;
	border-radius: 2px;
	outline: none;
	font-family: arial;
	font-size: 16px;
}

select
{
	padding: 5px 6px 6px 6px;
}

textarea
{
	padding: 6px;
	border: 1px solid #CCC;
	border-radius: 2px;
	font-family: arial;
	font-size: 16px;
}

input[type='text']:focus,
input[type='password']:focus,
textarea:focus
{
	border: 1px solid #CC295E;
	outline: none;
}

.minicheck,
.miniradio
{
	cursor: default;
	font-size: 15px;
}
.minicheck > input,
.miniradio > input
{
	display: none;
}
.minicheck > span:before,
.miniradio > span:before
{
	font-weight: 300;
	font-family: "Font Awesome 6 Pro";
	-moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: var(--fa-display,inline-block);
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
	content: "";
	color: #CC295E;
	margin-right: 5px;

	font-size: 25px;
	vertical-align: sub;
}
.minicheck > span:before
{
	content: "\f0c8";
	font-weight: 300;
}
.minicheck input:checked + span:before
{
	content: "\f14a";
	font-weight: 900;
}
.miniradio > span:before
{
	content: "\f111";
	font-weight: 300;
}
.miniradio input:checked + span:before
{
	content: "\f058";
	font-weight: 900;
}

.minicheck > span:before,
.miniradio
{
    display: inline-block;
    cursor: default;
    font-size: 25px;
    margin: 8px;
    vertical-align: sub;
}

.bloc
{
	margin: 10px 0;
	padding: 10px;
	box-shadow: 2px 2px 5px rgb(0 0 0 / 20%);
	background-color: #FFF;
}
.bloc .bloc-titre
{
	color: #CC295E;
    font-weight: 400;
    font-family: 'Dancing Script', cursive;
    font-size: 26px;
    text-align: center;
}

fieldset
{
/*border: 1px solid #CCC;*/

	margin: 0;
	padding: 0;
	border: 0;

	/*margin: 10px 0;
	padding: 10px;
	box-shadow: 2px 2px 5px rgb(0 0 0 / 20%);
	background-color: #FFF;*/
}

fieldset > legend
{
	text-align: center;

	color: #CC295E;
    font-weight: 400;
    font-family: 'Dancing Script', cursive;
    font-size: 26px;
}

fieldset > ul,
fieldset > .contenu > ul
{
	margin: 0;
	padding: 0;
	font-size: 0;
	list-style: none;
}
fieldset > ul.column
{
    display: inline-block;
    width: 50%;
    vertical-align: top;
}
fieldset > ul.border-bottom > li:not(:last-child)
{
	border-bottom: 1px solid #CCC;
}

fieldset > ul > li,
fieldset > .contenu > ul > li
{
	display: inline-block;
	width: 50%;
	margin: 0;
	padding: 0;
	font-size: 16px;
}
fieldset > ul.column > li
{
    display: block;
    width: 100%;
}

fieldset > ul > li > .input,
fieldset > .contenu > ul > li > .input
{
	display: block;
	width: 100%;
	padding: 5px;
	text-align: left;
	font-size: 0;
}

fieldset > ul > li > .input > label,
fieldset > ul > li > .input > div > label,
fieldset > .contenu > ul > li > .input > label
{
	font-size: 16px;
}

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: 16px;
}

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

.input-checkbox,
.input-option,
.input-radio,
.input-quantite
{
	display: inline-block;
	vertical-align: middle;
	cursor: default;
}
.input-checkbox > input,
.input-option > input,
.input-radio > input
{
	display: none;
}
.input-checkbox > input + span,
.input-option > input + span,
.input-radio > input + span
{
	display: inline-block;
	margin: 3px 0;
	width: 30px;
	height: 14px;
	background-color: #BE2626;
	vertical-align: middle;
}
.input-checkbox > input + span:after,
.input-option > input + span:after,
.input-radio > input + span:after
{
	content: "";
	display: block;
	margin: 1px;
	width: 13px;
	height: 12px;
	background-color: #FFF;
	transition: margin 200ms ease-in-out;
}
.input-checkbox > input[value='1'] + span,
.input-option > input[value='1'] + span,
.input-radio > input:checked + span
{
	background-color: #2DBE26;
}
.input-checkbox > input[value='1'] + span:after,
.input-option > input[value='1'] + span:after,
.input-radio > input:checked + span:after
{
	margin: 1px 1px 1px 16px;
}

.input-quantite input
{
	margin: 1px 5px;
	border-radius: 3px;
	text-align: center;
}
.input-quantite i
{
	color: #CC295E;
}

.readonly
{
	pointer-events: none;
}
.input-quantite.readonly input
{
	border-color: transparent;
}
.input-quantite.readonly input[value="0"]
{
	color: #CCC;
}
.input-quantite.readonly input[value]:not([value="0"])
{
	font-weight: 700;
}
.input-quantite.readonly i
{
	color: transparent;
}

.input-checkbox.checkbox-croix > input + span,
.input-option.checkbox-croix > input + span,
.input-radio.radio-croix > input + span
{
	border-radius: 3px;
	border: 1px solid #CCC;
	background-color: #FFF;
	width: 25px;
	height: 25px;
}
.input-checkbox.checkbox-croix > input + span:after,
.input-option.checkbox-croix > input + span:after,
.input-radio.radio-croix > input + span:after
{
	display: inline-block;
	content: "";
	margin: 0;
	color: #CC295E;
	font-family: 'Open Sans',sans-serif;
	font-size: 20px;
	line-height: 23px;
	text-align: center;
	width: 100%;
	transition: none;	
}
.input-checkbox.checkbox-croix > input[value='1'] + span:after,
.input-option.checkbox-croix > input[value='1'] + span:after,
.input-radio.radio-croix > input:checked + span:after
{
	display: inline-block;
	content: "\2713";
	margin: 0;
	color: #CC295E;
	font-family: 'Open Sans',sans-serif;
	font-size: 20px;
	text-align: center;
	width: 100%;
}

.dropdown
{
	position: relative;
	display: inline-block;
	margin: 5px 10px;
}
.dropdown > div
{
	cursor: pointer;
	padding: 5px;
	line-height: 24px;
	border:  1px solid transparent;
}
.dropdown > ul
{
	display: none;
	position: absolute;
	list-style: none;
	margin: 0;
	padding: 0;
	background-color: #FFF;
	border: 1px solid #CCC;
	z-index: 10;
	text-align: left;
}
.dropdown.show > ul
{
	display: block;
	z-index: 3;
	margin-top: -1px;
	min-width: 100%;
}
.dropdown.show > div
{
	border-left: 1px solid #CCC;
	border-top: 1px solid #CCC;
	border-right: 1px solid #CCC;
	background-color: #FFF;
	position: relative;
	z-index: 2;
}
.dropdown > div > i
{
	transform: rotateX(0deg);
	transition: 200ms ease-in-out transform;
}
.dropdown.show > div > i
{
	transform: rotateX(180deg);
}
.dropdown > ul > li
{
	margin: 0;
	padding: 3px 10px;
}
.dropdown > ul > li > label
{
	display: block;
	white-space: nowrap;
}

.choix-presence
{
	cursor: pointer;
}

.data-liste
{
	list-style: none;
	margin: 0;
	padding: 0;
}
.data-liste > li
{
	margin: 5px 0;
	padding: 10px;
	background-color: #FFF;
	box-shadow: 2px 2px 5px rgb(0 0 0 / 20%);
	/*border-radius: 5px;*/
}
/*.data-liste .actions
{
	display: inline-block;
	vertical-align: middle;
}*/

/*NOTIFICATIONS*/
.notification
{
	margin: 10px;
	padding: 10px 20px;
	border-radius: 3px;
	text-align: left;
	color: #FFF;
}

.notification.small
{
	margin: 0;
}

.notification:before
{
	display: inline-block;
	margin: 0 10px 0 0;
	font-family: "Font Awesome 5 Pro";
	font-size: 18px;
	vertical-align: middle;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.notification > span
{
	display: inline-block;
	width: calc(100% - 40px);
	vertical-align: middle;
}
.notification a
{
	color: #FFF;
}
.notification.closable:after
{
	content: "\f00d";
	position: absolute;
	top: 50%;
	right: 0;
	margin: 0 10px 0 0;
	font-family: "Font Awesome 5 Pro";
	font-size: 18px;
	vertical-align: middle;
	transform: translateY(-50%);
	cursor: pointer;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.notification.absolute
{
	position: absolute;
	top: 0;
	right: 0;
	left: 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";
}

.badge
{
	
	display: inline-block;
	padding: 3px 10px;
    border-radius: 2vh;
    background-color: #CC295E;
    color: #FFF;
	font-size: 12px;
	border: 1px solid #CC295E;
}
.badge.validation
{
	background-color: #37bc9b;
	border: 1px solid #37bc9b;
}
.badge.information
{
	background-color: #5D9CEC;
	border: 1px solid #5D9CEC;
}
.badge.erreur
{
	background-color: #F05050;
	border: 1px solid #F05050;
}
.badge.alert
{
	background-color: #f0bd50;
	border: 1px solid #f0bd50;
}
.badge.autre
{
	background-color: #7237BC;
	border: 1px solid #7237BC;
}
.badge.invert
{
	background-color: #FFFFFF;
	border: 1px solid #CC295E;
	color: #CC295E;
}
.badge.small
{
	padding: 1px 5px;
	font-size: 11px;
}
.badge.rond
{
	width: 30px;
    height: 30px;
    padding: 3px 0;
    text-align: center;
}

/*SITE*/
iframe div
{
	padding: 206px !important;
}
#site
{
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0 auto;
}

/*HEADER*/

#logo
{
	display: flex;
	position: absolute;
	align-items: center;
	height: 100%;
}

#logo > img
{
	width: 440px;
	transition: width ease-in-out 0.15s;
}
#header
{
	position: relative;
	z-index: 3;
	/*z-index: 55;*/
	/*position: fixed;*/
	/*top: 0;*/
	/*right: 0;*/
	/*left: 0;*/
	text-align: right;
	/*background-color: #f3f2f3;*/
	background-color: #DBC8BD;
	box-shadow: 0 2px 2px rgba(0,0,0,0.1);
}
#header > div:not(.container)
{
	position: absolute;
	/*top: 0;*/
	top: -70px;
	left: 0;
	width: 100%;
	overflow: hidden;
	transform: rotate3d(0, 1, 0, 180deg);
}
#header > div:not(.container) > img
{
	width: 1920px;
	max-width: 1920px;
}
#header > .container
{
	height: 150px;
}

/*#header_top
{
	background-color: #2d2c2c;
	color: #FFF;
}
#header_top > .container > span
{
	display: inline-block;
	padding: 5px;
}
#header_top a
{
	text-decoration: none;
	color: #FFF;
	font-weight: 700;
}*/

/*MENU*/

.burger
{
	display: none;
	z-index: 2;
	position: absolute;
	top: 0;
	right: 0;
	width: 30px;
	height: 80px;
	margin: 15px 20px;
	text-align: left;
	cursor: pointer;
}

.burger .icon-left
{
	position: absolute;
	top: 37px;
	width: 15px;
	height: 4px;
	background-color: #CC295E;
	transition-duration: 0.5s;
}

.burger .icon-left:before
{
	content: "";
	position: absolute;
	top: -10px;
	width: 15px;
	height: 4px;
	background-color: #CC295E;
	transition-duration: 0.5s;
}

.burger .icon-left:after
{
	content: "";
	position: absolute;
	top: 10px;
	width: 15px;
	height: 4px;
	background-color: #CC295E;
	transition-duration: 0.5s;
}

.burger .icon-right
{
	position: absolute;
	top: 37px;
	left: 15px;
	width: 15px;
	height: 4px;
	background-color: #CC295E;
	transition-duration: 0.5s;
}

.burger .icon-right:before
{
	content: "";
	position: absolute;
	top: -10px;
	width: 15px;
	height: 4px;
	background-color: #CC295E;
	transition-duration: 0.5s;
}

.burger .icon-right:after
{
	content: "";
	position: absolute;
	top: 10px;
	width: 15px;
	height: 4px;
	background-color: #CC295E;
	transition-duration: 0.5s;
}

body.nav-open .burger .icon-left
{
	background: transparent;
	transition-duration: 0.5s;
}

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
{
	background: transparent;
	transition-duration: 0.5s;
}

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;
}

#menu
{
	padding: 0;
	position: relative;
	z-index: 2;
}

#menu > ul
{
/*background-color: rgba(0,0,0,0.85);*/

	margin: 0;
	padding: 0;
	list-style: none;
}

#menu > ul > li
{
	display: inline-block;
	position: relative;
	vertical-align: middle;
	*float: left;/*IE7*/
}

#menu > ul > li:first-child > a
{
	padding: 37px 20px 38px;
}

#menu > ul > li:last-child
{
	border-right: none;
}

#menu > ul > li > a:not(.button)
{
	text-transform: uppercase;

	display: block;
	position: relative;
	padding: 40px 8px;
	overflow: hidden;
	text-decoration: none;
	font-size: 15px;
	letter-spacing: -1px;
	color: #3b3b3b;
	font-weight: 600;
}

#menu > ul > li.sous-menu > a
{
	padding: 40px 20px 40px 10px;
}

#menu > ul > li > a > .fa
{
	font-size: 22px;
	line-height: 25px;
}

#menu > ul > li > a > .fa-angle-down
{
	position: absolute;
	top: calc(50% - 2px);
	right: 4px;
	font-size: 17px;
	transition: top 0.3s;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

#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:not(.button),
#menu > ul > li.select > a:not(.button)
{
	color: #CC295E;
}

#menu > ul > li > ul
{
/*margin-top: 22px;*/

	z-index: 3;
	position: absolute;
	padding: 0 5px;
	max-height: 0;
	min-width: 100%;
	overflow: hidden;
	text-align: left;
	list-style: none;
	background-color: #fff;
	box-shadow: 1px 1px 4px #3a3a3a;
	transition: max-height ease-in-out 0.4s;
}

#menu > ul > li > ul > li
{
	padding: 5px 0;
}

#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
{
	display: block;
	padding: 5px;
	text-decoration: none;
	font-size: 15px;
	white-space: nowrap;
	color: #666;
}

#menu > ul > li > ul > li:hover > a,
#menu > ul > li > ul > li > a.select
{
	color: #CC295E;
}


#menu + img
{
	position: absolute;
	top: 0;
	right: -30px;
	z-index: 1;
}


#sous-menu .titre
{
	font-family: 'Dancing Script', cursive;
 	margin: 0;
	padding: 25px 0 10px;
	text-align: center;
	font-size: 30px;
	font-weight: normal;
	color: #CC295E;
}
#sous-menu .titre
{
	list-style: none;
	margin: 0;
}
#sous-menu ul > li.titre
{
	font-size: 25px;
}
#sous-menu ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}
#sous-menu ul > li
{
	padding: 0;
	margin: 0;
}
#sous-menu ul > li a
{
	text-decoration: none;
	cursor: pointer;
}
#sous-menu ul > li > div:first-child + div
{
	display: none;
	padding: 10px;
	margin: 5px 0 10px;
	border-radius: 5px;
	background-color: #efd7ca66;
	text-align: right;
}
#sous-menu ul > li > div:first-child + div > span
{
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical; 
	overflow: hidden;
	text-align: left;
}
#sous-menu ul > li > div:first-child + div > span a
{
	display: inline-block;
}
#sous-menu ul > li > div:first-child + div a
{
	margin: 5px -5px -5px 0;
	padding: 0 5px;
    min-height: 0;
}

#blog_article
{
	padding: 10px;
}
#blog_article h1
{
	padding: 0 0 5px;
}
.blog_article
{
	margin: 10px 0;
    padding: 10px;
    box-shadow: 2px 2px 5px rgb(0 0 0 / 20%);
}

.blog-categories
{
	margin-bottom: 10px;
}
.blog-categories > ul
{
	display: inline-block;
	list-style: none;
	margin: 0;
	padding: 0;
}
.blog-categories > ul > li
{
	display: inline-block;
	margin: 0;
	padding: 0 2px 2px 0;
}
.blog-categories > ul > li > a
{
	display: block;
	font-size: 12px;
	text-decoration: none;
	background-color: #CC295E;
	padding: 1px 5px;
	border-radius: 3px;
	color: #FFF;
}
.blog-articles,
.blog-articles *
{
	box-sizing: border-box;
}
.blog-articles
{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 15px;
}
.blog-article
{
	position: relative;
	overflow: hidden;
	border-radius: 20px;

	height: 220px;

	background-color: #FFF;
	box-shadow: 1px 1px 4px rgba(0,0,0,0.3);
}
.blog-article::after
{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(transparent 50%, rgba(0,0,0,0.8));
	z-index: 2;
}
.blog-article > img
{
	width: 100%;
	height: 100%!important;
	transform: scale(1);
	z-index: 1;
	margin: 0!important;
	transition: ease-in-out 500ms transform;
	object-fit: cover;
}
.blog-article:hover > img
{
	transform: scale(1.2);
}
.blog-article > span
{
	position: absolute;
	display: block;
	padding: 5px;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 10px;
	color: #FFF;
	z-index: 3;
	font-size: 17px;
}

.blog-article-couverture
{
	position: relative;
	border-radius: 20px;
	background-color: #CCC;
	height: 400px;
	overflow: hidden;
	margin-top: 30px;
}
.blog-article-couverture::after
{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(transparent 50%, rgba(0,0,0,0.5));
	z-index: 2;
}
.blog-article-couverture > a,
.blog-article-couverture > a:active,
.blog-article-couverture > a:hover
{
	position: absolute;
	left: 20px;
	top: 20px;
	z-index: 3;
	/*color: #FFF;
	background-color: #CC295E;
	border-radius: 5px;
	font-size: 16px;
	padding: 5px 15px;
	margin: 0!important;
	border: 0;
	line-height: initial;*/
}
.blog-article-couverture > img
{
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 1;
	margin: 0!important;
}
.blog-article-couverture > div 
{
	position: absolute;
	width: 50%;
	left: 20px;
	bottom: 20px;
	z-index: 3;
}
.blog-article-couverture > div > h1
{
	color: #FFF;
	text-align: left;
}
.blog-article-couverture > div > span.blog-article-categorie,
.blog-articles .blog-article-categorie
{
	display: inline-block;
	color: #FFF;
	padding: 1px 5px;
	background-color: #CC295E;
	font-size: 12px;
	border-radius: 3px;
}
.blog-article-couverture > div > time,
.blog-article-date
{
	padding: 0 5px;
	color: #FFF;
	font-size: 12px;
}
.blog-article-couverture > span
{
	position: absolute;
	right: 5px;
	bottom: 5px;
	color: #CCC;
	font-size: 15px;
	background-color: #FFF;
	padding: 5px;
	border-radius: 20px;
	z-index: 3;
}
.blog-article-couverture > span > ul
{
	display: inline-block;
	margin: 0;
	padding: 0;
	list-style: none;
}
.blog-article-couverture > span > ul > li
{
	display: inline-block;
	margin: 0;
	padding: 2px;
}
.blog-article-couverture > span > ul > li > a
{
	display: block;
	padding: 2px;
	font-size: 17px;
	color: #CCC;
}
.blog-article-couverture > span > ul > li > a:hover
{
	color: #CC295E!important;
}
.blog-article-accroche
{
	font-weight: bold;
	padding: 20px 0;
}
.blog-article-sommaire
{
	background-color: #FFF;
	border: 1px solid #CCC;
	border-left: 3px solid #CC295E;
	border-radius: 0 20px 20px 0;
	padding: 20px;
	margin: 20px 0;
	box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
}
.blog-article-sommaire .titre
{
	font-size: 17px;
	font-weight: bold;
}
.blog-article-sommaire li
{
	padding: 5px 0;
}
.blog-article-sommaire a
{
	text-decoration: none;
}
.blog-article-paragraphe
{
	padding: 20px 0;
}

/*SLIDER ACCUEIL*/
#slider_accueil
{
	z-index: 1;
	position: relative;
	width: 100%!important;
	overflow: hidden;
}

#slider_accueil > ul
{
	position: relative!important;
	width: 100%;
}

#slider_accueil > ul > li
{
	position: relative!important;
	width: 100%;
	padding-top: 30%;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
}

#slider_accueil > ul > li > a
{
	display: block;
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
}

#slider_accueil img
{
	margin: 0;
}

#slider_accueil > ul > li video
{
	z-index: 1;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#slider_accueil .boutonPagination.select
{
	background: #CC295E!important;
}

#slider_accueil .boutonsPagination
{
	right: initial!important;
	left: 50%!important;
	transform: translateX(-50%);
}

#slider_accueil .boutonPagination
{
	width: 10px!important;
	height: 10px!important;
	opacity: 1!important;
}

#slider_accueil .CJSlider-navigation-gauche > i,
#slider_accueil .CJSlider-navigation-droite > i
{
	text-shadow: 1px 1px 4px #555;
	font-size: 62px;
	color: rgb(255,255,255);
	cursor: pointer;
}

#slider_accueil .CJSlider-navigation-gauche > i
{
	right: 10px;
}

#slider_accueil .CJSlider-navigation-droite > i
{
	left: 10px;
}

#slider_accueil .slide-contenu
{
	z-index: 2;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.slide-contenu .container
{
	position: relative;
	top: 0;
	height: 100%;
}

#slider_accueil .slide-contenu > .container > div
{
	position: absolute;
	bottom: 25px;
	left: 0;
}

#slider_accueil .slide-contenu .slide-titre
{
	display: inline-block;
	padding: 5px 50px;
	text-align: center;
	text-decoration: none;
	font-size: 27px;
	color: #FFF;
	background-color: #CC295E;
}

#slider_accueil .slide-contenu .slide-texte
{
	display: block;
	margin: 0 0 0 30px;
	padding: 10px 20px;
	max-width: 490px;
	text-decoration: none;
	font-size: 17px;
	color: #FFF;
	background-color: rgba(0,0,0,0.9);
}

#slider_accueil .slide-contenu .slide-texte a
{
	text-shadow: none;
}

/*CONTENT*/

#content
{
	position: relative;
	min-height: calc(100% - 451px);
	/*z-index: 1;*/
	/*overflow: hidden;*/
}

.pagination
{
	text-align: center;
	margin: 10px 0;
}
.pagination input
{
	width: 40px;
	text-align: center;
	vertical-align: middle;
	margin: 1px;	
	border-radius: 3px;
	padding: 7px 10px;
}
.pagination a
{
	display: inline-block;
	text-decoration: none;
	padding: 5px 14px;
	border-radius: 3px;
	background-color: #D2406F;
	color: #FFF;
	vertical-align: middle;
	margin: 1px;
	border: 1px solid transparent;
}
.pagination input,
.pagination a:hover
{
	background-color: #FFF;
	border: 1px solid #D2406F;
	color: #000;
}
.pagination a.disabled
{
	background-color: #D5D5D5;
	border-color: #D5D5D5;
	color: #7A7A7A;
}

#slider_accueil + #content
{
	padding-top: 0;
}

#content > div:not(#footer)
{
	padding-bottom: 20px;
}

#slider_accueil + #content
{
	margin-top: 0;
}

#content .contenu-texte img,
#content .contenu-accroche img,
#content .contenu-conclusion img,
#content .article-texte img
{
	margin: 5px;
}

#content .contenu-texte img[align='left'],
#content .contenu-accroche img[align='left'],
#content .contenu-conclusion img[align='left'],
#content .article-texte img[align='left']
{
	margin: 5px 20px 5px 0;
}

#content .contenu-texte img[align='right'],
#content .contenu-accroche img[align='right'],
#content .contenu-conclusion img[align='right'],
#content .article-texte img[align='right']
{
	margin: 5px 0 5px 20px;
}

#content .contenu-texte img[align='absmiddle'],
#content .contenu-accroche img[align='absmiddle'],
#content .contenu-conclusion img[align='absmiddle'],
#content .article-texte img[align='absmiddle']
{
	margin: 5px;
}

#content .sous_pages
{
	margin: 0;
	padding: 0;
	text-align: center;
}

#content .sous_pages > li
{
	display: inline-block;
	width: 48%;
	margin: 1%;
	padding: 0;
	list-style: none;
}

#content .sous_pages > li > a
{
	display: inline-block;
	width: 100%;
	padding: 30px 0;
	border-radius: 5px;
	text-decoration: none;
	text-transform: uppercase;
	color: #fff;
	background-color: #696969;
}

#content .sous_pages > li > a:hover
{
	background-color: #CC295E;
}

.bloc-categorie
{
	position: relative;
	margin: 20px auto;
	padding-left: 0;
	text-align: center;
	font-size: 0;
	list-style: none;
}
.bloc-categorie > li
{
	position: relative;
	display: inline-block;
	width: 340px;
	margin: 5px;
	max-width: 340px;
	font-size: 15px;
	vertical-align: top;
}
.bloc-categorie > li > a,
.bloc-categorie > li > label
{
	display: block;
	position: relative;
	width: 100%;
	text-decoration: none;
	color: white;
	background-color: #FFF;
	color: #000;
	border-radius: 4px;
	overflow: hidden;
	cursor: pointer;
}
.bloc-categorie > li > label input[type='radio']
{
	display: none;
}
.bloc-categorie > li > label:has(input[type="radio"]:checked)
{
	box-shadow: 0 0 0px 2px #CC295E;
}
.bloc-categorie > li > label input[type='radio']:checked + div::after
{
	content: "\f058";
	position: absolute;
	top: 5px;
	left: 5px;
	font-family: "Font Awesome 5 Pro";
	font-weight: 500;
	color: #CC295E;
	font-size: 30px;
	background-color: #FFF;
	border-radius: 100%;
	width: 29px;
	height: 29px;
}
.bloc-categorie > li > a label
{
	display: block;
}
.bloc-categorie .bloc-categorie-photo
{
	position: relative;
	overflow: hidden;
	height: 180px;
}
.bloc-categorie .bloc-categorie-photo img
{
	width: 100%;
	height: 180px;
	object-fit: cover;
	transform: scale(1);
	transition: 200ms ease-in-out transform;
	vertical-align: middle;
}
.bloc-categorie > li > a:hover .bloc-categorie-photo img,
.bloc-categorie > li > label:hover .bloc-categorie-photo img
{
	transform: scale(1.2);
}
.bloc-categorie .bloc-categorie-titre
{
	position: absolute;
	bottom: 10px;
	left: 0;
	padding: 3px 10px;
	text-align: left;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 2px;
	color: #333;
	background-color: rgba(255,255,255,0.9);
}
.bloc-categorie .bloc-categorie-description
{
	padding: 10px;
	height: 80px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.bloc3d
{
	z-index: 8;
	position: relative;
	margin: 20px auto;
	padding-left: 0;
	text-align: center;
	font-size: 0;
	list-style: none;
}

.bloc3d > li
{
	display: inline-block;
	width: 300px;
	height: 180px;
	margin: 5px;
	max-width: 300px;
	border-radius: 4px;
	font-size: 15px;
	vertical-align: top;
	color: white;
	perspective: 500px;
}
.bloc3d > li.disabled
{
	filter: grayscale(1);
	pointer-events: none;
}

.bloc3d > li > a
{
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	text-decoration: none;
	color: white;
	background-color: rgb(219,219,219);
	background-position: 50% 50%;
	background-size: cover;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	perspective: 500px;
	-ms-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
}
.bloc3d > li.disabled > a
{
	background-color: rgb(245,245,245);
}

.bloc3d > li > a.anim
{
	box-shadow: 0 0 0 rgba(0, 0, 0, 0) !important;
	-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);
	-o-animation: leave-animation 0.5s forwards cubic-bezier(0.18,2.07,1,1);
	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);
}

@keyframes leave-animation
{
	100%
	{
		transform: rotateX(0deg) rotateY(0deg);
	}
}

.bloc3d .titre-bloc
{
	position: absolute;
	bottom: 10px;
	left: 0;
	padding: 3px 10px;
	text-align: left;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 2px;
	color: #333;
	background-color: rgba(255,255,255,0.9);
}

.bloc3d .prix-bloc
{
/*background-image: url(../img/macaron.png);
	background-position: 50% 50%;
	background-size: contain;
	background-repeat: no-repeat;*/

	position: absolute;
	bottom: 40px;
	left: 10px;
	width: 100px;
	height: 100px;
	padding: 40px 0;
	text-align: center;
	font-size: 20px;
	color: #FFF;
	transform: rotate(15deg);
}

.bloc3d .btn-bloc
{
	position: absolute;
	bottom: 10px;
	left: 0;
	padding: 3px 10px;
	text-align: left;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 2px;
	color: #333;
	background-color: rgba(255,255,255,0.9);
}

.parallax,
.parallax2
{
/* background-size: cover; */

	margin: 0;
	padding: 70px 0;
	min-height: 450px;
	color: white;
	background-attachment: fixed;
	background-image: url(../img/parallax.jpg);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
}

.parallax h2
{
	text-align: center;
	color: #FFF;
}

.parallax2
{
	background-color: #E5DCD7;
	background-image: none;
}

.parallax2 h2
{
	text-align: center;
	color: #000;
}

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

#page-horaires
{
/*background-image: url(../img/horaires.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 100%;*/

	height: 463px;
	padding: 0!important;
}

#page-coordonnees a
{
	text-decoration: none;
	font-size: 20px;
	color: #FFF;
}

#page-facebook
{
	padding: 50px 0;
	text-align: center;
	background-attachment: fixed;
	background-image: url(../img/facebook.jpg);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
}

#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;
	justify-content: center;
	height: 200px;
}

#page-partenaires a
{
	display: inline-block;
	margin: 5px;
	vertical-align: middle;
}

#page-partenaires a > img
{
	max-width: 200px;
}

#partenaires-liste
{
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 0;
	list-style: none;
}

#partenaires-liste > li
{
	display: inline-block;
	width: 200px;
	height: 180px;
	margin: 10px;
	padding: 15px;
	overflow: hidden;
	text-align: center;
	font-size: 16px;
	transition: ease-in-out 200ms box-shadow;
}

#partenaires-liste > li > a
{
	display: block;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

#partenaires-liste > li:hover
{
	-webkit-box-shadow: 0 0 3px 0 #656565;
	-moz-box-shadow: 0 0 3px 0 #656565;
	box-shadow: 0 0 3px 0 #656565;
	-o-box-shadow: 0 0 3px 0 #656565;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#656565, Direction=NaN, Strength=3);
}

#partenaires-liste > li img
{
	height: initial;
	margin: 0;
	max-width: 100%;
}

#partenaires-liste > li > a > .partenaires-liste-titre
{
	color: #044D71;
}

#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;
}
.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: #f3f2f3;
    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 img
{
	margin: 0 !important;
	width: 100%;
}
.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
{
	width: 100%;
	padding-left: 0;
	text-align: center;
	font-size: 0;
	list-style: none;
}

#galerie-liste > li
{
    display: inline-flex;
    position: relative;
    width: calc(25% - 10px);
    margin: 5px;
    padding-top: 20%;
    overflow: hidden;
    vertical-align: top;
}

#galerie-liste > li .titre
{
	display: flex;
	z-index: 2;
	position: absolute;
	bottom: 10px;
	left: 0;
	align-items: center;
	justify-content: center;
	width: calc(100% - 10px);
	height: 50px;
	margin: 5px;
	padding: 5px;
	border-radius: 3px;
	font-size: 18px;
	color: #FFF;
	background-color: rgba(0,0,0,0.7);
	transition: ease-in-out 200ms bottom;
}

#galerie-liste > li .titre > span
{
	display: inline-block;
}

#galerie-liste > li:hover .titre
{
	bottom: -100%;
}

#galerie-liste > li > a
{
	display: block;
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #CCC;
}

#galerie-liste > li > a > .mask
{
	z-index: 3;
	position: absolute;
	top: 100%;
	width: 100%;
	height: 100%;
	opacity: 0;
	background-color: rgba(0, 0, 0, 0.7);
	-webkit-animation: 150ms forwards linear;
	animation: 0.15s forwards linear;
}

#galerie-liste > li > a > .mask > i
{
	position: absolute;
	top: 50%;
	left: 50%;
	font-size: 45px;
	color: white;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

#galerie-liste > li > a > .mask > span
{
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 95%;
	text-align: center;
	font-size: 15px;
	color: white;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

#galerie-liste > li > a > .mask > span > i
{
	font-size: 45px;
}

#galerie-liste > li img.portrait
{
	width: 100%;
	height: auto!important;
	max-width: 100%!important;
}
#galerie-liste > li img.landscape
{
	width: auto;
	height: 100%!important;
	max-height: 100%;
}

/*FAQ*/
#faq
{
	list-style: none;
	margin: 0;
	padding: 0;
}
#faq > li
{
	background-color: #F2F2F2;
	margin: 1px;
	padding: 5px;
}
#faq > li > .question
{
	padding: 5px;
	cursor: pointer;
}
#faq > li > .reponse
{
	padding: 5px;
	font-style: italic;
}

.item
{
	position: relative;
	float: left;
	width: calc(33.33333% - 10px);
    background-color: #000;
    overflow: hidden;
    margin: 5px;
}
.item:after
{
	content: '';
	display: block;
	background-color: inherit;
	opacity: 0.9;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	transform: scale(2) translateX(-75%) translateY(-75%) translateZ(0) rotate(-28deg);
	transition: transform 3s cubic-bezier(0.23, 1, 0.32, 1);
	opacity: 0.3;
}
.item:hover:after
{
	transform: scale(2) translateX(0%) translateY(0%) translateZ(0) rotate(-28deg);
}
.item:hover .item-image
{
	transform: scale(1.2) translateZ(0);
}
.item:hover .item-text
{
	opacity: 1;
	transform: translateY(0);
}
.item-image
{
	height: auto;
	backface-visibility: hidden;
	transform: translateZ(0);
	transition: transform 750ms cubic-bezier(0.23, 1, 0.32, 1);
}
.item-image::before
{
	content: "";
	display: block;
	padding-top: 75%;
	overflow: hidden;
}
.item-image img
{
	position: absolute;
    top: 0;
    left: 0;
    line-height: 0;
    margin: 0 !important;
}
.item-image img.landscape
{
	width: auto;
    height: 100%!important;
    max-height: 100%;
	transform: translateX(0);
}
.item-image img.portrait
{
	width: 100%;
    height: auto!important;
    max-width: 100%!important;
    transform: translateY(-25%);
}
.item-text
{
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	opacity: 0;
	text-align: center;
	z-index: 1;
	color: #fff;
	transition: opacity 500ms cubic-bezier(0.23, 1, 0.32, 1),
	transform 500ms cubic-bezier(0.23, 1, 0.32, 1);
	transition-delay: 300ms;
	transform: translateY(-20%);
}
.item-text-wrapper
{
	width: 100%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.item-text-title
{
	font-size: 36px;
	padding: 0 15px;
	margin: 5px 0 0 0;
}

@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
{
	-webkit-animation-name: in-top;
	animation-name: in-top;
}

#galerie-liste > li > a > .mask.in-bottom
{
	-webkit-animation-name: in-bottom;
	animation-name: in-bottom;
}

#galerie-liste > li > a > .mask.in-right
{
	-webkit-animation-name: in-right;
	animation-name: in-right;
}

#galerie-liste > li > a > .mask.in-left
{
	-webkit-animation-name: in-left;
	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
{
	-webkit-animation-name: out-top;
	animation-name: out-top;
}

#galerie-liste > li > a > .mask.out-bottom
{
	-webkit-animation-name: out-bottom;
	animation-name: out-bottom;
}

#galerie-liste > li > a > .mask.out-right
{
	-webkit-animation-name: out-right;
	animation-name: out-right;
}

#galerie-liste > li > a > .mask.out-left
{
	-webkit-animation-name: out-left;
	animation-name: out-left;
}

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

#mentions
{
	font-size: 0;
}

#mentions h2,
#mentions h3
{
	margin: 0;
	padding: 0 0 10px;
	text-align: left;
	text-align: center;
	font-size: 16px;
}

#mentions > div
{
	margin: 10px 0 10px;
	padding: 10px;
	font-size: 16px;
	background-color: #F6F6F6;
}

#mentions > div:first-child,
#mentions > div:first-child + div
{
	display: inline-block;
	width: calc(50% - 5px);
	margin: 10px 0 0;
	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;
	width: 50%;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	vertical-align: top;
	background-color: #D3D3D3;
}

.slider_galerie > div:first-child > ul
{
	position: relative!important;
	top: 0!important;
	width: 100%;
	height: 100%!important;
	margin: 0;
}

.slider_galerie > div:first-child > ul > li
{
	position: relative!important;
	top: 0!important;
	width: 100%;
	height: 100%!important;
	margin: 0;
	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%;
	width: initial!important;
	height: initial!important;
	max-height: 100%;
	max-width: 100%;
	transform: translate(-50%,-50%);
}

.slider_galerie > div:first-child + div
{
	display: inline-block;
	position: relative;
	width: 50%!important;
	height: 100%!important;
	vertical-align: top;
	background-color: #EAEAEA;
}

.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;
	padding: 2px;
	overflow: auto!important;
	white-space: initial!important;
}

.slider_galerie > div:first-child + div > div > div > img
{
	height: 100px!important;
	margin: 2px!important;
}

.slider_galerie .boutonPagination.select
{
	background-color: #CC295E!important;
}

.slider_galerie > div.CJSlider > div:nth-child(2) ,
.slider_galerie > div.CJSlider > div:nth-child(3)
{
	position: absolute;
	top: 50%;
	left: 10px;
	text-shadow: 0 0 1px rgba(0,0,0,0.8);
	font-size: 30px;
	color: #FFF;
	opacity: 0.7;
	transform: translateY(-50%);
	cursor: pointer;
}

.slider_galerie > div.CJSlider > div:nth-child(3)
{
	right: 10px;
	left: initial;
}

.slider_galerie_miniatures > span
{
	display: inline-block;
	position: relative;
	width: 90px;
	height: 90px;
	margin: 0;
	margin: 1px;
	padding: 0;
	overflow: hidden;
	vertical-align: middle;
}

.slider_galerie_miniatures > span > img
{
	position: absolute;
	top: 50%;
	left: 50%;
	width: initial!important;
	height: initial!important;
	max-height: 170%!important;
	max-width: 210%!important;
	transform: translate(-50%,-50%);
}

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

/*Espace*/
.titre
{
	font-family: 'Dancing Script', cursive;
	font-size: 40px;
	color: #000;
}
.etapes > div > div > div
{
	padding: 20px;
	background-color: rgba(239,215,202,0.6);
	min-height: 400px;
	border-radius: 8px;
}

.etapes > div > div:not(.select)
{
	display: none!important;
}
.etapes input[type='text'],
.etapes select
{
	margin: 3px;
	font-size: 20px;
	padding: 10px;
	width: 300px;
	vertical-align: middle;
}
.etapes select
{
	padding: 10px 10px 9px 10px;
}
.etapes .description
{
	padding: 5px;
	margin: 10px 0;
}

#activite-filtres > .dropdown > div
{
	height: 40px;
    display: inline-flex;
    align-items: center;
}
#activite-filtres > .dropdown > div > .badge,
#activite-filtres > .dropdown > div > i
{
	margin-left: 5px;
}

.activite
{
	position: relative;
	/*padding-top: 55%;*/
	overflow: hidden;
	background-color: #cc295e14;
	border-radius: 5px;
	margin: 5px;
	/*width: 280px;*/
    /*width: calc(100% - 10px)!important;*/
    height: 170px;
    z-index: 2;

    cursor: grab;
    cursor: -moz-grab;
    cursor: -webkit-grab;
}
.activite:active
{
    cursor: grabbing;
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}
#liste-activites .activite
{
	cursor: initial;
	padding: 5px!important;
}
body > .activite.ui-draggable-dragging
{
	width: 280px!important;
	height: 160px!important;
}
.activite > img
{
	/*position: absolute;*/
	/*left: 50%;*/
	/*top: 50%;*/
	/*max-width: 100%;*/
	/*max-height: 150%;*/
	/*transform: translate(-50%,-50%);*/
	margin: 0!important;


	width: 100%;
    height: 100%;
    object-fit: cover;
}
.activite > div
{
	display: block;
	position: absolute;
	bottom: 3px;
	left: 13px;
	right: 13px;
	padding: 0;
	background-color: #FFF;
}
.activite > div a
{
	margin: 1px!important;
}

#activites
{
	position: relative;
	width: 100%;
	height: 175px;
	margin-bottom: 30px;
}
#activites .notification
{
	margin: 0;
}
#activites .activite
{
	/*width: 100%;*/
}

#liste-activites .remove
{
	position: absolute;
	top: 0;
	right: 0;
}
#liste-activites > li
{
	position: relative;
}
#liste-activites > li > div > span
{
	display: block;
	padding: 0 0 15px 0;
	font-family: 'Dancing Script', cursive;
	font-size: 26px;
}
#liste-activites > li > div > div
{
	padding: 10px 0;
}
#liste-activites > li > div > div > .activites:before
{
	position: absolute;
	left: 5px;
	top: -20px;
	padding: 0 5px;
	background-color: #FFF;
	border-radius: 5px;
	color: #CC295E;
	font-weight: 400;
	font-family: 'Dancing Script', cursive;
	font-size: 26px;
}
/*#liste-activites > li > div > div > .activites:nth-child(1):before*/
#liste-activites > li > div > div > .activites-matin:before
{
	content: "Matin";	
}
/*#liste-activites > li > div > div > .activites:nth-child(2)*/
#liste-activites > li > div > div > .activites-apresmidi
{
	border-left: 0;
	border-right: 0;
}
/*#liste-activites > li > div > div > .activites:nth-child(2):before*/
#liste-activites > li > div > div > .activites-apresmidi:before
{
	content: "Après Midi";
}
/*#liste-activites > li > div > div > .activites:nth-child(3):before*/
#liste-activites > li > div > div > .activites-soiree:before
{
	content: "Soirée";
}
.activites
{
	position: relative;
	padding: 10px;
	border: 2px dashed #CCC;
	width: 100%;
	min-height: 198px;
}
.activites.disabled
{
    background-color: #c7c7c7;
    background-image: repeating-linear-gradient(45deg, transparent, transparent 4px, rgba(255, 255, 255, .1) 4px, rgba(255, 255, 255, .1) 20px);
    border-color: #FFFFFF;
}
.row > .activites:first-child + .activites
{
	border-left: 0;
	border-right: 0;
}
.activites .activite
{
	padding-top: initial!important;
	/*width: initial!important;*/
    max-width: initial;
    height: initial!important;
    box-shadow: 2px 2px 5px rgb(0 0 0 / 20%);
    border-radius: 0;
    margin: 3px 0;
}
.activites .activite > img
{
	display: none;
}
.activites .activite > div
{
	position: relative;
	margin: 0;
	bottom: initial;
	left: initial;
	right: initial;
}
.activite > div .right
{
	padding: 0;
}

#activite 
{
	width: 100%;
	padding: 10px;
}
#activite h1
{
	padding: 0 0 10px;
	text-align: left;
}
#activite .activite-titre
{
	color: #CC295E;
	font-weight: 400;
	font-family: 'Dancing Script', cursive;
	font-size: 26px;
}
#activite .activite-titre
#activite .activite-tarif,
#activite .activite-duree,
#activite .activite-horaires,
#activite .activite-lieu,
#activite .activite-langues,
#activite #activite-restrictions,
#activite #activite-zones,
#activite #activite-associations
{
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #FFF;
}

#activite .activite-tarif
{
	color: #CC295E;
	font-weight: 700;
	font-size: 16px;
}
#activite #activite-restrictions .activite-restriction
{
	margin: 5px 5px 0 0;
	display: inline-block;
}
#activite #activite-restrictions .activite-restriction.select:after
{
	content: "";
    display: block;
    width: 0;
    height: 0;
    margin: 0px auto;
    border-right: 6px solid #0000;
    border-left: 6px solid #0000;
    border-bottom: 6px solid #CC295E;
}
#activite #activite-restrictions .activite-restriction > div
{
	display: none;
}
#activite #activite-restrictions .activite-restriction-texte
{
	display: none;
	font-style: italic;
	font-size: 12px;
	color: #FFF;
	background-color: #CC295E;
	padding: 5px;
	border-radius: 5px;
}
#activite .activite-tarif .activite-titre + div
{
	padding: 10px;
}
#activite .activite-titre
{
	text-align: center;
	padding: 0 0 5px 0;
}

#activite #activite-a-propos
{
	margin: 10px 0;
	padding: 10px;
	box-shadow: 2px 2px 5px rgb(0 0 0 / 20%);

	min-height: 420px;
	background-color: #FFF;
}
#activite #activite-a-propos > div:first-child + div
{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 18;
	overflow: hidden;
	text-overflow: ellipsis;
	transition: ease-in-out 200ms;
}
#activite #activite-a-propos > div:first-child + div.show
{
	-webkit-line-clamp: 999;
}

#activite #activite-associations
{
	margin: 10px 0;
	padding: 10px;
	box-shadow: 2px 2px 5px rgb(0 0 0 / 20%);

	background-color: #FFF;
}
#activite #activite-associations .activite-associations-titre
{
	height: 45px;
	display: flex;
	align-items: center;
}
#activite #activite-associations a
{
	text-decoration: none;
}

#activite #activite-zones
{
	margin: 20px 0 10px;
    padding: 10px;
    box-shadow: 2px 2px 5px rgb(0 0 0 / 20%);
}

#activite .activite-photos
{
	margin: 10px 0 35px;
}
#activite .bouton.big
{
	position: fixed;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 17px;
    white-space: nowrap;
    z-index: 2;
}
#activite .bouton.big:hover
{
    bottom: -33px;
    font-size: 22px;
}
.slick-dots li
{
	width: 5px;
}
/*.activite-photos .slick-dots
{
	bottom: initial;
}*/
.activite-photos .slick-list
{
	z-index: 1;
}
.activite-photos .slick-prev,
.activite-associations .slick-prev
{
    left: -15px!important;
    z-index: 2;
    color: #FFF;
    width: 30px;
    height: initial;
    text-align: center;

    background-color: #FFF;
    border-radius: 100%;
    height: 30px;
    line-height: 7px;
    box-shadow: 1px 1px 2px rgb(0 0 0 / 20%);
}
.activite-photos .slick-next,
.activite-associations .slick-next
{
    right: -15px!important;
    z-index: 2;
    color: #FFF;
    width: 30px;
    height: initial;
    text-align: center;

    background-color: #FFF;
    border-radius: 100%;
    height: 30px;
    line-height: 7px;
    box-shadow: 1px 1px 2px rgb(0 0 0 / 20%);
}
.activite-photos .slick-prev:before,
.activite-photos .slick-next:before,
.activite-associations .slick-prev:before,
.activite-associations .slick-next:before
{
    color: #353535;
    font-size: 19px;
}

.bloc-slider
{
	margin: 10px -20px 0;
}
.bloc-slider .slick-list
{
    padding: 0 60px;
}
.bloc-slider .slick-track
{
	margin: 0;
}
.bloc-slider .slick-prev, 
.bloc-slider .slick-next
{
    display: none !important;
    width: 40px;
    height: 100%;
    z-index: 2;
    top: 0;
    transform: translate(0, 0);
    line-height: 0;
    text-align: center;
}
.bloc-slider .slick-prev:before, 
.bloc-slider .slick-next:before
{
	color: #FFF;
    text-shadow: 0 0 2px rgba(0,0,0,0.5);
}
.bloc-slider:hover .slick-prev:not(.slick-disabled), 
.bloc-slider:hover .slick-next:not(.slick-disabled)
{
    display: block !important;
}
.bloc-slider .slick-prev
{
	left:0;
}
.bloc-slider .slick-next
{
	right: 0;
}

.slick-prev:before,
.slick-next:before
{
    margin-right: 0;
    margin-left: 0;
}

.activite-photos .activite-photo
{
	position: relative;
	/*padding-top: 70%;*/
	height: 300px;
	overflow: hidden;
}
.activite-photos .activite-photo .youtube_player
{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
}

#activite #activite-on-adore
{
	margin: 10px 0;
	padding: 10px;
	box-shadow: 2px 2px 5px rgb(0 0 0 / 20%);
	background-color: #FFF;
}
#activite #activite-details
{
	margin: 10px 0;
	padding: 10px;
	box-shadow: 2px 2px 5px rgb(0 0 0 / 20%);
	background-color: #FFF;

	display: grid;
	grid-gap: 5px;
}
#activite #activite-details > div
{
	/*align-items: center;*/

	display: grid;
	grid-template-columns: 1fr 2fr;
}
#activite #activite-details > div > div:first-child + div
{
	padding-top: 5px;
}

#activite #activite-options,
#activite .activite-options
{
	margin: 10px 0;
	padding: 10px;
	box-shadow: 2px 2px 5px rgb(0 0 0 / 20%);
	background-color: #FFF;
}
#activite #activite-options,
#activite .activite-options
{
	padding: 10px;
	box-shadow: 2px 2px 5px rgb(0 0 0 / 20%);
}
#activite #activite-options > ul,
#activite .activite-options > ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}
#activite #activite-options > ul > li,
#activite .activite-options > ul > li
{
	margin: 10px 0 0;
	padding: 10px;
	box-shadow: 2px 2px 5px rgb(0 0 0 / 20%);
}
#activite #activite-options > ul > li.option-facultative,
#activite .activite-options > ul > li.option-facultative
{
	border-left: 2px solid #EFD7CA;
	margin-top: 0;

	background-color: #EFD7CA;
	color: #5c5c5c;
	border-radius: 0 5px 0 0;
    display: inline-block;
    padding: 5px;
}
#activite #activite-options > ul > li.option-facultative + .option-facultative,
#activite .activite-options > ul > li.option-facultative + .option-facultative
{
	background-color: #FFF;
	color: #353535;
	border-radius: 0;
    display: list-item;
}
#activite #activite-options > ul > li.option-obligatoire1,
#activite .activite-options > ul > li.option-obligatoire1
{
	border-left: 2px solid #CC295E;
    margin-top: 0;

    background-color: #CC295E;
    color: #FFF;
    border-radius: 0 5px 0 0;
    display: inline-block;
    padding: 5px;
}
#activite #activite-options > ul > li.option-obligatoire1 + .option-obligatoire2,
#activite .activite-options > ul > li.option-obligatoire1 + .option-obligatoire2,
#activite #activite-options > ul > li.option-obligatoire1 + .option-obligatoire3,
#activite .activite-options > ul > li.option-obligatoire1 + .option-obligatoire3,
#activite #activite-options > ul > li.option-obligatoire2 + .option-obligatoire1,
#activite .activite-options > ul > li.option-obligatoire2 + .option-obligatoire1,
#activite #activite-options > ul > li.option-obligatoire2 + .option-obligatoire3,
#activite .activite-options > ul > li.option-obligatoire2 + .option-obligatoire3,
#activite #activite-options > ul > li.option-obligatoire3 + .option-obligatoire1,
#activite .activite-options > ul > li.option-obligatoire3 + .option-obligatoire1,
#activite #activite-options > ul > li.option-obligatoire3 + .option-obligatoire2,
#activite .activite-options > ul > li.option-obligatoire3 + .option-obligatoire2,
#activite #activite-options > ul > li.option-obligatoire1 + .option-facultative,
#activite .activite-options > ul > li.option-obligatoire1 + .option-facultative,
#activite #activite-options > ul > li.option-obligatoire2 + .option-facultative,
#activite .activite-options > ul > li.option-obligatoire2 + .option-facultative,
#activite #activite-options > ul > li.option-obligatoire3 + .option-facultative,
#activite .activite-options > ul > li.option-obligatoire3 + .option-facultative
{
	margin-top: 10px;
}
#activite #activite-options > ul > li.option-obligatoire1 + .option-obligatoire1,
#activite .activite-options > ul > li.option-obligatoire1 + .option-obligatoire1
{
	background-color: #FFF;
	color: #353535;
	border-radius: 0;
    display: list-item;
}
#activite #activite-options > ul > li.option-obligatoire2,
#activite .activite-options > ul > li.option-obligatoire2
{
	border-left: 2px solid #CC295E;
    margin-top: 0;

    background-color: #CC295E;
    color: #FFF;
    border-radius: 0 5px 0 0;
    display: inline-block;
    padding: 5px;
}
#activite #activite-options > ul > li.option-obligatoire2 + .option-obligatoire2,
#activite .activite-options > ul > li.option-obligatoire2 + .option-obligatoire2
{
	background-color: #FFF;
	color: #353535;
	border-radius: 0;
    display: list-item;
}
#activite #activite-options > ul > li.option-obligatoire3,
#activite .activite-options > ul > li.option-obligatoire3
{
	border-left: 2px solid #CC295E;
    margin-top: 0;
    
    background-color: #CC295E;
    color: #FFF;
    border-radius: 0 5px 0 0;
    display: inline-block;
    padding: 5px;
}
#activite #activite-options > ul > li.option-obligatoire3 + .option-obligatoire3,
#activite .activite-options > ul > li.option-obligatoire3 + .option-obligatoire3
{
	background-color: #FFF;
	color: #353535;
	border-radius: 0;
    display: list-item;
}
#activite #activite-options > ul > li.header,
#activite .activite-options > ul > li.header
{
	box-shadow: none;
}
#activite #activite-bon-a-savoir
{
	margin: 10px 0;
	padding: 10px;
	box-shadow: 2px 2px 5px rgb(0 0 0 / 20%);
	background-color: #FFF;
}
#activite #activite-valise
{
	margin: 10px 0;
	padding: 10px;
	box-shadow: 2px 2px 5px rgb(0 0 0 / 20%);
	background-color: #FFF;
}
#activite #activite-valise .activite-titre
{
	text-align: center;
	padding: 0 0 5px 0;
}

#cboxTopLeft,
#cboxTopRight,
#cboxMiddleLeft,
#cboxMiddleRight,
#cboxBottomCenter,
#cboxTopCenter,
#cboxBottomLeft,
#cboxBottomRight
{
	display: none;
	width: 0;
	height: 0;
}
/*#cboxContent,
#cboxLoadedContent
{
	width: 100%!important;
}*/
/*.activite-photo.ui-draggable-dragging
{
	width: 290px!important;
	height: 160px!important;
	padding-top: 0!important;
}*/
.activite-photo > img
{
	position: absolute;
	left: 50%;
	top: 50%;
	/*max-width: 100%;*/
	max-height: 100%;
	transform: translate(-50%,-50%);
}

/*FOOTER*/

#footer
{
	position: relative;
	margin-top: 130px;
	color: #FFF;
	background-color: #e45482;
	min-height: 171px;
}
#footer > div
{
	position: relative;
}
#footer > div:first-child
{
	position: absolute;
    top: -100px;
    width: 100%;
    height: 235px;
	overflow: hidden;
}
#footer > div:first-child + div
{
	min-height: 123px;
	top: -20px;
}
#footer > div:last-child
{
	background-color: #D2406F;
}
#footer a:not(.button)
{
	color: #FFF;
	text-decoration: none;
}
#footer .titre
{
	color: #FFFFFF!important;
	font-family: 'Dancing Script', cursive;
	font-size: 22px!important;
	position: relative;
}
#footer .bouton-lite
{
	display: inline-block;
	border: 1px solid #FFF;
	padding: 5px 15px;
	border-radius: 10px;
	margin: 10px 0;
	scale: 1;
	box-shadow: 0 0 0 0 rgba(0,0,0,0);
	transition: 200ms ease-in-out scale,200ms ease-in-out box-shadow;
	background-color: #e45482;
}
#footer .bouton-lite:hover
{
	scale: 1.1;
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.5);
}

#footer #infos_site
{
	padding: 15px 0;
	font-size: 12px;
}

#footer #infos_complementaires
{
	position: absolute;
	top: 0;
	right: 20px;
	padding: 15px 0;
	font-size: 12px;
}

.nuage
{
/*color: rgba(204, 141, 87,1);*/

	text-align: center;
}

/* TEMOIGNAGE */
#avis
{
	list-style: none;
	margin: 0;
	padding: 0;
}
#avis > li
{
	position: relative;
	margin: 10px 0;
	padding: 10px;
	background-color: #1b1a1a;
	border-radius: 10px;
}
#avis > li:nth-child(odd):before,
#avis > li:nth-child(even):before
{
	content: "";
	position: absolute;
	bottom: 10px;
	left: -10px;

	width: 0;
	height: 0;
	border-style: solid;
	border-width: 7.5px 10px 7.5px 0;
	border-color: transparent #1b1a1a transparent transparent;
}
#avis > li:nth-child(even):before
{
	left: inherit;
	right: -10px;
	border-width: 7.5px 0 7.5px 10px;
	border-color: transparent transparent transparent #1b1a1a;
}
#avis > li .titre
{
	font-weight: normal;
	font-size: 20px;
	color: #e95b22;
}
#avis > li .date
{
	font-style: italic;
	font-size: 11px;
}
#avis > li .message
{
	display: block;
	margin-top: 10px;
}
#avis > li .message > .nom
{
	display: block;
	font-weight: bold;
	margin-top: 10px;
}
#avis > li .reponse
{
	border-top: 1px solid #006fb5;
	background-color: rgba(0,111,181,0.1);
	margin-top: 10px;
	padding: 10px;
	border-radius: 0 0 8px 8px;
}
#avis > li .reponse > div:first-child
{
	display: block;
	font-weight: bold;
	margin-bottom: 10px;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronTitle+[id^=tarteaucitronDetails],
#tarteaucitronRoot div#tarteaucitronSave
{
	background-color: #f7f7f7!important;
}



#pop-invitation
{
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
#pop-invitation:after
{
	content: "";
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255,255,255,0.5);
	z-index: 1;
}
#pop-invitation > div
{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	max-width: 500px;
	background-color: #FFF;
	padding: 10px;
	color: #000;
	transform: translate(-50%,-50%);
	box-shadow: 2px 2px 5px rgb(0 0 0 / 20%);
	z-index: 2;
}
#pop-invitation > div > h2
{
	padding: 5px;
}
#pop-invitation > div > div
{
	width: 100%;
	height: 300px;
}
#pop-invitation > div > div > textarea:first-child
{
	width: 100%;
}
#pop-invitation > div > div > textarea:first-child + textarea
{
	width: 100%;
	height: calc(100% - 115px);
}
#pop-invitation > div > div > textarea:first-child + textarea + textarea
{
	width: 100%;
}
#pop-invitation .close
{
	position: absolute;
	top: 10px;
	right: 10px;
	color: #000;
	font-size: 22px;
	cursor: pointer;
}

div.message_jf
{
	position: relative;
	padding:  3px;
	border-radius:  5px;
	position: relative;
	background-color: #E45482;
	color: #FFF;
	font-size: 12px;
	z-index: 2;
}
div.message_jf:after
{
    content: "";
    position: absolute;
    left: 30px;
    top: -5px;
    display: block;
    width: 0;
    height: 0;
    margin: 0px auto;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    border-bottom: 5px solid #E45482;

}

#cagnotte
{
	position: relative;
    max-width: 300px;
    height: 160px;
    padding: 10px;
    box-shadow: 2px 2px 5px rgb(0 0 0 / 20%);
    background-color: #FFF;
    background-color: #FFF;
    background-image: url(../img/cagnotte.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0px 30%;
}
#cagnotte > div
{
	position: absolute;
	bottom: 5px;
	left: 5px;

	background-color: #FFF;
    border-radius: 10px;
    padding: 5px 10px;
}
#cagnotte > div:after
{
	content: "";
	position: absolute;
	right: -5px;
	top: 8px;

	display: block;
    width: 0;
    height: 0;
    margin: 0px auto;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #FFF;
}

#groupe
{
	position: sticky;
	top: 20px;
	max-width: 300px;
	
	padding: 10px;
	box-shadow: 2px 2px 5px rgb(0 0 0 / 20%);
	background-color: #FFF;
}
#groupe-restrictions > ul,
#groupe-restrictions > ul > li > ul
{
	margin: 0;
	padding: 0;
	list-style: none;
}
#groupe-restrictions > ul > li
{
	padding: 3px 0!important;
	border-bottom: 1px solid rgba(0,0,0,0.1);
}
#groupe-restrictions > ul > li > i
{
	vertical-align: top;
}
#groupe-restrictions > ul > li > ul
{
	display: inline-block;
	width: calc(100% - 30px);
}
#groupe-restrictions > ul > li,
#groupe-restrictions > ul > li > ul > li
{
	margin: 0;
	padding: 0;
}
#groupe-participantes
{	
	list-style: none;
	margin: 0;
	padding: 0;
}
#groupe-participantes > li
{
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
	height: 70px;
	width: 100%;
	border-bottom: 1px solid rgba(0,0,0,0.1);
}
#groupe-participantes > li > div
{
	width: 100%;
}
#groupe-participantes > li.novalid
{
	color: #CCC;
}
#groupe-participantes > li.noparticipe
{
	color: #CCC;
}


.ico-personnalite
{
    display: inline-block;
	font-size: 18px;
}

.ico-budget
{	
    position: relative;
    display: inline-block;
    font-size: 18px;
    width: 25px;
    height: 18px;
}
.ico-budget > i
{
	position: absolute;
    left: 0;
    bottom: 0;
}

#email_debug
{
	position: fixed;
	bottom: 10px;
	right: 10px;
	width: 720px;
	height: 700px;
	overflow: auto;
	background-color: #FFF;
	padding: 10px;
	box-shadow: 0 0 5px rgba(0,0,0,0.5);
	z-index: 99;
}

.autocompletion-adresse
{
	width: 300px;
}
ul.autocompletion
{
    position: absolute;
    margin: 0;
    padding: 0;
    list-style: none;
    background-color: #FFF;
    border: 1px solid #ececec;
    border-radius: 0 0 5px 5px;
    margin-top: -2px;
}
ul.autocompletion > li
{
    padding: 5px;
    margin: 0;
    border-bottom: 1px solid #CCC;
    cursor: pointer;
}
ul.autocompletion > li:hover
{
    color: #007f8b;
}

.activites-site
{
	list-style: none;
	margin: 20px 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	--activites-gap: 10px;
	gap: var(--activites-gap);
}
.activite-site
{
	position: relative;
	margin: 0;
	/*padding: 17% 0 0 0;*/
	padding: 12% 0 0 0;
	text-decoration: none;
	/*width: calc(33% - var(--activites-gap) * 2);*/
	width: calc(25% - var(--activites-gap));
	overflow: hidden;
	border-radius: 5px;
	cursor: pointer;
}
.bloc-slider .activite-site
{
	display: block;
	width: calc(100% - 10px);
	margin: 0 5px;
	padding: 0;
	height: 200px!important;
}
.activite-site > img
{
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
	top: 50%;
	margin: 0!important;

	transform: scale(1) translateY(-50%);
	transition: ease-in-out transform 200ms;

	z-index: 1;
}
.activite-site:hover > img
{
	transform: scale(1.2) translateY(-50%);
}
.activite-site > div
{
	position: absolute;
	/*bottom: 10px;
	left: calc(var(--activites-gap) + 1px);
	right: calc(var(--activites-gap) + 1px);*/
	top: 0;
	left: 0;
	right: 0;
	padding: 10px;
	color: #FFF;
	text-align: left;
    font-size: 15px;
    font-weight: bold;
    /*letter-spacing: 2px;*/
    /*border-radius: 5px;*/
    background: linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(0,0,0,0.5) 100%);

    z-index: 3;
}
/*.activites-site .activite-site:before
{
	content: "";
    background: #000;
	background: linear-gradient(0deg, rgba(0,0,0,0.5) 0%, rgba(255,255,255,0) 100%);
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
}*/



#cboxClose
{
	top: 0;
	bottom: initial;
	background-image: none!important;
	text-indent: 0;
	color: transparent;
}
#cboxClose:before
{
	content: "\f00d";
	font-family: "Font Awesome 5 Pro";
	font-weight: 900;
	color: #CC295E;
	font-size: 30px;
}
#cboxLoadedContent
{
	margin-bottom: initial;
	margin-top: 28px;
}
#colorbox
{
	padding-right: 0!important;
	padding-bottom: 0!important;
	box-shadow: 2px 2px 5px rgb(0 0 0 / 20%);
}

.ui-dialog
{
	border-radius: 3px;
	padding: 0;
	z-index: 10000!important;
}
.ui-widget-overlay
{
	z-index: 9999!important;
}
.ui-dialog > .ui-dialog-titlebar
{
	border: 0;
	border-radius: 0;
	color: #FFF;
	background: #CC295E;
	padding: 6px;
}
.ui-dialog .ui-dialog-titlebar-close, .ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus
{
	padding: 0;
}
.ui-widget-header .ui-state-hover, 
.ui-widget-header .ui-state-focus
{
	background: none;
	border: 0;
}
.ui-widget-header .ui-icon
{
    background-image: url(../img/ui-icons_ffffff_256x240.png);
}
.ui-dialog > .ui-dialog-content
{
	display: table;
	margin: 5px auto;
	width: 100%;
}
.ui-dialog > .ui-dialog-content > div
{
	display: table-cell;
	vertical-align: middle;
}
.ui-dialog > .ui-dialog-content > div:first-child
{
	text-align: right;
}
.ui-dialog > .ui-dialog-content > div:first-child + div
{
	padding-left: 10px;
}
.ui-dialog .ui-dialog-buttonpane
{
	border: 0;
	padding: 5px;
	margin: 0;
}

.popbox
{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	backdrop-filter: blur(2px) grayscale(100%);
	background-color: rgba(255,255,255,0.5);
	z-index: 99;
	display: none;
}
.popbox > .popbox-body
{
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 100%;
	max-width: 1100px;
	max-height: 80%;
	transform: translate(-50%,-50%);
	background-color: #FFF;
	box-shadow: 2px 2px 5px rgb(0 0 0 / 20%);

	/*display: grid;
	grid-template-rows: 50px;*/
}
/*.popbox > .popbox-body > .popbox-header
{
	position: relative;
}
.popbox > .popbox-body > .popbox-header > .popbox-title
{
	position: relative;
	padding: 5px 45px 5px 15px;
	width: 100%;
	line-height: 40px;
	font-size: 20px;
}
.popbox > .popbox-body > .popbox-header > .fa-times
{
	position: fixed;
	top: 0;
	right: 0;
	font-size: 30px;
	color: #CC295E;
	cursor: pointer;
	padding: 10px;
	width: 50px;
	text-align: right;
}*/
.popbox > .fa-times
{
	position: fixed;
	top: 0;
	right: 0;
	font-size: 40px;
	color: #CC295E;
	cursor: pointer;
	padding: 20px;
}
.popbox > .popbox-body > .popbox-content
{
	position: relative;
	overflow: auto;
	width: 100%;
	height: 100%;
}


.espace-evenement
{
	display: flex;
	/*display: grid;
	grid-template-columns: 1fr 400px;*/
}
.espace-evenement > div:first-child
{
	width: calc(100% - 400px);
}
.espace-evenement > div:first-child + div
{
	width: 400px;
}
.page-espace-evenement-recapitulatif .label
{
	display: none;
}


#slide-mobile .handle
{
	display: none;
}

@media screen and (max-width:860px)
{	
	.row
	{
		display: block!important;
		margin: 0;
		padding: 0;
	}
	.row > *
	{
		display: block!important;
		width: initial!important;
		/*padding: initial!important;*/
	}
	
	#slider_accueil
	{
		padding-top: 0;
	}
	#slider_accueil .slide-contenu .slide-titre
	{
		font-size: 17px;
	}
	
	#header
	{
		position: relative;
	}
	
	.burger
	{
		display: block;
	}
	
	#menu + img
	{
		display: none;
	}

	#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;
	}

	#header > .container > .fadeInDown
	{
		-webkit-animation-name: initial;
		animation-name: initial;
	}
	
	body.nav-close #menu > ul
	{
		height: 0%;
		padding: 0;
		overflow: hidden;
		opacity: 0;
	}
	
	body.nav-open #menu > ul
	{
		height: 100%;
		padding: 140px 40px 0;
		overflow: auto;
		opacity: 1;
	}
	
	#menu > ul > li
	{
		display: block;
		border-bottom: 1px solid rgba(255,255,255,0.5);
		text-align: left;
	}
	
	#menu > ul > li:first-child > a,
	#menu > ul > li > a:not(.button)
	{
		display: block;
		padding: 20px 10px;
		font-size: 20px;
		color: #FFF;
	}
	#menu > ul > li:first-child > a:before
	{
		content: "Accueil";
	}
	#menu > ul > li:first-child > a > i
	{
		display: none;
	}
	
	#menu > ul > li > ul,
	#menu > ul > li > a > .fa-angle-down
	{
		display: none;
	}
	
	#menu > ul > li.sous-menu > a
	{
		padding: 20px 10px;
	}
	
	#content
	{
		margin-top: 0;
		padding-top: 0;
	}
	
	#slider_accueil
	{
		margin-top: 0;
	}
	
	#slider_accueil > ul > li
	{
		padding-top: 50%;
	}
	
	#slider_accueil .CJSlider-navigation-gauche,
	#slider_accueil .CJSlider-navigation-droite
	{
		top: 47%!important;
	}

	.ariane > li:not(:nth-last-child(2))
	{
        display: none;
    }
    .ariane > li:not(:last-child)::after
    {
    	display: none;
    }
    .ariane > li:not(:last-child)::before
    {
	    margin: 0 5px;
	    content: "\f104";
	    font-family: "Font Awesome 6 Pro";
	    font-weight: 300;
	    color: #BABDBE;
	    vertical-align: middle;
	}
	
	/*#content > div:first-child,
	#page-contact
	{
		min-height: 100vh;
	}*/
	
	#galerie-liste > li
	{
		width: 75%;
		padding-top: 50%;
	}
	
	.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;
	}
	
	#page-partenaires .container
	{
		display: block;
		height: initial!important;
	}
	
	#footer .logo
	{
		top: -50px;
		width: 150px;
		right: 0;
	}
	#footer > div > div #infos_site,
	#footer > div > div #infos_complementaires
	{
		display: block;
		position: relative;
		right: inherit;
		left: inherit;
		padding: 5px;
		text-align: center;
	}
	
	iframe
	{
		width: 100%;
	}
	
	/*img
	{
		height: initial!important;
		max-width: 100%;
	}*/


	.popbox-content .container
	{
		padding: 0 5px;
	}
}

@media screen and (max-width:430px)
{
	#header_top
	{
		text-align: center;
	}
	
	#logo
	{
		height: initial;
		margin: 10px 0;
	}
	#logo > img
	{
		width: 78%;
	}

	h1
	{
		font-size: 28px;
	}

	/*#content > div:first-child:not(#activite) > div:first-child
	{
		display: none!important;
	}*/
	
	#slider_accueil > ul > li
	{
		padding-top: 70%;
	}
	
	.bloc3d > li
	{
		display: block;
		width: 100%;
		margin: 15px auto;
	}
	
	fieldset > ul > li,
	fieldset > .contenu > ul > li
	{
		display: block;
		width: 100%;
	}
	
	.liste
	{
		width: 100%;
	}

	.blog-articles
	{
	    display: grid;
	    grid-template-columns: 1fr;
	    grid-gap: 15px;
	}


	.activites-site .activite-site
	{
		padding: 57% 0 0 0;
		width: calc(100%);
	}
	
	#page-partenaires a > img
	{
		max-width: 100%;
	}
	
	#page-partenaires a > img
	{
		max-width: 100%;
	}

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

	.dropdown > ul
	{
		width: 100%;
		position: fixed;
		left: 0;
	}
	.dropdown > ul > li > label
	{
		white-space: initial;
	}
	
	#mentions > div:first-child,
	#mentions > div:first-child + div
	{
		display: block;
		width: initial;
		margin-right: 0;
		margin-left: 0;
	}
	#footer > div > img
	{
		height: 152px !important;
	}
	#footer > div:first-child + div
	{
		padding-top: 15px;
		min-height: initial;
	}

	/*#footer > div.container > div > div.col-5.right > div:nth-child(1) > div.titre.left
	{
		text-align: right;
		padding-right: 20px;
	}*/
	#footer > div.container > div > div.col-5.right > div:nth-child(1) > div.titre.left br
	{
		display: none;
	}

	#infos_site,
	#footer #infos_complementaires
	{
		position: relative;
		text-align: center;
		top: initial;
		right: initial;
		padding: 10px 5px 10px!important;
		margin: 0!important;
	}


	.popbox
	{
		backdrop-filter: blur(8px) grayscale(100%);
	}

	.espace-evenement
	{
		display: block;
	}
	.espace-evenement > div:first-child
	{
		width: 100%;
	}
	.espace-evenement > div:first-child + div
	{
		width: initial;
	}
	#liste-activites > li > div > div
	{
		grid-template-columns: 1fr!important;
	}
	#liste-activites > li > div > div > .activites-apresmidi
	{
		border-left: 2px dashed #CCC;
		border-right: 2px dashed #CCC;
	}
	.page-espace-evenement-recapitulatif .label
	{
		display: inline-block;
	}
	.page-espace-evenement-recapitulatif #liste-activites > li > div > div > div.activites > div > div > div > div:nth-child(1)
	{
		display: none!important;
	}

	#slide-mobile
	{
		padding: 0!important;
		position: fixed;
		z-index: 999;
		margin: 0;
		right: 0;
		transform: translateX(100%);
		top: 0;
		height: 100vh;
		transition: 500ms cubic-bezier(0.85, 0.02, 0, 0.97) transform;
	}
	#slide-mobile.slide-open
	{
		transform: translateX(0%);
	}
	#slide-mobile:before
	{
		content: "";
		width: 200vw;
		height: 100vh;
		position: fixed;
		right: 0;
		z-index: 0;
		backdrop-filter: blur(2px) grayscale(100%);
		background-color: rgba(255,255,255,0.5);
		opacity: 0;
		transition: 200ms ease-in-out opacity;
		pointer-events: none;
	}
	#slide-mobile.slide-open:before
	{
		opacity: 1;
		pointer-events: initial;
	}
	#slide-mobile .handle
	{
		position: absolute;
        display: block;
        top: 50%;
        transform: translate(-100%, -50%);
        background-color: #efd7ca;
        padding: 10px;
        color: #cc295e;
        border-radius: 5px 0 0 5px;
        box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
	}
	#slide-mobile .handle i
	{
		transition: 200ms ease-in-out transform;
	}
	#slide-mobile.slide-open .handle i
	{
		transform: rotateZ(180deg);
	}
	#slide-mobile #groupe
	{
        position: relative;
        top: 0;
        overflow: auto;
        height: 100vh;
	}
}
