@font-face {
    font-family: 'Bank Gothic Light BT';
    font-style: normal;
    font-weight: normal;
    src: local("Bank Gothic Light BT"), url("../fonts/TT0589M_.woff") format("woff");
}


/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
}

a:active,
a:hover {
    outline: 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}


/*--------------------------------------------------------------
# Variables
--------------------------------------------------------------*/

html {
    overflow-x: hidden;
}

body {
    background-color: white;
    font-size: 14px;
    line-height: 1.6;
    font-family: 'Montserrat', sans-serif;
    color: #666;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    overflow-x: hidden;
}

.cycle-prev,
.cycle-next {
    display: none;
}

.easy-t-cycle-pager span {
    color: transparent !important;
    width: 15px;
    height: 15px;
    border: 2px solid #084756;
    border-radius: 99px;
    margin: 5px;
}

.easy-t-cycle-pager span.cycle-pager-active {
    background-color: #084756 !important;
}

#content input[type="submit"],
#content .wc-submit-button {
    font-size: 18px;
    background: #f7d510;
    color: #084756;
    border: 2px solid #f7d510;
    border-radius: 6px;
    box-shadow: none;
    text-shadow: none;
}

#content input[type="submit"]:hover,
#content .wc-submit-button:hover {
    text-decoration: none;
    background: transparent;
    color: #084756;
    box-shadow: none;
    border-color: #f7d510;
}

#page {
    transition: right .3s;
    right: 0;
    position: relative;
}

#page .overlay {
    transition: background-color .3s;
    z-index: -1;
}

#page.menu-open {
    position: relative;
    right: 300px;
}

#page.menu-open .overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(8, 71, 86, 0.7);
    z-index: 500;
}

.acf-fields>.acf-field {
    border-top: none !important;
}

.acf-field-date-picker input,
.acf-field-number[data-name="nombre_denfant"] input,
.acf-field[data-name="installe_a_orleans_depuis"] select,
.acf-field[data-name="telephone"] input {
    width: auto !important;
}

.acf-input-prepend,
.acf-input-append {
    line-height: 28px !important;
    height: 28px !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 5px 9px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

a,
a:visited {
    color: #E07802;
}

a:hover,
a:visited:hover {
    text-decoration: none;
    color: #084756;
}

.logo-metropole {
    width: 64px !important;
}

.scroll-top {
    visibility: hidden;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    padding: 10px;
    position: fixed;
    bottom: 25px;
    right: 25px;
    background-color: #f7d510;
    opacity: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    transition: opacity .6s, visibility .3s;
}

.scroll-top.visible {
    visibility: visible;
    opacity: 1;
    z-index: 1000;
}

.scroll-top:focus,
.scroll-top:active {
    text-decoration: none;
}

.scroll-top i {
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    color: #084756 !important;
}

.scroll-top:hover i {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

.scroll-bottom {
    visibility: hidden;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    padding: 10px;
    position: fixed;
    bottom: 75px;
    right: 25px;
    background-color: #f7d510;
    opacity: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    transition: opacity .6s, visibility .3s;
}

.scroll-bottom.open {
    visibility: visible;
    opacity: 1;
    z-index: 1000;
}

.scroll-bottom.footer {
    visibility: hidden !important;
    opacity: 0 !important;
}

.scroll-bottom:focus,
.scroll-bottom:active {
    text-decoration: none;
}

.scroll-bottom i {
    color: #084756 !important;
}

.scroll-bottom i {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.scroll-bottom i {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

@-webkit-keyframes bounce {
    from,
    20%,
    53%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    40%,
    43% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0);
    }
    70% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -8px, 0);
        transform: translate3d(0, -8px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0);
    }
}

@keyframes bounce {
    from,
    20%,
    53%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    40%,
    43% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0);
    }
    70% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -8px, 0);
        transform: translate3d(0, -8px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0);
    }
}

.scroll-bottom i {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
}

.nav-previous a,
.nav-next a {
    padding: 15px 25px;
    background-color: #f7d510;
    color: #084756;
    border: 2px solid #f7d510;
    transition: all .3s;
    display: inline-block;
}

.nav-previous a:hover,
.nav-next a:hover {
    background-color: transparent;
}

.nav-previous a::before {
    content: '\f177';
    padding-right: 10px;
    font-family: 'FontAwesome';
}

.nav-next a::after {
    content: '\f178';
    font-family: 'FontAwesome';
    padding-left: 10px;
    transition: all .3s;
}

figure {
    margin: 0px !important;
}

.hide-mobile {
    display: inline;
}

@media screen and (max-width: 768px) {
    .hide-mobile {
        display: none;
    }
}


/*--------------------------------------------------------------
# Typographie
--------------------------------------------------------------*/

.h1 h1,
.h1 span {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin: 0;
    line-height: 1;
    color: #084756;
}

h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}

.fl-module-heading h2.fl-heading,
.fl-module-heading h3.fl-heading {
    margin-bottom: -20px !important;
}

.cookie h3 span {
    font-family: 'Cookie' !important;
    font-size: 42px;
}

.text-blue {
    color: #084756;
    font-weight: bold;
}

.welcomer-plus {
    font-family: 'Bank Gothic Light BT';
    color: #084756;
    font-size: 18px;
    font-weight: bold;
}

.welcomer-plus .plus {
    font-family: 'Arial';
    font-weight: 900;
    font-size: 20px;
}


/*--------------------------------------------------------------
# Woocommerce
--------------------------------------------------------------*/

.product_list_widget img,
.product_list_widget .woocommerce-Price-amount.amount {
    display: none;
}

