@charset "UTF-8";


@import url(https://fonts.googleapis.com/css?family=Montserrat:300,400,700|Libre+Baskerville:700);

* {
	margin: 0;
	padding: 0;
	border: 0;
	outline: none;
	list-style: none;
	font-size: 10px;
	text-decoration: none;
	font-family: 'Verdana', 'Arial', 'Helvetica';
}

body {
  	background-image: url(../images/fond.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-color: #2589d4;
    color: #FFFFFF;
}

.wrapper {
	width: 1000px;
	padding: 20px 15px;
	margin: auto;
}

.left {
	width: 714px;
	margin: auto;
	position: relative;
	display: inline-block;
	vertical-align: top;
}

.right {
	width: 269px;
	position: relative;
	display: inline-block;
	vertical-align: top;
	overflow: hidden;
	float: right;
}

.left,
.right {
	margin-top: 20px;
}

a {
	color: white;
}

a:hover {
	color: #83cafe;
}

h1 {
	margin-bottom: 10px;
	font-weight: 600;
	font-size: 18px;
}

h2 {
  	margin-bottom: 8px;
  	font-weight: 600;
  	font-size: 14px;
}

h3 {
	font-weight: 600;
	font-size: 12px;
	margin-bottom: 5px;
}

p {
	margin-bottom: 10px;
	font-weight: 300;
}

strong {
	font-weight: 600;
}









/*///////////////////////////
/////////////////////////////
////                     ////
////         Top         ////
////                     ////
/////////////////////////////
///////////////////////////*/

/* Logo  */
.logo {
	width: calc(100% - 98px);
	display: inline-block;
}

.logo img {
	max-width: 100%
}


/* Search */
.search {
	width: auto;
	height: auto;
	display: block;
	margin: 10px 0 20px;
}

/*.search .form-inline {
	width: 215px;
}

.search .element-invisible {
	color: white;
	margin-bottom: 6px;
	display: block;
}

.search input {
	padding: 5px;
	border: solid 1px #83cafe;
	background-color: #FFFFFF;
	width: calc(100% - 24px);
	box-sizing: border-box;
}

.search input::placeholder {
	color: black !important;
}

.search .button {
	background: url(../images/ok.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    -webkit-appearance: none;
	width: 24px;
    height: 24px;
    float: right;
    font-size: 0;
	cursor: pointer;
}*/













/*///////////////////////////
/////////////////////////////
////                     ////
////         MENU        ////
////                     ////
/////////////////////////////
///////////////////////////*/


header {
	width: 100%;
	z-index: 5000;
}



/* menu */
.menu {
	display: block;
	position: relative;
}

.menu::after {
    content: url(../images/ligne_header.png);
    position: absolute;
    bottom: -10px;
    left: 0;
    z-index: 0;
}

.menu {
	height: 31px;
	padding-top: 5px;
}

.menu > li {
	width: 178px;
	display: inline-block;
	vertical-align: top;
}

.menu > li.current,
.menu > li:hover {
	background-image: url(../images/font_menu_haut.jpg);
	background-repeat: no-repeat;
}

.menu > li:hover {
	position: relative;
	z-index: 2;
}

.menu > li > a {
	color: white;
	text-align: center;
	font-weight: 600;
	font-size: 16px;
	width: 100%;
	height: 24px;
	padding-top: 7px;
	z-index: 12;
	display: block;
}

.menu > li > a:hover {
    color: #83cafe;
}


/* Sous menus */
.menu .parent ul {
	display: none;
	z-index: 2;
}

/*.menu .parent:hover ul {
	display: block;
}
*/
.menu .parent li {
	text-align: left;
	height: auto;
	width: 176px;
	border: solid 1px #014d85;
	border-width: 0px 1px;
	display: block;
	background-image: none;
	background-color: #83cafe;
}

.menu .parent li:last-of-type {
	border-width: 0px 1px 1px;
}

.menu .parent li a {
	font-size: 11px;
	width: 100%;
	height: auto;
	padding: 5px 10px 5px 10px;
	color: #014d85;
	display: block;
	font-weight: 600;
	box-sizing: border-box;
	text-decoration: none;
}

.menu .parent li a:hover {
	color: #83cafe;
    background-color: #014D85;
}


/*.menu li.active a::after {
	content:" ";
	display: block;
	width: calc(100% + 20px);
	height: 2px;
	background: #ced543;
	margin-top: -2px;
	margin-left: -10px;
}*/



/* Respnav */

#respnav,
#togglenav {
	display: none;
}









/*////////////////////////////////
//////////////////////////////////
////                          ////
////          CONTENT         ////
////                          ////
//////////////////////////////////
////////////////////////////////*/

#content {
	padding: 40px 0;
	overflow: hidden;
}

#content p {
	text-align: justify;
}


/* Blocs Accueil */
.bloctext .login,
.bloctext .nav-stacked {
	display: none;
}

.item {
	width: 50%;
	display: inline-block;
	position: relative;
	box-sizing: border-box;
	vertical-align: top;
}

.item > div {
	overflow: hidden;
	padding: 0 20px 40px 0;
}

.item .img {
	float: left;
	padding-right: 10px;
}

.item .img p,
.item .categorie h3,
.item .link p,
.item .date p,
.item .title p,
.item .prix p,
.item .decouvrir p,
.item .commander p {
	margin: 0;
}

.item .categorie a,
.item:nth-child(4) .categorie h3 {
	display: block;
	font-size: 14px;
	font-weight: 600;
	background-image: url(../images/h3_home.png);
	background-repeat: no-repeat;
	padding-bottom: 15px;
	background-position: left bottom;
	width: calc(100% - 188px);
	float: right;
}

.item .link a {
	font-weight: 600;
	color: #83cafe;
	padding: 8px 0px;
	display: table;
	transition: .3s;
}

.item .link a:hover {
	color: white;
}

/* Boutons */
.decouvrir {
		position: absolute;
		bottom: 75px;
		left: 188px;
}

.item:nth-child(6) .decouvrir {
		position: absolute;
		bottom: 40px;
		left: 188px;
}

.commander {
		position: absolute;
		bottom: 40px;
		left: 188px;
}

.decouvrir a,
.commander a {
	color: #014D85 !important;
	border: solid 2px #014D85 !important;
	background: linear-gradient(#2488D3, #83CAFE, #2488D3) !important;
	padding: 2px 12px 3px !important;
	display: block;
	width: 105px;
	font-size: 10px !important;
	margin-top: 10px;
	border-radius: 0 !important;
	box-sizing: border-box;
	font-weight: 600 !important;
	text-transform: uppercase;
	cursor: pointer;
	transition: .3s !important;
}

.decouvrir a:hover,
.commander a:hover {
	background: linear-gradient(#83CAFE, #fff, #83CAFE) !important;
}










/*////////////////////////////////
//////////////////////////////////
////                          ////
////          RIGHT           ////
////                          ////
//////////////////////////////////
////////////////////////////////*/

#hikashop_cart_module,
#newsletter,
#login,
#feature,
#poster,
#friends {
	border: solid 4px #83cafe;
	background-color: #014d85;
	margin-bottom: 15px;
	width: 261px;
	list-style-position: outside;
}

/* Cart Module */

#hikashop_cart_module.invisible .hikashop_cart {
	padding: 0;
}

