@font-face {
    font-family: 'bebas_neueregular';
    src: url('/pages/css/police/bebasneue_regular_macroman/BebasNeue-webfont.eot');
    src: url('/pages/css/police/bebasneue_regular_macroman/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),
         url('/pages/css/police/bebasneue_regular_macroman/BebasNeue-webfont.woff') format('woff'),
         url('/pages/css/police/bebasneue_regular_macroman/BebasNeue-webfont.ttf') format('truetype'),
         url('/pages/css/police/bebasneue_regular_macroman/BebasNeue-webfont.svg#bebas_neueregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
.separator
{
	margin:50px auto;
	display:block;
	max-width: 100%;
}

/* REASSURANCE */ 

.reasurrances
{
	margin:30px auto;
	max-width: 1280px;
}
.reasurrances > .titre
{
    font-family: 'bebas_neueregular';
	font-size:72px;
	color:#000;
	text-align:center;
}
.reasurrances .flecheGauche,
.reasurrances .flecheDroite
{
	cursor:pointer;
	width:27px;
	height:44px;
	top:50%;
	position:absolute;
	z-index:1;
	opacity:1;
	filter:alpha(opacity=100);
    -webkit-transition: opacity 0.6s ease 0s, filter 0.6s ease 0s;
    -moz-transition: opacity 0.6s ease 0s, filter 0.6s ease 0s;
    -o-transition: opacity 0.6s ease 0s, filter 0.6s ease 0s;
    transition: opacity 0.6s ease 0s, filter 0.6s ease 0s;
}
.reasurrances .flecheGauche:hover,
.reasurrances .flecheDroite:hover
{
	opacity:0.6;
	filter:alpha(opacity=60);
}
.reasurrances .flecheGauche.hide,
.reasurrances .flecheDroite.hide
{
	opacity:0;
	filter:alpha(opacity=0);
}
.reasurrances .flecheGauche
{
	background:url("/pages/images/reassurance_fleche_gauche.png") no-repeat;
	margin-top:-22px;
	left:15px;
}
.reasurrances .flecheDroite
{
	background:url("/pages/images/reassurance_fleche_droite.png") no-repeat;
	margin-top:-22px;
	right:15px;
}
.reasurrances .allReassurances
{
	position:relative;
	white-space:nowrap;
	overflow:hidden;
}
.reasurrances .carouselReassurances
{
	position:relative;
	white-space:nowrap;
	overflow:hidden;
}
.reasurrances .thisReassurance
{
	padding:20px 50px;    
	width: 100%;
	display: inline-block;
	white-space:normal;
}
.reasurrances .thisReassurance > div.col-6
{
	vertical-align:middle;
}
.reasurrances .thisReassurance .image img
{
	width:100%;
	-webkit-box-shadow: 0 5px 5px -2px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0 5px 5px -2px rgba(0, 0, 0, 0.75);
	box-shadow: 0 5px 5px -2px rgba(0, 0, 0, 0.75);
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
}
.reasurrances .thisReassurance .titre
{
	text-align:left;
    font-family: 'bebas_neueregular';
	font-size:35px;
	color:#000;
}
.reasurrances .thisReassurance .desc
{
    font-family: 'Vollkorn';
	font-size:15px;
	color:#666;
	margin-top:10px;
	text-align:left;
}

/* LES INDISPENSABLES */

.lesIndispensables
{
	padding:30px 0;
	padding-bottom: 30px;
}
.lesIndispensables > .titre
{
    font-family: 'bebas_neueregular';
	font-size:72px;
	color:#000;
	text-align:center;
}
.lesIndispensables .allIndispensables
{
	max-width: 1280px;
	margin:auto;
}
.lesIndispensables .thisIndispensable
{
	margin-top:30px;
	border-left:1px solid #eee;
	height:350px;
	position:relative;
}
.lesIndispensables .thisIndispensable:first-child
{
	border:none;
}
.lesIndispensables .thisIndispensable > .image
{
	width:100%;
	-webkit-box-shadow: 0 8px 10px -3px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0 8px 10px -3px rgba(0, 0, 0, 0.75);
	box-shadow: 0 8px 10px -3px rgba(0, 0, 0, 0.75);
}
.lesIndispensables .thisIndispensable > .titre
{
    font-family: 'bebas_neueregular';
	font-size:25px;
	color:#000;
	text-align:center;
	margin-top:20px;
}
.lesIndispensables .thisIndispensable > .accroche
{
    font-family: 'Vollkorn';
	font-size:15px;
	color:#666;
	margin-top:10px;
}
.lesIndispensables .thisIndispensable > .barIndispensable
{
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	margin-top:40px;
	padding: 0 20px;
	opacity:0.2;
	filter:alpha(opacity=20);
    -webkit-transition: opacity 0.6s ease 0s, filter 0.6s ease 0s;
    -moz-transition: opacity 0.6s ease 0s, filter 0.6s ease 0s;
    -o-transition: opacity 0.6s ease 0s, filter 0.6s ease 0s;
    transition: opacity 0.6s ease 0s, filter 0.6s ease 0s;
}
.lesIndispensables .thisIndispensable:hover > .barIndispensable
{
	opacity:1;
	filter:alpha(opacity=100);
}

/* BLOC ACCUEIL */ 

article.blocAccueil .choixSection
{
	position:relative;
	background:url("/pages/images/background1.png");
	padding-bottom:250px;
}
article.blocAccueil .choixSection > div
{
	background:url("/pages/images/background1.png");
	padding:30px 0;
	cursor:pointer;
}
article.blocAccueil .choixSection > div > .titre
{
    font-family: 'bebas_neueregular';
	color:#000;
	font-size:25px;
	margin-top:5px;
}
article.blocAccueil .choixSection > div > .accroche
{
    font-family: 'Vollkorn';
	color:#4e5052;
	font-size:16px;
	font-style: italic;
	margin-top:5px;
}
article.blocAccueil .choixSection > div:hover > .titre,
article.blocAccueil .choixSection > div:hover > .accroche
{
	color:#666;
}
article.blocAccueil .choixSection > div > .triangle
{
   	-webkit-transition: opacity 0.6s ease 0s, filter 0.6s ease 0s, visibility 0s linear 0.6s;
    -moz-transition: opacity 0.6s ease 0s, filter 0.6s ease 0s, visibility 0s linear 0.6s;
    -o-transition: opacity 0.6s ease 0s, filter 0.6s ease 0s, visibility 0s linear 0.6s;
    transition: opacity 0.6s ease 0s, filter 0.6s ease 0s, visibility 0s linear 0.6s;
	opacity:0;
	filter:alpha(opacity=0);
	visibility:hidden;
	position:relative;
}
article.blocAccueil .choixSection > div > .triangle > div
{	
	position:absolute;
	width:39px;
	height:10px;
	background-image:url("/pages/images/triangle.png");
	top:0;
	left:50%;
	margin-left:-20px;
}
article.blocAccueil .choixSection > div > .sousSection
{
   	-webkit-transition: opacity 0.6s ease 0s, filter 0.6s ease 0s, visibility 0s linear 0.6s;
    -moz-transition: opacity 0.6s ease 0s, filter 0.6s ease 0s, visibility 0s linear 0.6s;
    -o-transition: opacity 0.6s ease 0s, filter 0.6s ease 0s, visibility 0s linear 0.6s;
    transition: opacity 0.6s ease 0s, filter 0.6s ease 0s, visibility 0s linear 0.6s;
	opacity:0;
	filter:alpha(opacity=0);
	visibility:hidden;
	background:#27282c;
	min-height:190px;
	width:100%;
	left:0;
	position:absolute;
	color:#fff;
    font-family: 'bebas_neueregular';
	font-size:40px;
	font-weight:bold;
	margin-top:10px;
}
article.blocAccueil .choixSection > div.active > .triangle,
article.blocAccueil .choixSection > div.active > .sousSection
{
	opacity:1;
	filter:alpha(opacity=100);
	visibility:visible;
	-webkit-transition-delay:0s;
	-moz-transition-delay:0s;
	-o-transition-delay:0s;
	transition-delay:0s;
}
article.blocAccueil .choixSection > div > .sousSection > a
{
	padding:65px 0;
	height:100%;
	cursor:pointer;
	position:relative;
	color:#fff;
}
article.blocAccueil .choixSection > div > .sousSection > a:hover
{
	background:#333;
	color:#fff;
}
article.blocAccueil .choixSection > div > .sousSection > a > .ssTitre
{
	font-size:20px;
}
article.blocAccueil .choixSection > div > .sousSection > a > .ssTitre span
{
	color:#ee652f;
}
article.blocAccueil .choixSection > div > .sousSection.sousSectionGroupe
{
	padding:35px 0;
}
article.blocAccueil .choixSection > div > .sousSection.sousSectionGroupe .ssTitre
{
	font-size:20px;
}
article.blocAccueil .choixSection > div > .sousSection.sousSectionGroupe .desc
{
	color:#7a7a7a;
	font-size:16px;
    font-family: 'Vollkorn';
	font-style:italic;
	font-weight:200;
}
article.blocAccueil .choixSection > div > .sousSection.sousSectionGroupe .aVotreService
{
	text-align:left;
}
article.blocAccueil .choixSection > div > .sousSection.sousSectionGroupe .aVotreService > div
{
	margin:auto;
	width:70%;
}
article.blocAccueil .choixSection > div > .sousSection.sousSectionGroupe .renseignementGeneraux > div
{
	margin-top:5px;
}
article.blocAccueil .choixSection > div > .sousSection.sousSectionGroupe .renseignementGeneraux .chosen-container .chosen-results li
{
	color:#000;
	font-weight:100;
	font-family:inherit;
}
article.blocAccueil .choixSection > div > .sousSection.sousSectionGroupe .infoVsConcernant
{
	margin-top:5px;
}
article.blocAccueil .choixSection > div > .sousSection.sousSectionGroupe .infoVsConcernant .envoyer
{
	background:#ce714d;
	width:200px;
	font-size:25px;
	margin:15px auto auto;
	padding:10px;
}
article.blocAccueil .choixSection > div > .sousSection.sousSectionGroupe .infoVsConcernant .envoyer:hover
{
	background:#e97245;
}

/* BLOC FAQ */ 

article.blocFaq .thisFaq
{
	background:url("/pages/images/background1.png");
	border-bottom:1px solid #ccc;
	cursor:pointer;
}
article.blocFaq .thisFaq.active
{
	background:url("/pages/images/background2.png");
}
article.blocFaq .thisFaq .data
{
	margin:0 auto;
	padding:20px;
	max-width: 1280px;
}
article.blocFaq .thisFaq .data .question
{
    font-family: 'bebas_neueregular';
	color:#000;
	font-size:30px;
}
article.blocFaq .thisFaq:hover .data .question
{
	color:#666;
}
article.blocFaq .thisFaq .data .reponse
{
	display:none;
	margin-top: 5px;
}

/* BLOC RECRUTEMENT */ 

article.blocRecrutement .data
{
    margin: 30px auto;
    max-width: 1280px;
	padding:15px;
}
article.blocRecrutement .data .titre
{
    font-family: 'bebas_neueregular';
	font-size:30px;
	color:#000;
	padding-top:20px;
	text-transform:uppercase;
}
article.blocRecrutement .data .desc
{
	margin-top:5px;
}
article.blocRecrutement .data form[name="formContactRecrutement"] div:nth-child(odd)
{
	padding:15px 15px 0 0;
}
article.blocRecrutement .data form[name="formContactRecrutement"] div:nth-child(even)
{
	padding:15px 0 0 15px;
}
article.blocRecrutement .data form[name="formContactRecrutement"] div.col-12
{
	padding:15px 0 0 0;
}
article.blocRecrutement .data form[name="formContactRecrutement"] div input
{
	width:100%;
}
article.blocRecrutement .data form[name="formContactRecrutement"] div textarea
{
	width:100%;
	height:100px;
	resize:none;
}
article.blocRecrutement .data form[name="formContactRecrutement"] div .envoyer
{
	background:#e97245;
	color:#fff;
	font-size:17px;
	padding: 7px;
	cursor: pointer;
}
article.blocRecrutement .data form[name="formContactRecrutement"] div .envoyer:hover
{
	background:#ce714d;
}
article.blocRecrutement .thisRecrutement
{
	background:url("/pages/images/background1.png");
	border-bottom:1px solid #ccc;
	cursor:pointer;
}
article.blocRecrutement .thisRecrutement.active
{
	background:url("/pages/images/background2.png");
}
article.blocRecrutement .thisRecrutement .data
{
	margin:0 auto;
	padding:20px;
	max-width: 1280px;
}
article.blocRecrutement .thisRecrutement .data .poste
{
    font-family: 'bebas_neueregular';
	color:#000;
	font-size:30px;
}
article.blocRecrutement .thisRecrutement:hover .data .poste
{
	color:#666;
}
article.blocRecrutement .thisRecrutement .data .desc
{
	display:none;
}

/* BLOC CONTACT */

article.blocContact .data
{
    margin: 30px auto;
    max-width: 1280px;
	padding: 15px;
}
article.blocContact .data .titre
{
    font-family: 'bebas_neueregular';
	font-size:30px;
	color:#000;
	padding-top:20px;
	text-transform:uppercase;
}
article.blocContact .data .desc
{
	margin-top:5px;
}
article.blocContact .data form[name="formContact"] div
{
	padding:5px;
}
article.blocContact .data form[name="formContact"] div.col-12
{
	padding:5px;
}
article.blocContact .data form[name="formContact"] div input
{
	width:100%;
}
article.blocContact .data form[name="formContact"] div textarea
{
	width:100%;
	height:100px;
	resize:none;
}
article.blocContact .data form[name="formContact"] div .envoyer
{
	background:#e97245;
	color:#fff;
	font-size:17px;
	padding: 7px;
	cursor: pointer;
}
article.blocContact .data form[name="formContact"] div .envoyer:hover
{
	background:#ce714d;
}

/* BLOC MENTIONS LEGALES */

article.blocMentions .data
{
    margin: 30px auto;
    max-width: 1280px;
	padding: 15px;
}
article.blocMentions .data .titre
{
    font-family: 'bebas_neueregular';
	font-size:30px;
	color:#000;
	padding-top:20px;
	text-transform:uppercase;
}
article.blocMentions .data .ssTitre
{
    font-family: 'bebas_neueregular';
	font-size:20px;
	color:#000;
	text-transform:uppercase;
}

/* BLOC CGV */

article.blocCgv .data
{
    margin: 30px auto;
    max-width: 1280px;
	padding: 15px;
}
article.blocCgv .data .titre
{
    font-family: 'bebas_neueregular';
	font-size:30px;
	color:#000;
	padding-top:20px;
	text-transform:uppercase;
}
article.blocCgv .data .ssTitre
{
    font-family: 'bebas_neueregular';
	font-size:20px;
	color:#000;
	text-transform:uppercase;
}

/* BLOC SITEMAP */

article.blocSitemap .data
{
    margin: 30px auto;
	max-width: 1280px;
	padding: 15px;
}
article.blocSitemap .data .titre
{
    font-family: 'bebas_neueregular';
	font-size:70px;
	color:#000;
	padding-top:20px;
	text-transform:uppercase;
}
article.blocSitemap .data .ssTitre
{
    font-family: 'bebas_neueregular';
	font-size:30px;
	color:#000;
	text-transform:uppercase;
	margin-top: 10px;
	padding-top: 10px;
	border-top:1px solid #eee;
}
article.blocSitemap .data .ssSstitre
{
    font-family: 'bebas_neueregular';
	font-size:20px;
	color:#000;
	text-transform:uppercase;
	margin-bottom: 5px;
	font-size:14px!important;
}
article.blocSitemap .data .allCategorie > div
{
	text-align:left;
	margin-top:10px;
	border-left: 1px solid #eeeeee;
}
article.blocSitemap .data .allCategorie > div > a
{
	display:block;
	font-size:12px;
}

/* BLOC PRODUIT */

article.blocProduit .infoProduit
{
	background:url("/pages/images/background1.png");   
	padding:20px 0;
	margin-bottom:30px;
}
article.blocProduit .infoProduit div
{ 
	text-align:left;
}
article.blocProduit .infoProduit .titre
{
    font-family: 'bebas_neueregular';
	font-size:72px;
	color:#000;
	padding-top:20px;
	text-transform:uppercase;
	text-align:left;
}
article.blocProduit .infoProduit .accroche
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:25px;
	color:#ee652f;
}
article.blocProduit .infoProduit .ssTitre
{
    font-family: 'bebas_neueregular';
	text-transform:uppercase;
	font-size:35px;
	margin-top:40px;
	padding-bottom:10px;
	border-bottom:1px solid #ddd;
}
article.blocProduit .infoProduit .desc
{
    font-family: 'Vollkorn';
	font-size:16px;
	font-style:italic;
	margin-top:10px;
	color:#000;
}
article.blocProduit .infoProduit .ssSsTitre
{
    font-family: 'bebas_neueregular';
	text-transform:uppercase;
	font-size:20px;
	margin-top:20px;
	padding-left:30px;
	position:relative;
}
article.blocProduit .infoProduit .ssSsTitre:before
{
	width:15px;
	height:1px;
	background:#888;
	position:absolute;
	top: 10px;
	left:0;
	content:"";
}
article.blocProduit .infoProduit .infosTechniques .ssSsTitre
{
	color:#888;
}
article.blocProduit .infoProduit .infosTechniques .desc
{
	font-size:13px;
	color:#888;
}
article.blocProduit .infoProduit .blocAddProduit .titre .libelle
{
	font-size:20px;
	margin-top:50px;
	padding:10px 0;
}
article.blocProduit .infoProduit .blocAddProduit .addProduit
{
	background:#fff;
	border-top:1px solid #ddd;
	border-left:1px solid #ddd;
	border-bottom:1px solid #ddd;
}
article.blocProduit .infoProduit .blocAddProduit .addProduit > div
{
	padding:20px;
}
article.blocProduit .infoProduit .blocAddProduit .addProduit > div > .titre
{
	font-size:30px;
	padding:0;
	margin-bottom:10px;
}
article.blocProduit .infoProduit .blocAddProduit .addProduit > .choixDates
{
	border-bottom:1px solid #eee;
}
article.blocProduit .infoProduit .blocAddProduit .addProduit > .choixDates .input
{
	position:relative;
	cursor:pointer;
	display:inline-block;
	width:100%;
}
article.blocProduit .infoProduit .blocAddProduit .addProduit > .choixDates .input input
{
	width:100%;
}
article.blocProduit .infoProduit .blocAddProduit .addProduit > .choixDates .input span
{
	position:absolute;
	color:#fff;
    right: 20px;
    top: 12px;
}
article.blocProduit .infoProduit .blocAddProduit .addProduit > .choixDates .input:hover span
{
	color:#ee652f;
}
article.blocProduit .infoProduit .blocAddProduit .addProduit > .choixDates .horaires
{
	margin-top:10px;
}
article.blocProduit .infoProduit .blocAddProduit .addProduit > .choixDates .activites
{
	display:none;
	margin-top: 10px;
}
article.blocProduit .infoProduit .blocAddProduit .addProduit > .choixDates .delete
{
	text-align:right;
	margin-top:10px;
	cursor:pointer;
}
article.blocProduit .infoProduit .blocAddProduit .addProduit > .choixDates .delete:hover
{
	color:#666;
}
article.blocProduit .infoProduit .blocAddProduit .addProduit > .choixDates .addDate
{
	display:none;
	cursor:pointer;
	margin-top: 10px;
}
article.blocProduit .infoProduit .blocAddProduit .addProduit > .choixDates .separator
{
    border-top: 1px dashed #dddddd;
    display: block;
    margin: 10px auto;
    max-width: 100%;
}
article.blocProduit .infoProduit .blocAddProduit .addProduit > .choixOptions > div > div
{
	vertical-align:middle;
}
article.blocProduit .infoProduit .blocAddProduit .addProduit > .choixOptions .ssTitre
{
	padding:0;
	cursor:pointer;
	font-size:20px;
	padding:0;
    margin-top: 10px;
	border:none;
}
article.blocProduit .infoProduit .blocAddProduit .addProduit > .choixOptions .showDesc
{
	font-size:12px;
	color:#e30615;
	cursor:pointer;
}
article.blocProduit .infoProduit .blocAddProduit .addProduit > .choixOptions .showDesc:hover
{
	color:#aaa;
}
article.blocProduit .infoProduit .blocAddProduit .addProduit > .choixOptions .desc
{
	font-size:12px;
	color:#888;
	margin-top:0;
	display:none;
}
article.blocProduit .infoProduit .blocAddProduit .addProduit > .choixOptions input[type="number"]
{
	width:40px;
	padding:0;
	text-align:center;
}
/*article.blocProduit .infoProduit .blocAddProduit .addProduit > .choixOptions .checkbox
{
	width:30px;
	height:30px;
	display:inline-block;
	background:#373737;
	color:#ee652f;
	cursor:pointer;
	font-size:20px;
	text-align:center;
	margin-left:10px;
}
article.blocProduit .infoProduit .blocAddProduit .addProduit > .choixOptions .checkbox span
{
	opacity:0;
	filter:alpha(opacity=0);
    -webkit-transition: all 0.6s ease 0s;
    -moz-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s;
	line-height: 30px;
}   
article.blocProduit .infoProduit .blocAddProduit .addProduit > .choixOptions .checkbox.active span
{
	opacity:1;
	filter:alpha(opacity=100);
}  */ 
article.blocProduit .infoProduit .blocAddProduit .addProduit > .addProduit
{
	background:#ee652f;
	cursor:pointer;
	margin-bottom:20px;
}
article.blocProduit .infoProduit .blocAddProduit .addProduit > .addProduit > .titre
{
	color:#fff;
	margin:0;
}
article.blocProduit .infoProduit .blocAddProduit .addProduit > .addProduit > .titre:hover
{
	color:#000;
}
article.blocProduit .infoProduit .blocAddProduit .addProduit > .addProduit.disabled
{
	cursor:default;
}
article.blocProduit .infoProduit .blocAddProduit .addProduit > .addProduit.disabled > .titre
{
	color:#ccc;
}
article.blocProduit .infoProduit .contactGroupe
{
	background:#27282c;
    color: #ffffff;
    font-family: "bebas_neueregular";
    font-size: 40px;
}
article.blocProduit .infoProduit .contactGroupe .aVotreService
{
	text-align:left;
}
article.blocProduit .infoProduit .contactGroupe .aVotreService > div
{
	margin:auto;
	width:70%;
}
article.blocProduit .infoProduit .contactGroupe .aVotreService .titre, article.blocProduit .infoProduit .contactGroupe .aVotreService .desc
{
	color:#fff;
}

article.blocProduit .infoProduit .contactGroupe .formContactGroupe
{
	margin:auto;
	padding: 30px 0;
	width:70%;
}
article.blocProduit .infoProduit .contactGroupe .renseignementGeneraux > div
{
	margin-top:5px;
}
article.blocProduit .infoProduit .contactGroupe .renseignementGeneraux input[name="DATE_GROUPE"]:before
{
	content: "\f073";	
}
article.blocProduit .infoProduit .contactGroupe .renseignementGeneraux .chosen-container .chosen-results li
{
	color:#000;
	font-weight:100;
	font-family:inherit;
}
article.blocProduit .infoProduit .contactGroupe .infoVsConcernant > div
{
	margin-top:5px;
}
article.blocProduit .infoProduit .contactGroupe .infoVsConcernant .envoyer
{
	background:#ce714d;
	width:200px;
	font-size:25px;
    margin: 15px 0;
	padding:10px;
	cursor: pointer;
}
article.blocProduit .infoProduit .contactGroupe .infoVsConcernant .envoyer:hover
{
	background:#e97245;
}




.popUpPanier > div
{
	height:120px;
	line-height:120px;
}
.popUpPanier > div:first-child
{
	border-bottom:1px solid #ddd;
}
.popUpPanier > div > .titre
{
	color:#000;
    font-family: 'bebas_neueregular';
	font-size:35px;
	position:relative;
	cursor:pointer;
	display:block;
}
.popUpPanier > div > .titre:hover
{
	color:#666;
}
.popUpPanier > div > .titre:after
{
	position:absolute;
	right:0;
	top:42px;
	width:30px;
	height:30px;
	content:"";
	background-image:url("/pages/images/fleche_popup.png");
}

/* BLOC SEARCH */

article.blocSearch .search
{
	background:url("/pages/images/background1.png");
	padding-bottom:30px;
}
article.blocSearch .separator
{
	margin-top:0;
}
article.blocSearch .searchBox
{
	background:url("/pages/images/background2.png");
	border-right:1px solid #dddddd;
	border-bottom:1px solid #dddddd;
	padding:0;
}
article.blocSearch .searchBox .nbResultat
{
	background:#202225;
	color:#fff;
    font-family: 'bebas_neueregular';
	font-size:40px;
	padding:10px 0;
}
article.blocSearch .searchBox .choixSearch
{
	background:url("/pages/images/background2.png");
	padding:30px;
	text-align:left;
}
article.blocSearch .searchBox .choixSearch .categorieSelect
{
	position:relative;
	background:#373737;
	color:#fff;
	padding:8px;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
}
article.blocSearch .searchBox .choixSearch .categorieSelect span
{
	position: absolute;
    right: 10px;
    top: 11px;
	cursor:pointer;
}
article.blocSearch .searchBox .choixSearch .categorieSelect span:hover
{
	color:#ccc;
}
article.blocSearch .searchBox .choixSearch .titre
{
	color:#000;
    font-family: 'bebas_neueregular';
	font-size:25px;
	text-align:left;
	padding:0;
	margin-top:30px;
	margin-bottom:10px;
}
article.blocSearch .searchBox .choixSearch .ssTitre
{
	padding:0;
	vertical-align:middle;
	cursor:pointer;
	margin-top:10px;
}
article.blocSearch .searchBox .choixSearch .ssTitre > div
{
	text-align:left;
	vertical-align:middle;
	padding:0;
}
article.blocSearch .searchBox .choixSearch .ssTitre .checkbox
{
	width:30px;
	height:30px;
	display:inline-block;
	background:#373737;
	color:#ee652f;
	cursor:pointer;
	font-size:20px;
	line-height: 30px;
	text-align:center;
}
article.blocSearch .searchBox .choixSearch .ssTitre .checkbox span
{
	opacity:0;
	filter:alpha(opacity=0);
    -webkit-transition: all 0.6s ease 0s;
    -moz-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s;
	line-height: 30px;
}   
article.blocSearch .searchBox .choixSearch .ssTitre:hover .checkbox span,
article.blocSearch .searchBox .choixSearch .ssTitre .checkbox.active span
{
	opacity:1;
	filter:alpha(opacity=100);
}  
article.blocSearch .search .searchResult
{
	padding:30px;
}
article.blocSearch .search .searchResult .thisProduit
{
	position:relative;
	border:1px solid #dedede;
	padding:40px;
	margin:30px;
	text-align:left;
	
	-webkit-box-shadow: 0 5px 5px -2px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0 5px 5px -2px rgba(0, 0, 0, 0.75);
	box-shadow: 0 5px 5px -2px rgba(0, 0, 0, 0.75);
}
article.blocSearch .search .searchResult .thisProduit .logo
{
	position:relative;
}
article.blocSearch .search .searchResult .thisProduit .logo:before
{
    background: #aaa;
    box-shadow: 0 1px 0 #fff;
	-webkit-box-shadow: 0 1px 0 #fff;
	-moz-box-shadow: 0 1px 0 #fff;
    content: "";
    height: 1px;
    position: absolute;
    top: 50%;
	left:0;
    width: 100%;
	margin-top: -0.5px;
}
article.blocSearch .search .searchResult .thisProduit .logo img
{
	display:block;
	margin:auto;
	position: relative;
}
article.blocSearch .search .searchResult .thisProduit .titre
{
	display:block;
	margin:auto;
	position: relative;
    font-family: 'bebas_neueregular';
	font-size:30px;
	margin-top:10px;
	text-align:left;
	color:#000;
}
article.blocSearch .search .searchResult .thisProduit .accroche
{
	color:#ee652f;
	text-align:left;
	height:42px;
	overflow:hidden;
}
article.blocSearch .search .searchResult .thisProduit .separator
{
	position:relative;
	height:1px;
	width:100%;
	background:#ddd;
    box-shadow: 0 1px 0 #fff;
	-webkit-box-shadow: 0 1px 0 #fff;
	-moz-box-shadow: 0 1px 0 #fff;
	margin:10px 0;
}
article.blocSearch .search .searchResult .thisProduit .desc
{
	text-align:left;
	font-family: 'Vollkorn', Verdana, Geneva, Arial, sans-serif;
	font-size:15px;
	line-height:23px;
	color:#666;
	height:90px;
	overflow:hidden;
}
article.blocSearch .search .searchResult .thisProduit .troisPoint
{
	font-family: 'Vollkorn', Verdana, Geneva, Arial, sans-serif;
	font-size:19px;
	position:relative;
	text-align:left;
	color:#666666;
}
article.blocSearch .search .searchResult .thisProduit .voirActivite
{
    font-family: 'bebas_neueregular';
	font-size:20px;
	color:#000;
	text-align:left;
	margin-top:20px;
	display:block;
}
article.blocSearch .search .searchResult .thisProduit .voirActivite:hover
{
	color:#666;
}

/* BLOC PANIER */

article.blocPanier .panierStatut
{
	background:#edf3f6;
}
article.blocPanier .panierStatut .data
{
	margin:0 auto;
	max-width: 1280px;
}
article.blocPanier .panierStatut .data > div
{
	padding:20px;
	display:inline-block;
	vertical-align: -9px;
    font-family: 'bebas_neueregular';
	font-size:25px;
	text-transform:uppercase;
	opacity:0.5;
	filter:alpha(opacity=50);
	cursor:pointer;
}
article.blocPanier .panierStatut .data > div.active, article.blocPanier .panierStatut .data > div:hover
{
	opacity:1;
	filter:alpha(opacity=100);
	color:#ee652f;
}
article.blocPanier .panierStatut .data > div span
{
	width:28px;
	height:28px;
	display:inline-block;
	vertical-align:-5px;
	margin-right:5px;
}
article.blocPanier .panierStatut .data > div span.statut1
{
	background:url("/pages/images/statut1.png") no-repeat 0 0;
}
article.blocPanier .panierStatut .data > div span.statut2
{
	background:url("/pages/images/statut2.png") no-repeat 0 0;
}
article.blocPanier .panierStatut .data > div span.statut3
{
	background:url("/pages/images/statut3.png") no-repeat 0 0;
}
article.blocPanier .panierStatut .data > div.active span, article.blocPanier .panierStatut .data > div:hover span
{
	background-position:0 -28px;
}
article.blocPanier .panierVide
{
    font-family: 'bebas_neueregular';
	font-size:50px;
	color:#000;
	text-align:center;
	margin-top:30px;
}
article.blocPanier .allProd .thisProd
{
	margin:30px auto;
	max-width: 1280px;
	border-bottom:1px solid #eee;
	padding:20px 0;
	line-height:30px;
	position:relative;
}
article.blocPanier .allProd .thisProd > div
{
	vertical-align:middle;
}
article.blocPanier .allProd .thisProd .titre
{
    font-family: 'bebas_neueregular';
	font-size:30px;
	color:#000;
	text-align:left;
}
article.blocPanier .allProd .thisProd .alignRight
{
	text-align:right;
}
article.blocPanier .allProd .thisProd .prodHoraire
{
	line-height:16px;
	vertical-align:middle;
}
article.blocPanier .allProd .thisProd .prodNombre img
{
	vertical-align:middle;
	margin-right:5px;
}
article.blocPanier .allProd .thisProd .prodDelete img
{
	vertical-align:middle;
}
article.blocPanier .allProd .thisProd .thisParticipant
{
	margin:10px 0;
}
article.blocPanier .allProd .thisProd .thisParticipant input
{
	width:100%;
}
article.blocPanier .allProd .thisProd .thisOption
{
	margin-top:8px;
}
article.blocPanier .allProd .thisProd .thisOption .titre
{
	line-height:20px;
	font-size:16px;
	text-transform:inherit;
	color:#666;
}
article.blocPanier .allProd .thisProd .thisOption input[type="number"]
{
    padding: 0;
    text-align: center;
    width: 40px;
}
/*article.blocPanier .allProd .thisProd .thisOption .checkbox
{
	width:15px;
	height:15px;
	display:inline-block;
	background:#373737;
	color:#ee652f;
	cursor:pointer;
	font-size:10px;
	text-align:center;
}
article.blocPanier .allProd .thisProd .thisOption .checkbox span
{
	opacity:0;
	filter:alpha(opacity=0);
    -webkit-transition: all 0.6s ease 0s;
    -moz-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s;
	line-height: 15px;
	vertical-align:top;
}   
article.blocPanier .allProd .thisProd .thisOption .checkbox:hover span,
article.blocPanier .allProd .thisProd .thisOption .checkbox.active span
{
	opacity:1;
	filter:alpha(opacity=100);
}   */
article.blocPanier .total
{
	margin:30px auto;
	max-width: 1280px;
}   
article.blocPanier .total > .detail
{
	border-bottom:1px solid #eee;
    font-family: 'bebas_neueregular';
	font-size:30px;
	padding:10px 0;
}   
article.blocPanier .total > .detail > *
{
	text-align:left;
}   
article.blocPanier .total > .detail > .col-4
{
	text-align:right;
}   
article.blocPanier .codePromo
{
	margin:30px auto;
	max-width: 1280px;
}   
article.blocPanier .codePromo .detail
{
	margin-top:5px;
}   
article.blocPanier .codePromo .detail > div
{
	vertical-align:middle;
	padding:0 8px;
}   
article.blocPanier .codePromo .detail input
{
	width:100%;
}   
article.blocPanier .cgv
{
	margin:30px auto;
	max-width: 1280px;
	text-align:right;
}    
article.blocPanier .cgv label
{
	margin:0 20px;
	display:block;
}    
article.blocPanier .cgv label input
{
	width:auto;
	margin-right:20px;
	vertical-align:middle;
}    
article.blocPanier .ssTotal
{
	margin:30px auto;
	max-width: 1280px;
}   
article.blocPanier .ssTotal > .detail
{
	border-bottom:1px solid #eee;
    font-family: 'bebas_neueregular';
	font-size:20px;
	padding:10px 0;
}   
article.blocPanier .ssTotal > .detail > *
{
	text-align:left;
}   
article.blocPanier .ssTotal > .detail > .col-4
{
	text-align:right;
}  
article.blocPanier .validerCommande
{
	padding:10px 0;
	background:#ee652f;
	color:#fff;
	font-size:30px;
    font-family: 'bebas_neueregular';
	text-align:right;
	text-transform:uppercase;
}   
article.blocPanier .validerCommande .data
{
	margin:0 auto;
	max-width: 1280px;
	cursor:pointer;
	padding-right:10px;
}   
article.blocPanier .validerCommande .data:hover
{
	color:#bbb;
}   
article.blocPanier .validerCommande .data .fa
{
	padding-left:10px;
}   
article.blocPanier .paiement
{
	padding:10px 0;
	background:#ee652f;
	color:#fff;
	font-size:30px;
    font-family: 'bebas_neueregular';
	text-align:right;
	text-transform:uppercase;
}   
article.blocPanier .paiement .data
{
	margin:0 auto;   
	max-width: 945px;
	cursor:pointer;
	padding-right:10px;
}   
article.blocPanier .paiement .data:hover
{
	color:#bbb;
}   
article.blocPanier .paiement .data .fa
{
	padding-left:10px;
}
article.blocPanier .identification
{
	max-width: 1280px;
	margin:30px auto;
}
article.blocPanier .identification > div:last-child
{
	border-left:1px solid #eee;
}
article.blocPanier .identification > div .titre
{
    font-family: 'bebas_neueregular';
	color:#000;
	font-size:30px;
}
article.blocPanier .identification > div .chosen-container, article.blocPanier .identification > div input
{
	margin-top:15px;
	width:100%;
}
article.blocPanier .identification form .mdpOublie
{
	padding:5px;
}
article.blocPanier .identification form input[type="submit"]
{
	display:none;
}
article.blocPanier .choixPaiement
{
	margin:30px auto;
	max-width: 700px;
	text-align:center;
}
article.blocPanier .choixPaiement > .titre
{
	text-align:center;
    font-family: 'bebas_neueregular';
	font-size:35px;
	color:#000;
}
article.blocPanier .choixPaiement > .thisPaiement
{
	cursor:pointer;
}
article.blocPanier .choixPaiement #formPaiement
{
	display:none;
}


/* BLOC MON COMPTE */


article.blocCompte .compteStatut
{
	background:#edf3f6;
}
article.blocCompte .compteStatut .data
{
	margin:0 auto;
	max-width: 1280px;
}
article.blocCompte .compteStatut .data > div
{
	padding:20px;
	display:inline-block;
	vertical-align: -9px;
    font-family: 'bebas_neueregular';
	font-size:25px;
	text-transform:uppercase;
	opacity:0.5;
	filter:alpha(opacity=50);
	cursor:pointer;
}
article.blocCompte .compteStatut .data > div.active, article.blocCompte .compteStatut .data > div:hover
{
	opacity:1;
	filter:alpha(opacity=100);
	color:#ee652f;
}
article.blocCompte .compteStatut .data > div span
{
	width:28px;
	height:28px;
	display:inline-block;
	vertical-align:-5px;
	margin-right:5px;
}
article.blocCompte .compteStatut .data > div span.statut1
{
	background:url("/pages/images/statut1.png") no-repeat 0 0;
}
article.blocCompte .compteStatut .data > div span.statut2
{
	background:url("/pages/images/statut2.png") no-repeat 0 0;
}
article.blocCompte .compteStatut .data > div span.statut3
{
	background:url("/pages/images/statut3.png") no-repeat 0 0;
}
article.blocCompte .compteStatut .data > div.active span, article.blocCompte .compteStatut .data > div:hover span
{
	background-position:0 -28px;
}
article.blocCompte .connexion
{
	padding:10px 0;
	background:#ee652f;
	color:#fff;
	font-size:30px;
    font-family: 'bebas_neueregular';
	text-align:right;
	text-transform:uppercase;
}   
article.blocCompte .connexion .data
{
	margin:0 auto;   
	max-width: 945px;
	cursor:pointer;
	padding-right:10px;
}   
article.blocCompte .connexion .data:hover
{
	color:#bbb;
}   
article.blocCompte .connexion .data .fa
{
	padding-left:10px;
}
article.blocCompte .identification
{
	max-width: 1280px;
	margin:30px auto;
}
article.blocCompte .identification > div:last-child
{
	border-left:1px solid #eee;
}
article.blocCompte .identification > div .titre
{
    font-family: 'bebas_neueregular';
	color:#000;
	font-size:30px;
}
article.blocCompte .identification > div .chosen-container, article.blocCompte .identification > div input
{
	margin-top:15px;
	width:100%;
}
article.blocCompte .identification form .mdpOublie
{
	padding:5px;
}
article.blocCompte .identification form input[type="submit"]
{
	display:none;
}
article.blocCompte .informations
{	
	margin:30px auto;
	max-width: 1280px;
}
article.blocCompte .informations form > div
{	
    margin-top: 15px;
}
article.blocCompte .informations .titre
{
    font-family: 'bebas_neueregular';
	font-size:30px;
	text-align:left;
}
article.blocCompte .informations input
{
	width:100%;
}
article.blocCompte .informations form input[type="submit"]
{
	display:none;
}
article.blocCompte .modifier
{
	padding:10px 0;
	background:#ee652f;
	color:#fff;
	font-size:30px;
    font-family: 'bebas_neueregular';
	text-align:right;
	text-transform:uppercase;
}   
article.blocCompte .modifier .data
{
	margin:0 auto;   
	max-width: 945px;
	cursor:pointer;
	padding-right:10px;
}   
article.blocCompte .modifier .data:hover
{
	color:#bbb;
}   
article.blocCompte .modifier .data .fa
{
	padding-left:10px;
}
article.blocCompte .allCommandes
{
	text-align:left;
}
article.blocCompte .allCommandes > div
{
	padding:10px;
}
article.blocCompte .allCommandes > a
{
	display:block;
	cursor:pointer;
	padding:10px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
article.blocCompte .allCommandes > a:hover
{
	background:#27282b;
	color:#fff;
}
article.blocCompte .allCommandes .titre
{
    font-size: 20px;
}

/* Réception paiement */

article.blocReceptionPaiement > .data
{
	margin:0 auto;
	max-width: 1280px;
	padding: 15px;
}
article.blocReceptionPaiement > .data .titre
{
    font-family: 'bebas_neueregular';
	font-size:72px;
	color:#000;
	padding-top:20px;
	text-transform:uppercase;
}
article.blocReceptionPaiement > .data .desc
{
    font-family: 'Vollkorn';
	font-size:16px;
	font-style:italic;
	margin-top:10px;
	color:#000;
}

/* Calendrier */

#ui-datepicker-div .ui-datepicker-month
{
	font-size:14px;
}
#ui-datepicker-div .disponible a
{
	background:green;
	background:rgba(34,189,71,0.4);	
	color:#fff;
}
#ui-datepicker-div .disponible.ui-datepicker-current-day a
{
	background:rgba(34,189,71,0.8);	
	font-weight:bold;
}
#ui-datepicker-div .indisponible span
{
	background:red;	
	color:#fff;
}
#ui-datepicker-div .indisponible.ui-datepicker-current-day span
{
	font-weight:bold;
}
#ui-datepicker-div .disponible.ui-datepicker-today a, #ui-datepicker-div .indisponible.ui-datepicker-today span
{
	color:#666;
}

/* Sticky bar */ 

.sticky_bar
{
    position: fixed;
    height: auto;
    right: 0;
    top: 100px;
}
.sticky_bar a
{
	background:#ee652f;
	display: block;
	text-align: center;
	width: 40px;
}
.sticky_bar a:hover
{
	background:#B23C0E;
}
.sticky_bar a i
{
	font-size: 20px;
	color: #fff;
	line-height: 40px;
}

/* Footer */

footer
{
	background:#212224;
	color:#fff;
	text-align:center;
    font-family: 'bebas_neueregular';
	font-size:16px;
	font-weight:400;
	padding-bottom: 30px;
}
footer .data
{
	margin: 0px auto;
    max-width: 1280px;
}
footer .data .link
{
	line-height:60px;
}
footer .data .link > div > a
{
	cursor:pointer;
	color:#fff;
}
footer .data .link > div > a:hover
{
	color:#bbb;
}
footer .data .logo
{
	line-height:100px;
	margin-top: 30px;
}
footer .data .logo img
{
	vertical-align:middle;
}
footer .data .logo a
{
	display:inline-block;
	margin: 0 40px;
}