.product_list_widget {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.woocommerce #content {
    padding: 25px 0;
}

.price-table tr td:first-of-type {
    width: 75%;
}

.woocommerce div.product form.cart .single_add_to_cart_button {
    float: right;
    margin-right: 18%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #f7d510;
    color: #084756;
    border: 1px solid #f7d510;
    border-radius: 10px;
    padding: 10px 25px;
}

.woocommerce div.product form.cart .single_add_to_cart_button::after {
    content: url("../images/cart-icon.png");
    margin-left: 5px;
}

.woocommerce div.product form.cart .single_add_to_cart_button:hover {
    background-color: transparent;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
    color: #084756;
    font-size: 24px;
    font-weight: bold;
}

.woocommerce-account p {
    margin: 0;
}

.woocommerce-MyAccount-content {
    padding-top: 25px;
}

.product_list_widget li {
    color: transparent;
}

.woocommerce-result-count,
.woocommerce-ordering {
    display: none;
}

.product-type-grouped label {
    color: #666666;
    font-size: 14px;
}

.regular-price {
    font-weight: 700;
    color: #084756;
    font-size: 22px;
}

.old-price {
	font-weight: 400;
	font-size: 15px;
	text-decoration: line-through;
}

h1.product_title {
    font-family: 'Cookie', cursive;
    font-size: 43px;
    color: #084756;
}

h1.product_title span.title-bolder {
    font-family: 'Montserrat';
    font-weight: bold;
    font-size: 27px;
    text-transform: uppercase;
}

p.bolder {
    font-family: 'Montserrat';
    font-weight: 900;
    font-size: 27px;
    text-transform: uppercase;
    padding-left: 25px;
    color: #084756;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border: none;
    background-color: transparent;
    display: inline-block;
    position: relative;
    z-index: 0;
    border-radius: 0px;
    margin: 0 -5px;
    padding: 0 1em;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    color: #B0B0B0 !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::after,
.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
    border: none;
    position: absolute;
    bottom: 0px;
    width: 0px;
    height: 0px;
    content: ' ';
    display: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::after,
.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
    border: none;
    position: absolute;
    bottom: 0px;
    width: 0px;
    height: 0px;
    content: ' ';
    display: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    border: 1px solid #d3ced2;
    border-bottom: none;
    color: #084756 !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
    color: #084756 !important;
}

.woocommerce-breadcrumb {
    padding-left: 40px !important;
}

.checkout-button {
    background-color: #f7d510 !important;
    border: 2px solid #f7d510 !important;
    color: #084756 !important;
}

.checkout-button:hover {
    background-color: transparent !important;
    border: 2px solid #f7d510 !important;
    color: #084756 !important;
}

input[name="update_cart"],
input[name="apply_coupon"] {
    font-size: 12px !important;
}

input[name="coupon_code"] {
    width: auto !important;
}

.product-name {
    font-size: 18px;
}

.woocommerce-bacs-bank-details {
    background-color: #f6f6f6;
    padding: 15px;
}

.woocommerce-bacs-bank-details h2 {
    margin-bottom: 25px;
}

.flex-control-nav img {
    border: 2px solid rgba(146, 146, 146, 0.7);
}

.flex-control-nav li {
    padding: 5px;
}

.flex-control-nav .flex-active {
    border: 2px solid rgba(8, 71, 86, 0.7);
}

.flex-center-center{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-around;
}

.p-15{
	padding: 15px;
}

.pl-0{
	padding-left: 0px;
}

.pr-0{
	padding-right: 0px;
}


/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.baseline{
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    font-size: 11px;
    color: #084756;
    text-align: center;
}

@media screen and (max-width: 1200px){
    
    .baseline{
        font-size: 8px;
    }
}

@media screen and (max-width: 992px){
    
    .baseline{
        display: block;
    }
}

.site-header {
    background-color: #fff;
}

.site-header input.search-field {
    border: none;
    border-bottom: 1px solid #084756;
    border-radius: 0px;
}

.site-header .cart-logo a {
    font-size: 11px;
}

.site-header .cart-logo a::before {
    content: url("../images/cart-icon.jpg");
    display: block;
    text-align: center;
    margin: 0px auto -5px;
}

.site-header .woocommerce-product-search input[type="submit"] {
    background-color: #ffffff;
    color: transparent;
    border: none;
    border-color: transparent;
    box-shadow: none;
    width: 25px;
    height: 25px;
    background-image: url("../images/search-icon.jpg");
    text-shadow: none;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.site-header .navs {
    z-index: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.site-header a {
    color: #084756;
}

.site-header a:hover,
.site-header a:focus,
.site-header a:active {
    text-decoration: none;
}

.site-header .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

@media screen and (max-width: 992px) {
    .site-header .site-branding {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

.site-header .site-branding>.logo {
    margin: 13px 0;
    display: block;
    height: calc(100% - 26px);
    width: 100%;
}

@media screen and (max-width: 992px) {
    .site-header .site-branding>.logo {
        display: inline-block;
        width: auto;
        height: auto;
    }
}

.site-header #header-navigation .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -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;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px 25px;
}

.site-header #site-navigation {
    -ms-flex-item-align: end;
    align-self: flex-end;
}

#slider {
    background-color: #084756;
}

#slider .container {
    position: relative;
}

@media screen and (max-width: 500px) {
    #slider .container {
        padding: 0;
    }
}

@media screen and (max-width: 500px) {
    #slider .container .row {
        margin-right: 0;
        margin-left: 0;
    }
}

@media screen and (max-width: 500px) {
    #slider .container .row .col-xs-12 {
        padding: 0;
    }
}

