/*!
Theme Name: Handpresso
Author: Thomas Villain
Version: 4.0
*/

/*
@media only screen and (min-width: 50em) {
@media only screen and (min-width: 50em) {
*/

@font-face {
    font-family: 'Regular';
    font-display: auto;
    src: url("fonts/century-gothic-regular.woff") format("woff");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'Bold';
    font-display: auto;
    src: url("fonts/century-gothic-bold.woff") format("woff");
    font-weight: normal;
    font-style: normal
}

/*
@font-face {
    font-family: 'Regular';
    font-display: auto;
    src: url("fonts/anivers-regular.woff") format("woff");
    font-weight: normal;
    font-style: normal
}
*/

@font-face {
    font-family: 'Italic';
    font-display: auto;
    src: url("fonts/anivers-italic.woff") format("woff");
    font-weight: normal;
    font-style: normal
}

/*
@font-face {
    font-family: 'Bold';
    font-display: auto;
    src: url("fonts/anivers-bold.woff") format("woff");
    font-weight: normal;
    font-style: normal
}
*/

@font-face {
    font-family: 'Hand';
    font-display: auto;
    src: url("fonts/felttip-roman.woff") format("woff");
    font-weight: normal;
    font-style: normal
}

html,
body,
#wrapper {
    width: 100%;
    height: 100%
}

body {
    -webkit-text-size-adjust: none;
    -ms-text-size-adjust: none;
    text-size-adjust: none;
/*
    background-color: #ddd;
    background-image: linear-gradient(-180deg, #ddd 0%, #f9f9f9 100%);
*/
    background-color: #fff;
    background-attachment: fixed
}

.inner {
    position: relative;
    margin: 0 auto;
    max-width: 75em
}

[class*="col-"] {
    padding: .625em
}

@supports ((display: -webkit-box) or (display: flex)) {
    [class*="col-"] {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.row.nested {
    margin-left: -.625em;
    margin-right: -.625em;
    margin-bottom: .625em
}

#wrapper.darkened::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 100
}

@media only screen and (min-width: 50000em) {
    #wrapper.fixed-nav {
        padding-top: 155px
    }
}

#site_head {
    position: relative;
    background-color: #fff
}

.site-brand {
    padding: 0
}

@media only screen and (min-width: 50000em) {
    .site-brand {
        padding: 0 .3125em .3125em .3125em
    }
}

.site-logo {
    display: block;
    position: relative;
/*    height: 65px */
}

.site-logo img {
    display: block;
    margin: 0 auto;
/*    height: 65px; */
/*    width: auto; */
    width: 180px;
    position: absolute;
/*    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
*/
    left: 55px;
    top: -43px;
}

.catchword {
	margin: -14px 0 0 53px;
	font-size: 0.9em;
}

@media only screen and (max-width: 40em) {
	.catchword {
		margin: -14px 0 0 53px;
		font-size: 0.7em;
	}
}

.organizationoractivity {
	margin: -26px 0 0 200px;
	display: none;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #ccc;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #ccc;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #ccc;
}

div.float {
 float: left;
 padding:4.7px;
 }
.carre { 
	width:30px; 
	height:30px;
	cursor: pointer;
}


@media only screen and (min-width: 50000em) {
    .site-logo {
        height: 92px
    }
    .site-logo img {
        margin: 20px 0 0 0;
/*        height: 92px; */
        left: 0;
        -webkit-transform: none;
        transform: none;
/*        width: auto */
        width: 300px;
    }
    .site-logo .site-logo-grain {
        transition: -webkit-transform .2s ease-in-out;
        transition: transform .2s ease-in-out;
        transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out
    }
    .site-logo .site-logo-type {
        transition: opacity .2s ease-in-out
    }
    .site-logo:hover .site-logo-grain,
    .site-logo:focus .site-logo-grain {
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
    }
    .site-logo:hover .site-logo-type,
    .site-logo:focus .site-logo-type {
        opacity: .7
    }

		.catchword {
			margin: -20px 0 0 0;
			font-size: 1.2em;
		}

		.organizationoractivity {
			display: none;
		}
}

.site-title {
    position: absolute;
    display: block;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: 0;
    text-indent: 150%;
    white-space: nowrap;
    overflow: hidden
}

.skiplinks-nav {
    position: absolute;
    padding-top: 0
}

.skiplinks-menu a {
    position: absolute;
    top: -65px;
    padding: .3125em;
    background-color: #fff;
    transition: all .2s ease-in
}

.skiplinks-menu a:focus {
    top: -5px
}

#toolbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
}

@media only screen and (min-width: 50000em) {
    #toolbar {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: .3125em .625em
    }
}

@media only screen and (min-width: 80000em) {
    #toolbar {
        padding: .3125em
    }
}

#site_nav {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100
}

@media only screen and (min-width: 50000em) {
    #site_nav {
        position: relative;
        top: auto;
        left: auto;
        width: auto
    }
}





















.toolbar-main-menu {
    display: none;
    background-color: #fff;
    position: absolute;
    top: 0;
    right: 0;
    width: 80%
}

@media only screen and (min-width: 50000em) {
    .toolbar-main-menu {
        background-color: transparent;
        position: relative;
        top: auto;
        left: auto;
        width: auto
    }
}

.toolbar-main-menu::before {
    content: 'Menu';
    font-family: "Bold", Helvetica, Arial, sans-serif;
    color: #fff;
    display: block;
    padding: .625em;
    background-color: #909090
}

@media only screen and (min-width: 50000em) {
    .toolbar-main-menu::before {
        content: none
    }
}

.toolbar-main-menu>li {
    position: relative;
    display: block;
    border-top: #e0dfdf 1px solid;
    text-transform: uppercase
}

@media only screen and (min-width: 50000em) {
    .toolbar-main-menu>li {
        font-size: 1.3rem;
        display: inline-block;
        margin-right: .3125em;
        color: #404040;
        text-transform: none;
        border: 0
    }
}

.toolbar-main-menu>li.nav-offers {
    color: #992ca4
}

@media only screen and (min-width: 50000em) {
    .toolbar-main-menu>li.nav-offers {
        display: none
    }
}

.toolbar-main-menu>li>a {
    display: block;
    text-decoration: none;
    padding: .625em
}

@media only screen and (min-width: 50000em) {
    .toolbar-main-menu>li>a {
        padding: 0
    }
    .toolbar-main-menu>li>a:hover,
    .toolbar-main-menu>li>a:focus {
        color: #992ca4
    }
}

.toolbar-main-menu>li.current-menu-item>a {
    color: #992ca4
}

@media only screen and (min-width: 50000em) {
    .toolbar-main-menu>li.menu-item-has-children {
        padding-right: 20px
    }
}

@media only screen and (min-width: 80000em) {
    .toolbar-main-menu>li.menu-item-has-children {
        padding: 0
    }
    .toolbar-main-menu>li.menu-item-has-children:hover>.sub-menu,
    .toolbar-main-menu>li.menu-item-has-children:focus>.sub-menu {
        visibility: visible;
        opacity: 1
    }
}

.toolbar-main-menu>li .sub-menu {
    display: none;
    position: relative;
    background-color: rgba(144, 144, 144, 0.1);
    margin-top: .3125em
}

@media only screen and (min-width: 50000em) {
    .toolbar-main-menu>li .sub-menu {
        position: absolute;
        min-width: 100%;
        background-color: #f8f8f8;
        margin: 0;
        z-index: 200
    }
}

@media only screen and (min-width: 80000em) {
    .toolbar-main-menu>li .sub-menu {
        display: block;
        visibility: hidden;
        opacity: 0;
        transition: opacity .2s ease-in-out
    }
}

.toolbar-main-menu>li .sub-menu>li {
    text-transform: none;
    border-top: #e0dfdf 1px solid;
    padding: .3125em .625em
}

.toolbar-main-menu>li .sub-menu>li:first-child {
    border-top: 0
}

@media only screen and (min-width: 50000em) {
    .toolbar-main-menu>li .sub-menu>li {
        color: #404040;
        font-size: 1.3rem;
        border-color: #dddcdc;
        white-space: nowrap
    }
    .toolbar-main-menu>li .sub-menu>li a:hover,
    .toolbar-main-menu>li .sub-menu>li a:focus {
        color: #992ca4
    }
}

.toolbar-main-menu>li .sub-menu>li a {
    display: block;
    text-decoration: none
}

.toolbar-main-menu>li .sub-menu>li.current-menu-item a {
    color: #992ca4
}

@media only screen and (min-width: 50000em) {
    .toolbar-main-menu {
        display: block
    }
}
















.sub-menu-unfold {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    height: 20px;
    width: 20px;
    margin-top: 0;
    border: 0;
    padding: 20px;
    background: transparent !important
}

.sub-menu-unfold::after,
.sub-menu-unfold::before {
    content: "";
    display: block;
    position: absolute;
    top: 20px;
    left: 10px;
    width: 14px;
    height: 3px;
    border-radius: 3px;
    background-color: #404040
}

.sub-menu-unfold::after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.sub-menu-unfold::before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    left: 18px
}

.sub-menu-unfold span {
    position: absolute;
    display: block;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: 0;
    text-indent: 150%;
    white-space: nowrap;
    overflow: hidden
}

.sub-menu-unfold.sub-menu-opened::after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.sub-menu-unfold.sub-menu-opened::before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

@media only screen and (min-width: 50000em) {
    .sub-menu-unfold {
        height: 14px;
        width: 14px;
        top: 50%;
        margin-top: -8px;
        right: 0;
        padding: 0
    }
    .sub-menu-unfold::after,
    .sub-menu-unfold::before {
        top: 7px;
        left: 0;
        width: 8px;
        height: 2px;
        background-color: #404040
    }
    .sub-menu-unfold::before {
        left: 4px
    }
}

@media only screen and (min-width: 80000em) {
    .sub-menu-unfold {
        display: none
    }
}

#menu_toggle {
    display: block;
    height: 30px;
    width: 30px;
    position: absolute;
    top: .625em;
    left: .625em;
    border: 0;
    border-radius: 0;
    padding: 0;
    cursor: pointer;
    /*padding-left: 60px;*/
    padding-left: 40px;
    font-family: "Bold", Helvetica, Arial, sans-serif;
    background-color: transparent;
    font-size: 1.8rem;
    z-index: 100;
    text-indent: 60px;
    white-space: nowrap;
    overflow: hidden
}

#menu_toggle span {
    position: absolute;
    top: 10px;
    left: 0
}

#menu_toggle span,
#menu_toggle span::after,
#menu_toggle span::before {
    display: block;
    width: 30px;
    height: 4px;
    border-radius: 4px;
    background-color: #404040;
    transition: all .3s linear
}

#menu_toggle span::after,
#menu_toggle span::before {
    position: absolute;
    content: ''
}

#menu_toggle span::after {
    bottom: -10px;
    left: 0
}

#menu_toggle span::before {
    top: -10px;
    left: 0
}

#menu_toggle.menu-opened span {
    background-color: transparent;
    height: 1px
}

#menu_toggle.menu-opened span::after {
    top: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: #fff
}

#menu_toggle.menu-opened span::before {
    top: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background-color: #fff
}

#menu_toggle:hover {
    background-color: transparent
}

@media only screen and (min-width: 50000em) {
    #menu_toggle {
        display: none
    }
}

.toolbar-user-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.toolbar-user-menu>li {
    position: relative;
    margin-left: .625em
}

@media only screen and (min-width: 50000em) {
    .toolbar-user-menu>li {
        font-size: 1.3rem;
        padding-top: 3px
    }
}

.toolbar-user-menu>li.nav-user a,
.toolbar-user-menu>li.nav-home a,
.toolbar-user-menu>li.nav-basket a,
.toolbar-user-menu>li.nav-signout a {
    position: relative;
    display: inline-block;
    width: 26px;
    overflow: hidden;
    white-space: nowrap
}

@media only screen and (min-width: 50000em) {
    .toolbar-user-menu>li.nav-user a,
	.toolbar-user-menu>li.nav-home a,
    .toolbar-user-menu>li.nav-basket a,
    .toolbar-user-menu>li.nav-signout a {
        width: auto;
        overflow: auto;
        white-space: normal
    }
}

.toolbar-user-menu>li.nav-user a::before,
.toolbar-user-menu>li.nav-home a::before,
.toolbar-user-menu>li.nav-basket a::before,
.toolbar-user-menu>li.nav-signout a::before {
    content: '';
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 26px;
    height: 18px;
/*    background: url(img/sprite.svg) 0 0 no-repeat */
}

.toolbar-user-menu>li.nav-user a::before {
/*    background-position: -170px 0 */
		background: url(images/account.png) 0 0 no-repeat;
}
.toolbar-user-menu>li.nav-signout a::before {
/*    background-position: -170px 0 */
		background: url(images/signout.png) 0 0 no-repeat;
		width: 15px;
}

.toolbar-user-menu>li.nav-home a::before {
/*    background-position: -170px 0 */
		background: url(images/home.png) 0 0 no-repeat;
		width: 15px;
}

