@charset "UTF-8";

/*
Bleu = #0074B0
Fond gris clair = #EEE
Fond gris foncé = #1E1E23
*/

body a#top {
    padding: 0px;
    margin: 0px;
    display: block;
    width: 0px;
    height: 0px;
    position: absolute;
    top: 0px;
}

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

	Header (DIV)

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

#navigation {
	background-color: #FFFFFF;
	display: block;
	height: 100px;
	width: 100%;
	position: fixed;
	top: 0px;
	margin: 0px;
	padding: 0px;
	z-index: 999;
}
.custom-logo {
	display: block;
	float: left;
	height: 100px;
	padding: 0px;
	margin: 0px;
}
.custom-logo img {
	max-height: 100px;
	width: auto;
	margin: 0px;
	padding: 0px;
}

/* AFFIX */
#navigation.affix {
	height: 50px;
	-webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,.1);
	box-shadow: 0 0 5px 0 rgba(0,0,0,.1);
}
#navigation.affix .custom-logo {
	height: 50px;
}
#navigation.affix .custom-logo img {
	max-height: 50px;
}


@media screen and (max-width: 600px) {
.custom-logo {
	margin-top: 12px;
}
.custom-logo img {
	height: 80px;
}
#navigation.affix .custom-logo {
	margin-top: 2px;
}
}
@media screen and (max-width: 550px) {
.custom-logo {
	margin-top: 15px;
}
.custom-logo img {
	height: 70px;
}
}
@media screen and (max-width: 500px) {
.custom-logo {
	margin-top: 25px;
}
.custom-logo img {
	height: 60px;
}
}
@media screen and (max-width: 410px) {
.custom-logo {
	margin-top: 30px;
}
.custom-logo img {
	height: 50px;
}
}

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

	Langues

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

div.mod-languages {
	display: block;
	margin: 0px;
	padding: 0px;
	float: right;
}
div.mod-languages ul {
	display: block;
	padding: 0px;
	margin: 0px;
	list-style-image: none;
	list-style-type: none;
}
div.mod-languages li {
	display: inline-block !important;
	margin: 0px;
	padding: 0px;
	list-style-image: none;
	list-style-type: none;
}
div.mod-languages a {
    font-family: 'allerbold', Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: #999;
    display: block;
    min-width: 25px;
    margin-top: 28px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 10px;
    letter-spacing: normal;
    white-space: nowrap;
    padding-top: 8px;
    padding-right: 8px;
    padding-bottom: 8px;
    padding-left: 8px;
    border-radius: 10px;
    background-color: #FFF;
    border: 3px solid #999;
}
div.mod-languages a:hover {
	color: #FFF;
	background-color: #999;
	transition-duration: 0.25s;
}

/* AFFIX */
#navigation.affix div.mod-languages a {
    font-size: 14px;
    line-height: 18px;
    min-width: 20px;
    margin-top: 5px;
    padding-top: 8px;
    padding-right: 8px;
    padding-bottom: 8px;
    padding-left: 8px;
    border-radius: 8px;
    border: 3px solid #999;
}


@media screen and (max-width: 550px) {
div.mod-languages li {
	display: inline-block !important;
	margin: 0px;
	padding: 0px;
	list-style-image: none;
	list-style-type: none;
	border-radius: 5px;
}
div.mod-languages a {
	font-size: 12px;
	line-height: 22px;
    min-width: 15px;
	margin-top: 32px;
	margin-left: 5px;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 8px;
	border-radius: 8px;
	border: 2px solid #999;
}
#navigation.affix div.mod-languages a {
	font-size: 12px;
	line-height: 22px;
	margin-top: 7px;
	margin-left: 6px;
	padding-top: 4px;
	padding-right: 6px;
	padding-bottom: 4px;
	padding-left: 8px;
	border-radius: 8px;
	border: 2px solid #999;
}
}
@media screen and (max-width: 410px) {
div.mod-languages a {
	font-size: 11px;
	line-height: 20px;
	margin-top: 32px;
	margin-left: 5px;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	border-radius: 8px;
	border: 2px solid #999;
}
#navigation.affix div.mod-languages a {
	margin-top: 8px;
}
}

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

	Pictogrammes (FB & Instagram)

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