#hikashop_cart_module.invisible .title-panier {
	border-bottom: none;
}

#hikashop_cart_module .title-panier {
    border-bottom: solid 2px #83cafe !important;
    padding: 4px 10px !important;
    height: 20px;
    display: block;
    transition: .3s;
}

#hikashop_cart_module .title-panier,
#hikashop_cart_module .title-panier span {
	font-size: 16px;
}

#hikashop_cart_module .hikashop_cart {
	padding: 10px;
	box-sizing: border-box;
}

#hikashop_cart_module .hikashop_cart td {
	text-align: center;
}

#hikashop_cart_module .hikashop_cart td:first-child {
	width: 80%;
}

#hikashop_cart_module .hikashop_cart th:first-child,
#hikashop_cart_module .hikashop_cart td:first-child {
	text-align: left;
}

#hikashop_cart_module .hikashop_cart tfoot td {
	padding-top: 10px;
}

#hikashop_cart_module input.hikashop_product_quantity_field {
    padding: 4px 2px;
}

#hikashop_cart_module .hikashop_cart_proceed_to_checkout {
	background: #83cafe !important;
	border: none !important;
	text-decoration: none;
	color: #014d85;
	cursor: pointer;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 11px;
	padding: 5px 10px !important;
	display: block;
	font-family: helvetica, arial;
	transition: .3s;
}

#hikashop_cart_module .hikashop_cart_proceed_to_checkout:hover {
	background: white !important;
}


/* Newsletter */
#newsletter {
	height: auto;
}

#newsletter .formulaire {
	padding: 10px ;
}

#newsletter table,
#newsletter tbody,
#newsletter tr,
#newsletter tr,
#newsletter td {
	display: block;
	width: 100%;
	font-size: 0;
	overflow: hidden;
}

#newsletter tr:nth-child(3) td:last-of-type input,
#newsletter tr:nth-child(3) td:last-of-type label {
	display: inline-block;
	width: 50%;
}

#newsletter input:not(.button) {
	width: 100% !important;
    padding: 5px !important;
	margin: 2px auto 5px;
    box-sizing: border-box;
}

#newsletter .button {
	background-color: #83cafe !important;
	text-decoration: none;
	color: #014d85 !important;
	cursor: pointer;
	font-weight: 600 !important;
	text-transform: uppercase !important;
	font-size: 11px !important;
	padding: 5px 10px !important;
	margin: 10px 0 0 !important;
	float: right !important;
	display: block !important;
	font-family: helvetica, arial !important;
	-webkit-appearance: none;
	transition: .3s;
}

#newsletter .button:hover {
	background-color: white !important;
}





#newsletter .acymailing_module_form {
	overflow: hidden;
}

/*#newsletter .acymailing_introtext,*/
#newsletter h3,
#login .pretext p,
#friends h3 {
	font-size: 16px;
	border-bottom: solid 2px #83cafe !important;
	padding: 4px 10px !important;
	font-weight: 400;
	height: 20px;
}

#newsletter .contentpane {
	background-color: transparent !important;
}

#newsletter select {
    width: 100% !important;
    margin: 10px 0px 0px;
    padding: 5px !important;
    box-sizing: border-box;
}

#newsletter .acyfield_email input {
    width: 100% !important;
    margin: 10px 0px 0px;
    padding: 5px !important;
    box-sizing: border-box;
}

#newsletter .chzn-container-single .chzn-single {
    padding: 5px !important;
    height: auto !important;
    line-height: normal !important;
    border: none !important;
	border-radius: 0 !important;    
	box-shadow: none !important;
	margin: 10px 10px 0px !important;
	width: 100% !important;
}

#newsletter  .chzn-container-single .chzn-drop {
	width: 100% !important;
	margin: 0px 10px 5px !important;
    border: none !important;
	border-radius: 0 !important;    
}

#newsletter .acyfield_email {
	padding: 0 !important;
}


#newsletter .acysubbuttons {
	padding: 0 !important;
	-webkit-appearance: none;
}


/* Login */
#login .userdata {
    padding: 10px;
    overflow: hidden;
}

#login #form-login-username,
#login #form-login-password,
#form-login-remember,
#form-login-submit {
	margin: 0;
}

#login #form-login-username label,
#login #form-login-password label {
	display: block;
}

#login #modlgn-username,
#login #modlgn-passwd {
	display: block;
	width: 100%;
	padding: 5px;
	margin: 2px auto 5px;
	box-sizing: border-box;
	display: block;
}

#login #modlgn-username::placeholder,
#login #modlgn-passwd::placeholder {
	color: black !important;
}

#login .unstyled {
	float: left;
	padding-top: 15px;
}

#login .unstyled li a {
	color: white;
	display: table;
    padding: 0;
}

#login #modlgn-remember {
	float: left;
	margin-right: 4px;
}

/* Bouton Connexion */
#form-login-submit {
    float: right;
    padding-top: 10px;
}

#form-login-submit button {
	background-color: #83cafe;
	text-decoration: none;
	color: #014d85;
	cursor: pointer;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 11px;
	padding: 4px 10px !important;
	margin: 10px 0px 0px 5px;
	float: right;
	display: block;
	font-family: helvetica, arial;
	-webkit-appearance: none;
	transition: .3s;
}

#form-login-submit button:hover {
	background-color: white;
}

/* Login ConnectÃ© */
#login-form {
	overflow: hidden;
}

#login .login-greeting {
	font-size: 16px;
	border-bottom: solid 2px #83cafe !important;
	padding: 4px 10px !important;
	height: 20px;
}

#login .account-links {
	float: left;
	padding: 15px 10px 5px;
}

#login .account-links a {
	display: block;
}

#login .logout-button {
	float: right;
	padding-top: 10px;
}

#login .logout-button .btn {
	background-color: #83cafe;
	text-decoration: none;
	color: #014d85;
	cursor: pointer;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 11px;
	padding: 4px 10px !important;
	margin: 10px;
	display: block;
	font-family: helvetica, arial;
	-webkit-appearance: none;
	transition: .3s;
}

#login .logout-button .btn:hover {
	background-color: white;
}


/* feature */
#feature div {
	padding : 10px;
	text-align: center;
}

#feature .wf_file_text a {
    background-color: #83cafe !important;
    text-decoration: none;
    color: #014d85 !important;
    cursor: pointer;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    font-size: 11px !important;
    padding: 5px 10px !important;
    margin: 10px auto 0 auto !important;
    display: table !important;
    font-family: helvetica, arial !important;
    transition: .3s;
}

#feature .wf_file_text a:hover {
    background-color: white !important;
}




/* Poster */
#poster div {
	padding : 10px;
	text-align: center;
}

#poster .wf_file_text a {
    background-color: #83cafe !important;
    text-decoration: none;
    color: #014d85 !important;
    cursor: pointer;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    font-size: 11px !important;
    padding: 5px 10px !important;
    margin: 10px auto 0 auto !important;
    display: table !important;
    font-family: helvetica, arial !important;
    transition: .3s;
}

#poster .wf_file_text a:hover {
    background-color: white !important;
}