.toolbar-user-menu>li.nav-basket a::before {
    background-position: -200px 0
}

.toolbar-user-menu>li>a {
    text-decoration: none
}

.toolbar-user-menu>li>a:hover,
.toolbar-user-menu>li>a:focus {
    color: #992ca4
}

.toolbar-user-menu button {
    position: relative;
    padding: 0;
    border: 0;
    border-radius: 0;
    background-color: transparent !important;
    display: inline-block;
    vertical-align: middle;
    width: 18px;
    height: 12px;
    background: url(img/sprite.svg) 0 0 no-repeat;
    text-indent: 150%;
    white-space: nowrap;
    overflow: hidden
}

.toolbar-user-menu button:last-child {
    margin-bottom: 0
}

.toolbar-user-menu button.lang-fr {
    background-position: -170px -40px
}

.toolbar-user-menu button.lang-en {
    background-position: -210px -40px
}

.toolbar-user-menu button.lang-es {
    background-position: -250px -40px
}

.toolbar-user-menu button.lang-it {
    background-position: -290px -40px
}

.toolbar-user-menu button.lang-toggle {
    margin: 0 0 0 .3125em;
    width: 35px
}

.toolbar-user-menu button.lang-toggle::after,
.toolbar-user-menu button.lang-toggle::before {
    content: '';
    display: block;
    position: absolute;
    top: 5px;
    right: 0;
    width: 8px;
    height: 2px;
    background-color: #404040
}

.toolbar-user-menu button.lang-toggle::after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.toolbar-user-menu button.lang-toggle::before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    right: 4px
}

.toolbar-user-menu button.lang-toggle.lang-opened::after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.toolbar-user-menu button.lang-toggle.lang-opened::before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.toolbar-user-menu button:hover,
.toolbar-user-menu button:focus {
    opacity: .7
}

.lang-select {
    display: none;
    position: absolute;
    padding: .3em;
    background-color: #fff;
    z-index: 350
}

.cat-nav {
    padding: 0 0 .625em 0
}

@media only screen and (min-width: 50em) {
    .cat-nav {
        padding: .625em;
        padding-bottom: 0;
        position: relative
    }
}

.cat-menu {
    display: none
}

@media only screen and (min-width: 50em) {
    .cat-menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }
    .cat-menu>li {
        position: relative;
        display: block;
        text-transform: uppercase;
        margin: 0 .625em;
        text-align: center;
        line-height: 1.1;
        font-family: "Bold", Helvetica, Arial, sans-serif;
        color: #909090
    }
}

@media only screen and (min-width: 50em) and (min-width: 80em) {
    .cat-menu>li {
        margin: 0 .9375em
    }
    .cat-menu>li:last-child {
        margin-right: 0
    }
}

@media only screen and (min-width: 50em) {
    .cat-menu>li>a {
        display: block;
        text-decoration: none;
        position: relative
    }
    .cat-menu>li>a::before {
        position: relative;
        content: '';
        display: block;
        width: 54px;
        height: 50px;
        background: url(img/sprite.svg) 0 0 no-repeat;
        margin: .3125em auto;
        transition: -webkit-transform .2s ease-in-out;
        transition: transform .2s ease-in-out;
        transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out
    }
    .cat-menu>li>a:hover,
    .cat-menu>li>a:focus {
        color: #992ca4
    }
    .cat-menu>li>a:hover::before,
    .cat-menu>li>a:focus::before {
        -webkit-transform: translateY(-5px) scale(1.2);
        transform: translateY(-5px) scale(1.2)
    }
    .cat-menu>li.current-menu-item>a {
        color: #404040
    }
    .cat-menu>li.current-menu-item>a::after {
        content: '';
        position: absolute;
        bottom: -12px;
        left: 50%;
        margin-left: -10px;
        display: block;
        width: 0;
        height: 0;
        border-color: transparent;
        border-bottom-color: #e2e2e2;
        border-width: 10px;
        border-style: solid
    }
    .cat-menu>li.cat-offers {
        color: #992ca4
    }
    .cat-menu>li.cat-road a::before {
        background-position: 0 -130px
    }
    .cat-menu>li.cat-outdoor a::before {
        background-position: -60px -130px
    }
    .cat-menu>li.cat-water a::before {
        background-position: -120px -130px
    }
    .cat-menu>li.cat-travel a::before {
        background-position: -180px -130px
    }
    .cat-menu>li.cat-gifts a::before {
        background-position: -240px -130px
    }
    .cat-menu>li.cat-baristas a::before {
        background-position: -300px -130px
    }
    .cat-menu>li.cat-offers a::before {
        background-position: -360px -200px
    }
    .cat-menu>li.cat-road a:hover::before,
    .cat-menu>li.cat-road a:focus::before {
        background-position: 0 -200px
    }
    .cat-menu>li.cat-outdoor a:hover::before,
    .cat-menu>li.cat-outdoor a:focus::before {
        background-position: -60px -200px
    }
    .cat-menu>li.cat-water a:hover::before,
    .cat-menu>li.cat-water a:focus::before {
        background-position: -120px -200px
    }
    .cat-menu>li.cat-travel a:hover::before,
    .cat-menu>li.cat-travel a:focus::before {
        background-position: -180px -200px
    }
    .cat-menu>li.cat-gifts a:hover::before,
    .cat-menu>li.cat-gifts a:focus::before {
        background-position: -240px -200px
    }
    .cat-menu>li.cat-baristas a:hover::before,
    .cat-menu>li.cat-baristas a:focus::before {
        background-position: -300px -200px
    }
}

@media only screen and (min-width: 50em) {

		
    .fixed-nav .catchword {
    	display: none;
    }


    .fixed-nav #site_head {
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 300;
        -webkit-animation: dropin .5s;
        animation: dropin .5s
    }
    .fixed-nav .cat-nav,
    .fixed-nav .site-logo-type,
    .fixed-nav .site-logo-grain {
        display: none
    }
    .fixed-nav #toolbar {
        position: absolute;
        border: 0;
        margin-bottom: 0;
        padding: .625em;
        padding-left: 50px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%;
        left: 0;
        z-index: 350
    }

		.fixed-nav .organizationoractivity {
			display: block;
		}

    .fixed-nav .site-logo {
        display: block;
        left: 50px;
/*
        width: 19px;
        height: 25px;
        background: url(img/sprite.svg) -170px -70px no-repeat;
*/
        width: 25px;
        height: 25px;
        background: url(images/logo-associemoi-circle.png) no-repeat;
        transition: -webkit-transform .2s ease-in;
        transition: transform .2s ease-in;
        transition: transform .2s ease-in, -webkit-transform .2s ease-in
    }
    .fixed-nav .site-logo:hover,
    .fixed-nav .site-logo:focus {
        -webkit-transform: scale(1.25);
        transform: scale(1.25)
    }
    .fixed-nav .site-brand,
    .fixed-nav .toolbar-primary-nav {
        width: auto
    }
    .fixed-nav .site-brand {
        z-index: 450;
        padding: .625em
    }
    .fixed-nav .toolbar-main-menu>li.nav-machines,
    .fixed-nav .toolbar-main-menu>li.nav-coffee {
        display: inline-block
    }
    .fixed-nav .toolbar-main-menu .sub-menu {
        background-color: #fff;
        padding-top: 1em
    }
    @-webkit-keyframes dropin {
        0% {
            top: -10em
        }
        75% {
            top: .625em
        }
        100% {
            top: 0
        }
    }
}

.subpages-nav {
    position: relative;
    top: -.625em;
    background-color: #fff
}

.subpages-title {
    color: #909090;
    font-family: "Bold", Helvetica, Arial, sans-serif;
    font-size: 2rem;
    /*text-transform: uppercase;*/
    padding: .625em;
    margin-bottom: 0
}

.subpages-nav-h1 {
    margin: 10px 0 0 0;
}


.help-contact .subpages-title {
    color: #9c0
}

.help-faq .subpages-title {
    color: #e74010
}

.help-sav .subpages-title {
    color: #404040
}

.help-tips .subpages-title {
    color: #992ca4
}

.subpages-menu>li {
    display: block;
    border-top: #909090 1px solid
/*    border-bottom: #909090 1px solid */
}

.subpages-menu>li.first {
    border-top: #fff 0px solid
}

.subpages-menu>li a {
    display: block;
    text-decoration: none;
    padding: .625em;
    transition: background .2s ease-in-out
}

.subpages-menu>li a:hover,
.subpages-menu>li a:focus {
    background-color: #f6f6f6
}

.subpages-menu>li.current-menu-item {
    border: 0
}

.subpages-menu>li.current-menu-item a {
/*
    background-color: #909090;
    color: #fff
*/
    background-color: #eac0ee;
}

.help-contact .subpages-menu>li.current-menu-item a {
    background-color: #9c0
}

.help-faq .subpages-menu>li.current-menu-item a {
    background-color: #e74010
}

.help-sav .subpages-menu>li.current-menu-item a {
    background-color: #404040
}

.help-tips .subpages-menu>li.current-menu-item a {
    background-color: #992ca4
}

.subpages-menu>li.current-menu-item+li {
    border: 0
}

#breadcrumbs {
    display: none
}

@media only screen and (min-width: 50em) {
    #breadcrumbs {
        display: block
    }
}

.breadcrumbs {
    margin: .625em 0 1.5625em 0
}

.breadcrumbs>li {
    display: inline;
    font-size: 1.3rem;
    color: #909090
}

.breadcrumbs>li::before {
    content: '›';
    margin: 0 .3125em
}

.breadcrumbs>li:first-child::before {
    content: none
}

html {
    font-size: .625em;
    font-size: calc(1em * .625)
}

body {
    font-size: 1.6em;
    line-height: 0.7
}

@media only screen and (min-width: 50em) {
	body {
    line-height: 1.5
	}
}


h1,
h2,
h3,
h4,
h5,
h6,
.h1-like,
.h2-like,
.h3-like,
.h4-like,
.h5-like,
.h6-like {
    color: #404040;
    font-family: "Regular", Helvetica, Arial, sans-serif;
    font-weight: normal;
    line-height: 1.2
}

h1 b,
h1 strong,
h2 b,
h2 strong,
h3 b,
h3 strong,
h4 b,
h4 strong,
h5 b,
h5 strong,
h6 b,
h6 strong,
.h1-like b,
.h1-like strong,
.h2-like b,
.h2-like strong,
.h3-like b,
.h3-like strong,
.h4-like b,
.h4-like strong,
.h5-like b,
.h5-like strong,
.h6-like b,
.h6-like strong {
    font-weight: normal
}

h1 i,
h1 em,
h2 i,
h2 em,
h3 i,
h3 em,
h4 i,
h4 em,
h5 i,
h5 em,
h6 i,
h6 em,
.h1-like i,
.h1-like em,
.h2-like i,
.h2-like em,
.h3-like i,
.h3-like em,
.h4-like i,
.h4-like em,
.h5-like i,
.h5-like em,
.h6-like i,
.h6-like em {
    font-style: normal
}

h1,
.h1-like {
    font-size: 1.75em;
    font-size: 2.8rem;
    /*margin: 0 0 .8571em 0*/
    margin: 0 0 0 0
}

h2,
.h2-like {
    font-size: 1.625em;
    font-size: 2rem;
    /*margin: 0 0 .9231em 0;*/
    margin: 0 0 5px 0;
/*    margin: 0 0 .4em 0; */
    font-family: "Bold", Helvetica, Arial, sans-serif;
    color: #992ca4;
}





h2.accordionsearch {
    margin-top: -25px;
    margin-bottom: 15px;
    cursor: pointer;
}

h2.accordionsearch::before {
    content: '+';
    display: inline-block;
    vertical-align: middle;
    margin-right: .3125em;
    font-size: 1em;
/*  
		width: 44px;
    height: 40px;
    margin-right: .3125em;
    background: url(img/sprite.svg) -80px -320px no-repeat
*/
}

h2.accordion {
    margin-bottom: -1em;
    cursor: pointer;
}

h2.accordion::before {
    content: '+';
    display: inline-block;
    vertical-align: middle;
    margin-right: .3125em;
    font-size: 2em;
    margin-bottom: 5px;
/*  
		width: 44px;
    height: 40px;
    margin-right: .3125em;
    background: url(img/sprite.svg) -80px -320px no-repeat
*/
}


h2.liste-activity {
	margin: 0 0 -20px 0;
}


h2.green {
	color: #6bcdb8;
}

h2.orange {
	color: #e85c23;
}


h3,
.h3-like {
    font-size: 1.5em;
    font-size: 2rem;
    margin: 0 0 1em 0;
    font-family: "Bold", Helvetica, Arial, sans-serif
}

h4,
.h4-like {
    font-size: 1.375em;
    font-size: 1.6rem;
    margin: 0 0 1.0909em 0;
    font-family: "Bold", Helvetica, Arial, sans-serif
}