#slider .container::before {
    content: '';
    z-index: 2;
    background-color: #084756;
    width: 400px;
    height: 100%;
    display: block;
    -webkit-transform: skew(-15deg);
    transform: skew(-15deg);
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: -320px;
}

@media screen and (max-width: 500px) {
    #slider .container::before {
        width: 0;
    }
}

#slider .container::after {
    content: '';
    z-index: 2;
    background-color: #084756;
    width: 400px;
    height: 100%;
    display: block;
    -webkit-transform: skew(-15deg);
    transform: skew(-15deg);
    position: absolute;
    top: 0px;
    right: -320px;
    bottom: 0px;
    left: initial;
}

@media screen and (max-width: 500px) {
    #slider .container::after {
        width: 0;
    }
}

#slider .text-shadow p {
    text-shadow: 0px 0px 15px #000000 !important;
}

@media screen and (max-width: 992px) {
    #slider p {
        font-size: 100% !important;
    }
}


/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/

#site-navigation {
    clear: none;
    color: #084756;
    z-index: 0;
}

#site-navigation ul.menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

#site-navigation ul.menu>li>a .sub {
    font-size: 12px;
}

#site-navigation ul.menu li a:hover,
#site-navigation ul.menu li.current-menu-item a {
    background-color: #f7d510;
    border: 2px solid #f7d510;
    text-transform: uppercase;
    margin: 15px 12px 0;
    position: relative;
}

#site-navigation ul.menu li a:hover::before,
#site-navigation ul.menu li.current-menu-item a::before {
    content: "";
    background-color: #ffffff;
    border: 2px solid #f7d510;
    width: 50%;
    height: 25px;
    position: absolute;
    top: -15px;
    right: 0px;
    bottom: 0px;
    left: 25%;
    z-index: -1;
}

#site-navigation ul.menu li a:hover:hover,
#site-navigation ul.menu li.current-menu-item a:hover {
    background-color: #fff;
}

#site-navigation a {
    padding: 0px 10px;
    height: 47px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #f7d510;
    border: 2px solid #f7d510;
    text-transform: uppercase;
    margin: 15px 12px 0;
    font-size: 17px;
}

#site-navigation a:hover {
    background-color: #fff;
}

@media screen and (max-width: 1200px) {
    #site-navigation a {
        font-size: 14px;
    }
}

/*
.home #site-navigation ul.menu li:first-of-type a {
    background-color: #f7d510;
    border: 2px solid #f7d510;
    text-transform: uppercase;
    margin: 15px 12px 0;
    position: relative;
}

.home #site-navigation ul.menu li:first-of-type a::before {
    content: "";
    background-color: #ffffff;
    border: 2px solid #f7d510;
    width: 50%;
    height: 25px;
    position: absolute;
    top: -15px;
    right: 0px;
    bottom: 0px;
    left: 25%;
    z-index: -1;
}

.home #site-navigation ul.menu li:first-of-type a:hover {
    background-color: #fff;
}
*/

.hamburger {
    display: none;
    float: right;
    font-size: 32px;
}

@media screen and (max-width: 991px) {
    .hamburger {
        display: inline-block;
    }
}

.mobile-menu-container {
    width: 300px;
    height: 100vh;
    position: fixed;
    top: 0;
    right: -300px;
    z-index: 999;
    background-color: #ffffff;
    overflow-y: scroll;
    padding-top: 45px;
    transition: right .3s;
}

.mobile-menu-container::-webkit-scrollbar {
    display: none;
}

.mobile-menu-container.open {
    right: 0;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
}

.mobile-menu-container .fa-times {
    cursor: pointer;
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 32px;
    color: #084756;
}

.mobile-menu-container .menu {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.mobile-menu-container .menu li#menu-item-34 {
    display: none;
}

.mobile-menu-container .menu li#menu-item-39::before {
    content: '';
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
    display: block;
}

.mobile-menu-container .menu li.lang-item {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
}

.mobile-menu-container .menu li a {
    display: block;
    padding: 10px 25px;
    color: #084756;
    text-transform: uppercase;
}

.mobile-menu-container .menu li a:hover {
    text-decoration: none;
    color: #f7d510;
}

.mobile-menu-container .menu li a .sub {
    font-size: 12px;
}

#header-navigation li.my-space {
    text-transform: uppercase;
}

#header-navigation li.bolder a {
    font-weight: bold;
}

@media screen and (max-width: 991px) {
    .site-header .navs {
        display: none;
    }
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

.product_list_widget li {
    height: 22px;
}

.contact-us>div {
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2) inset;
    margin-right: -20px;
    margin-left: -20px;
    color: #084756;
}

#colophon {
    color: #929292;
    padding-top: 20px;
}

#colophon .row>div {
    margin-bottom: 45px;
}

#colophon ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

#colophon a {
    color: #929292;
}

#colophon a:hover {
    text-decoration: none;
    color: #084756;
}

#colophon a:focus,
#colophon a:active {
    text-decoration: none;
}

#colophon .footer-widget-title {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 15px;
}

#colophon .about .textwidget p {
    padding-right: 45px;
}

#colophon .social-network-container p{
    margin-bottom: 0;
    font-size: 24px;
}

#colophon .agency-logo {
    float: right;
}

#colophon .site-infos {
    margin: 25px 0;
}


/*--------------------------------------------------------------
# Attestation
--------------------------------------------------------------*/

#attestation {
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff !important;
    color: #084756;
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    transition: all .3s;
}

#attestation.open {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

#attestation form {
    width: 75%;
    height: 75%;
    margin-left: 12.5%;
    margin-top: 12.5%;
    text-align: center;
}