/* Friends */
#friends ul {
	padding : 10px;
}












/*///////////////////////////////////////////////////
/////////////////////////////////////////////////////
////                                             ////
////       PAGE CONNEXION / ENREGISTREMENT       ////
////                                             ////
/////////////////////////////////////////////////////
///////////////////////////////////////////////////*/


.hikashop_checkout_page_step1 .hk-container-fluid {
	font-size: 0;
	padding: 0;
}

.hikashop_checkout_page_step1 .hkc-lg-4,
.hikashop_checkout_page_step1 .hkc-lg-8 {
	width: calc(50% - 5px);
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
	padding: 0 !important;
	border: solid 2px #1571b4;
}

.hikashop_checkout_page_step1 .hkc-lg-4 {
	margin-right: 10px;
}

.hikashop_checkout_page_step1 h2 {
	padding: 20px;
	background: #003a72;
	text-align: center;
	margin-bottom: 0;
}

.hikashop_checkout_page_step1 h2 {
	padding: 20px;
	background: #003a72;
	text-align: center;
	margin-bottom: 0;
}

#hikashop_checkout_registration legend {
	margin: 20px 0 10px calc((100% / 3) + 5px);
}

#hikashop_checkout_registration #hikashop_register_form_button {
    margin-right: 0;
    -webkit-appearance: none;
}

#hikashop_checkout_login_form .hkform-horizontal,
#hikashop_checkout_registration .hkform-horizontal {
	background: #014d85;
	padding: 20px 10px;
}
#hikashop_checkout_login_form .hkform-horizontal input,
#hikashop_checkout_registration .hkform-horizontal input,
#hikashop_checkout_registration .hkform-horizontal select {
	padding: 5px;
	box-sizing: border-box;
}

#hikashop_checkout_login_form .hkform-horizontal .hikabtn {
	width: auto;
}

/*.hikashop_checkout_page_step1 .hikabtn_checkout_next {
	display: none;
}*/












/*///////////////////////////////////////
/////////////////////////////////////////
////                                 ////
////       PAGE ENREGISTREMENT       ////
////                                 ////
/////////////////////////////////////////
///////////////////////////////////////*/


.hikashop_user_registration_page h2,
.hikashop_user_registration_page h3 {
	margin-left: calc(100% / 3);
}

.hikashop_user_registration_page h3 {
	margin-top: 40px;
}

.hikashop_user_registration_page .hkcontrol-label {
	font-weight: bold;
}

.hikashop_user_registration_page .hkform-control {
	padding: 5px !important;
	width: 80%;
	box-sizing: border-box;
}

#hikashop_register_form_button {	
	display: table;
	width: auto;
	float: right;
	margin-right: calc((100% * 2/3) * 0.2);
	-webkit-appearance: none;
}

.alert {
	background: #003a72;
	padding: 10px;
	border-radius: 2px;
	margin-bottom: 20px;
}

.alert p {
	margin-bottom: 0px;
}

.alert-success {
	padding: 20px 20px 22px;
}

.alert-success .alert-message:first-child {
	font-size: 14px;
	margin-bottom: 10px;
}

.alert-success .alert-message a {
	margin: 0 4px;
	text-decoration: underline;
}

/*.alert-success::before {
    content: "\f058";
    font-family: "FontAwesome";
    font-size: 28px;
    color: #fff;
    display: block;
    margin-bottom: 10px;
}
*/

#hikashop_messages_warning,
div.hikashop_messages_warning {
	margin: 0 0 20px;
	background: #83cafe !important;
	border-color: #1571b4 !important;
	color: #003a72 !important;
}








/*/////////////////////////////////////////
///////////////////////////////////////////
////                                   ////
////       PAGE ERREUR CONNEXION       ////
////                                   ////
///////////////////////////////////////////
/////////////////////////////////////////*/


.login {
	margin-top: 40px;
}
.login .control-group {
	margin-bottom: 15px;
}

.login label {
    font-weight: 600;
}

.login input {
	margin-top: 2px;
    padding: 5px !important;
}

.login .controls,
.login .control-label {
	display: table;
}

.login .btn {
	color: #014D85 !important;
	border: solid 2px #014D85 !important;
	background: linear-gradient(#2488D3, #83CAFE, #2488D3) !important;
	padding: 5px 12px 8px !important;
	font-size: 10px !important;
	margin-top: 10px;
	border-radius: 0 !important;
	box-sizing: border-box;
	font-weight: 600 !important;
	text-transform: uppercase;
	cursor: pointer;
	transition: .3s !important;
}

.login .btn:hover {
	background: linear-gradient(#83CAFE, #fff, #83CAFE) !important;
}











/*//////////////////////////////////
////////////////////////////////////
////                            ////
////       PAGE MP OUBLIÃ‰       ////
////                            ////
////////////////////////////////////
//////////////////////////////////*/


#user-registration label {
	font-weight: 600;
}

#user-registration input {
	margin-top: 2px;
    padding: 5px !important;
}

#user-registration .btn {
	color: #014D85 !important;
	border: solid 2px #014D85 !important;
	background: linear-gradient(#2488D3, #83CAFE, #2488D3) !important;
	padding: 5px 12px 8px !important;
	font-size: 10px !important;
	margin-top: 20px;
	border-radius: 0 !important;
	box-sizing: border-box;
	font-weight: 600 !important;
	text-transform: uppercase;
	cursor: pointer;
	transition: .3s !important;
}

#user-registration .btn:hover {
	background: linear-gradient(#83CAFE, #fff, #83CAFE) !important;
}


/* Page de vÃ©rification */

.reset-confirm label {
    font-weight: 600;
}

.reset-confirm input {
    margin-top: 2px;
    padding: 5px !important;
}

.reset-confirm .control-group:last-child {
    margin-top: 12px;
}

.reset-confirm .btn {
    color: #014D85 !important;
    border: solid 2px #014D85 !important;
    background: linear-gradient(#2488D3, #83CAFE, #2488D3) !important;
    padding: 5px 12px 8px !important;
    font-size: 10px !important;
    margin-top: 20px;
    border-radius: 0 !important;
    box-sizing: border-box;
    font-weight: 600 !important;
    text-transform: uppercase;
    cursor: pointer;
    transition: .3s !important;
}

.reset-confirm .btn:hover {
    background: linear-gradient(#83CAFE, #fff, #83CAFE) !important;
}

/* Page de confirmation */

.reset-complete label {
    font-weight: 600;
}

.reset-complete input {
    margin-top: 2px;
    padding: 5px !important;
}

.reset-complete .control-group:last-child {
    margin-top: 12px;
}

.reset-complete .btn {
    color: #014D85 !important;
    border: solid 2px #014D85 !important;
    background: linear-gradient(#2488D3, #83CAFE, #2488D3) !important;
    padding: 5px 12px 8px !important;
    font-size: 10px !important;
    margin-top: 20px;
    border-radius: 0 !important;
    box-sizing: border-box;
    font-weight: 600 !important;
    text-transform: uppercase;
    cursor: pointer;
    transition: .3s !important;
}

.reset-complete .btn:hover {
    background: linear-gradient(#83CAFE, #fff, #83CAFE) !important;
}











/*/////////////////////////////////////
///////////////////////////////////////
////                               ////
////       PAGE MES ADRESSES       ////
////                               ////
///////////////////////////////////////
/////////////////////////////////////*/


.hika_toolbar .hikabtn .btnIcon {
	display: none !important;
}

.hika_toolbar .hikabtn {
	margin-bottom: 10px;
}


/* Tableau */

.hikashop_address_listing_table {
	background: #1571b4;
	border-radius: 2px;
	width: 100%;
}

.hikashop_address_listing_item_default,
.hikashop_address_listing_item_actions {
	width: 10% !important;
    text-align: center;
}

.hikashop_address_listing_table th {
	padding: 5px;
	background: #003a72;
}

.hikashop_address_listing_table th:nth-child(3) {
	text-align: left;
	margin-left: 20px;
}

.hikashop_address_listing_table tbody td {
	padding-top: 10px;
	background: #014d85;
}

.hikashop_address_listing_item_details {
	padding-left: 20px;
}


/* Nouvelle */

#hikashop_address_form table {
	width: 100%;
}

#hikashop_address_form .key {
	font-weight: 600;
}

#hikashop_address_form input,
#hikashop_address_form select {
	margin-bottom: 10px;
	padding: 5px !important;
    width: 80%;
    box-sizing: border-box;
}

#hikashop_address_form select {
	margin-bottom: 10px;
	padding: 5px !important;
    width: 80%;
    box-sizing: border-box;
}