div.moduletable-picto {
	display: block;
	float: right;
	margin: 0px;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
div.moduletable-picto img {
	border-radius: 5px;
	transition-duration: 0.5s;
	margin-right: 10px;
	margin-left: 10px;
}
div.moduletable-picto img:hover {
	transform: scale(1.1);
	transition-duration: 0.5s;
}

#navigation.affix div.moduletable-picto {
	padding-top: 5px;
}

@media screen and (max-width: 550px) {
div.moduletable-picto {
	padding-top: 32px;
	padding-left: 5px;
}
div.moduletable-picto img {
	height: 35px;
	width: 35px;
	margin-right: 5px;
	margin-left: 5px;
}
#navigation.affix div.moduletable-picto {
	padding-top: 7px;
}
}

@media screen and (max-width: 410px) {
div.moduletable-picto img {
	height: 33px;
	width: 33px;
}
#navigation.affix div.moduletable-picto {
	padding-top: 8px;
}
}

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

	Mini e-Shop (RokQuickCart)

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

/* Titre et texte intro */
.produits {
	display: block;
	margin: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.produits p {
	text-align: center;
	padding-right: 10%;
	padding-left: 10%;
}
.produits .newsflash > p:nth-child(2) {
	margin-bottom: 50px;
}
.produits a.scrollTo {
	font-family: 'allerbold', Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #666;
	background-color: #FFF;
	border: 4px solid #666;
	border-radius: 10px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
.produits a.scrollTo:hover {
	color: #FFF;
	background-color: #666;
	transition-duration: 0.25s;
}

/* Espace avant + masquer le titre du e-Shop */
.shop {
	display: block;
	padding-top: 30px;
	padding-bottom: 40px;
}
.cart_quickcart > h2:nth-child(2) {
	display: none;
}

/* Sandbox (test) */
.cart_quickcart div.alert.alert-warning {
	color: #CCCCCC;
	border: 1px solid #CCCCCC;
	border-radius: 8px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	text-align: center;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
}

/* Statut du panier (en haut) */
.cart_cartstatus {
	float: none;
	text-align: right;
	display: none;
	padding-bottom: 20px;
}

/* Box du produit */
.cart_product_content {
	background-color: #FFFFFF;
	margin: 10px;
	padding: 0px;
	border-radius: 0px;
	-webkit-box-shadow: 0 0 0 0 rgba(0,0,0,0);
	box-shadow: 0 0 0 0 rgba(0,0,0,0);
}

/* Nom du produit */
.cart_product_content h2.item_name {
	font-size: 40px;
	color: #000;
	line-height: 42px;
	font-weight: normal;
	border: 0px none #FFF;
	width: 95%;
	margin: 0px;
	padding-top: 30px;
	padding-right: 2.5%;
	padding-bottom: 5px;
	padding-left: 2.5%;
}

/* Photo */
.cart_product_content div.cart_product_l {
	display: block;
	margin: 0px;
	padding: 0px;
	float: none;
	background-color: #FFF;
}
.simpleCart_shelfItem img {
    border-radius: 0px;
}
/* Prix (espace) */
.simpleCart_shelfItem .item_price {
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
/* Prix (typo) */
.simpleCart_shelfItem .item_price .cart_currency_symbol,
.cart_item-price_decimals,
.simpleCart_shelfItem .item_price .cart_price .cart_item-price_digits {
	font-family: 'allerbold';
	font-weight: normal;
	color: #666;
	font-size: 30px;
	line-height: normal;
	text-transform: none;
	margin: 0px;
	padding: 0px;
	vertical-align: baseline;
}
/* espace symbole / prix */
span.item_price span.cart_price {
	margin-left: 6px;
}

/* Option couleurs */
.cart_item-field {
	color: #666;
	margin: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.cart_product_content input, .cart_product_content select {
	font-family: 'aller_lightregular', Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 100%;
	line-height: normal;
	color: #666;
	padding: 5px;
	margin: 0px;
}
.cart_item-field span {
	display: none;
}


/* Description (espace) */
.cart_product_content div.cart_product_r {
	display: block;
	margin: 0px;
	float: none;
	padding-top: 10px;
	padding-right: 5%;
	padding-bottom: 20px;
	padding-left: 5%;
	background-color: #FFF;
}
.cart_product_content div.cart_product_r p {
	margin: 0px;
	padding: 0px;
}

/* Bouton */
.cart_product_add {
	text-align: center;
	padding: 0px;
	margin-top: 40px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
.cart_product_content a.btn {
	font-family: 'allerbold', Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #666;
	background-color: #FFF;
	border: 4px solid #666;
	border-radius: 10px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
.cart_product_content a:hover.item_add.btn {
	color: #FFF;
	background-color: #666;
	transition-duration: 0.25s;
}



/* Séparation bouton */
a.simpleCart_checkout.btn.button.btn-danger {
	font-family: 'allerbold', Arial, Helvetica, sans-serif;
	font-weight: normal;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #DDD;
	margin-left: 10px;
	padding-left: 15px;
}

/* Espace avant caddy */
.cart_quickcart div.clr {
	height: 40px;
}

/* Shopping Caddy */
.cart_yourcart {
	background-color: #FFF;
}

/* corriger bug espace sur Firefox */
@-moz-document url-prefix() { 
	.cart_yourcart {
	word-spacing: 4px !important;
}
}

.cart_yourcart table .item-name {
	width: 20%;
	padding-left: 15px;
}

@media only screen and (min-width: 785px) and (max-width: 979px) {
.cart_columns_3 .simpleCart_shelfItem {
    width: 33%;
}
.cart_columns_4 .simpleCart_shelfItem {
    width: 33%;
}
}
@media only screen and (max-width: 785px) {
.cart_columns_2 .simpleCart_shelfItem,
.cart_columns_3 .simpleCart_shelfItem,
.cart_columns_4 .simpleCart_shelfItem {
    width: 50%;
}
}
@media only screen and (max-width: 500px) {
.cart_columns_2 .simpleCart_shelfItem,
.cart_columns_3 .simpleCart_shelfItem,
.cart_columns_4 .simpleCart_shelfItem {
    width: 100%;
}
}

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

	Divers

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

#invisible {
	display: none;
}

.scrollToTop {
	font-size: 0px;
	background-color: rgba(255, 255, 255, .25);
	margin: 0px;
	padding: 0px;
	height: 40px;
	width: 40px;
	background-image: url(../images/scroll-top-image.png);
	background-repeat: no-repeat;
	background-position: center center;
	border-radius: 30px;
	border: 4px solid rgba(255, 255, 255, .5) !important;
}
.scrollToTop:hover {
	background-color: rgba(0, 0, 0, .35);
}
.scrollToTop {
	-webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,0.1);
	box-shadow: 0 0 5px 0 rgba(0,0,0,0.1);
}

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

	Menu principal (CK)

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

.moduletable_menu {
	display: block;
	margin: 0px;
	padding: 0px;
	float: right;
}
.moduletable_menu ul {
	display: block;
	margin: 0px;
	padding: 0px;
	list-style-image: none;
	list-style-type: none;
}
.moduletable_menu li.first {
	display: none !important;
}
.moduletable_menu li {
	margin: 0px;
	padding: 0px;
	list-style-image: none;
	list-style-type: none;
}
.moduletable_menu li a {
	font-family: 'allerbold', Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 20px;
	line-height: 100px;
	color: #1E1E23;
	display: block;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
	letter-spacing: normal;
	white-space: nowrap;
	text-transform: uppercase;
}
.moduletable_menu li.active a,
.moduletable_menu li a:hover {
	color: #0074B0 !important;
}

/* AFFIX */
#navigation.affix .moduletable_menu li a {
	line-height: 50px;
}

@media screen and (max-width: 1300px) {
.moduletable_menu li a {
	font-size: 18px;
	margin-left: 20px;
}
}
@media screen and (max-width: 1180px) {
.moduletable_menu li a {
	font-size: 16px;
	margin-left: 13px;
}
}

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

	Slider

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

.slider {
    display: block;
	padding: 0px;
	margin-top: 100px;
	background-color: #FFFFFF;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

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

	Widget (Conditions de vente)

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

.conditions {
	background-color: #1e1e23;
	padding-top: 40px;
	padding-bottom: 40px;
}
.conditions.contenus div.uk-accordion.uk-text-center {
	display: block !important;
}

h3.uk-accordion-title {
	font-size: 60px;
	line-height: 64px;
	color: #FFF;
	text-align: center;
	display: block;
	background-color: #1e1e23;
	width: 100%;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	background-image: url(../images/picto-ouvrir.png);
	background-repeat: no-repeat;
	background-position: right center;
}
h3.uk-accordion-title.uk-active {
	background-image: url(../images/picto-fermer.png);
}

/* Supprimer marge du module */
.conditions .uk-accordion-content {
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
}

@media screen and (max-width: 690px) {
h3.uk-accordion-title {
	padding-top: 0px !important;
	padding-bottom: 50px !important;
	background-image: url(../images/picto-ouvrir.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 50px;
}
}

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

	Widget (Base)

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

/* Titres des sections */
.page-header h2,
.contenus h2 {
	font-size: 60px;
	line-height: 65px;
	color: #1E1E23;
	text-align: center;
	display: block;
	width: 100%;
	margin: 0px;
	padding-top: 40px;
	padding-right: 0px;
	padding-bottom: 40px;
	padding-left: 0px;
}

@media screen and (max-width: 1200px) {
.page-header h2,
.contenus h2,
h3.uk-accordion-title {
	font-size: 55px;
	line-height: 60px;
	transition-duration: 0.5s;
}
}
@media screen and (max-width: 1100px) {
.page-header h2,
.contenus h2,
h3.uk-accordion-title {
	font-size: 50px;
	line-height: 55px;
	padding-top: 35px;
	padding-bottom: 35px;
}
}
@media screen and (max-width: 600px) {
.page-header h2,
.contenus h2,
h3.uk-accordion-title {
	font-size: 40px;
	line-height: 45px;
	padding-top: 30px;
	padding-bottom: 30px;
}
}
@media screen and (max-width: 480px) {
.page-header h2,
.contenus h2,
h3.uk-accordion-title {
	font-size: 30px;
	line-height: 35px;
	padding-top: 25px;
	padding-bottom: 25px;
}
}


/* supprimer (inactiver) le lien sur les titre */
.contenus .uk-panel-title > a {  
   pointer-events: none;
   cursor: default;
}
/* Fond des lightbox */
.uk-modal {
    background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
}

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

	Présentation (Widgetkit)

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

.presentation {
	display: block;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 80px;
	padding-left: 0px;
}

/* Conteneur (div) */
.box-presentation .uk-panel {
	background-color: #FFF;
}

/* Image */
.presentation div.uk-margin.uk-margin-top-remove {
	background-color: #FFF;
	margin: 0px;
	padding: 0px;
}

/* Titres */
.box-presentation .uk-panel h3 {
	display: block;
	margin: 0px;
	padding: 0px;
}
.box-presentation .uk-panel h3 a {
	color: #1E1E23;
	font-size: 26px;
	line-height: normal;
	display: block;
	margin: 0px;
	padding-top: 25px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}

/* Textes */
.box-presentation .uk-margin {
	margin: 0px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 8px;
	padding-left: 20px;
}

.presentation video.uk-responsive-width {
	background-image: url(../images/fond-video.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

@media screen and (max-width: 1200px) {
.box-presentation .uk-panel h3 a {
	font-size: 24px;
}
}

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

	Galeries

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

.galeries {
	background-color: #000000;
	display: block;
	margin: 0px;
	width: 99%;
	padding-top: 0.5%;
	padding-right: 0.5%;
	padding-bottom: 0.5%;
	padding-left: 0.5%;
}

/* Effet rollover (fond noir) */
.galeries .uk-modal {
    background: rgba(0, 0, 0, 0.75);
}
/* Effet rollover (noir sur photo) */
.galeries .uk-overlay-background {
	background: rgba(0, 0, 0, 0.75);
	color: #FFF;
}
/* Flèches de navigation (bug) */
.uk-notouch .uk-hidden-notouch,
.uk-touch .uk-hidden-touch {
    display: none !important;
}
.uk-slidenav-position:hover .uk-slidenav {
    display: block !important;
}
.uk-slidenav-position .uk-slidenav-previous {
    left: 10px;
}
.uk-slidenav-position .uk-slidenav-next {
    right: 10px;
}


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

	Google Maps

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

.maps h3.uk-h3 {
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.maps div.uk-margin {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}


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

	Contact

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

/* DIV contenus complets */
.contact {
	display: block;
	margin: 0px;
	padding-top: 60px;
	padding-right: 0px;
	padding-bottom: 40px;
	padding-left: 0px;
}

/* Module avec adresse */
.contact .moduletable_contact {
	display: block;
	float: right;
	margin: 0px;
	padding: 0px;
	width: 30%;
}
.contact .moduletable_contact h3,
.contact div.moduletable_form h3 {
	font-size: 30px;
	line-height: 30px;
	text-align: left;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
.contact .moduletable_contact p {
	margin-bottom: 20px;
}
.contact .moduletable_contact a {
	color: #666;
	text-decoration: underline;
}
.contact .moduletable_contact a:hover {
	color: #000;
}

@media screen and (max-width: 860px) {
.contact {
	padding-top: 40px;
	padding-bottom: 40px;
}
.contact .moduletable_contact {
	float: none;
	width: 100%;
	padding-bottom: 20px;
}
}

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

	Contact (Chronoform v.6)

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

.contact .moduletable_form {
    display: block;
    margin: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    float: left;
    width: 60%;
}
@media screen and (max-width: 860px) {
.contact .moduletable_form {
	float: none;
	width: 100%;
}
}
a.chronoforms6_credits {
	display: none !important;
}

.ui.form {
	font-family: 'aller_lightregular', Arial, Helvetica, sans-serif;
    font-size: 1em;
	font-weight: normal;
	color: #666;
}
.ui.button,
.ui.form .inline.fields > label,
.ui.form .field > label {
	font-family: 'allerbold', Arial, Helvetica, sans-serif;
	color: #666;
	font-size: 0.9em;
	font-weight: normal;
}

.ui small.field-desc {
	font-size: 0.9em;
	margin-top: 10px;
	display: block;
}


/* Message d'alerte */
.message-alerte {
	display: block;
	padding: 0px;
	margin: 0px;
}

div#system-message-container {
	display: block;
	width: 100%;
	background-color: #F2E3E3;
    position: fixed;
	top: 0px;
	z-index: 999;
}
div#system-message-container div#system-message  {
	display: block;
	width: 1400px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
}
div.alert.alert-success h4.alert-heading,
div.alert.alert-success a.close {
	display: none;
}
div.alert.alert-success {
	padding-top: 10px;
	padding-bottom: 20px;
}
@media screen and (max-width: 1485px) {
div#system-message-container div#system-message {
	width: 94%;
	padding-right: 3%;
	padding-left: 3%;
}
}

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

	Contact (Chronoform v.5)

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

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

.contact .moduletable_form {
    display: block;
    margin: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    float: left;
    width: 60%;
}
@media screen and (max-width: 860px) {
.contact .moduletable_form {
	float: none;
	width: 100%;
}
}

.chrono_credits {
	display: none !important;
}
/* espace après tous les champs */
.gbs3 .form-group {
    margin-bottom: 20px;
}

/* largeur des labels */
.gbs3 .gcore-label-left {
    min-width: 30%;
    max-width: 30%;
	font-family: "aller_lightregular", Arial, Helvetica, sans-serif;
    font-weight: normal;
}

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

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


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

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

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

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

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


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

	Cookies CK 

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

/* Bandeau d'alerte en bas des pages */
#cookiesck {
	color: #eeeeee;
	background: rgba(0,0,0,0.75);
	text-align: center;
	font-size: 90%;
	line-height: 1.2;
	padding: 1em;
}
#cookiesck_text {
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
#cookiesck_accept,
#cookiesck_decline,
#cookiesck_settings {
  background: #0074B0;
  border: 2px solid #0074B0;
  color: #FFFF;
}
#cookiesck_accept:hover,
#cookiesck_decline:hover,
#cookiesck_settings:hover {
  background: #004E76;
  border: 2px solid #004E76;
  color: #FFFF;
}

/* Message pop-up */
#cookiesck_interface {
	background-color: rgba(0,0,0,0.75);
	border: 0px none #000000;
	margin: 0px;
}
.cookiesck-main {
	margin-left: auto;
	margin-right: auto;
	width: 50%;
	height: 80vh;
	margin-top: 10vh;
	background-color: #FFFFFF;
}
@media screen and (max-width: 1550px) {
.cookiesck-main {
	width: 60%;
}
}
@media screen and (max-width: 992px) {
.cookiesck-main {
	width: 75%;
}
}
@media screen and (max-width: 768px) {
.cookiesck-main {
	width: 90%;
}
}

/* Bouton (close) */
.cookiesck-main-close {
	position: relative;
	background: #0074B0;
	font-family: 'allerbold', Arial, Helvetica, sans-serif;
    font-weight: normal;
    color: #FFF;
	text-align: center;
}
.cookiesck-main-close:hover {
	background-color: #004E76;
	color: #FFF;
}
.cookiesck-main-close::before {
	font-family: "Font Awesome 5 Free";
	content: "\f14a";
	color: #FFF;
	font-weight: bold;
	margin-right: 15px;
}

/* Titre & intro de la fenêtre */
.cookiesck-main-title {
	font-family: 'allerbold', Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 120%;
	text-align: center;
	padding-top: 1.5em;
	padding-right: 1.5em;
	padding-left: 1.5em;
	padding-bottom: 0.75em;
}
.cookiesck-main-desc {
	padding-top: 0em;
	padding-right: 1.5em;
	padding-left: 1.5em;
	padding-bottom: 1.5em;
	font-size: 100%;
}
.cookiesck-category {
    padding: 1.5em;
    color: #333;
}

@media screen and (max-width: 640px) {
.cookiesck-main-buttons, .cookiesck-platform {
    flex-direction: column;
}
.cookiesck-main .cookiesck_button {
	text-align: center;
}
.cookiesck-category .cookiesck-platform {
    display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: stretch;
	align-content: stretch;
}
.cookiesck-category .cookiesck-platform-name,
.cookiesck-category .cookiesck-platform-desc {
	width: 100%;
}
.cookiesck-platform .cookiesck_button {
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 0px;
	margin-bottom: 0px;
}
}

/* Bouton pour éditer ses réglages */
#cookiesck_options {
	font-size: 80%;
	line-height: 28px;
	text-align: center;
	width: 30px;
	height: 30px;
	border-radius: 15px;
	border: 1px solid #FFF;
	background-image: none;
	background-color: rgba(0,0,0,0.10);
	margin: 15px
}
#cookiesck_options::before {
    font-family: "Font Awesome 5 Free";
    content: "\f0ad";
    color: #FFF;
    font-weight: bold;
}


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

	Menu Mobile

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