#attestation .cross {
    position: absolute;
    top: 30px;
    right: 30px;
    color: #084756;
    font-weight: bold;
    cursor: pointer;
    font-size: 32px;
}

#attestation .cross:hover {
    color: #f7d510;
}


/*--------------------------------------------------------------
# Woocommerce_Home
--------------------------------------------------------------*/

.woocommerce ul.products {
    margin: 20px;
    margin-top: 120px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media screen and (max-width: 800px) {
    .woocommerce ul.products {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.woocommerce ul.products li.product {
    text-align: center;
    margin-bottom: 100px;
}

.woocommerce ul.products li.product:nth-of-type(4) a:first-of-type,
.woocommerce ul.products li.product:nth-of-type(5) a:first-of-type {
    /* height: 460px !important; */
}

@media screen and (max-width: 920px) {
    .woocommerce ul.products li.product:nth-of-type(4) a:first-of-type,
    .woocommerce ul.products li.product:nth-of-type(5) a:first-of-type {
        /* height: 550px !important; */
    }
}

.woocommerce ul.products li.product a:first-of-type {
    display: block;
    color: #084756;
    padding: 45px 0 10px;
    border: 3px solid #084756;
    margin-top: 25px;
    position: relative;
    background-color: #fff;
}

.woocommerce ul.products li.product a:first-of-type ul {
    padding: 0 35px;
}

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

	.woocommerce ul.products li.product a:first-of-type ul {
		padding: 0 15px;
	}

}

.woocommerce ul.products li.product a:first-of-type ul li,
#tab-description ul li {
    text-align: left;
    padding-left: 45px;
    background-image: url("../images/puce.png");
    background-repeat: no-repeat;
    background-position: left top;
    padding-bottom: 10px;
}

.woocommerce ul.products li.product a:first-of-type ul li:not(.phone),
#tab-description ul li {
    padding-left: 65px;
    background-size: 10px 10px;
    background-position: 40px 7px;
}

.woocommerce ul.products li.product a:first-of-type ul li:not(.habitant),
#tab-description ul li {
    padding-left: 65px;
    background-size: 10px 10px;
    background-position: 40px 7px;
}

.woocommerce ul.products li.product a:first-of-type ul li:not(.gift),
#tab-description ul li {
    padding-left: 65px;
    background-size: 10px 10px;
    background-position: 40px 7px;
}

.woocommerce ul.products li.product a:first-of-type .woocommerce-loop-product__title {
    font-family: 'Cookie', cursive;
    line-height: 43px;
    font-size: 43px;
    padding-top: 50px;
    padding-bottom: 45px;
    margin-left: 25px;
    margin-right: 25px;
    margin-top: -120px;
    margin-bottom: 40px !important;
    padding-left: 20px;
    transition: color 0.3s ease-in-out;
    background-image: url("../images/background-packs.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-color: #ffffff;
}

.woocommerce ul.products li.product a:first-of-type .woocommerce-loop-product__title:hover {
    color: #f7d510;
    cursor: pointer;
}

.woocommerce ul.products li.product a:first-of-type .woocommerce-loop-product__title .title-bolder {
    font-family: 'Montserrat';
    font-weight: bold;
    font-size: 27px;
    text-transform: uppercase;
}

.woocommerce ul.products li.product a:first-of-type:hover,
.woocommerce ul.products li.product a:first-of-type:focus {
    color: #084756;
    cursor: default;
}

.woocommerce ul.products li.product a.more {
    float: right;
    cursor: pointer;
    color: #084756;
    margin-right: 20px;
    margin-top: 25px;
    transition: color 0.3s ease-in-out;
}

.woocommerce ul.products li.product a.more:hover {
    color: #f7d510;
}

.woocommerce ul.products li.product .title-bolder {
    display: block;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
    width: 29.5%;
}

@media screen and (max-width: 800px) {
    .woocommerce ul.products li.product,
    .woocommerce-page ul.products li.product {
        width: 100% !important;
    }
}

.woocommerce-product-details__short-description p:first-of-type {
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    color: #ffffff;
    background-color: #084756;
    padding: 25px 0px;
}


/*--------------------------------------------------------------
# Home
--------------------------------------------------------------*/

.testimonial_author {
    float: right;
    color: #084756;
    font-style: normal;
    font-family: "Montserrat";
    font-weight: bold;
    margin-top: 30px;
}

.testimonial_author cite {
    font-style: normal;
}

.testimonial_author span {
    width: auto !important;
    display: inline-block !important;
}

.testimonial_author span.testimonial-client::after {
    content: ', ';
}

blockquote.easy_testimonial {
    padding: 30px 60px !important;
    border: 2px solid #084756 !important;
    border-radius: 20px;
    font-family: 'Montserrat';
    font-weight: 100;
    color: #084756;
    font-size: 15px;
}

.gold-rules {
    padding: 30px 40px;
    padding-top: 0;
    border: 4px solid #084756;
    text-align: center;
}

.gold-rules h2.title {
    font-family: "Montserrat";
    font-weight: bold;
    color: #084756;
    margin-top: 0;
    background-color: #ffffff;
    position: relative;
    top: -25px;
    display: inline-block;
}

.gold-rules h2.title>span {
    display: block;
    text-align: center;
}

.gold-rules h2.title .the-10 {
    font-size: 48px;
}

.gold-rules h2.title .golden-rules,
.gold-rules h2.title .du {
    font-size: 32px;
}

.gold-rules h2.title .welcomer {
    font-size: 50px;
    font-family: 'Cookie';
    font-weight: normal;
}

.gold-rules .rules-container {
    color: #084756;
    font-family: "Montserrat";
    font-weight: normal;
    font-size: 16px;
    text-align: left;
    overflow: hidden;
}

.habitant {
    background-image: none !important;
    position: relative;
    list-style-type: none;
    padding-left: 45px !important;
    margin-bottom: 20px;
    margin-top: 20px;
}

.habitant::before {
    position: absolute;
    top: 0;
    left: 0;
    font-family: 'FontAwesome';
    content: '\f0c0';
    color: #084756;
    font-size: 28px;
    line-height: 28px;
}

.phone {
    background-image: none !important;
    position: relative;
    list-style-type: none;
    padding-left: 45px !important;
}

.phone::before {
    position: absolute;
    top: 0;
    left: 2%;
    font-family: 'FontAwesome';
    content: '\f10b';
    color: #084756;
    font-size: 43px;
    line-height: 43px;
}

.phone.no-icon::before {
    display: none;
}

.gift {
    background-image: none !important;
    position: relative;
    padding-left: 45px !important;
    margin-bottom: 20px;
    margin-top: 20px;
    list-style-type: none;
}

.gift::before {
    position: absolute;
    top: 0;
    left: -7%;
    content: url("../images/coffret-cadeau-jobpack.jpg");
    font-size: 23px;
    line-height: 23px;
}

.cards {
    background-image: none !important;
    position: relative;
    padding-left: 45px !important;
    margin-bottom: 20px;
    margin-top: 20px;
    list-style-type: none;
}

.cards::before {
    position: absolute;
    top: -8px;
    left: -1%;
    content: url("../images/picto-cards.jpg");
    font-size: 23px;
    line-height: 23px;
}

li.plus {
    background-image: none !important;
    position: relative;
    padding-left: 45px !important;
    margin-bottom: 20px;
    margin-top: 20px;
    list-style-type: none;
}

li.plus::before {
    position: absolute;
    top: 0;
    left: 2%;
    content: '+';
    font-size: 23px;
    line-height: 23px;
}

li.plus {
    background-image: none !important;
    position: relative;
    padding-left: 45px !important;
    margin-bottom: 20px;
    margin-top: 20px;
    list-style-type: none;
}

.none::before {
    position: absolute;
    top: 0;
    left: 2%;
    content: '';
    font-size: 23px;
    line-height: 23px;
}

.none {
    background-image: none !important;
    position: relative;
    padding-left: 45px !important;
    margin-bottom: 0;
    margin-top: 10px;
    list-style-type: none;
}

@media screen and (max-width: 768px) {
    .gift::before {
        left: -3%;
    }
}

@media screen and (max-width: 400px) {
    .gift::before {
        left: -6%;
        width: 15px;
    }
}

#tab-description ul{
    padding-left: 0;
}