#hikashop_address_edition .hika_toolbar {
	margin-right: calc((100% - 127px) * 0.2);
}











/*//////////////////////////////////////
////////////////////////////////////////
////                                ////
////       PAGE MES COMMANDES       ////
////                                ////
////////////////////////////////////////
//////////////////////////////////////*/

/* Adminform */
#hikashop_order_listing #adminForm {
	margin-bottom: 20px;
}

#hikashop_order_listing #adminForm #hikashop_search {
	padding: 8px 5px;
}

#hikashop_order_listing #adminForm .btn {
	color: #014D85 !important;
	border: solid 2px #014D85 !important;
	background: linear-gradient(#2488D3, #83CAFE, #2488D3) !important;
	padding: 5px 12px 8px !important;
	font-size: 10px !important;
	border-radius: 0 !important;
	box-sizing: border-box;
	font-weight: 600 !important;
	text-transform: uppercase;
	vertical-align: top;
	cursor: pointer;
	transition: .3s !important;
}

#hikashop_order_listing #adminForm .btn:hover {
	background: linear-gradient(#83CAFE, #fff, #83CAFE) !important;
}


/* Tableau */
.hikashop_orders {
	background: #1571b4;
	border-radius: 2px;
	width: 100%;
}

#htmlfieldset_billing legend,
#htmlfieldset_shipping legend {
	background: none !important;
}

.hikashop_orders th {
	padding: 5px;
	background: #003a72;
}

.hikashop_orders tbody td {
	padding: 5px;
	background: #014d85;
	text-align: center;
}

#htmlfieldset_products {
	margin-top: 30px;
	/*font-size: 0 !important;*/
}

.hikashop_order_main_table #htmlfieldset_products legend {
	display: none;
}

/*#htmlfieldset_products tr {
	font-size: 0 !important;
}

#htmlfieldset_products td {
	font-size: 0 !important;
}*/

.hikashop_order_main_table #htmlfieldset_products tbody td:not(.hikashop_empty_td) {
	border-top: solid 1px silver;
	padding: 4px;
}

.hikashop_order_main_table .hikashop_order_item_files_value a {
	display: table;
	text-align: center;
	background: #003a72;
	padding: 2px 8px;
	margin: 0 auto 2px;
	transition: .3s;
}

.hikashop_order_main_table .hikashop_order_item_files_value a:hover {
	background: #002860;
	color: white;
}


.hikashop_orders .pagination {
	padding: 5px;
}









/*////////////////////////////////
//////////////////////////////////
////                          ////
////      PAGE CATÃ‰GORIE      ////
////                          ////
//////////////////////////////////
////////////////////////////////*/

.hikashop_category_information h1 {
	background-image: url(../images/ligne-post.png);
	background-repeat: no-repeat;
	background-position: bottom;
	padding: 0px 0px 10px;
}

.hikashop_category_information h2 {
	background-image: url(../images/ligne-post.png);
	background-repeat: no-repeat;
	background-position: bottom;
	padding: 0px 0px 10px;
}

.hikashop_products_listing_main .hikashop_container {
	margin: 0 !important;
}

.hikashop_products_listing_main .hikashop_subcontainer {
	background-color: transparent !important;
	padding: 5px 0px 15px 0px;
	background-image: url(../images/ligne-post.png) !important;
	background-repeat: no-repeat !important;
	background-position: bottom !important;
	clear: both;
	position: relative;
	min-height: 150px;
	margin-bottom: 10px;
	overflow: hidden;
}

.hikashop_category_information .hikashop_product_image_subdiv,
.hikashop_category_information .hikashop_product_image_subdiv img {
    width: 100% !important;
}

.hikashop_products_listing_main .hikashop_product_image {
    float: left;
    width: 100px;
    height: 150px !important;
}

.hikashop_products_listing_main .center {
	float: left;
	width: 128px;
	text-align: left !important;
	margin-left: 10px;
}

.hikashop_products_listing_main span {
	text-align: left !important;
}

.hikashop_products_listing_main .hikashop_product_name {
	margin-bottom: 20px;
}

.hikashop_products_listing_main .hikashop_product_name a {
	font-size: 13px;
	font-weight: 600;
}

.hikashop_products_listing_main .limit {
	display: none
}

.hikashop_products_listing_main .list-footer,
.hikashop_products_listing_main .hikashop_results_counter {
	display: inline-block;
}

.hikashop_products_listing_main .pagination-list {
	margin-right: 20px;
}

.hikashop_products_listing_main .pagination-list li {
	display: inline-block;
	margin-right: 4px;
}

.hikashop_product_custom_titredescription_line .hikashop_product_custom_name,
.hikashop_product_custom_descriptioncategorie_line .hikashop_product_custom_name {
	display: none;
}

.hikashop_product_custom_titredescription_line,
.hikashop_product_custom_descriptioncategorie_line {
	width: calc(100% - 258px);
	float: right;
	text-align: left;
}

.hikashop_product_custom_titredescription_line {
	font-weight: 600;
	margin-bottom: 10px;
}

.hikashop_product_custom_descriptioncategorie_line dd {
	text-align: justify;
}

.hikashop_product_custom_descriptioncategorie_line .lireplus,
.hikashop_product_custom_descriptioncategorie_line .savoirplus {
	font-weight: 600;
	margin-top: 10px;
	float: right;
}



/* Abonnements papier et numÃ©rique */
#hikashop_category_information_menu_156 .hikashop_subcontainer {
    background-image: none !important;
    min-height: 400px !important;
}

#hikashop_category_information_menu_157 .hikashop_subcontainer {
    background-image: none !important;
    min-height: 420px !important;
}

#hikashop_category_information_menu_156 .hikashop_product_image,
#hikashop_category_information_menu_157 .hikashop_product_image {
    float: none !important;
    width: 100% !important;
    height: auto !important;
}