h5,
.h5-like {
    font-size: 1.25em;
    font-size: 1.4rem;
    margin: 0 0 1.2em 0;
    font-family: "Bold", Helvetica, Arial, sans-serif
}

h6,
.h6-like {
    font-size: 1.125em;
    font-size: 1.2rem;
    margin: 0 0 1.3333em 0;
    font-family: "Bold", Helvetica, Arial, sans-serif
}

p,
ul,
ol,
dl,
blockquote,
pre,
td,
th,
textarea,
label,
legend,
figcaption,
hgroup,
address,
time,
small {
    font-size: 1em;
    font-size: 1.6rem;
    line-height: 1.5;
    margin: 0 0 1.5em 0;
    font-family: "Regular", Helvetica, Arial, sans-serif;
    color: #404040
}


hr.hr--balls { 
    background: url('images/balls-title.jpg') no-repeat top center;
    background-size: contain;
    display: block;
    height: 18px;
    border: 0;
    position: relative;
    margin: 0px;
    margin-bottom: 15px;
    margin-top: 5px;
}
hr.hr--balls:before,
hr.hr--balls:after {
    content: '';
    display: block;
    position: absolute;
    height: 1px;
    top: 8px;
}
hr.hr--balls:before {
    left: 0;
    right: 50%;
    margin-right: 8px;
    background: #e94255;
}
hr.hr--balls:after {
    right: 0;
    left: 50%;
    margin-left: 9px;
    background: #f39200;
}





h2.search {
	font-size: 0.8em;
	margin: 7px 0 7px 0;
}

h2.search-ignored {
	font-size: 0.8em;
	margin: 7px 0 7px 0;
	color: #f00;
}

h2.search-range {
	font-size: 0.8em;
	margin: 12px 0 12px 0;
}

p.search-ignored {
	font-size: 0.8em;
	margin: 0;
	text-align: left;
	color: #f00;
}

p.search {
	font-size: 0.8em;
	margin: 0;
	text-align: left;
}

p.search span {
	float: right;
	font-size: 1em;
	font-weight: bolder;
}

p.search span a {
	text-decoration: none;
}

p.search input {
	padding: 0;
	width: 25%;
	display: inline;
}

li.search {
	font-size: 0.8em;
}

input[type="submit"].search {
	background-color: #992ca4;
	margin-top: 10px;
	width: auto;
	display: inline;
}

h1.searchresulttitle {
  margin-top: -32px;
}


h1.popup {
	font-size: 0.9em;
	margin: 0 2px 0 2px;
	padding: 0 2px 0 2px;
	color: #992ca4;
	font-weight: bold;
}
h2.popup {
	font-size: 0.8em;
	margin: 0 2px 0 2px;
	padding: 0 2px 0 2px;
}
p.popup {
	font-size: 0.7em;
	padding: 0 2px 0 2px;
	margin: 0 2px 0 2px;
}
ul.popup {
	margin: 2px 2px 2px 2px;
}
li.popup {
	font-size: 0.7em;
}
p.popupclose {
	font-size: 0.7em;
	padding: 0 2px 0 2px;
	margin: 0 2px 0 2px;
	text-align: right;
}
p.popupclose a {
	text-decoration: underline;
}

@media only screen and (min-width: 40em) {
	p.popupclose {
		display: none;
	}
}

.calendarimg {
	vertical-align: middle;
	margin-left: 10px;
}

.calendarimgsmall {
	vertical-align: middle;
	margin-left: 10px;
	width: 15px;
}



#calendarpopup {
	display: none;
	position: relative; padding: 25px;
	/* background: linear-gradient(#ffffff 40%, #e6e6e6 100%);	*/
}



address {
    font-style: normal;
    font-family: "Bold", Helvetica, Arial, sans-serif
}

span {
    font-family: inherit;
    color: inherit;
    font-size: inherit
}

p {
    text-align: justify
}

.blog-post p {
    text-align: left
}

b,
strong {
    font-family: "Bold", Helvetica, Arial, sans-serif;
    font-weight: normal
}

i,
em {
    font-family: "Italic", Helvetica, Arial, sans-serif;
    font-style: normal
}

li p,
li ul {
    margin-top: 0;
    margin-bottom: 0
}


li.organization {
	margin-left: 30px; 
	list-style: circle;
}


a {
    color: inherit;
    background-color: transparent
}

a:hover {
    text-decoration: none
}

a.account-title-list {
	font-size: 1.1em;
	font-weight: bolder;
	line-height: 50px;
}
a.search-title-list {
	font-size: 1.1em;
	font-weight: bolder;
	line-height: 25px;
}

p.search-short-text-list {
/*	margin-top: 20px; */
	font-size: 0.8em;
}

a.search-sub-category-type-detail-list {
	color: #992ca4;
	text-decoration: none;
}

a.navigation_button {
	color: #992ca4;
	text-decoration: none;
	margin:	0 2px 0 2px;
	font-family: "Bold", Helvetica, Arial, sans-serif;
}

.actual_navigation_button {
	color: #e85c23;
	margin:	0 2px 0 2px;
	font-family: "Bold", Helvetica, Arial, sans-serif;
}



q,
blockquote {
    max-width: 75%;
    padding: .75em 0 .75em 1.5em;
    border-left: #999 2px solid
}

q,
blockquote,
blockquote p {
    font-family: "Hand", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-size: 2rem
}

blockquote p {
    margin-bottom: 0
}

sub,
sup {
    font-size: 65%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.3em
}

mark {
    background-color: #ff0;
    color: #000
}

small {
    font-size: 75%
}

code,
pre,
samp,
kbd {
    white-space: pre-line;
    white-space: pre-wrap;
    font-family: "Andale Mono", "DejaVu Sans Mono", Courier, monospace;
    font-size: 1em;
    line-height: 1
}

kbd {
    padding: 0 2px;
    border: 1px solid #999;
    border-radius: 2px
}

code,
pre {
    background-color: #eee;
    color: #999
}

code {
    padding: .5em
}

pre {
    padding: .5em 1.5em;
    border: #ccc 1px dashed;
    white-space: pre-line
}

mark {
    padding: .5em;
    background: #ff0
}

.error {
    padding: .5em;
    background: #fff;;
    color: #f00;
    font-size: 1em;
    font-family: "Bold", Helvetica, Arial, sans-serif;
    width: 100%; 
    height: 60px; 
    display: none;
    text-align: center;
}

img,
td,
blockquote,
code,
pre,
textarea,
input,
video {
    max-width: 100%
}

ul,
ol {
    /* padding-left: 1.5em */
    padding-left: 0em
}

ul {
    /*list-style-type: disc*/
}

ol {
    list-style-type: decimal
}

nav ul,
nav ol {
    padding: 0;
    margin: 0;
    list-style-type: none
}

li ul,
li ol {
    margin-top: 0;
    margin-bottom: 0
}

img {
    height: auto;
    border: 0;
    border-style: none
}

figure {
    margin: 0 0 1em 0;
    overflow: hidden
}

figure img {
    display: block;
    width: 100%;
    height: auto
}

figcaption {
    font-size: .85em;
    line-height: 1;
    margin: .5em 0
}

.table-container {
    width: 100%;
    overflow-x: auto
}

table {
    width: 100%;
    margin-bottom: 1.5em
}

thead {
    display: none
}

td,
th {
    display: block;
    vertical-align: middle;
    margin-bottom: 0;
    padding: .5em;
    border: #ccc 1px solid
}

thead td,
tbody td,
tfoot td,
thead th,
tbody th,
tfoot th {
    border-top: 0
}

tbody td:first-child,
thead td,
tbody th:first-child,
thead th {
    border-top: #ccc 1px solid
}

/*
@media only screen and (min-width: 40em) {
*/
/* Problème sur le calendrier responsive !!! */
@media only screen and (min-width: 1em) {
    thead {
        display: table-row-group
    }
    tr {
        display: table-row
    }
    td,
    th {
        display: table-cell
    }
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%
}

.wp-caption .wp-caption-text {
    text-align: left;
    font-family: "Andale Mono", "DejaVu Sans Mono", Courier, monospace;
    font-size: 1.2rem
}

.wp-caption .wp-caption-text::before {
    content: "–";
    display: block;
    margin-bottom: .25em
}

.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em
}

.aligncenter {
    display: block;
    clear: both;
    margin: 0 auto
}


.action-btn,
.dark-btn,
button.dark-btn,
input[type=submit].dark-btn,
.white-btn,
button.white-btn,
input[type=submit].white-btn,
.basket-btn,
button.basket-btn,
input[type=submit].basket-btn,
.ias_trigger a,
button.action-btn,
button.dark-btn,
button.white-btn,
button.basket-btn,
input[type=submit].action-btn,
input[type=submit].dark-btn,
input[type=submit].white-btn,
input[type=submit].basket-btn {
    display: inline-block;
/*    padding: .78125em .625em .46875em .625em; */
    padding: .625em .625em .625em .625em;
    font-size: 1.4rem;
    font-family: "Bold", Helvetica, Arial, sans-serif;
    text-decoration: none;
    background-color: #992ca4;
    color: #fff;
    border-radius: 4px;
    transition: background .2s linear
}

.help-contact .action-btn,
.help-contact .dark-btn,
.help-contact input[type=submit].dark-btn,
.help-contact .white-btn,
.help-contact input[type=submit].white-btn,
.help-contact .basket-btn,
.help-contact input[type=submit].basket-btn,
.help-contact .ias_trigger a,
.ias_trigger .help-contact a,
.help-contact button.action-btn,
.help-contact button.dark-btn,
.help-contact button.white-btn,
.help-contact button.basket-btn,
.help-contact input[type=submit].action-btn,
.help-contact input[type=submit].dark-btn,
.help-contact input[type=submit].white-btn,
.help-contact input[type=submit].basket-btn {
    background-color: #9c0
}

.help-sav .action-btn,
.help-sav .dark-btn,
.help-sav input[type=submit].dark-btn,
.help-sav .white-btn,
.help-sav input[type=submit].white-btn,
.help-sav .basket-btn,
.help-sav input[type=submit].basket-btn,
.help-sav .ias_trigger a,
.ias_trigger .help-sav a,
.help-sav button.action-btn,
.help-sav button.dark-btn,
.help-sav button.white-btn,
.help-sav button.basket-btn,
.help-sav input[type=submit].action-btn,
.help-sav input[type=submit].dark-btn,
.help-sav input[type=submit].white-btn,
.help-sav input[type=submit].basket-btn {
    background-color: #404040
}

.help-faq .action-btn,
.help-faq .dark-btn,
.help-faq input[type=submit].dark-btn,
.help-faq .white-btn,
.help-faq input[type=submit].white-btn,
.help-faq .basket-btn,
.help-faq input[type=submit].basket-btn,
.help-faq .ias_trigger a,
.ias_trigger .help-faq a,
.help-faq button.action-btn,
.help-faq button.dark-btn,
.help-faq button.white-btn,
.help-faq button.basket-btn,
.help-faq input[type=submit].action-btn,
.help-faq input[type=submit].dark-btn,
.help-faq input[type=submit].white-btn,
.help-faq input[type=submit].basket-btn {
    background-color: #e74010
}

.action-btn:hover,
.dark-btn:hover,
input[type=submit].dark-btn:hover,
.white-btn:hover,
input[type=submit].white-btn:hover,
.basket-btn:hover,
input[type=submit].basket-btn:hover,
.ias_trigger a:hover,
.action-btn:focus,
.dark-btn:focus,
input[type=submit].dark-btn:focus,
.white-btn:focus,
input[type=submit].white-btn:focus,
.basket-btn:focus,
input[type=submit].basket-btn:focus,
.ias_trigger a:focus,
button.action-btn:hover,
button.dark-btn:hover,
button.white-btn:hover,
button.basket-btn:hover,
button.action-btn:focus,
button.dark-btn:focus,
button.white-btn:focus,
button.basket-btn:focus,
input[type=submit].action-btn:hover,
input[type=submit].dark-btn:hover,
input[type=submit].white-btn:hover,
input[type=submit].basket-btn:hover,
input[type=submit].action-btn:focus,
input[type=submit].dark-btn:focus,
input[type=submit].white-btn:focus,
input[type=submit].basket-btn:focus {
    background-color: #cccccc
}

.help-contact .action-btn:hover,
.help-contact .dark-btn:hover,
.help-contact .white-btn:hover,
.help-contact .basket-btn:hover,
.help-contact .ias_trigger a:hover,
.ias_trigger .help-contact a:hover,
.help-contact .action-btn:focus,
.help-contact .dark-btn:focus,
.help-contact .white-btn:focus,
.help-contact .basket-btn:focus,
.help-contact .ias_trigger a:focus,
.ias_trigger .help-contact a:focus,
.help-contact button.action-btn:hover,
.help-contact button.dark-btn:hover,
.help-contact button.white-btn:hover,
.help-contact button.basket-btn:hover,
.help-contact button.action-btn:focus,
.help-contact button.dark-btn:focus,
.help-contact button.white-btn:focus,
.help-contact button.basket-btn:focus,
.help-contact input[type=submit].action-btn:hover,
.help-contact input[type=submit].dark-btn:hover,
.help-contact input[type=submit].white-btn:hover,
.help-contact input[type=submit].basket-btn:hover,
.help-contact input[type=submit].action-btn:focus,
.help-contact input[type=submit].dark-btn:focus,
.help-contact input[type=submit].white-btn:focus,
.help-contact input[type=submit].basket-btn:focus {
    background-color: #ace600
}