#tab-description ul .gift::before{
    left: -3%;
}

#tab-description ul li{
    list-style-type: none;
}

.mail-icon a {
    color: transparent !important;
    font-size: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    content: '';
}

.mail-icon a::before {
    content: '\f003';
    font-family: 'FontAwesome';
    font-size: 30px;
    color: #084756 !important;
}

#content .acf-form-submit {
    text-align: center;
}

#content .acf-form-submit input {
    font-size: 18px;
    background: #f7d510;
    color: #084756;
    border: 2px solid #f7d510;
    border-radius: 6px;
    box-shadow: none;
    text-shadow: none;
}

#content .acf-form-submit input:hover {
    text-decoration: none;
    background: transparent;
    color: #084756;
    box-shadow: none;
    border-color: #f7d510;
}

#content .yellow-button .fl-button-wrap {
    text-align: center;
}

#content .yellow-button .fl-button-wrap a {
    font-size: 18px;
    background: #f7d510;
    border: 2px solid #f7d510;
    border-radius: 6px;
    box-shadow: none;
    text-shadow: none;
}

#content .yellow-button .fl-button-wrap a:hover {
    text-decoration: none;
    background: transparent;
    color: #084756;
    box-shadow: none;
    border-color: #f7d510;
}

#content .yellow-button .fl-button-wrap a span {
    color: #084756;
}

#content .blue-text {
    color: #084756;
}

#content .acf-checkbox-list label,
#content .acf-radio-list label {
    font-weight: normal;
}

.acf-field[data-name="prenom"],
.acf-field[data-name="nom"],
.acf-field[data-name="code_postal"],
.acf-field[data-name="ville"] {
    clear: none !important;
    float: left;
    width: 50%;
}

@media screen and (max-width: 768px) {
    .acf-field[data-name="prenom"],
    .acf-field[data-name="nom"],
    .acf-field[data-name="code_postal"],
    .acf-field[data-name="ville"] {
        width: 100%;
        clear: left !important;
        float: none;
    }
}

#border {
    position: relative;
}

@media screen and (max-width: 992px) {
    #border .fl-col-small {
        width: 100% !important;
    }
}

#border>.fl-row-content-wrap::before {
    content: '';
    z-index: 2;
    background-color: #084756;
    width: 600px;
    height: 100%;
    display: block;
    -webkit-transform: skew(-15deg);
    transform: skew(-15deg);
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: -320px;
}

@media screen and (max-width: 1350px) {
    #border>.fl-row-content-wrap::before {
        left: -540px;
    }
}

@media screen and (max-width: 992px) {
    #border>.fl-row-content-wrap::before {
        width: 0;
    }
}

#border>.fl-row-content-wrap::after {
    content: '';
    z-index: 2;
    background-color: #084756;
    width: 600px;
    height: 100%;
    display: block;
    -webkit-transform: skew(-15deg);
    transform: skew(-15deg);
    position: absolute;
    top: 0px;
    right: -320px;
    bottom: 0px;
    left: initial;
}