#hikashop_category_information_menu_156 .hikashop_product_name,
#hikashop_category_information_menu_157 .hikashop_product_name {
    font-size: 12px;
    font-weight: bold;
    background-image: url(../images/ligne-h4.png);
    background-repeat: no-repeat;
    background-position: bottom center;
    padding: 20px 0;
    text-align: center !important;
    float: none;
    width: 100%;
    margin: 0 ;
}

#hikashop_category_information_menu_156 .hikashop_product_name {
	min-height: 48px;
}

#hikashop_category_information_menu_157 .hikashop_product_name {
	min-height: 64px;
}

#hikashop_category_information_menu_156 .hikashop_product_price_full,
#hikashop_category_information_menu_157 .hikashop_product_price_full {
    display: block;
	padding: 20px;
}

#hikashop_category_information_menu_156 .hikabtn,
#hikashop_category_information_menu_157 .hikabtn {
    position: absolute;
	left: 0;
	bottom: 0;
}










/*////////////////////////////////
//////////////////////////////////
////                          ////
////       PAGE PRODUIT       ////
////                          ////
//////////////////////////////////
////////////////////////////////*/


.hikashop_product_page {
	margin-top: -15px;
}


/* Left */
.hikashop_product_page .hikashop_product_left_part {
    float: left;
    width: 178px;
    margin-right: 10px;
    padding: 0;
}

.hikashop_product_page #hikashop_main_image {
	max-width: 100% !important;
	margin: 0 !important;
	padding: 0 10px 10px 0;
}

.hikashop_product_page .hikashop_product_main_image_subdiv {
	text-align: left !important;
}

.hikashop_product_page .hikashop_product_name_main {
    font-weight: 600;
	font-size: 17px;
}

/* Champs persos */
#hikashop_product_custom_info_main {
	margin-bottom: 40px;
}

.hikashop_product_characteristics_table,
.hikashop_product_characteristics_table tbody,
.hikashop_product_characteristics_table tr {
	display: block;
	font-size: 0;
}

#hikashop_product_custom_info_main .hikashop_product_custom_numroetdate_line {
	font-weight: 600;
	margin-bottom: 10px;
	display: block;
	width: 100%;
}

.hikashop_product_custom_dateparution_line {
	display: block;
	margin-bottom: 10px;
}

.hikashop_product_custom_dateparution_line td {
	display: block;
	width: 100%;
}

.hikashop_product_custom_prixformatpapier_line,
.hikashop_product_custom_prixformatnumrique_line {
	margin-top: 4px;
	background: #003A72;
	border-radius: 2px;
	padding: 5px 6px;
	display: block;
}

.hikashop_product_custom_prixformatpapier_line td,
.hikashop_product_custom_prixformatnumrique_line td {
	display: inline-block;
}

#hikashop_product_custom_value_18,
#hikashop_product_custom_value_19 {
	font-weight: 600;
}


/* Select Format */
.hikashop_product_characteristics_table td:first-child {
	display: block;
	margin-bottom: 4px;
	font-weight: 600;
}

.hikashop_product_characteristics_table td {
	display: block;
}

.hikashop_product_characteristics_table select {
	display: block;
	width: 100%;
	padding: 5px;
	margin-bottom: 20px;
}


/* Ajout panier */
#hikashop_product_quantity_main table,
#hikashop_product_quantity_main tbody,
#hikashop_product_quantity_main tr {
	display: block;
	font-size: 0;
}

#hikashop_product_quantity_main td {
	display: inline-block;
	font-size: 0;
}

#hikashop_product_quantity_main input {
	padding: 5px;
}

#hikashop_product_quantity_main tr {
	display: inline-table;
}

#hikashop_product_quantity_main .hikashop_product_quantity_field_change_plus,
#hikashop_product_quantity_main .hikashop_product_quantity_field_change_minus {
	display: inline-block;
	text-align: center;
	font-weight: 600;
	width: 20px;
	height: 23px;
	line-height: 23px;
	color: #014D85 !important;
	background: #83CAFE;
	border-radius: 2px;
	transition: .3s;
}

#hikashop_product_quantity_main .hikashop_product_quantity_field_change_plus {
	margin-left: 4px;
}

#hikashop_product_quantity_main .hikashop_product_quantity_field_change_plus:hover,
#hikashop_product_quantity_main .hikashop_product_quantity_field_change_minus:hover {
	background: white;
	color: #014D85 !important;
}

.hikabtn {
	color: #014D85 !important;
	border: solid 2px #014D85 !important;
	background: linear-gradient(#2488D3, #83CAFE, #2488D3) !important;
	padding: 6px 12px 7px !important;
	font-size: 10px !important;
	margin-top: 10px;
	border-radius: 0 !important;
	box-sizing: border-box;
	font-weight: 600 !important;
	text-transform: uppercase;
	width: 100%;
	transition: .3s !important;
}

.hikabtn:hover {
	background: linear-gradient(#83CAFE, #fff, #83CAFE) !important;
}





/* Modifs Seb Bouton commander */

#hikashop_checkout .buttons_right .hikabtn {
	border: solid 2px #B37E00 !important;
	background: linear-gradient(#BF8A00, #fff, #BF8A00) !important;
}

#hikashop_checkout .buttons_right .hikabtn:hover {
	background: linear-gradient(#E9B400, #fff, #E9B400) !important;
}

.hikashop_checkout_cart_1_4 table {
	clear: both !important;
}





/* Right */
.hikashop_product_page .hikashop_product_right_part {
    padding: 0;
    float: right;
    width: calc(100% - 188px);
}

.hikashop_product_page h2 {
    font-size: 17px;
    font-weight: 400;
    text-transform: none;
    background-image: url(../images/ligne-h3.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom left;
    padding: 30px 0px 10px 0px;
}

.hikashop_product_page .hikashop_product_right_part .hikabtn {
	display: table;
	width: auto;
}













/*////////////////////////////////
//////////////////////////////////
////                          ////
////      PARCOURS ACHAT      ////
////                          ////
//////////////////////////////////
////////////////////////////////*/

.hikashop_checkout_address,
.hikashop_checkout_shipping,
.hikashop_checkout_payment {
	margin-bottom: 50px;
}

#hikashop_checkout_form legend {
	font-weight: 600;
	font-size: 14px;
	margin-bottom: 10px;
}


/* Adresse */
.hikashop_checkout_address .hk-container-fluid {
	padding: 0;
}
	
.hikashop_checkout_address .hk-container-fluid .hkc-xs-12:first-of-type {
	padding-left: 0;
}

.hikashop_checkout_address .hk-container-fluid .hkc-xs-12:last-of-type {
	padding-right: 0;
}

.hikashop_checkout_address .hika_address_field {
	background: #003a72;
	border-radius: 2px;
	padding: 30px 10px 10px;
	border: solid 2px #1571b4;
}

.hikashop_checkout_address .hika_address_field legend {
    margin-bottom: -30px !important;
}

.hikashop_checkout_address .hika_address_field .hika_edit a:last-of-type {
	margin-left: 10px;
}

.hikashop_checkout_address .hika_address_element:not(:last-of-type) {
	border-bottom: solid 1px white;
	padding-bottom: 10px;
}

.hikashop_checkout_address .hika_edit {
    background: none !important;
    padding: 0;
    margin: 20px 0 2px;
}



/* Modifs SÃ©bastien du 22 05 2018 */

#hikashop_checkout_form .buttons_right .hikabtn {
	margin-bottom: 10px !important;
	margin-top: 0 !important;
}

/*#hikashop_checkout_form .hikashop_checkout_page_step1 .hikashop_checkout_cart legend {
	float: left;
}*/

#hikashop_checkout_form .hikashop_checkout_page_step1 .buttons_right {
	float: right !important;
}