.help-sav .action-btn:hover,
.help-sav .dark-btn:hover,
.help-sav .white-btn:hover,
.help-sav .basket-btn:hover,
.help-sav .ias_trigger a:hover,
.ias_trigger .help-sav a:hover,
.help-sav .action-btn:focus,
.help-sav .dark-btn:focus,
.help-sav .white-btn:focus,
.help-sav .basket-btn:focus,
.help-sav .ias_trigger a:focus,
.ias_trigger .help-sav a:focus,
.help-sav button.action-btn:hover,
.help-sav button.dark-btn:hover,
.help-sav button.white-btn:hover,
.help-sav button.basket-btn:hover,
.help-sav button.action-btn:focus,
.help-sav button.dark-btn:focus,
.help-sav button.white-btn:focus,
.help-sav button.basket-btn:focus,
.help-sav input[type=submit].action-btn:hover,
.help-sav input[type=submit].dark-btn:hover,
.help-sav input[type=submit].white-btn:hover,
.help-sav input[type=submit].basket-btn:hover,
.help-sav input[type=submit].action-btn:focus,
.help-sav input[type=submit].dark-btn:focus,
.help-sav input[type=submit].white-btn:focus,
.help-sav input[type=submit].basket-btn:focus {
    background-color: #7a7979
}

.help-faq .action-btn:hover,
.help-faq .dark-btn:hover,
.help-faq .white-btn:hover,
.help-faq .basket-btn:hover,
.help-faq .ias_trigger a:hover,
.ias_trigger .help-faq a:hover,
.help-faq .action-btn:focus,
.help-faq .dark-btn:focus,
.help-faq .white-btn:focus,
.help-faq .basket-btn:focus,
.help-faq .ias_trigger a:focus,
.ias_trigger .help-faq a:focus,
.help-faq button.action-btn:hover,
.help-faq button.dark-btn:hover,
.help-faq button.white-btn:hover,
.help-faq button.basket-btn:hover,
.help-faq button.action-btn:focus,
.help-faq button.dark-btn:focus,
.help-faq button.white-btn:focus,
.help-faq button.basket-btn:focus,
.help-faq input[type=submit].action-btn:hover,
.help-faq input[type=submit].dark-btn:hover,
.help-faq input[type=submit].white-btn:hover,
.help-faq input[type=submit].basket-btn:hover,
.help-faq input[type=submit].action-btn:focus,
.help-faq input[type=submit].dark-btn:focus,
.help-faq input[type=submit].white-btn:focus,
.help-faq input[type=submit].basket-btn:focus {
    background-color: #f16239
}

.dark-btn,
button.dark-btn,
input[type=submit].dark-btn {
    background-color: #909090;
    color: #fff
}

.dark-btn:hover,
.dark-btn:focus,
button.dark-btn:hover,
button.dark-btn:focus,
input[type=submit].dark-btn:hover,
input[type=submit].dark-btn:focus {
    background-color: #aaa9a9
}

.white-btn,
button.white-btn,
input[type=submit].white-btn {
    background-color: #ebebeb;
    color: #909090
}

.white-btn:hover,
.white-btn:focus,
button.white-btn:hover,
button.white-btn:focus,
input[type=submit].white-btn:hover,
input[type=submit].white-btn:focus {
    background-color: #dfdede
}

.basket-btn,
button.basket-btn,
input[type=submit].basket-btn {
    position: relative;
    padding-left: 32px
}

.handcoffee .basket-btn,
.handcoffee button.basket-btn,
.handcoffee input[type=submit].basket-btn {
    background-color: #e74010
}

.handcoffee .basket-btn:focus,
.handcoffee .basket-btn:hover,
.handcoffee button.basket-btn:focus,
.handcoffee button.basket-btn:hover,
.handcoffee input[type=submit].basket-btn:focus,
.handcoffee input[type=submit].basket-btn:hover {
    background-color: #f16239
}

.basket-btn::before,
button.basket-btn::before,
input[type=submit].basket-btn::before {
    content: '';
    display: block;
    width: 26px;
    height: 18px;
    position: absolute;
    top: .625em;
    left: .3125em;
    background: url(img/sprite.svg) -230px 0 no-repeat
}

@media print {
    [class*="col-"] {
        display: block;
        float: left
    }
}

form {
    position: relative;
    width: 100%
}

fieldset {
    margin: 0 0 1em 0;
    padding: 0;
    border: 0
}

legend {
    font-family: "Bold", Helvetica, Arial, sans-serif;
    border-bottom: #404040 1px solid
}

label,
legend {
    display: block;
    font-weight: normal;
    margin-bottom: .5em
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="url"],
input[type="date"],
input[type="password"],
input[type="file"],
input[type="number"],
input[type="search"],
textarea,
select {
    display: block;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding: .75em;
/*    color: #999; */
    color: #404040;
    border: #ccc 1px solid;
    background-color: #fff;
    font-size: 1em;
    font-size: 1.5rem;
    font-family: sans-serif;
    border-radius: 4px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-family: "Regular", Helvetica, Arial, sans-serif
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="date"]:focus,
input[type="password"]:focus,
input[type="file"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
textarea:focus,
select:focus {
    outline: none;
    border-color: #333;
    color: #333
}

@media only screen and (min-width: 40em) {
	input[type="text"],
	input[type="email"],
	input[type="tel"],
	input[type="url"],
	input[type="date"],
	input[type="password"],
	input[type="file"],
	input[type="number"],
	input[type="search"],
	textarea,
	select {
	    font-size: 1.6rem;
	}
}

/*
input[type="password"] {
	background-image: url('images/account.png');
	background-repeat: no-repeat;
	background-position: right;
	padding-left: 18px;
}
*/



textarea {
    min-height: 180px;
    resize: vertical
}

input[type="checkbox"],
input[type="radio"],
input[type="checkbox"]+label,
input[type="radio"]+label {
    width: auto;
    margin: 0 0 5px 0;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer
}

input[type="search"] {
    border-radius: 0;
    padding: .75em 0
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    right: .5em;
    font-size: 2rem;
    cursor: pointer
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    cursor: pointer;
    margin: 0 0 .75em 0;
    padding: 1em 1.25em 1em 1.25em;
    border: 0;
    width: auto;
    font-size: 1em;
    font-size: 1.2rem;
    border-radius: 4px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-family: "Bold", Helvetica, Arial, sans-serif;
    transition: background .2s linear
}

button,
input[type="button"],
input[type="reset"] {
    background-color: #909090;
    color: #fff
}

@media only screen and (min-width: 40em) {
	button,
	input[type="button"],
	input[type="reset"],
	input[type="submit"] {
	    font-size: 1.6rem;
	}
}

input[type="submit"] {
    /* background-color: #992ca4; */
    color: #fff
}

.help-contact input[type="submit"] {
    background-color: #9c0
}

.help-sav input[type="submit"] {
    background-color: #404040
}

.help-faq input[type="submit"] {
    background-color: #e74010
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover {
    background-color: #aaa9a9
}

input[type="submit"]:hover {
    background-color: #cccccc
}

.withhelp {
	display: inline !important;
	width: 87% !important;
}


.inputhourminute {
	display: inline-block !important;
	width: 20% !important;
}

.inputbetween {
	display: inline-block !important;
	width: 25% !important;
}

.datebetween {
	display: inline-block !important;
	width: 30% !important;
}

.datebetweenx2 {
	display: inline-block !important;
	width: 60% !important;
}



.btn-purple {
	background-color: #992ca4;
	margin-top: 20px;
}
.btn-orange {
	background-color: #e85c23;
	margin-top: 20px;
}
.btn-orangebis {
	background-color: #ed8210;
	margin-top: 20px;
}
.btn-green {
	background-color: #6bcdb8;
	margin-top: 20px;
}


.help-contact input[type="submit"]:hover {
    background-color: #ace600
}

.help-sav input[type="submit"]:hover {
    background-color: #7a7979
}

.help-faq input[type="submit"]:hover {
    background-color: #f16239
}


    .formfield-half-search {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
    .formfield-half-search>[class*="formfield-"] {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1
    }
    .formfield-half-search>[class*="formfield-"]:first-child {
        margin-right: .625em
    }


@media only screen and (min-width: 40em) {
    .formfield-half {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
    .formfield-half>[class*="formfield-"] {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1
    }
    .formfield-half>[class*="formfield-"]:first-child {
        margin-right: .625em
    }
}

.formfieldbuttoncloseby {
    width: 100%;
    position: relative;
    margin: .5em 0;
		padding: 0.75em 0 0.45em 0.5em;
 		border: 1px solid #ccc;
 		margin-left: 0px;
 		margin-right: 0px;
 		background-color: #ccc;
 		border-radius: 4px;
}

@media only screen and (min-width: 40em) {
	.formfieldbuttoncloseby {
    width: 110px;
    height: 47px;
 		margin-left: -6px;
 		margin-right: 4px;
  }
}


.formfieldbuttoncloseby label {
    font-size: 0.7em;
}

.formfieldbuttonsearch {
    width: 42px;
    position: relative;
    margin: .5em 0
}


.formfield-text,
.formfield-texteara,
.formfield-select,
.formfield-checkbox,
.formfield-radio {
    position: relative;
    margin: .5em 0
}

.formfield-radio input[type="radio"],
.formfield-checkbox input[type="checkbox"] {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0
}

.formfield-radio input[type="radio"]+label,
.formfield-checkbox input[type="checkbox"]+label {
    padding: 0 0 0 30px
}

.formfield-radio input[type="radio"]+label:before,
.formfield-checkbox input[type="checkbox"]+label:before {
    content: "";
    vertical-align: middle;
    display: inline-block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    border: #ccc 1px solid;
    background-color: #fff;
    border-radius: 4px
}

.formfield-radio input[type="radio"]+label:before {
    border-radius: 100%
}

.formfield-radio input[type="radio"]+label:after,
.formfield-radio input[type="radio"]+label:after {
    content: "";
    vertical-align: middle;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0
}

.formfield-radio input[type="radio"]+label:after {
    width: 8px;
    height: 8px;
    background-color: #992ca4;
    top: 7px;
    left: 7px;
    border-radius: 100%;
    opacity: 0;
    transition: opacity .2s linear
}

.formfield-radio input[type="radio"]:checked+label:after {
    opacity: 1
}

.formfield-checkbox input[type="checkbox"]+label:after {
    position: absolute;
    top: -4px;
    left: 6px;
    content: "L";
    font-family: "Bold", Helvetica, Arial, sans-serif;
    font-size: 2rem;
    -webkit-transform: scaleX(-1) rotate(-45deg);
    transform: scaleX(-1) rotate(-45deg);
    color: #992ca4;
    opacity: 0;
    transition: opacity .2s linear
}

.formfield-checkbox input[type="checkbox"]:checked+label:after {
    opacity: 1
}

.formfield-select--container {
    position: relative;
    overflow: hidden;
    background-color: #fff;
    border: #ccc 1px solid;
    margin: 0 0 0 0;
    padding: 0;
    border-radius: 4px
}

.formfield-select--container:after {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -3px;
    right: .75em;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-top-color: #992ca4;
    border-width: 6px;
    border-style: solid;
    pointer-events: none
}

.formfield-select--container select {
    /* width: 110%; */
    height: auto;
    border: 0;
    margin: 0;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    overflow: hidden;
    text-overflow: ellipsis
}

.formfield-select--container select::-ms-expand {
    display: none
}


.formfield-select--container select::-moz-selection { /*@bugfix mozilla*/
    background: #f00; /* REMPLACER PAR LA COULEUR DÉSIRÉE*/
    color: #fff
}
.formfield-select--container select::selection { /* effet souris  */
    background: #f00; /* REMPLACER PAR LA COULEUR DÉSIRÉE*/
    color: #fff
}
.formfield-select--container select::-webkit-selection { /* effet souris  */
    background: #f00; /* REMPLACER PAR LA COULEUR DÉSIRÉE*/
    color: #fff
}


.formfield-file--container {
    position: relative
}

.formfield-file--container {
    margin: 0 0 1.5em 0
}

.formfield-file--container:after {
    display: inline-block;
    content: "\1F4CE";
    font-size: 2rem;
    color: #444;
    position: absolute;
    top: .5em;
    right: .5em;
    z-index: 100
}

.mini-popup {
	display: none;
	position: absolute; 
	margin-top: -75px; 
	border-radius: 3px; 
	font-family: Bold; 
	color: #fff; 
	background-color: #6bcdb8; 
	padding: 8px; 
	font-size: 0.9em;
	right: 75px;
}

.mini-popup-share {
	display: none;
	position: absolute; 
	margin-top: -75px; 
	border-radius: 3px; 
	font-family: Bold; 
	color: #fff; 
	background-color: #fff;
	padding: 8px; 
	font-size: 0.9em;
	/*right: 75px;*/
}

.page-title::after {
/*    content: "_"; */
    display: block
}

.product .page-title {
    margin-bottom: 0
}

.product .page-title::after {
    content: none
}

.handpresso-color {
    color: #992ca4
}

.handcoffee-color {
    color: #e74010
}

.help-title {
    text-transform: none;
    font-family: "Hand", Helvetica, Arial, sans-serif;
    font-size: 3.8rem;
    margin-bottom: .625em
}

@media only screen and (min-width: 40em) {
    .help-title {
        font-size: 4.8rem
    }
}

.help-contact .help-title {
    color: #9c0
}

.help-faq .help-title {
    color: #e74010
}

.help-sav .help-title {
    color: #404040
}

.help-tips .help-title {
    color: #992ca4
}

@media only screen and (min-width: 50em) {
    .reverse>.row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }
    .reverse>.row>.col-8 {
        margin-left: 0;
        margin-right: 8.3333%
    }
/*
    .reverse>.row>.col-3 {
        padding-left: 0
    }
*/
    .reverse>.row>.col-3 {
        padding-left: 10px;
    }
}

#site_content {
    position: relative;
    padding-bottom: 60px
}

#site_content.home-content {
    padding-bottom: 0
}


.noblock {
	display: inline;
	width: 25%;
	float: left;
}

/* Nouveau block */


.block-activity {
	position: relative;
	overflow: hidden;
}

.block-activity-infos {
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
}


.block-activity-infos h1 {
  color: #fff;
  font-size: 2em;
  text-align: center;
  font-weight: bolder;
  margin-top: 20px;
  text-shadow: 2px 2px 2px #111;
}

@media only screen and (max-width: 40em) {
	.block-activity-infos h1 {
	  font-size: 1.2em;
	}
}
/* Josine */
.block-activity-infos h2 {
  color: #fff;
  font-size: 2em;
  text-align: center;
  font-weight: bolder;
  margin-top: 20px;
  text-shadow: 2px 2px 2px #111;
}

@media only screen and (max-width: 40em) {
	.block-activity-infos h2 {
	  font-size: 1.2em;
	}
}




.block-activity-infos p {
  color: #fff;
  font-size: 1.1em;
  text-align: center;
  margin: 20px 30px 0 30px;
  text-shadow: 2px 2px 2px #111;
}

@media only screen and (max-width: 40em) {
	.block-activity-infos p {
	  font-size: 0.7em;
	}
}

@media only screen and (max-width: 20em) {
	.block-activity-infos p {
	  font-size: 0.5em;
	}
}


.block-activity-infos p.bottom {
  color: #fff;
  font-size: 1.6em;
  margin: 200px 30px 0 30px;
	text-shadow: 2px 2px 2px #111;
}

@media only screen and (max-width: 40em) {
	.block-activity-infos p.bottom {
	  font-size: 0.9em;
	  margin: 60px 30px 0 30px;
	}
}

@media only screen and (max-width: 20em) {
	.block-activity-infos p.bottom {
	  font-size: 0.7em;
	  margin: 60px 30px 0 30px;
	}
}


.block-activity-infos input#submitgocreateorganization {
	background-color: #992ca4;
	margin-top: -13px;
}