@media screen and (max-width: 1350px) {
    #border>.fl-row-content-wrap::after {
        right: -540px;
    }
}

@media screen and (max-width: 992px) {
    #border>.fl-row-content-wrap::after {
        width: 0;
    }
}

@media screen and (max-width: 992px) {
    #border img {
        display: none;
    }
}

.text-skew p {
    position: relative;
}

.text-skew p:nth-of-type(2) {
    left: -20px;
}

@media screen and (max-width: 992px) {
    .text-skew p:nth-of-type(2) {
        left: 0;
    }
}

.text-skew p:nth-of-type(3) {
    left: -35px;
}

@media screen and (max-width: 992px) {
    .text-skew p:nth-of-type(3) {
        left: 0;
    }
}

.text-skew p:nth-of-type(4) {
    left: -50px;
}

@media screen and (max-width: 992px) {
    .text-skew p:nth-of-type(4) {
        left: 0;
    }
}

.text-skew p:nth-of-type(5) {
    left: -60px;
}

@media screen and (max-width: 992px) {
    .text-skew p:nth-of-type(5) {
        left: 0;
    }
}

.text-skew p:nth-of-type(6) {
    left: -75px;
}

@media screen and (max-width: 992px) {
    .text-skew p:nth-of-type(6) {
        left: 0;
    }
}

.text-skew p:nth-of-type(7) {
    left: -90px;
}

@media screen and (max-width: 992px) {
    .text-skew p:nth-of-type(7) {
        left: 0;
    }
}

@media screen and (max-width: 1350px) {
    .text-skew>div {
        margin-right: 45px !important;
    }
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
    padding: 1em 2em 1em 3.5em;
    margin: 0 0 2em;
    position: relative;
    background-color: rgba(8, 71, 86, .8);
    color: white;
    border-top: 3px solid #f7d510;
    list-style: none outside;
    width: auto;
    word-wrap: break-word;
}

.woocommerce-error a:hover,
.woocommerce-info a:hover,
.woocommerce-message a:hover {
    color: white;
}

.research {
    visibility: hidden;
}

.quantity {
    display: flex;
    flex-direction: row;
}

#content input[type=number]::-webkit-inner-spin-button,
#content input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

#content input[type=number] {
    -moz-appearance: textfield;
}

.quantity input {
    float: left;
}

.quantity input:focus {
    outline: 0;
}

.quantity-nav {
    float: left;
    display: flex;
    flex-direction: row;
}

.quantity-nav div {
    cursor: pointer;
    padding: 5px;
    font-size: 23px;
    line-height: 12px;
}

.woocommerce ul.products li.product a.no-link:first-of-type{
    cursor: default !important;
    color: #084756 !important;
}

.woocommerce ul.products li.product a.no-link:first-of-type .woocommerce-loop-product__title:hover {
    cursor: default !important;
    color: #084756 !important;
}


ul#timeline-menu { height: 50px; text-align: center; }
ul#timeline-menu li { position: relative; float: left; list-style: none; margin: 0px; padding: 0px; }
ul#timeline-menu li a { display: block; text-decoration: none; font-size: 16px; padding: 10px; padding-top: 20px; color: black; font-weight: bold; border-bottom: 5px solid transparent; }
ul#timeline-menu li a:hover { color: #084756; border-bottom: 5px solid #084756; font-weight: normal; }

section#timeline { width: 90%; margin: 20px auto; padding-bottom: 20px; position: relative; }
section#timeline:before { top: 0; bottom: 0; position: absolute; z-index: -1; content: " "; width: 2px; background-color: #084756; left: 50%; height: 100%; margin-left: -1.5px; }
section#timeline article { width: 100%; margin-bottom: 20px; position: relative; }
section#timeline article:after { content: ''; display: block; clear: both; }

section#timeline > article > div.panel { width: 45%; float: left; background: #FFF; border: none; -webkit-border-radius: 0px; -moz-border-radius: 0px; border-radius: 0px; -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15); -moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15); box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15); }
section#timeline > article > div.panel .panel-heading { padding: 0; margin: 0; font-size: 1.2em; background-color: #084756; overflow: hidden; text-align: center; -webkit-border-radius: 0px; -moz-border-radius: 0px; border-radius: 0px; }
section#timeline > article > div.panel .panel-heading .panel-title { color: #FFF; }
section#timeline > article > div.panel .panel-heading .panel-title .panel-link { padding: 15px; color: #FFF; text-decoration: none !important; display: block;}
section#timeline > article > div.panel .panel-heading .panel-title .panel-link::after {
    content: '\f061'; font-family: 'FontAwesome'; margin-left: 10px;}
section#timeline > article > div.panel .panel-heading .panel-title .panel-link:hover { color: #f7d510; text-decoration: none !important;}
section#timeline > article > div.panel .panel-body { padding: 15px; position: relative; }
section#timeline article div.panel-body:after { content: ''; position: absolute; top: 20px; right: -5px; width: 10px; height: 10px; -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); -webkit-transform: rotate(-45deg); transform: rotate(-45deg); background: #FFF; }
section#timeline > article > div.panel .panel-body img { float: left; margin: 0 15px 15px 0; width: 33.333334%;   }
section#timeline > article > div.panel .panel-footer { padding: 15px; background-color: #EEE; }

section#timeline > article.inverted > div.panel { float: right; }
section#timeline > article.inverted > div.panel .panel-body:after { left: -5px; }
section#timeline > article.inverted > div.panel .panel-body img { float: right; }