/* Livraison et paiement */
.hikashop_checkout_shipping input,
.hikashop_checkout_payment input {
	vertical-align: bottom;
}

.hikashop_shipping_methods_table,
.hikashop_payment_methods_table {
	padding: 5px;
	background: #014d85;
	border: solid 2px #1571b4;
}


/* Panier */
.hikashop_checkout_cart table {
	background: #1571b4;
	padding:0px;
	border-radius: 2px;
	margin-bottom: 10px;
}

.hikashop_checkout_cart .hikashop_cart_product_image_thumb {
	text-align: center;
}

.hikashop_checkout_cart .hikashop_cart_product_image_thumb img {
	width: 105px;
}

.hikashop_checkout_cart th {
	padding: 5px;
	background: #003a72;
}

.hikashop_checkout_cart th:nth-child(3),
.hikashop_checkout_cart th:nth-child(4),
.hikashop_checkout_cart th:nth-child(5) {
	width: 15%;
}

.hikashop_checkout_cart tbody td {
	padding: 10px;
	background: #014d85;
}

.hikashop_product_quantity_field {
	padding: 5px;
}

.hikashop_checkout_cart .margin .hikashop_cart_empty_footer {
	display: none;
}

#hikashop_checkout_cart_final_total_title,
.hikashop_cart_total_value {
	font-weight: 600;
	text-transform: uppercase;
}


/* Step 2 */

#hikashop_paypal_button {
	color: #014D85 !important;
	border: solid 2px #014D85 !important;
	background: linear-gradient(#2488D3, #83CAFE, #2488D3) !important;
	padding: 6px 12px 7px !important;
	font-size: 10px !important;
	margin-top: 10px;
	border-radius: 0 !important;
	box-sizing: border-box;
	font-weight: 600 !important;
	text-transform: uppercase;
	-webkit-appearance: none;
	width: 100%;
	transition: .3s !important;
}

#hikashop_paypal_button:hover {
	background: linear-gradient(#83CAFE, #fff, #83CAFE) !important;
}














/*////////////////////////////////
//////////////////////////////////
////                          ////
////    RÃ©sultat Recherche    ////
////                          ////
//////////////////////////////////
////////////////////////////////*/


/* SearchForm */
#searchForm .btn {
	background-color: #83cafe;
	text-decoration: none;
	color: #014d85;
	cursor: pointer;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 11px;
	padding: 4px 10px !important;
	margin-left: 5px;
	float: right;
	display: block;
	font-family: helvetica, arial;
}

#searchForm .searchintro {
	margin-top: 5px;
}

#searchForm #search-searchword {
	padding: 3.5px;
	border: solid 1px #83cafe;
	background-color: #FFFFFF;
}

.form-limit {
	margin-top: 30px;
	display: inline-block;
}

.form-limit label {
	font-weight: 600;
}

.form-limit .chzn-container-single .chzn-single {
    padding: 5px !important;
    height: auto !important;
    line-height: normal !important;
    border: none !important;
	border-radius: 0 !important;    
	box-shadow: none !important;
	width: 80px !important;
}

.form-limit .chzn-container-single .chzn-drop {
	width: 80px !important;
    border: none !important;
	border-radius: 0 !important;    
}

.chzn-container-single .chzn-single span {
    margin-right: 0 !important;
}

.form-limit #limit_chzn {
	width: auto !important;
}

.search-result .pagination {
	display: inline-block;
}

.search-result .pagination li:nth-child(n+2) {
	display: inline-block;
	font-weight: 600;
	margin-left: 8px;
}

.search-result .pagination a[aria-current="true"]:hover {
	color: white;
}


/* RÃ©sultats */
.result-title {
	margin: 15px 0 5px;
	font-weight: 600;
}











/*////////////////////////////////
//////////////////////////////////
////                          ////
////       PAGE CONTACT       ////
////                          ////
//////////////////////////////////
////////////////////////////////*/

#contact_form {
	margin-top: 30px;
}

#contact_form .row {
	margin-bottom: 10px;
}

#contact_form input:not(#submit_button) {
	display: block;
	width: 50% !important;
    padding: 5px !important;
    box-sizing: border-box;
}

#contact_form textarea {
	display: block;
	width: 100% !important;
    padding: 5px !important;
    box-sizing: border-box;
}

#prenom,
#nom,
#email,
#message,
#secret {
	margin-top: 2px;
}

#contact_form #submit_button {
	color: #014D85 !important;
	border: solid 2px #014D85 !important;
	background: linear-gradient(#2488D3, #83CAFE, #2488D3) !important;
	padding: 5px 12px 8px !important;
	font-size: 10px !important;
	margin-top: 10px;
	border-radius: 0 !important;
	box-sizing: border-box;
	font-weight: 600 !important;
	text-transform: uppercase;
	-webkit-appearance: none;
	float: right;
	cursor: pointer;
	transition: .3s !important;
}

#contact_form #submit_button:hover {
	background: linear-gradient(#83CAFE, #fff, #83CAFE) !important;
}






















/*///////////////////////////
/////////////////////////////
////                     ////
////        FOOTER       ////
////                     ////
/////////////////////////////
///////////////////////////*/


footer {
	font-size: 9px;
    background-image: url(../images/ligne_header.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
    clear: both;
}

footer a {
	color: white;
}

.copyright,
.realisation {
	display: inline-block;
	vertical-align: top;
	height: 30px;
}

.copyright {
	text-align: left;
	width: 60%;
}

.copyright p {
	padding-bottom: 10px;
	position: absolute;
	top: 20px;
	left: 0;
}

.realisation {
	text-align: right;
	width: 40%;
}

.realisation p {
	padding-bottom: 10px;
	position: absolute;
	width: 40%;
	top: 20px;
	right: 0;
}















/* Ajout Seb Alert Cookies */

#cadre_alert_cookies {
	box-shadow: 1px 1px 8px #000;
	top: 0;
}

#cadre_alert_cookies p {
	font-size: 12px;
}

#cadre_alert_cookies .btn {
	margin: 2px 15px !important;
}

.cadre_bouton .btn {
	font-weight: 400 !important;
	transition: all ease .3s;
}

.cadre_bouton .btn:hover {
	background: #002860 !important;
	color: white !important;
}

















/* ---------------------------------------------- */
/* ---------------------------------------------- */
/* ---------------                --------------- */
/* ---------------   RESPONSIVE   --------------- */
/* ---------------                --------------- */
/* ---------------------------------------------- */
/* ---------------------------------------------- */


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

	/* Global */

	.wrapper{
		width: 100%;
		box-sizing: border-box;
	}

	.left,
	.right {
		width: 100%;
		margin-top: 0;
	}

	.search { 
		margin-left: calc((100% - 478px) / 2);
		/* margin-left: calc(100% - 612px); */
		float: none;
	}


	/* MENU */
	header .menu {
		display: none;
	}