@media only screen and (min-width: 50em) {
	.block-activity-infos input#submitgocreateorganization {
		background-color: #992ca4;
		margin-top: 20px;
	}
}

.block-activity-infos input#submitcreateorganization {
	background-color: #6bcdb8;
	margin-top: 20px;
}

.block-activity-infos input#submitsearchorganization {
	background-color: #6bcdb8;
	margin-top: 20px;
}



.category_search {
	display: inline-block !important;
	background-color: #d9d9d9;
	color: #747474;
}

.terms_search {
	width: 98% !important;
	display: inline-block !important;
	background-color: #fff !important;
	color: #747474;
	width: 100%;
}

.button_search {
	display: inline-block !important;
	padding: 1.7em 2.1em 1.7em 2.1em !important;
	margin: 0 !important;
	font-size: 1rem !important;
	background: url(images/search-button.png) 0 0 no-repeat;
}

.ui-autocomplete {
	z-index: 2000 !important;
}

.ui-autocomplete .highlighttitle {
	/* text-decoration: underline; */
	background-color: #333;
	color: #fff;
	font-size: 1.3em;
	padding: 5px;
}

.ui-autocomplete .highlight {
	/* text-decoration: underline; */
	background-color: #e85c23;
	color: #fff;
	padding: 2px;
}

.ui-menu .ui-menu-item-wrapperbis
{
	position:relative;padding:3px 1em 3px 40px
}



.block,
.block--nopadding,
.block--product,
.partner-figure,
.block--faq,
.block--contact,
.block--sav,
.block--tips,
.review-bubble,
.block--home {
    position: relative;
    padding: .625em;
    background-color: #fff;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
}

.block--nopadding {
    padding: 0
}

.block-figure a img {
    transition: opacity .2s ease-in-out
}

.block-figure a:hover img,
.block-figure a:focus img {
    opacity: .8
}

.block--nopadding .block-figure {
    margin: 0
}

.block-caption {
    padding: .625em;
    text-align: center;
    font-family: "Bold", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-size: 1.8rem
}

.block-caption a {
    text-decoration: none
}

.block-caption a:hover,
.block-caption a:focus {
    color: #404040
}

.block-text {
    margin-bottom: 0;
    text-align: left
}

a[href*="youtube.com/embed"] {
    position: relative;
    display: block
}

a[href*="youtube.com/embed"] img {
    /*display: block*/
}

a[href*="youtube.com/embed"]::before {
    content: '';
    display: block;
    width: 50px;
    height: 50px;
    border: #fff 2px solid;
    border-radius: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -25px 0 0 -25px;
    transition: .2s ease-in-out;
    z-index: 1
}

a[href*="youtube.com/embed"]::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -12px 0 0 -3px;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-left-color: #992ca4;
    border-width: 14px;
    border-style: solid
}

.handcoffee a[href*="youtube.com/embed"]::after {
    border-left-color: #e74010
}

a[href*="youtube.com/embed"]:hover::before,
a[href*="youtube.com/embed"]:focus::before {
    -webkit-transform: scale(1.25);
    transform: scale(1.25)
}

.block--product {
    border-top: #992ca4 5px solid
}

.block--product.handcoffee {
    border-top-color: #e74010
}

.block--partner {
    position: relative;
    overflow: hidden
}

.block--partner a {
    text-decoration: none
}

@media only screen and (min-width: 80em) {
    .partner-figure {
        margin: 0
    }
}

.partner-infos p {
    text-align: left
}

@media only screen and (min-width: 80em) {
    .partner-infos {
        position: absolute;
        bottom: -100%;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(241, 180, 0, 0.9);
        padding: .625em;
        transition: .6s ease-in-out
    }
    .block--partner:hover .partner-infos {
        bottom: 0
    }
    .partner-infos p {
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        text-align: center;
        color: #fff
    }
}

[class^="icon-title--"] {
    color: #992ca4;
    text-transform: none;
    font-size: 1.8rem;
    text-align: center
}

[class^="icon-title--"]::before {
    content: '';
    display: block;
    height: 64px;
    margin: 0 auto .625em auto;
    background: url(img/sprite.svg) 0 0 no-repeat
}

.icon-title--innovation::before {
    width: 53px;
    background-position: 0 -370px
}

.icon-title--simplicity::before {
    width: 50px;
    background-position: -70px -370px
}

.icon-title--mobility::before {
    width: 54px;
    background-position: -210px -370px
}

.icon-title--quality::before {
    width: 53px;
    background-position: -140px -370px
}

.icon-title--conviviality::before {
    width: 86px;
    background-position: -280px -370px
}

.icon-text {
    text-align: center;
    margin-bottom: 0
}

main[class*="help-"] {
    margin-bottom: 4em
}

.block--faq,
.block--contact,
.block--sav,
.block--tips {
    background-color: #e74010
}

.block--faq [class^="icon-title--"],
.block--contact [class^="icon-title--"],
.block--sav [class^="icon-title--"],
.block--tips [class^="icon-title--"],
.block--faq .icon-text,
.block--contact .icon-text,
.block--sav .icon-text,
.block--tips .icon-text {
    color: #fff
}

.block--faq a,
.block--contact a,
.block--sav a,
.block--tips a {
    text-decoration: none
}

.block--faq a::before,
.block--contact a::before,
.block--sav a::before,
.block--tips a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
    transition: background .4s ease-in-out
}

.block--faq a:hover::before,
.block--contact a:hover::before,
.block--sav a:hover::before,
.block--tips a:hover::before,
.block--faq a:focus::before,
.block--contact a:focus::before,
.block--sav a:focus::before,
.block--tips a:focus::before {
    background-color: rgba(255, 255, 255, 0.15)
}

.block--contact {
    background-color: #9c0
}

.block--sav {
    background-color: #404040
}

.block--tips {
    background-color: #992ca4
}

.icon-title--faq::before {
    width: 86px;
    background-position: -210px -436px
}

.icon-title--sav::before {
    width: 53px;
    background-position: -150px -436px
}

.icon-title--contact::before {
    width: 78px;
    background-position: -65px -436px
}

.icon-title--tips::before {
    width: 52px;
    background-position: 0 -436px
}

.tips-item a img {
    transition: opacity .2s ease-in-out
}

.tips-item a:hover img,
.tips-item a:focus img {
    opacity: .8
}

#map_organizations {
    width: 100%;
    height: 400px;
    z-index: 1;
}

@media only screen and (min-width: 40em) {
    #map_organizations {
        height: 550px
    }
}

@media only screen and (min-width: 80em) {
    #map_organizations {
        height: 740px
    }
}

.gmap {
    position: relative;
    width: 100%;
    top: 0
}

.map-bubble figure {
    max-width: 120px;
    height: auto;
    text-align: center
}

.map-bubble p {
    font-size: 1.3rem;
    text-align: center;
    margin: 0
}

.map-bubble a {
    text-decoration: underline;
    color: #992ca4
}

.review-list {
    padding: 0;
    list-style: none
}

.review-item {
    position: relative;
    margin-bottom: .625em
}

.review-item .review-author {
    padding-top: .3125em;
    text-align: left
}

.review-item:nth-child(odd) .review-author {
    text-align: right
}

.review-bubble {
    margin-bottom: .625em
}

.review-bubble::after {
    content: '';
    position: absolute;
    bottom: -20px;
    left: .625em;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-top-color: #fff;
    border-width: 10px;
    border-style: solid
}

.review-item:nth-child(odd) .review-bubble::after {
    left: auto;
    right: .625em
}

.connexion {
    padding-top: 0
}

.grey-row {
    background-color: #dcdcdc
}

.home-subtitle {
    margin: .625em 0;
    text-align: center;
    font-size: 2.8rem
}

.home-subtitle::after {
    content: "—";
    display: block;
    margin: 0 auto
}

.home-slider-container {
    margin-top: 0;
    padding-bottom: 1.25em
}

.home-slider-container .hp-slider {
    margin-bottom: 0
}

.slick-slide img.desk-img {
    display: none
}

@media only screen and (min-width: 25em) {
    .slick-slide img.desk-img {
        display: block
    }
}

.slick-slide img.mob-img {
    display: block
}

@media only screen and (min-width: 25em) {
    .slick-slide img.mob-img {
        display: none
    }
}