section#timeline div[class*="group"],
section#timeline article div.panel div.badge { display: block; text-align: center; cursor: default; font-weight: bold; -moz-box-shadow: 0 0 0 2px #084756, inset 0 2px 0 rgba(0, 0, 0, 0.1), 0 3px 0 2px rgba(0, 0, 0, 0.15); -webkit-box-shadow: 0 0 0 2px #084756, inset 0 2px 0 rgba(0, 0, 0, 0.1), 0 3px 0 2px rgba(0, 0, 0, 0.15); box-shadow: 0 0 0 2px #084756, inset 0 2px 0 rgba(0, 0, 0, 0.1), 0 3px 0 2px rgba(0, 0, 0, 0.15); }
section#timeline div[class*="group"] { width: 65px; font-size: 1.3em; margin: 35px auto; padding: 5px; border-radius: 0px; background: #084756; color: #FFF; }
section#timeline article div.panel div.badge { white-space: normal; cursor: default; position: absolute; top: 0; left: 50%; margin: 0 0 0 -15px; border-radius: 50%; font-size: 0.75em; width: 30px; height: 30px; background: #FFF; color: #084756; }
section#timeline article div.panel div.badge:last-child { background-color: #084756; width: 20px; height: 20px; margin: 0 0 0 -10px; }

a.mylink { color: #084756; font-weight: bold; }
a.mylink:hover { color: #DA3203; }

.link-blue a{
    color: #084756 !important;
}
.link-blue a:hover{
    color: #f7d510 !important;
}

/* Estilo iOS */
.switch__container {
	display: inline-block;
    width: 40px;
}

.switch {
    visibility: hidden;
    position: absolute;
    margin-left: -9999px;
}

.switch + label {
    display: block;
    position: relative;
    cursor: pointer;
    outline: none;
    user-select: none;
}
/* Estilo Flat */
.switch--flat + label {
    padding: 1px;
    width: 40px;
    height: 20px;
    background-color: #e74c3c;
    transition: background 0.4s;
}
.switch--flat + label:before,
.switch--flat + label:after {
    display: block;
    position: absolute;
    content: "";
}
.switch--flat + label:before {
    top: 2px;
    left: 2px;
    bottom: 2px;
    right: 2px;
    background-color: #fff;
    transition: background 0.4s;
}
.switch--flat + label:after {
    top: 2px;
    left: 2px;
    bottom: 2px;
    width: 18px;
    background-color: #e74c3c;
    transition: margin 0.4s, background 0.4s;
}
.switch--flat:checked + label {
    background-color: #084756;
}
.switch--flat:checked + label:after {
    margin-left: 18px;
    background-color: #084756;
}

.gold-rules .switch {
    visibility: visible;
    position: relative;
    margin-left: 0;
}

.gold-rules img {
    transition: all .3s;
}

.gold-rules .switch img {
    transform: rotate(180deg);
}


.confiance-grid{
    width: 100%;
    position: relative;
    height: 75px;
    line-height: 75px;
    vertical-align: middle;
}

.confiance-item{
    -webkit-transition: left .6s !important;
    -moz-transition: left .6s !important;
    -ms-transition: left .6s !important;
    -o-transition: left .6s !important;
    transition: left .6s !important;
    width: 33.3333%;
    padding: 0px 15px !important;
    position: absolute;
    height: 75px;
    line-height: 75px;
    vertical-align: middle;
}

.confiance-item h3{
    padding: 0 45px;
    height: 75px;
    line-height: 75px;
    vertical-align: middle;
    margin: 0;
}

.confiance-item h3 img{
    max-height: 75px;
    width: auto;
}

.confiance-grid.mobile .confiance-item{
    width: 100%;
}

.confiance-item.first{
    left: 0;
    -webkit-transition-delay: .7s !important;
    -moz-transition-delay: .7s !important;
    -ms-transition-delay: .7s !important;
    -o-transition-delay: .7s !important;
    transition-delay: .7s !important;
}

.confiance-item.second{
    left: 33.3333%;
    -webkit-transition-delay: .7s !important;
    -moz-transition-delay: .7s !important;
    -ms-transition-delay: .7s !important;
    -o-transition-delay: .7s !important;
    transition-delay: .7s !important;
}

.confiance-item.third{
    left: 66.6666%;
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -ms-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
    -webkit-animation: bounceInLeft .6s !important;
    -o-animation: bounceInLeft .6s !important;
    animation: bounceInLeft .6s !important;
    -webkit-animation-delay: .6s !important;
    -moz-animation-delay: .6s !important;
    -o-animation-delay: .6s !important;
    animation-delay: .6s !important;
    -webkit-animation-fill-mode: both !important;
    animation-fill-mode: both !important;
}

.confiance-item.middle{
    left: 0;
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -ms-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
    -webkit-animation: bounceInLeft .6s !important;
    -o-animation: bounceInLeft .6s !important;
    animation: bounceInLeft .6s !important;
    -webkit-animation-fill-mode: both !important;
    animation-fill-mode: both !important;
}

@-webkit-keyframes bounceInLeft {
    0% {
        -webkit-transform: translateX(2000px);
    }
    60% {
        -webkit-transform: translateX(-30px);
    }
    80% {
        -webkit-transform: translateX(10px);
    }
    100% {
        -webkit-transform: translateX(0);
    }
}

@keyframes bounceInLeft {
    0% {
        transform: translateX(2000px);
    }
    60% {
        transform: translateX(-30px);
    }
    80% {
        transform: translateX(10px);
    }
    100% {
        transform: translateX(0);
    }
}

.confiance-item.left{
    left: -300%;
    -webkit-transition: left 1.5s !important;
    -moz-transition: left 1.5s !important;
    -ms-transition: left 1.5s !important;
    -o-transition: left 1.5s !important;
    transition: left 1.5s !important;
    -webkit-transition-delay: .8s !important;
    -moz-transition-delay: .8s !important;
    -ms-transition-delay: .8s !important;
    -o-transition-delay: .8s !important;
    transition-delay: .8s !important;
}

.confiance-grid.mobile .confiance-item.left{
    left: -300%;
    -webkit-transition: left 1.5s !important;
    -moz-transition: left 1.5s !important;
    -ms-transition: left 1.5s !important;
    -o-transition: left 1.5s !important;
    transition: left 1.5s !important;
    -webkit-transition-delay: 0s !important;
    -moz-transition-delay: 0s !important;
    -ms-transition-delay: 0s !important;
    -o-transition-delay: 0s !important;
    transition-delay: 0s !important;
}

.confiance-item.right{
    left: 500%;
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -ms-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
}

.confiance-grid.mobile .confiance-item.right{
    left: 500%;
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -ms-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
    -webkit-transition-delay: .8s !important;
    -moz-transition-delay: .8s !important;
    -ms-transition-delay: .8s !important;
    -o-transition-delay: .8s !important;
    transition-delay: .8s !important;
}

.pop-up.form{
    transform: scale(0);
    transition: all .3s;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.pop-up.active{
    transform: scale(1);
}

.pop-up.form .inner{
    max-width: 900px;
    padding: 50px;
    max-height: 500px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    background-color: #084756;
    color: #ffffff;
}

.pop-up.form .inner a{
    display: inline-block;
    padding: 5px 15px;
    margin: 15px 15px;
}

.pop-up.form .inner a:hover{
    color: #084756 !important;
    background-color: #ffffff;
}

#afterworks .yellow-button{
    background-color: #084756;
    border: 1px solid #084756;
    border-radius: 6px;
    color: #ffffff;
    padding: 15px;
    margin: 0 auto;
    display: inline-block;
}

#afterworks .yellow-button:hover{
    background-color: transparent;
    color: #084756;
}

.woocommerce-checkout #payment .payment_method_stripe label[for=payment_method_stripe],
#add_payment_method #payment .payment_method_stripe label[for=payment_method_stripe]{
    display: inline !important;
}
.woocommerce-checkout #payment input#payment_method_stripe,
#add_payment_method #payment input#payment_method_stripe {
     position: relative !important;
 }