/*	.right #hikashop_cart_module,
	.right #login {
		display: none;
	}*/

	#togglenav {
	    display: inline-block;
	    width: auto;
	    float: right;
	    color: white;
		width: auto;
		height: 45px;
		line-height: 45px;
		cursor: pointer;
		z-index: 999;
		color: white;
		font-size: 14px;
		background: #003a72;
		padding: 0 18px;
		box-sizing: border-box;
		transition: .3s;
		position: fixed;
		right: 15px;
		box-shadow: -1px 0px 2px #000;

	    /*float: right;*/
/*	    position: absolute;*/
/*	    top: 39px;*/
/*	    right: 5%;*/
/*	    width: 32px;*/
/*	    height: 32px;*/
/*	    line-height: 32px;*/
/*	    text-align: center;*/
/*	    cursor: pointer;*/
/*	    z-index: 999;*/
/*	    color: white;*/
  	}

  	#togglenav:hover {
  		background: #002860;
  	}

	/*  header #togglenav::before {
	    content: "\f0c9";
	    font-family: "FontAwesome";
	    font-size: 24px;
	}*/


	/* Respnav */
  	#respnav {
	    position: fixed;
	    display: block;
	    top: 65px;
	    left: 100%;
	    bottom: 0;
	    width: 100%;
	    max-width: 280px;
	    height: 100%;
	    background: rgba(225, 225, 225, 0.95);
	    padding: 0;
	    z-index: 999;
	    overflow: hidden;
	    -webkit-transform: translate3d(0,0,0);
	    transform: translate3d(0,0,0);
	    -webkit-transition: all ease .5s;
	    transition: all ease .5s;
	}

	#respnav.visible,
	#respnav .content.slide {
		display: block;
    	transform: translate3d(-100%,0,0);
  	}

  	#respnav .mainmenu {
		height: 100%;
		position: absolute;
		overflow-y: scroll;
	    overflow-x: hidden;
		transition: all ease 0.5s;
	}

  	#respnav .content {
	    height: 100%;
	    position: relative;
	    box-sizing: border-box;
	    transition: all ease 0.5s;
	}


	/* Respnav Content */
	#respnav .menu,
	#respnav #_desktop_cart,
	#respnav #_desktop_user_info {
		float: none;
		height: auto;
		display: block;
		padding-top: 0;
	}

	#respnav .menu::after {
		display: none;
	}

	#respnav .menu li {
	    line-height: normal;
	    display: block;
	    width: 280px;
		float: none;
		background-image: none;
	}

	#respnav .menu li:hover {
	    position: static;
	}


	#respnav a {
		position: relative;
		display: block;
		height: auto;
		width: 100%;
		box-sizing: border-box;
		line-height: normal;
		padding: 12px 25px !important;
		white-space: initial;
		font-weight: 500;
		font-size: 14px !important;
		letter-spacing: 1px;
		text-transform: none !important;
		border-bottom: solid 1px #83cafe;
		color: #003a72 !important;
		text-align: left;
		transition: .3s;
	}

	#respnav .menu a:hover {
	    background: white;
	}


	/* Sous-menu */
	#respnav .nav-child {
		display: none;
		position: absolute;
		top: 0 !important;
		left: 100%;
		width: 100%;
		box-sizing: border-box;
		box-shadow: none;
		margin: 0;
		transition: all ease 0.5s;
	}

	#respnav .nav-child.block {
		display: block;
	}