@supports ((display: -webkit-box) or (display: flex)) {
    .block--home {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.homeblock-title {
    text-align: center;
    font-size: 1.6rem;
    border-bottom: #909090 1px solid;
    padding-bottom: .3125em
}

.homeblock-title a {
    text-decoration: none
}

.homeblock-title a:hover,
.homeblock-title a:focus {
    opacity: .8
}

[class*="homeblock-figure"] {
    text-align: center;
    transition: -webkit-transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out
}

[class*="homeblock-figure"] img {
    height: 125px;
    width: auto;
    margin: 0 auto
}

[class*="homeblock-figure"]:hover {
    -webkit-transform: scale(1.1) rotate(2deg);
    transform: scale(1.1) rotate(2deg)
}

[class*="homeblock-figure"]:hover+p {
    color: #101010
}

.homeblock-figure--news {
    padding: 17px 0
}

.homeblock-figure--news img {
    height: 90px
}

@supports ((display: -webkit-box) or (display: flex)) {
    .homeblock-figure--news {
        padding: 0
    }
    @media only screen and (min-width: 25em) {
        .homeblock-figure--news {
            position: relative;
            -webkit-box-flex: 1;
            -ms-flex: 1 0 auto;
            flex: 1 0 auto
        }
        .homeblock-figure--news img {
            position: absolute;
            top: 50%;
            left: 50%;
            margin: -40px 0 0 -46px
        }
    }
}

.homeblock-text {
    margin-bottom: 0;
    font-family: "Hand", Helvetica, Arial, sans-serif;
    text-align: center;
    font-size: 1.9rem;
    color: #909090
}

.photo-slider-container {
    padding: 0
}

.photo-slider::before {
    content: "";
    position: absolute;
    top: 1.875em;
    left: 0;
    display: block;
    width: 100%;
    height: 1px;
    background-color: #404040
}

.photo-slider-item {
    margin: 0 .625em
}

.photo-slider-item img {
    transition: -webkit-transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out
}

.photo-slider-item a:hover img,
.photo-slider-item a:focus img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}

.home-edito {
    padding: 1.25em 0;
    text-align: center
}

.home-edito h2 {
    margin-bottom: 0;
    font-family: "Hand", Helvetica, Arial, sans-serif;
    text-transform: none
}

.home-edito h2,
.home-edito p {
    text-align: center
}

.home-video-container {
    padding-bottom: 8em
}

@supports ((display: -webkit-box) or (display: flex)) {
    .block--product {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media only screen and (min-width: 40em) {
    .block--product {
        min-height: 270px
    }
}

@media only screen and (min-width: 50em) {
    .block--product {
        min-height: 290px
    }
}

@media only screen and (min-width: 80em) {
    .block--product {
        min-height: 280px
    }
}

.product-specs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
}

.product-title {
    width: 100%;
    color: #992ca4;
    font-size: 1.6rem;
    font-family: "Bold", Helvetica, Arial, sans-serif;
    text-align: left;
    margin-bottom: .75em;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none
}

.handcoffee .product-title {
    color: #e74010
}

.product-title a {
    text-decoration: none;
    transition: color .2s ease-in-out
}

.product-title a:hover,
.product-title a:focus {
    color: #404040
}

.product-figure {
    width: 44%;
    padding-right: .625em
}

.product-figure a img {
    transition: opacity .2s ease-in-out
}

.product-figure a:hover img,
.product-figure a:focus img {
    opacity: .8
}

.product-infos,
.product-infos--large {
    width: 56%;
    text-align: right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.product-infos--large {
    width: 100%
}

.product-infos--text {
		text-align: left;
    min-height: 110px
}

.product-infos--text h2 {
		font-size: 0.8em;
}

@supports ((display: -webkit-box) or (display: flex)) {
    .product-infos--text {
        min-height: 0;
        -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto
    }
}

.product-infos--text p,
.product-infos--text ul,
.product-infos--text li {
    text-align: left;
    font-size: 1.4rem;
    font-size: 1.1rem;
    line-height: 1.2;
    margin-bottom: 0
}

.product-infos--text ul {
    margin-top: .3125em
}

.product-infos--price,
.product-infos--stock,
.product-infos--stock-ok,
.product-infos--stock-out,
.product-add {
    text-align: right
}

.product-infos--price {
    font-family: "Bold", Helvetica, Arial, sans-serif;
    font-size: 2.4rem;
    margin-bottom: 0
}

.product-infos--price .old-price {
    text-decoration: line-through;
    font-size: 1.3rem
}

.product-infos--stock,
.product-infos--stock-ok,
.product-infos--stock-out {
    font-size: 1.3rem;
    margin: .3125em 0 0 0
}

.product-infos--stock-ok {
    color: #9c0
}

.product-infos--stock-ok::before {
    content: 'L';
    position: relative;
    display: inline-block;
    margin-right: .3125em;
    top: -1px;
    -webkit-transform: scaleX(-1) rotate(-45deg);
    transform: scaleX(-1) rotate(-45deg);
    font-family: "Bold", Helvetica, Arial, sans-serif;
    font-size: 125%
}

.product-infos--stock-out {
    color: #f60
}

.product-tabs {
    padding-bottom: 0
}

.shop-header,
.shop-coffee-header {
    position: relative;
    margin-bottom: .625em
}

.shop-header .page-title,
.shop-coffee-header .page-title {
    display: block;
    margin: 0;
    font-family: "Hand", Helvetica, Arial, sans-serif;
    font-size: 3.8rem;
    text-transform: none
}

.shop-header .page-title::after,
.shop-coffee-header .page-title::after {
    content: none
}

@media only screen and (min-width: 40em) {
    .shop-header .page-title,
    .shop-coffee-header .page-title {
        font-size: 4.8rem;
        width: 100%;
        min-height: 160px;
        background-image: url(img/handpresso-shop.jpg);
        background-position: 20% 50%;
        background-repeat: no-repeat;
        background-size: cover;
        padding: .625em 0 0 .625em
    }
    .shop-header .page-title.shop-route,
    .shop-coffee-header .page-title.shop-route {
        background-image: url(img/bg-route.jpg)
    }
    .shop-header .page-title.shop-air,
    .shop-coffee-header .page-title.shop-air {
        background-image: url(img/bg-air.jpg)
    }
    .shop-header .page-title.shop-eau,
    .shop-coffee-header .page-title.shop-eau {
        background-image: url(img/bg-eau.jpg)
    }
    .shop-header .page-title.shop-voyage,
    .shop-coffee-header .page-title.shop-voyage {
        background-image: url(img/bg-voyage.jpg)
    }
    .shop-header .page-title.shop-cadeaux,
    .shop-coffee-header .page-title.shop-cadeaux {
        background-image: url(img/bg-cadeaux.jpg)
    }
    .shop-header .page-title.shop-lovers,
    .shop-coffee-header .page-title.shop-lovers {
        background-image: url(img/bg-lovers.jpg)
    }
    .shop-header .page-title[class*="shop-"],
    .shop-coffee-header .page-title[class*="shop-"] {
        padding-top: .3125em
    }
}

@media only screen and (min-width: 80em) {
    .shop-header .page-title,
    .shop-coffee-header .page-title {
        background-position: right center;
        background-size: cover
    }
}

@media only screen and (min-width: 90em) {
    .shop-header .page-title,
    .shop-coffee-header .page-title {
        min-height: 180px
    }
}

@media only screen and (min-width: xwide) {
    .shop-header .page-title,
    .shop-coffee-header .page-title {
        min-height: 180px
    }
}

.shop-coffee-header {
    margin-bottom: 0
}

@media only screen and (min-width: 40em) {
    .shop-coffee-header .page-title {
        background-image: url(img/handpresso-shop-coffee.jpg)
    }
}

.shop-animation {
    display: none
}

@media only screen and (min-width: 40em) {
    .shop-animation {
        display: block;
        position: absolute;
        left: 0;
        bottom: .3125em;
        width: 25%
    }
}

.filter-title-container {
    display: none
}

@media only screen and (min-width: 50em) {
    .filter-title-container {
        display: block;
        position: relative;
        top: .3125em
    }
}

@media only screen and (min-width: 50em) {
    .filters-title {
        display: block;
        margin-bottom: 0;
        font-family: "Bold", Helvetica, Arial, sans-serif;
        font-size: 2rem;
        text-transform: uppercase
    }
    .shop-filters--coffee .filters-title {
        margin-bottom: 1.25em
    }
}

[class*="shop-filters--"] {
    padding: .625em;
    background-color: #fff
}

[class*="shop-filters--"] label {
    margin: 0
}

@media only screen and (min-width: 50em) {
    [class*="shop-filters--"] label {
        font-size: 1.8rem
    }
}

.shop-filters--products {
    display: none
}

.shop-filters--products form [class*="formfield"] {
    margin: 0
}

@media only screen and (min-width: 40em) {
    .shop-filters--products form {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%
    }
    .shop-filters--products form .formfield-checkbox label {
        margin-bottom: 0;
        position: relative;
        top: .3125em
    }
    .shop-filters--products form .dark-btn {
        transition: -webkit-transform .2s ease-in-out;
        transition: transform .2s ease-in-out;
        transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out
    }
    .shop-filters--products form .dark-btn:hover {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
        -webkit-transform-origin: right;
        transform-origin: right
    }
}

.shop-filters--products.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding-top: 90px;
    z-index: 90
}

@media only screen and (min-width: 50em) {
    .shop-filters--products {
        display: block
    }
    .shop-filters--products.sticky {
        top: 45px;
        left: 0;
        margin-top: 0;
        padding-top: .625em;
        background-color: #f8f8f8;
        z-index: 100
    }
    .shop-filters--products.sticky form {
        width: 75em;
        margin: 0 auto
    }
}

.shop-filters--coffee {
    display: none;
    margin-top: 0
}

.shop-filters--coffee.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-top: 90px;
    overflow-y: auto;
    z-index: 90
}

@media only screen and (min-width: 50em) {
    .shop-filters--coffee {
        display: block
    }
    .shop-filters--coffee.sticky {
        position: relative;
        top: auto;
        left: auto;
        height: auto;
        padding-top: .625em;
        z-index: 1
    }
    .shop-filters--coffee .formfield-checkbox {
        margin: 0
    }
    .shop-filters--coffee .formfield-checkbox label {
        font-size: 1.6rem
    }
    .shop-filters--coffee legend {
        text-transform: uppercase
    }
}

#filters_toggle {
    margin-bottom: 0
}

#filters_toggle::before {
    content: '';
    position: relative;
    display: inline-block;
    vertical-align: middle;
    top: -2px;
    margin-right: .3125em;
    width: 24px;
    height: 24px;
    background: url(img/sprite.svg) -320px 0 no-repeat
}

#filters_toggle.sticky {
    position: fixed;
    top: .625em;
    z-index: 100
}

@media only screen and (min-width: 50em) {
    #filters_toggle {
        height: 0;
        opacity: 0;
        padding: 0;
        margin: 0
    }
}

.product-head {
    padding-bottom: 0
}

.page-subtitle {
    color: #992ca4
}

.handcoffee .page-subtitle {
    color: #e74010
}

.slick-slider.product-gallery {
    margin-bottom: 30px
}

@media only screen and (min-width: 40em) {
    .slick-slider.product-gallery,
    .slick-slider.product-gallery-nav {
        margin-bottom: 0
    }
    .slick-slider.product-gallery.special-offers,
    .slick-slider.product-gallery-nav.special-offers {
        margin-bottom: 30px
    }
}

.product-gallery-nav {
    display: none
}

@media only screen and (min-width: 40em) {
    .product-gallery-nav {
        display: block
    }
}

.product-gallery-nav-item {
    opacity: .3;
    border: #fff 2px solid
}

.product-gallery-nav-item.slick-current {
    opacity: 1;
    border-color: #992ca4
}

.handcoffee .product-gallery-nav-item.slick-current {
    border-color: #e74010
}

.product-gallery-nav-item:hover {
    cursor: pointer;
    opacity: 1
}

.product-single-infos {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
}

.product-video .block,
.product-video .block--nopadding,
.product-video .block--product,
.product-video .partner-figure,
.product-video .block--faq,
.product-video .block--contact,
.product-video .block--sav,
.product-video .block--tips,
.product-video .review-bubble,
.product-video .block--home {
    height: auto;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none
}

@media only screen and (min-width: 50em) {
    .product-aside {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }
}

.product-summary p {
    /*margin-bottom: 0*/
    margin: 10px;
}

.product-summary h1 {
    /*margin-bottom: 0*/
    margin: 10px;
}

@media only screen and (min-width: 80em) {
    .product-summary p {
        margin-bottom: .625em
    }
}

.product-pay-ship {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: #909090 1px dashed;
    border-top: #909090 1px dashed;
    padding: .3125em 0
}