.woocommerce-terms-and-conditions-wrapper .woocommerce-form__input-checkbox{
    position: relative !important;
}

.kl-breadcrumbs {
    margin: 0 auto;
    max-width: 1170px;
    padding: 15px;
}

body.kl_bb_active .kl-breadcrumbs {
    max-width: 1100px;
    padding: 20px 40px 0;
}

.kl-breadcrumbs a {
    color: #084756 !important;
}

.kl-breadcrumbs a:hover {
    text-decoration: underline;
    color: #f7d510 !important;
}

.mt-auto {
    margin-top: auto !important;
}

.show-password {
    display: flex;
    position: absolute;
    top: 50px;
    right: 10px;
    z-index: 10;
    transform: translateY(-50%);
    height: 14px;
    width: 14px;
    align-items: center;
    justify-content: center;
    line-height: 1;
    cursor: pointer;
}

.show-password::after {
    content: '\f070';
    font-family: 'FontAwesome';
}

.show-password.visible::after {
    content: '\f06e';
}

[data-toggle="tooltip"]{
	margin-left: 5px;
	display: inline-block;
	font-size: 10px;
	background-color: #f7d510;
	color: #084756;
	vertical-align:super;
	width: 15px;
	height: 15px;
	line-height: 15px;
	text-align: center;
	border-radius: 99px;
}

body.page-template-boite-a-outils .site-main .content .fl-icon-wrap a {
    color: #084756 !important;
}

body.page-template-boite-a-outils .site-main .content .fl-icon-wrap a:hover {
    color: #E07802 !important;
}

.main-navigation .top-bar {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.main-navigation .top-bar .left-group a {
    padding: 15px 25px;
}

.welcomer-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.welcomer-grid .single-welcomer {
    padding: 15px;
}

#gform_2 li.hidden_label input,
#gform_2 .field_sublabel_hidden_label .ginput_complex.ginput_container input[type=text],
#gform_2 .field_sublabel_hidden_label .ginput_complex.ginput_container select {
    margin-top: 0;
    margin-bottom: 0;
}

@media screen and (max-width: 768px) {
    .main-navigation .top-bar .right-group {
        display: flex;
        width: 100%;
        flex-flow: column wrap;
    }

    .main-navigation .top-bar .right-group .cart-logo {
        width: 100%;
        justify-content: flex-end;
        margin-bottom: 15px !important;

    }

    .main-navigation .top-bar .right-group .contact-utils {
        width: calc(50% - 30px) !important;
        margin: 0 15px;
    }

    .main-navigation .top-bar .right-group .header-menu {
        flex-wrap: wrap;
        margin-top: -75px;
        position: relative;
    }

    .main-navigation .top-bar .right-group .header-menu li:nth-of-type(2),
    .main-navigation .top-bar .right-group .header-menu li:nth-of-type(3) {
        width: calc(50% - 30px);
    }

    .main-navigation .top-bar .right-group .header-menu li:nth-of-type(3) {
        text-align: right;
    }

    .main-navigation .top-bar .right-group .header-menu .-vertical-separator {
        display: none;
    }

    .welcomer-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}