/*
	#respnav .parent:hover ul {
		display: none;
	}
*/
	#respnav .parent ul,
	#respnav .parent li {
		margin: 0;
	}

	#respnav .menu .parent li {
		background: none;
		border: none;
	}

	#respnav .parent > a::before {
		content: '';
	    position: absolute;
	    top: 50%;
	    margin-top: -5px;
	    right: 30px;
	    width: 0;
	    height: 0;
	    border-style: solid;
	    border-width: 5px 0 5px 5px;
	    border-color: transparent transparent transparent #003a72;
	}

	#respnav .back > a::before {
	    content: '';
	    position: absolute;
	    top: 50%;
	    margin-top: -5px;
	    right: 30px;
	    width: 0;
	    height: 0;
	    border-style: solid;
	    border-width: 5px 5px 5px 0;
	    border-color: transparent #003a72 transparent transparent;
	}

	/* Modules Panier et Login Responsive */

	#respnav #hikashop_cart_module,
	#respnav #login {
		width: 100%;
		border-top: none;
		border-left: none;
		border-right: none;
		margin-bottom: 0;
		border-bottom: solid 1px #83cafe !important;
	}

	#respnav .hikashop_cart,
	#respnav .userdata {
		display: none;
	}

	#respnav #hikashop_cart_module .title-panier,
	#respnav #login .pretext p,
	#respnav .login-greeting {
	    padding: 12px 25px !important;
	    background: #003a72;
	    cursor: pointer;
	    border-bottom: 0 !important;
	    margin-bottom: 0;
	    transition: .3s;
	}

	#respnav #hikashop_cart_module .title-panier:hover,
	#respnav #login .pretext p:hover,
	#respnav .login-greeting:hover {
	    background: #002860;
	}


	/* Cart */
	#respnav #hikashop_cart_module > .hikashop_cart {
		padding: 25px !important;
	}
 
	#respnav table.hikashop_cart {
		padding: 0 !important;
	}
 
	#respnav .hikashop_cart td:first-child {
		width: 50%;
	}

	#respnav table.hikashop_cart a {
		padding: 0 !important;
		border-bottom: 0;
		color: white !important;
		font-size: 10px !important;
		font-weight: 600;
	}

	#respnav .hikashop_cart_proceed_to_checkout {
	    padding: 8px !important;
	}

	#respnav .hikashop_cart_proceed_to_checkout .hikabtn {
	    text-align: center;
	}

	#respnav .hikashop_cart_proceed_to_checkout span {
	    text-transform: uppercase;
	   	text-align: center;
		letter-spacing: 0px;
		display: block;
	}


	/* Login */
	#respnav .userdata {
		padding: 25px;
	}

	#respnav .userdata label {
		font-size: 12px;
	}

	#respnav #login #modlgn-username,
	#respnav #login #modlgn-passwd {
	    padding: 8px;
	}

	#respnav #form-login-submit {
	    float:none;
	    padding-top: 20px;
	}

	#respnav #form-login-submit button {
		width: 100%;
		margin-left: 0;
		padding: 8px !important;
		-webkit-appearance: none;
		margin-bottom: 10px;
	}

	#respnav #login .unstyled {
	    float: none;
	}

	#respnav #login .unstyled li a {
	    border-bottom: none;
	    background: rgb(225, 225, 225);
	    margin-bottom: 8px;
	    padding: 8px !important;
	    text-transform: uppercase !important;
	    font-family: helvetica, arial;
	    text-align: center;
		font-size: 11px !important;
		font-weight: 600;
		letter-spacing: 0px;
	    width: 100%;
	    transition: .3s;
	}

	#respnav #login .unstyled li a:hover {
	    background: rgb(255, 255, 255);
	}


	/* Login ConnectÃ© */
	#respnav .user {
		display: none;
	}

	#respnav .account-links {
		float: none;
		padding: 25px 25px 0px;
	}

	#respnav .account-links a {
		border-bottom: none;
	    background: rgb(225, 225, 225);
	    margin-bottom: 8px;
	    padding: 8px !important;
	    text-transform: uppercase !important;
	    font-family: helvetica, arial;
	    text-align: center;
		font-size: 11px !important;
		font-weight: 600;
		letter-spacing: 0px;
	    width: 100%;
	    transition: .3s;
	}

	#respnav .account-links a:hover {
		background: rgb(255, 255, 255);
	}

	#respnav .logout-button {
		float: none;
		padding: 0px 25px 20px;
		-webkit-appearance: none;
	}

	#respnav .logout-button .btn {
		width: 100%;
		margin-left: 0;
		padding: 8px !important;
		-webkit-appearance: none;
		margin-bottom: 10px;
	}

	
	/* Right */
	.right {
		float: none;
		margin-bottom: 20px;
	}

	#hikashop_cart_module,
	#newsletter,
	#login,
	#feature,
	#poster,
	#friends {
	    width: 50%;
	    box-sizing: border-box;
	}




	/* Abonnements papier et numÃ©rique */
	#hikashop_category_information_menu_156 .hikashop_subcontainer {
	    padding: 40px;
	    min-height: 400px !important;
	}

	#hikashop_category_information_menu_157 .hikashop_subcontainer {
	    padding: 40px;
	    min-height: 420px !important;
	}

	#hikashop_category_information_menu_156 .hikashop_product_image,
	#hikashop_category_information_menu_157 .hikashop_product_image {
	    float: none !important;
	    width: 100% !important;
	    height: auto !important;
	    margin-bottom: 20px;
	}

	#hikashop_category_information_menu_156 .hikashop_product_name,
	#hikashop_category_information_menu_157 .hikashop_product_name {
	    font-size: 12px;
	    font-weight: bold;
	    background-image: url(../images/ligne-h4.png);
	    background-repeat: no-repeat;
	    background-position: bottom center;
	    padding: 20px 0;
	    text-align: center !important;
	    float: none;
	    width: 100%;
	    margin: 0 ;
	}

	#hikashop_category_information_menu_156 .hikashop_product_name {
		min-height: 48px;
	}

	#hikashop_category_information_menu_157 .hikashop_product_name {
		min-height: 64px;
	}

	#hikashop_category_information_menu_156 .hikashop_product_price_full,
	#hikashop_category_information_menu_157 .hikashop_product_price_full {
	    display: block;
		padding: 20px;
	}

	#hikashop_category_information_menu_156 .hikabtn,
	#hikashop_category_information_menu_157 .hikabtn {
	    position: absolute;
		left: 0;
		bottom: 0;
	}


	/* Parcours d'Achat : step 1 */

	.hikashop_cart_product_name_value {
		width: 100% !important;
		box-sizing: border-box;
	}

}


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


	#hikashop_category_information_menu_156 .hikashop_subcontainer {
	    min-height: 400px !important;
	}

	#hikashop_category_information_menu_157 .hikashop_subcontainer {
	    min-height: 420px !important;
	}

	#hikashop_category_information_menu_156 .hk-row-fluid,
	#hikashop_category_information_menu_157 .hk-row-fluid {
		font-size: 0;
	}

	#hikashop_category_information_menu_156 .hkc-md-3,
	#hikashop_category_information_menu_157 .hkc-md-3 {
		display: inline-block;
		box-sizing: border-box;
		margin-bottom: 20px;
		width: 25%;
	}

	#hikashop_checkout_form .hikashop_checkout_page_step1 .buttons_right {
		float: none !important;
		display: table;
		/*margin: auto;*/
		min-width: 50%;
	}

	.hikashop_checkout_cart_1_4 table.table-striped {
		display: table !important;
		clear: both !important;
	}


}


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

	.item {
	    width: 100%;
	}


	/* Right */
	#hikashop_cart_module,
	#newsletter,
	#login,
	#feature,
	#poster,
	#friends {
	    width: 100%;
	}


	#hikashop_category_information_menu_156 .hikashop_subcontainer {
	    min-height: 440px !important;
	}

	#hikashop_category_information_menu_157 .hikashop_subcontainer {
	    min-height: 420px !important;
	}

	#hikashop_category_information_menu_156 .hkc-md-3,
	#hikashop_category_information_menu_157 .hkc-md-3 {
		width: 50%;
	}

}


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


	/* Top : .search */

	.search {
		margin-left: 0;
		width: 100%;
	}

	.search .form-inline {
		width: 100%;
		height: 26px;
		box-sizing: border-box;
	}


	/* Pages des CatÃ©gories */

	.hikashop_products_listing_main .center {
	    width: calc(100% - 110px);
	}

	.hikashop_product_custom_titredescription_line,
	.hikashop_product_custom_descriptioncategorie_line {
    	width: 100%;
    }


    /* NumÃ©riques */
    #hikashop_category_information_menu_156 .hikashop_subcontainer {
	    min-height: 540px !important;
	}

	#hikashop_category_information_menu_157 .hikashop_subcontainer {
	    min-height: 420px !important;
	}


	/* Footer */

	.copyright,
	.realisation {
		width: 100%;
		height: auto;
		display: block;
	}

	.copyright p,
	.realisation p {
		width: 100%;
		position: static;
		text-align: center;
		margin-bottom: 0;
	}

	.copyright p {
		margin-top: 0;
		padding-top: 15px;
	}

	.realisation p {
		padding-bottom: 0;
	}

}


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

	#contact_form input:not(#submit_button) {
    	width: 100% !important;
	}

	#hikashop_category_information_menu_157 .hkc-md-3 {
		width: 100%;
	}


	/* Produit */

	.hikashop_product_page .hikashop_product_left_part {
		margin-bottom: 20px;
	}

	.hikashop_product_page .hikashop_product_left_part,
	.hikashop_product_page .hikashop_product_right_part {
		float: none;
	}

	.hikashop_product_page .hikashop_product_right_part {
		width: 100%;
	}

	/* Page Connexion / enregistrement */

	.hikashop_checkout_page_step1 .hkc-lg-4,
	.hikashop_checkout_page_step1 .hkc-lg-8 {
		width: 100%;
		display: block;
		vertical-align: top;
		box-sizing: border-box;
		padding: 0 !important;
		border: solid 2px #1571b4;
	}

	.hikashop_checkout_page_step1 .hkc-lg-4 {
		margin: left: 0;
		margin-bottom: 10px;
	}




}


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

	#content p {
	    text-align: left;
	}


	/* Pages des CatÃ©gories */

	.hikashop_product_custom_descriptioncategorie_line dd {
    	text-align: left;
    }

    #hikashop_category_information_menu_156 .hkc-md-3 {
		width: 100%;
	}


}

/* Virer les crédits chronoform 6 */
    .chronoforms6_credits {
        display: none;
    }