@media only screen and (min-width: 40em) {
    .product-pay-ship {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.left-list,
.right-list,
.center-list {
    padding: 0;
    margin: .3125em 0;
    list-style: none
}

.left-list li,
.right-list li,
.center-list li {
    display: inline-block;
    vertical-align: middle;
    margin-left: .3125em
}

.left-list li:first-child,
.right-list li:first-child {
    margin-left: 0
}

[class*="payment-icon--"] {
    width: 33px;
    height: 21px;
    background: url(img/sprite.svg) 0 0 no-repeat;
    background-size: 380px 380px;
    text-indent: 150%;
    white-space: nowrap;
    overflow: hidden
}

.payment-icon--cb {
    background-position: 0 -212px
}

.payment-icon--visa {
    background-position: -38px -212px
}

.payment-icon--mc {
    background-position: -76px -212px
}

.payment-icon--paypal {
    background-position: -114px -212px
}

.left-list li img,
.right-list li img,
.center-list li img {
    display: block;
    height: 25px
}

.tabs-specs {
    width: 100%
}

@media only screen and (min-width: 40em) {
    .tabs-specs {
        width: 50%
    }
}

@media only screen and (min-width: 50em) {
    .tabs-specs {
        width: 40%
    }
}

@media only screen and (min-width: 1000px) {
    .tabs-specs {
        width: 30%
    }
}

@media only screen and (min-width: 80em) {
    .tabs-specs {
        width: 27%
    }
}

.tabs-desc {
    width: 100%
}

@media only screen and (min-width: 40em) {
    .tabs-desc {
        width: 50%
    }
}

@media only screen and (min-width: 50em) {
    .tabs-desc {
        width: 60%
    }
}

@media only screen and (min-width: 1000px) {
    .tabs-desc {
        width: 70%
    }
}

@media only screen and (min-width: 80em) {
    .tabs-desc {
        width: 73%
    }
}

.tab-specs-list {
    padding: 0;
    list-style: none
}

.tab-specs-list li {
    color: #909090
}

.tab-specs-list li img {
    opacity: .3;
    vertical-align: middle;
    height: 30px
}

@media only screen and (min-width: 25em) {
    .tab-specs-list li img {
        height: 50px
    }
}

.tab-specs-list li.selected {
    color: #9c0
}

.tab-specs-list li.selected img {
    opacity: 1
}

.tab-specs-list li.selected::after {
    content: "L";
    position: relative;
    display: inline-block;
    margin-left: .3125em;
    -webkit-transform: scaleX(-1) rotate(-45deg);
    transform: scaleX(-1) rotate(-45deg);
    font-family: "Bold", Helvetica, Arial, sans-serif;
    font-size: 1.8rem;
    color: #9c0
}

.product-slider-title {
    margin-bottom: 0;
    text-transform: uppercase
}

.baskount {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    height: 24px;
    width: 24px;
    line-height: 24px;
    text-align: center;
    background-color: #992ca4;
    border-radius: 12px;
    color: #fff
}

.breadcrumbs-basket {
    padding-top: .625em
}

.basket-steps {
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media only screen and (min-width: 25em) {
    .basket-steps {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
}

.basket-step-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 25%;
    flex: 0 1 25%;
    position: relative;
    text-align: center;
    font-family: "Bold", Helvetica, Arial, sans-serif;
    font-size: 1.2rem
}

.basket-step-item::after {
    content: '';
    display: block;
    width: 50%;
    height: 1px;
    background-color: #c3c3c3;
    position: absolute;
    left: 50%;
    top: 20px;
    z-index: 1
}

.basket-step-item.completed::after {
    background-color: #992ca4
}

.basket-step-item:nth-child(2)::after,
.basket-step-item:nth-child(3)::after {
    width: 100%;
    left: 0
}

.basket-step-item:nth-child(4)::after {
    left: 0
}

@media only screen and (min-width: 25em) {
    .basket-step-item {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        font-size: 1.6rem
    }
}

.basket-step-item span {
    position: relative;
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    line-height: 40px;
    margin: 0 auto;
    background-color: #c3c3c3;
    color: #fff;
    font-size: 2rem;
    z-index: 2
}

.basket-step-item.completed span {
    background-color: #992ca4
}

.basket-step-item a {
    text-decoration: none;
    color: #c3c3c3
}

.basket-step-item a span {
    background-color: #c3c3c3
}

.basket-step-item a:hover span,
.basket-step-item a:focus span {
    background-color: #992ca4
}

.basket-step-item a:hover,
.basket-step-item a:focus {
    color: #992ca4
}

.basket-step-item.completed a {
    color: #992ca4
}

.basket-shipment label img {
    height: 20px;
    vertical-align: middle
}

.table-like {
    padding: 0;
    list-style: none;
    font-family: "Bold", Helvetica, Arial, sans-serif
}

.table-like li {
    position: relative;
    padding: .3125em 0
}

.table-like li em {
    font-family: "Italic", Helvetica, Arial, sans-serif;
    color: #909090
}

.table-like li span {
    position: absolute;
    right: 0;
    top: auto
}

.table-like li:last-child {
    border-top: #909090 1px solid;
    text-transform: uppercase;
    font-size: 2.2rem;
    padding: .625em 0
}

.basket-secure {
    margin: .625em 0;
    display: block
}

.basket-secure::before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 18px;
    background: url(img/sprite.svg) -360px 0 no-repeat;
    margin-right: .3125em
}

.basket-summary+.basket-delay {
    padding: .625em 0
}

.basket-delay p {
    text-align: right
}

.table-cart td,
.table-cart th {
    position: relative
}

.table-cart th {
    text-transform: uppercase;
    text-align: center
}

.table-cart th:first-child {
    text-align: left
}

.th-price,
.td-price {
    display: none
}

@media only screen and (min-width: 40em) {
    .th-price,
    .td-price {
        display: table-cell
    }
}

.td-prod {
    vertical-align: middle
}

.td-prod-delete,
.td-prod-figure,
.td-product {
    display: inline-block;
    vertical-align: middle
}

.td-prod-delete {
    width: 16px;
    height: 16px;
    position: relative
}

.td-prod-delete::before,
.td-prod-delete::after {
    content: '';
    display: block;
    width: 16px;
    height: 2px;
    border-radius: 2px;
    position: absolute;
    top: .3125em;
    left: 0;
    background-color: #e74010
}

.td-prod-delete::before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.td-prod-delete::after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.td-prod-delete:hover::before,
.td-prod-delete:hover::after,
.td-prod-delete:focus::before,
.td-prod-delete:focus::after {
    background-color: #404040
}

.td-prod-delete span {
    position: absolute;
    display: block;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: 0;
    text-indent: 150%;
    white-space: nowrap;
    overflow: hidden
}

.td-prod-figure {
    width: 100px;
    margin: 0 .625em 0 0
}

.td-product p,
.td-product ul {
    margin-bottom: 0;
    text-align: left
}

.td-qty-container {
    position: relative;
    display: inline-block
}

.td-qty {
    text-align: center
}

.td-qty input[type=text] {
    max-width: 2.5em;
    text-align: center;
    padding: .3125em
}

.td-qty button {
    padding: 0;
    background-color: transparent;
    color: #404040;
    font-size: 2.2rem;
    position: absolute
}

.td-qty button:hover,
.td-qty button:focus {
    color: #992ca4
}

.td-qty .td-qty-more {
    top: -.3125em;
    left: 2.2em
}

.td-qty .td-qty-less {
    top: .46875em;
    left: 2.25em
}

.td-price,
.td-totalprice {
    text-align: center;
    font-size: 1.8rem;
    font-family: "Bold", Helvetica, Arial, sans-serif
}

.td-code {
    font-family: "Bold", Helvetica, Arial, sans-serif;
    text-align: center
}

.td-code input {
    display: block;
    margin: .3125em auto
}

.td-code input[type=text] {
    max-width: 200px
}

@media only screen and (min-width: 40em) {
    .td-code {
        text-align: left
    }
    .td-code input {
        display: inline-block;
        vertical-align: middle;
        margin: 0 .3125em
    }
}

.td-total {
    text-align: center;
    font-size: 1.8rem;
    font-family: "Bold", Helvetica, Arial, sans-serif
}

@media only screen and (min-width: 40em) {
    .td-total {
        text-align: right
    }
}

.basket-continue {
    text-align: center
}

.basket-continue a {
    margin: 1.25em .625em;
    margin-top: 0
}

@media only screen and (min-width: 40em) {
    .basket-continue {
        text-align: right
    }
    .basket-continue a {
        margin: 0 0 .3125em .625em
    }
}

.free-shipping {
    margin-bottom: 0
}

.free-shipping::before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 70px;
    height: 40px;
    background: url(img/sprite.svg) 0 -320px no-repeat
}

.basket-login {
    margin-bottom: 1.25em;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none
}

.basket-login+.basket-summary {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none
}

.basket-final-payment h2::before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 44px;
    height: 40px;
    margin-right: .3125em;
    background: url(img/sprite.svg) -80px -320px no-repeat
}

.basket-final-payment form {
    text-align: center
}

.basket-final-payment .formfield-radio {
    display: inline-block;
    margin: .625em;
    margin-bottom: 1.25em
}

.final-pay-paypal,
.final-pay-cards {
    position: relative;
    top: -2px;
    display: inline-block;
    vertical-align: middle;
    width: 144px;
    height: 26px;
    background: url(img/sprite.svg) 0 -280px no-repeat;
    text-indent: 150%;
    white-space: nowrap;
    overflow: hidden
}

.final-pay-paypal {
    width: 43px;
    background-position: -150px -280px
}

.basket-thanks p {
    text-align: center
}

.basket-success,
.basket-fail {
    font-size: 2rem;
    line-height: 1.1;
    color: #9c0
}

.basket-success::before,
.basket-fail::before {
    content: "L";
    position: relative;
    display: inline-block;
    margin-right: .3125em;
    -webkit-transform: scaleX(-1) rotate(-45deg);
    transform: scaleX(-1) rotate(-45deg);
    font-family: "Bold", Helvetica, Arial, sans-serif;
    font-size: 2.8rem;
    color: #9c0
}

.basket-fail {
    color: #e74010
}

.basket-fail::before {
    content: "X";
    -webkit-transform: none;
    transform: none;
    color: #e74010;
    top: 3px
}

.basket-thanks-recap {
    margin: .3125em auto 1.25em auto
}

@media only screen and (min-width: 40em) {
    .basket-thanks-recap {
        padding: 1.25em;
        max-width: 50%;
        border: #909090 1px solid
    }
}

.basket-thanks-recap p {
    text-align: left
}

.basket-thanks-recap ul {
    padding: 0;
    list-style: none
}

.basket-thanks-recap ul li {
    position: relative;
    margin-bottom: .3125em
}

.basket-thanks-recap ul li span {
    position: absolute;
    right: 0;
    top: auto
}

.basket-thanks-recap address,
.basket-thanks-recap ul {
    padding-bottom: .625em;
    border-bottom: #909090 1px solid
}

.promo-item {
    position: relative
}

.promo-item p {
    text-align: left;
    margin-bottom: 0
}

.promo-item .col-4 {
    padding-top: 2em;
    padding-right: 1em;
    display: block
}

.promo-item .price {
    background-color: #f00;
    color: #fff;
    display: inline-block;
    width: auto;
    padding: 5px;
    font-size: 2.8em;
    font-family: "Bold", Helvetica, Arial, sans-serif
}

.promo-item .oldprice {
    font-size: 1.8em;
    text-decoration: line-through
}

.promo-item .discount {
    position: relative;
    font-size: 2.4em;
    color: #f00;
    margin: 0;
    text-align: center;
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg)
}

.promo-item .action-btn,
.promo-item .dark-btn,
.promo-item input[type=submit].dark-btn,
.promo-item .white-btn,
.promo-item input[type=submit].white-btn,
.promo-item .basket-btn,
.promo-item input[type=submit].basket-btn,
.promo-item .ias_trigger a,
.ias_trigger .promo-item a {
    text-transform: uppercase;
    font-size: 125%
}

.grid-container,
.row.nested.grid-container {
    margin-bottom: 60px
}

.grid-item,
.grid-item--coffee,
.grid-item--news {
    padding: 0 .625em 1.25em .625em;
    width: 100%
}

.grid-item img,
.grid-item--coffee img,
.grid-item--news img {
    display: block
}

@media only screen and (min-width: 40em) {
    .grid-item,
    .grid-item--coffee,
    .grid-item--news {
        width: 50%
    }
}

@media only screen and (min-width: 50em) {
    .grid-item,
    .grid-item--coffee,
    .grid-item--news {
        width: 33.3333%
    }
}

@media only screen and (min-width: 80em) {
    .grid-item,
    .grid-item--coffee,
    .grid-item--news {
        width: 25%
    }
}

@media only screen and (min-width: 80em) {
    .grid-item--coffee,
    .grid-item--news {
        width: 33.3333%
    }
}

.slick-slider,
.row.nested.slick-slider {
    /*margin-bottom: 60px*/
}

.slick-slider:hover .slick-arrow,
.row.nested.slick-slider:hover .slick-arrow {
    opacity: 1
}

.slick-slide {
    outline: none
}

.slick-slide img {
    width: 100%;
    height: auto
}

.slick-arrow {
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -12px;
    padding: 0;
    width: 24px;
    height: 24px;
    border-radius: 12px;
    background-color: #fff;
    border: #909090 1px solid;
    text-indent: 150%;
    white-space: nowrap;
    overflow: hidden;
    z-index: 100;
    opacity: 0;
    transition: opacity .2s ease-in-out
}

.slick-arrow:hover,
.slick-arrow:focus {
    border-color: #fff;
    background-color: #fff
}

.slick-arrow::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -5px 0 0 -8px;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-right-color: #992ca4;
    border-width: 5px;
    border-style: solid
}

.handcoffee .slick-arrow::after {
    border-right-color: #e74010
}

.slick-arrow.slick-next::after {
    border-right-color: transparent;
    border-left-color: #992ca4;
    margin: -5px 0 0 -2px
}

.handcoffee .slick-arrow.slick-next::after {
    border-left-color: #e74010
}

.slick-arrow.slick-next {
    right: .3125em
}

.slick-arrow.slick-prev {
    left: .3125em
}

.slick-dots {
    position: absolute;
    bottom: -40px;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center
}

.slick-dots li {
    display: inline-block;
    margin: .3125em .625em
}