/* menu 3 traits */
.mobilebarmaximenuck {
	background-image: url(../images/bouton-3-bandes.png);
	background-repeat: no-repeat;
	background-position: center center;
	padding: 0px;
	margin: 0px;
	height: 100px;
	width: 40px;
	cursor: pointer;
}

/* AFFIX */
#navigation.affix .mobilebarmaximenuck {
	height: 50px;
} 

/* le menu s'ouvre */
.mobilemaximenuck {
	background-color: #1E1E23;
}

/* ombres */
.mobilemaximenuck,
.mobilemaximenuckitem a:hover,
.mobilemaximenuckitem .active a {
	-webkit-box-shadow:inset 20px 0 20px -15px rgba(0,0,0,.5);
	box-shadow:inset 20px 0 20px -15px rgba(0,0,0,.5);
}

/* Masquer 1er lien (home) */
div.mobilemaximenuckitem:nth-child(2) {
	display: none;
}
/* Titre interne */
.mobilemaximenucktopbar {
	display: none;
}
/* Article de menu */
.mobilemaximenuckitem a {
	font-family: 'aller_lightregular', Arial, Helvetica, Verdana;
	font-weight: normal;
	font-size: 20px;
	line-height: 25px;
	color: #FFF;
	display: block;
	margin: 0px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 50px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
}
.mobilemaximenuckitem .active a,
.mobilemaximenuckitem .active a:hover  {
	background-color: #444444;
	background-image: url(../images/bouton-actif.png);
	background-repeat: no-repeat;
	background-position: 15px center;
}
.mobilemaximenuckitem .active a  {
	font-family: 'allerbold', Arial, Helvetica, Verdana;
}
.mobilemaximenuckitem a:hover {
	background-color: #000000;
}