.slick-dots li button {
    padding: 0;
    display: block;
    width: 8px;
    height: 8px;
    margin: 0;
    border-radius: 4px;
    background-color: #404040;
    text-indent: 150%;
    white-space: nowrap;
    overflow: hidden;
    transition: .2s ease-in-out
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    -webkit-transform: scale(2);
    transform: scale(2);
    outline: none
}

.slick-dots li.slick-active button {
    background-color: #992ca4
}

.handcoffee .slick-dots li.slick-active button {
    background-color: #e74010
}

.ias_loader,
.ias_trigger {
    display: block;
    text-align: center;
    position: absolute;
    bottom: -40px;
    width: 100%
}

.accordion-list {
    padding: 0;
    list-style: none
}

.help-faq .accordion-title {
    color: #e74010
}

.accordion-subtitle {
    text-transform: uppercase
}

.accordion-question {
    position: relative;
    padding: 0;
    text-align: left;
    color: #404040;
    font-family: "Regular", Helvetica, Arial, sans-serif;
    background-color: transparent
}

.accordion-question:hover,
.accordion-question:focus,
.accordion-question.accordion-on {
    background-color: transparent
}

.help-faq .accordion-question:hover,
.help-faq .accordion-question:focus,
.help-faq .accordion-question.accordion-on {
    color: #e74010
}

.help-faq .accordion-question:hover::before,
.help-faq .accordion-question:focus::before,
.help-faq .accordion-question.accordion-on::before {
    border-color: #e74010
}

.accordion-question::after {
    content: "+";
    font-size: 2.2rem;
    position: absolute;
    top: -3px;
    left: 4px
}

.accordion-question::before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 18px;
    height: 18px;
    border: #404040 1px solid;
    border-radius: 100%;
    margin-right: .3125em
}

.accordion-question.accordion-on::after {
    content: "-";
    left: 5px
}

.accordion-answer {
    display: none;
    padding-bottom: .625em
}

.responsive-tabs {
    background-color: #fff;
    margin-bottom: .625em
}

.responsive-tabs-content {
    position: relative;
    padding: .625em
}

.responsive-tabs-content p {
    margin-bottom: .85em
}

.responsive-tabs-content .product-second-btn p {
    margin-bottom: 0
}

.responsive-tabs-content .action-btn,
.responsive-tabs-content .dark-btn,
.responsive-tabs-content input[type=submit].dark-btn,
.responsive-tabs-content .white-btn,
.responsive-tabs-content input[type=submit].white-btn,
.responsive-tabs-content .basket-btn,
.responsive-tabs-content input[type=submit].basket-btn,
.responsive-tabs-content .ias_trigger a,
.ias_trigger .responsive-tabs-content a {
    background-color: #992ca4
}

.r-tabs-accordion-title {
    font-family: "Regular", Helvetica, Arial, sans-serif;
    color: #404040;
    text-transform: uppercase;
    font-size: 1.8rem
}

.r-tabs-accordion-title a {
    position: relative;
    display: block;
    padding: .625em;
    padding-bottom: 0;
    text-decoration: none
}

.r-tabs-accordion-title a::after,
.r-tabs-accordion-title a::before {
    content: "";
    display: block;
    position: absolute;
    top: 20px;
    right: 10px;
    width: 14px;
    height: 3px;
    border-radius: 3px;
    background-color: #404040
}

.r-tabs-accordion-title a::after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.r-tabs-accordion-title a::before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    right: 18px
}

.r-tabs-accordion-title.r-tabs-state-active a::after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.r-tabs-accordion-title.r-tabs-state-active a::before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.responsive-tabs-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: #404040 1px solid
}

.r-tabs-tab {
    text-transform: uppercase
}

.r-tabs-tab a {
    display: block;
    text-align: center;
    text-decoration: none;
    padding: .625em 1.25em
}

.r-tabs-state-default a:hover,
.r-tabs-state-default a:focus {
    color: #992ca4
}

.r-tabs-state-active {
    color: #992ca4
}


@media only screen and (min-width: 769px) {
    .r-tabs-state-active a {
        font-family: "Bold", Helvetica, Arial, sans-serif;
        background-color: #909090;
        color: #fff
    }
}


a.fancycalendarpopuptriggersearch {
	font-family: "Regular", Helvetica, Arial, sans-serif;
	/* text-decoration: none; */
	color: #f58eff; 
	background-color: #fff; 
}

a.fancycalendarpopuptriggersearch span {
	color: #404040; 
}

a.fancycalendarpopuptriggersearch:hover {
	color: #992ca4;
}

.tab-content a.fancycalendarpopuptriggersearch {
	font-family: "Regular", Helvetica, Arial, sans-serif;
	/* text-decoration: none; */
	color: #f58eff; 
	background-color: #fff; 
}

.tab-content a.fancycalendarpopuptriggersearch span {
	color: #404040; 
}

.tab-content a.fancycalendarpopuptriggersearch:hover {
	color: #992ca4;
}


a.mapbutton {
	margin: 0 0 .75em 0; 
	padding: 0.1em 0.1em 0.1em 37px; 
	background-image: url('images/picto-map-button.png'); 
	background-repeat: no-repeat;
	line-height: 1.5
}

a.listbutton {
	margin: 0 0 .75em 0; 
	padding: 0.1em 0.1em 0.1em 37px; 
	background-image: url('images/picto-list-button.png'); 
	background-repeat: no-repeat;
	line-height: 1.5
}

a.backbutton {
	margin: -0.75em 0 0 0.75em; 
	padding: 0.1em 0.1em 0.1em 37px; 
	background-image: url('images/picto-back-button.png'); 
	background-repeat: no-repeat;
	line-height: 1.5
}



a.fancycalendarpopuptriggersearchbutton {
	margin: 0 0 .75em 0; 
	padding: 1em 1em 1em 48px; 
	background-image: url('images/picto-organizer-button.png'); 
	background-repeat: no-repeat;
}

a.fancycalendarpopuptriggeraftercreateactivity {
	margin: 0 0 .75em 0; 
	padding: 1em 1em 1em 48px; 
	background-image: url('images/picto-organizer-button.png'); 
	background-repeat: no-repeat;
}

a.fancycalendarpopuptriggerplanning {
	margin: 0 0 .75em 0; 
	padding: 1em 1em 1em 48px; 
	background-image: url('images/picto-organizer-button.png'); 
	background-repeat: no-repeat;
}

a.submitaddnewactivity {
	margin: 0 0 .75em 0; 
	padding: 1em 1em 1em 48px; 
	background-image: url('images/picto-add-button.png'); 
	background-repeat: no-repeat;
}

a.submitaddactivityfromlist {
	margin: 0 0 .75em 0; 
	padding: 1em 1em 1em 48px; 
	background-image: url('images/picto-add-button.png'); 
	background-repeat: no-repeat;
}

a.submitshoworganization {
	margin: 0 0 .75em 0; 
	padding: 1em 1em 1em 48px; 
	background-image: url('images/picto-edit-button.png'); 
	background-repeat: no-repeat;
}

a.submitseeorganization {
	margin: 0 0 .75em 0; 
	padding: 1em 1em 1em 48px; 
	background-image: url('images/picto-see-button.png'); 
	background-repeat: no-repeat;
}

a.submitmodifyorganization {
	margin: 0 0 .75em 0; 
	padding: 1em 1em 1em 48px; 
	background-image: url('images/picto-edit-button.png'); 
	background-repeat: no-repeat;
}

a.noticebutton {
	margin: 0 0 .75em 0; 
	padding: 1em 2.5em 1em 2.5em;
}


.help-button {
    display: none
}

@media only screen and (min-width: 50em) {
    .help-button {
        display: block;
        position: fixed;
        top: 240px;
        right: 0;
        z-index: 900
    }
    .help-button a {
        display: block;
        padding: 10px;
        width: 42px;
        height: 42px;
        background: #992ca4 url(img/sprite.svg) -455px 10px no-repeat
    }
    .help-button a span {
        display: block;
        height: 42px;
        padding: 10px 52px 10px 10px;
        font-family: "Bold", Helvetica, Arial, sans-serif;
        color: #fff;
        white-space: nowrap;
        background-color: #d8a100;
        position: absolute;
        top: 0;
        right: 0;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        transition: -webkit-transform .3s ease-in-out;
        transition: transform .3s ease-in-out;
        transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
        z-index: -1
    }
    .help-button a:hover span,
    .help-button a:focus span {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

#site_foot {
    position: relative;
    padding-bottom: 120px;
/*    background: #fff url(img/handpresso-footer2015.png) center bottom no-repeat */
}

.footer-copyright,
.social-container {
    position: relative
}

.footer-copyright {
    display: none;
    margin-top: -2.2em
}

@media only screen and (min-width: 50em) {
    .footer-copyright {
        display: block
    }
}

.footer-copyright p {
    font-size: 1.2rem;
    margin-bottom: .5em
}

.social-container {
/*    margin-top: -3.4em; */
    margin-top: -1.4em;
    text-align: right
}

.social-nav-title {
    display: none
}

@media only screen and (min-width: 50em) {
    .social-nav-title {
        display: inline-block;
        vertical-align: middle;
/*
        font-family: "Hand", Helvetica, Arial, sans-serif;
        font-size: 2.4rem;
*/
        font-family: "Regular", Helvetica, Arial, sans-serif;
        font-size: 2rem;
        margin: 0
    }
}

.social-nav {
    text-align: center
}

@media only screen and (min-width: 50em) {
    .social-nav {
        text-align: right
    }
}

.social-menu {
    display: inline-block;
    vertical-align: middle
}

.social-item {
    display: inline-block;
    margin: 0 .15625em
}

@media only screen and (min-width: 50em) {
    .social-item {
        margin: 0 .3125em
    }
}

.social-item a {
    display: block;
    width: 30px;
    height: 30px;
    background: #fff url(img/social-icons.svg) 0 0 no-repeat;
    transition: .2s ease-in-out;
    text-indent: 150%;
    white-space: nowrap;
    overflow: hidden
}

.social-item a[href*="facebook.com"] {
    background-position: 0 0
}

.social-item a[href*="twitter.com"] {
    background-position: -40px 0
}

.social-item a[href*="pinterest.com"] {
    background-position: -80px 0
}

.social-item a[href*="instagram.com"] {
    background-position: -120px 0
}

.social-item a[href*="youtube.com"] {
    background-position: -160px 0
}

.social-item a[href*="google.com"] {
    background-position: -200px 0
}

.social-item a:hover,
.social-item a:focus {
    opacity: .7;
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px)
}

.footer-nav:nth-of-type(2),
.footer-nav:nth-of-type(3) {
    /*display: none*/
}

@media only screen and (min-width: 50em) {
    .footer-nav:nth-of-type(2),
    .footer-nav:nth-of-type(3) {
        display: block
    }
}

@media only screen and (min-width: 40em) {
    .footer-nav:nth-of-type(2) {
        display: block
    }
}

.footer-menu-title {
    text-transform: uppercase;
    color: #404040;
    margin-bottom: .3125em
}

.footer-menu {
    margin: 0
}

.footer-menu>li {
    display: block;
    font-size: 1.4rem;
    margin-bottom: .15625em
}

.footer-menu>li a {
    text-decoration: none;
    transition: color .2s ease-in-out
}

.footer-menu>li a:hover,
.footer-menu>li a:focus {
    color: #992ca4
}

.footer-infos {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.footer-infos address {
    font-size: 1.4rem;
    font-style: normal;
    text-align: right;
    padding-top: .625em;
    border-top: #404040 1px solid;
    width: 100%
}

.footer-infos .footer-payments {
    display: block;
    line-height: 1;
    margin-bottom: .625em;
    width: 145px;
    height: 20px;
    background: url(img/sprite.svg) 0 -210px no-repeat;
    background-size: 375px 375px;
    text-indent: 150%;
    white-space: nowrap;
    overflow: hidden
}

.footer-infos .footer-shipment {
    display: block;
    text-align: right
}

.footer-infos .footer-shipment p {
    position: absolute;
    display: block;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: 0;
    text-indent: 150%;
    white-space: nowrap;
    overflow: hidden
}

.footer-infos .footer-shipment img {
    display: inline-block;
    width: auto;
    height: 20px;
    margin: 0 0 .3125em .3125em
}

.screen-reader-text {
    position: absolute;
    display: block;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: 0;
    text-indent: 150%;
    white-space: nowrap;
    overflow: hidden
}

input#website {
    position: absolute;
    display: block;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: 0;
    text-indent: 150%;
    white-space: nowrap;
    overflow: hidden
}

.white-bg {
    background-color: #fff
}

.clearfix {
    clear: both;
    float: none
}

.floatl {
    float: left
}

.floatr {
    float: right
}

.txtr {
    text-align: right
}

.txtl {
    text-align: left
}

.txtc {
    text-align: center
}

#tsbadge4_db8d3657bdbe440c985ae127463eaad4 {
    display: none
}

@media only screen and (min-width: 40em) {
    #tsbadge4_db8d3657bdbe440c985ae127463eaad4 {
        display: block
    }
}


/*# sourceMappingURL=style.css.map */