/*
Theme Name:     Neve Child
Theme URI:      https://themeisle.com/themes/neve/
Template: neve
Author:         ThemeIsle
Author URI:     https://themeisle.com
Description:    Neve is a super fast, easily customizable, multi-purpose theme. It’s perfect for blogs, small business, startups, agencies, firms, e-commerce shops (WooCommerce storefront) as well as personal portfolio sites and most types of projects. A fully AMP optimized and responsive theme, Neve will load in mere seconds and adapt perfectly on any viewing device. While it is lightweight and has a minimalist design, the theme is highly extendable, it has a highly SEO optimized code, resulting in top rankings in Google search results. Neve works perfectly with Gutenberg and the most popular page builders (Elementor, Brizy, Beaver Builder, Visual Composer, SiteOrigin, Divi). Neve is also WooCommerce ready, responsive, RTL & translation ready. Look no further. Neve is the perfect theme for you!
Version:        1.0.0
License:        GNU General Public License v2 or later
License URI:    http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:    neve
Tags: blog, custom-logo, e-commerce, rtl-language-support, post-formats, grid-layout, one-column, two-columns, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, flexible-header, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready, accessibility-ready, wide-blocks, block-styles
*/

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

 GENERAL

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

:root {
  --yellow: #FAD959;
  --blue: #0d304e;
}

html {
    scroll-behavior: smooth;
}

@font-face {
  font-family: "cabinet-grotesk-regular";
  src: url("./src/fonts/CabinetGrotesk-Regular.woff2") format("woff2"),
       url("./src/fonts/CabinetGrotesk-Regular.woff") format("woff"),
       url("./src/fonts/CabinetGrotesk-Regular.eot") format("eot"),
       url("./src/fonts/CabinetGrotesk-Regular.ttf") format("ttf");
}

p {
    font-family: 'cabinet-grotesk-regular';
    font-size: 18px;
    /* //font-weight: 600; */
}

button {
    outline: none !important;
}

body::-webkit-scrollbar, html::-webkit-scrollbar {
    width: 8px;
}

body::-webkit-scrollbar-track, html::-webkit-scrollbar-track {
    border-radius: 8px;
}

body::-webkit-scrollbar-thumb, html::-webkit-scrollbar-thumb {
    border-radius: 8px;
    background: var(--yellow);
}

body {
    font-family: Overpass Mono;
    color: var(--blue);
    overflow: visible;
}

h1, h2, h3, h4, h5 {
    font-family: Overpass Mono;
    color: var(--blue);
}

h1 {
    font-size: 35px;
}

h2{
    font-size: 30px;
}

h3 {
    font-size: 26px;
}

.excerpt-wrap li, .nv-content-wrap li {
    font-family: cabinet-grotesk-regular;
}

p a{
    text-decoration: underline;
}

.background-text{
    background-color: var(--blue);
    height: 279px;
    width: 100%;
    display: block;
    position: relative;
    margin: auto;
}

.content {
    width: 80%;
    max-width: var(--container);
    margin: auto;
}

section {
    padding: 50px 0;
}

.wrapper {
    min-height: inherit;
}

button.button, .button {
    border-radius: 0 !important;
    display: block !important;
    transition: all .3s ease-in-out !important;
}

button.button:hover, .button:hover, button.button:hover a, .button:hover a {
    color: var(--blue) !important;
}

ul {
    list-style: disc;
    font-family: 'cabinet-grotesk-regular';
    font-size: 18px;
}

ol{
    margin-left: 30px;
}

.breadcrumb li::after {
    content: ' / ';
    margin: 0 5px;
}

.breadcrumb li:last-child::after {
    content: '';
}

blockquote{
    border-color: var(--yellow);
    border-style: dashed;
}

blockquote p{
    font-family: Overpass Mono;
    font-weight: 500;
    font-size: 22px;
    padding: 1em 0;
}

.wp-block-table td{
    padding: 10px;
}

.wp-block-table table thead  th{
   text-align: center;
}

.wp-block-table th{
    background-color: var(--blue);
    color: white;
}

.wp-block-table tr td:first-of-type{
    border-right: 1px solid var(--blue);
}

.wp-block-table tr:nth-of-type(even){
    background-color: rgba(13, 48, 78, 0.05);
}

.wp-block-table tr td{
    border-bottom: 0;
    text-align: center;
}

.wp-block-gallery.has-nested-images figure.wp-block-image:hover figcaption{
    display: block;
    background: #0d304ed4;
    max-height: 100%;
    padding: 1em;
}

.wp-block-gallery.has-nested-images figure.wp-block-image figcaption{
    display: none;
}

/********************
 MENU HEADER
*********************/

.nv-nav-cart .widget_shopping_cart_content .buttons .button {
    display: flex !important;
}

#nv-primary-navigation-main li a {
    font-size: 16px;
}

#menu-menu-top-header li a {
    word-spacing: 0px;
}

#header-grid .left {

}

#header-grid .right {
    margin-left: -40%;
}

.site-logo {
    width: 50%;
    min-width: 250px;
    height: 80px;
}

.site-logo img {
    width: 100%;
    max-width: 100%;
    height: auto;
}

#top_menu_wrap {
    background: var(--blue);
    overflow: auto;
}

#top-menu {
    overflow: auto;
    padding: 15px 0;
    width: 80%;
    max-width: var(--container);
    margin: auto;
}

#top-menu ul {
    display: flex;
    align-items: center;
    float: right;
}

#top-menu li {
    float: left;
    margin-right: 15px;
}

#top-menu a {
    color: white;
    transition: all .2s ease-in-out;
    word-spacing: -5px;
}

#top-menu a:hover {
    color: var(--yellow);
    text-decoration: none;
}

#top-menu .fb a, #top-menu .ig a, #top-menu .pt a, #top-menu .lk a {
    color: transparent;
    width: 30px;
    height: 30px;
    font-size: 0;
    display: block;
}

#top-menu .fb a {
    background: url('./img/icon_fb_white.svg') no-repeat;
}

#top-menu .ig a {
    background: url('./img/icon_in_white.svg') no-repeat;
}

#top-menu .pt a {
    background: url('./img/icon_pt_white.svg') no-repeat;
}

#top-menu .lk a {
    background: url('./img/icon_lk_white.svg') no-repeat;
}

#top-menu .fb a:hover {
    background: url('./img/icon_fb_yellow.svg') no-repeat;
}

#top-menu .ig a:hover {
    background: url('./img/icon_in_yellow.svg') no-repeat;
}

#top-menu .pt a:hover {
    background: url('./img/icon_pt_yellow.svg') no-repeat;
}

#top-menu .lk a:hover {
    background: url('./img/icon_lk_yellow.svg') no-repeat;
}

.nav-ul li > a,
.header nav .container .right ul li .wrap a {
    font-family: 'Overpass Mono', sans-serif;
    color: var(--blue);
    padding: 5px 10px;
    transition: all .3s ease-in-out;
    word-spacing: -5px;
}

.nav-ul li > a:hover,
.header nav .container .right ul li .wrap a:hover {
    color: var(--blue);
    background: var(--yellow);
    text-decoration: none;
}

.nav-ul li {
    margin: 0;
}

.header-menu-sidebar .nav-ul li:not([class*=block])>a {
    padding: 15px 0 15px 15px;
}


.header-main-inner .builder-item--button_base .component-wrap a.button-primary, #header-menu-sidebar .builder-item .component-wrap a.button-primary{
    background-color: transparent;
    font-size: 0;
    position: relative;
    border-color: transparent;
}

.header-main-inner .builder-item--button_base .component-wrap a.button-primary:after {
    content: "";
    background-image: url(./img/compte-bleu.svg);
    background-size: auto;
    background-position: center center;
    width: 100%;
    height: 16px;
    left: 0;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
}
#header-menu-sidebar .builder-item .component-wrap {
    height:60px;
}
#header-menu-sidebar .builder-item .component-wrap a.button-primary:after {
    content: "";
    background-image: url(./img/compte-bleu.svg);
    background-size: auto;
    background-position: center center;
    width: 100%;
    height: 35px;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
}
#header-menu-sidebar .builder-item .component-wrap a.button-primary:hover:after{
    content: "";
    background-image: url(./img/compte-jaune.svg);
    background-size: auto;
    background-position: center center;
    width: 100%;
    height: 35px;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    
}

.header-main-inner .builder-item--button_base .component-wrap a.button-primary:hover:after {
    content: "";
    background-image: url(./img/compte-jaune.svg);
    background-size: auto;
    background-position: center center;
    width: 100%;
    height: 16px;
    left: 0;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    
}

.header-main-inner .builder-item--button_base .component-wrap .button-primary:hover{
    border-color: transparent;
}



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

 HOME

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

#home_content {
    color: var(--blue);
    padding: 0;
}

/********************
 INTRO
*********************/

#home_content .innerblocks-wrap {
    max-width: 100% !important;
}

#home_content h2, h3 {
    font-family: Overpass Mono;
}

#home_content .wp-block-themeisle-blocks-advanced-columns {
    margin: 0;
    padding: 0;
}

#home_content .wp-block-themeisle-blocks-advanced-column {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#home_content .wp-block-themeisle-blocks-advanced-column figure, #home_content .wp-block-themeisle-blocks-advanced-column figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin: 0;
}

#home_content .right_column .right_column_content {
    padding: 20px 10%;
}

#home_content .right_column {
    position: relative;
}

#home_content .right_column::before {
    content: '';
    background: url('./img/bg_yellow_edge.svg') repeat-y;
    width: 20px;
    height: 100%;
    position: absolute;
    top: 0;
    left: -10px;
}
#home_content .wp-block-button {
    transition: all .3s ease-in-out;
}
#home_content .wp-block-button:not(:last-of-type) {
    margin-right: 20px;
}

.wp-block-button__link {
    transition: all .2s ease-in-out;
}

/********************
 RÉPAREZ-AJUSTEZ - TRANSFORMEZ
*********************/

#home_content .sublimez_transformez {
    width: 100%;
    margin: 50px auto;
}

#products_home h2 {
    color: var(--blue);
    font-family: Overpass Mono;
    text-align: center;
}

/*
#reparez_ajustez_home_wrap, #transformez_home_wrap {
    margin: 0px 0px 50px 0;
}
*/

.intro_product_home {
    margin: 0px 0px 50px 0;
}

.intro_product_home .btn, #actualites .btn {
    border-radius: 0;
    width: max-content;
    margin: auto;
    display: block;
}
#actualites .btn {
    margin-top:50px;
}
.home #actualites.content:after {
    content: '';
    background: url('./img/underline_blue.svg') no-repeat;
    width: 60px;
    height: 15px;
    display: block;
    margin: 15px auto;
}
.intro_product_home p {
    text-align: left;
}

.intro_product_home .btn:hover, .intro_product_home .btn:hover a, #actualites .btn:hover, #actualites .btn:hover a {
    color: var(--blue);
    text-decoration: none;
}

.intro_product_home .btn:after, #actualites .btn:after {
    content: '\2192';
    padding-left: 10px;
}

.intro_product_home:after {
    content: '';
    background: url('./img/underline_blue.svg') no-repeat;
    width: 60px;
    height: 15px;
    display: block;
    margin: 15px auto;
}

#carousel_reparez_ajustez_home .owl-dot.active span, #carousel_transformez_home .owl-dot.active span {
    background: var(--yellow);
}

#carousel_reparez_ajustez_home.owl-carousel  .owl-nav + .owl-dots + .owl-nav + .owl-dots {
    display: none;
}

#carousel_reparez_ajustez_home .owl-dot {
    outline: none;
}

#temoignages .owl-prev, #temoignages .owl-next {
    outline: none;
}

.product_item {
    border: 1px solid transparent;
    transition: all .3s ease-in-out;
    width: 100%;
    height: 100%;
    min-height: 445px;
    font-family: Overpass Mono;
    color: var(--blue);
    padding: 10px;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    position: relative;
}

.promo {
    position: absolute;
    top: 0;
    left: 0;
    background: var(--yellow);
    color: white;
    font-weight: 800;
    padding: 10px 5px;
    z-index: 1;
}

.old_price {
    text-decoration: line-through;
    opacity: .4;
}

#product_list_archive {
    overflow: auto;
    margin-bottom: 50px;
}

/*
#product_list_archive .product_item {
    width: 33.33%;
    min-height: 430px;
    float: left;
    position: relative;
}
*/

.product_item:hover {
    border: 1px solid var(--blue);
    box-shadow: 0 5px 5px 5px rgba(0, 0, 0, .1);
}

.product_item figure, .article_item figure {
    width: 100%;
    height: 15vw;
    overflow: hidden;
    position: relative;
}

.article_item figure {
    height: 200px !important;
}


.product_item figure img, .article_item figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.product_item:hover .focus {
  opacity: 1;
  transform: scale(1.0);
  box-shadow: 0 0 0 999px rgba(13, 48, 78, .7);
}

.product_item:hover img {
  transform: scale(1.1) rotate(5deg);
}

.product_item figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1.0) rotate(0deg);
  transition: all .3s ease-in-out;
}

.focus {
  position: absolute;
  width: 100px;
  height: 100px;
  /* background: rgba(250, 217, 89, .25); */
  border:  3px dashed rgba(250, 217, 89, 1);
  border-radius: 100%;
  top: calc(50% - 65px);
  left: calc(50% - 65px);
  box-shadow: 0 0 0 0px rgba(13, 48, 78, .7);
  transform: scale(6.0);
  opacity: 0;
  z-index: 1;
  transition: all .3s ease-in-out;
}

.product_info {
    padding: 10px 0 0 0;
}

.product_info p {
    margin: 0;
}

.product_info .custom_add_to_cart {
    display: block;
    font-size: 14px;
    text-align: center;
    padding: 3px 5px;
    border: 1px solid var(--blue);
    color: var(--blue);
    background: white;
    transition: all .3s ease-in-out;
    position: absolute;
    width: 90%;
    margin: auto;
    bottom: 15px;
    left: 0;
    right: 0;
}

.product_info .custom_add_to_cart:hover {
    color: var(--blue);
    background: var(--yellow);
    border: 1px solid var(--yellow);
    text-decoration: none;
}

.woocommerce a.added_to_cart {
    opacity: .7;
    display: block;
    border-radius: 0;
    font-size: 14px;
    text-align: center;
    padding: 6px;
    border: 1px solid var(--blue);
    color: white;
    background: var(--blue);
    transition: all .3s ease-in-out;
    position: absolute;
    width: 90%;
    margin: auto;
    bottom: 15px;
    left: 0;
    right: 0;
}

.woocommerce a.added_to_cart:hover{
    opacity: 1;
}

.description_avancee {
    margin: 30px 0;
}

.description_avancee p {
    margin: 0;
}

.description_avancee a {
    text-decoration: underline;
}

/* #carousel_reparez_ajustez_home .owl-stage, #carousel_transformez_home .owl-stage {

} */

.slider_product_home {
    display: flex;
    flex: 1 0 auto;
    height: 100%;
}

#products_home .owl-dot:hover span {
    background: gray;
}

/********************
 COMMENT ÇA MARCHE
*********************/

#texte_comment {
    width: 60%;
    margin: 0 auto 30px;
}


/********************
 VALEURS
*********************/

#nos_valeurs {
    background: var(--blue);
    color: white;
    padding: 50px 0;
    position: relative;
    margin: 0;
    text-align: center;
}

#nos_valeurs::before {
    content: '';
    background: url('./img/bg_blue_edge.svg') repeat-x;
    width: 100%;
    height: 20px;
    background-size: 20px 20px;
    position: absolute;
    top: -10px;
    left: 0;

}

#nos_valeurs h2 {
    color: white;
    text-align: center;
    font-family: Overpass Mono;
}

#nos_valeurs h2::after {
    content: '';
    background: url('./img/underline_white.svg') no-repeat;
    width: 60px;
    height: 15px;
    display: block;
    margin: 15px auto;
}

#nos_valeurs h3, #nos_valeurs a, #nos_valeurs h3:hover, #nos_valeurs a:hover {
    color: white;
    opacity: 1;
    width: 100%;
    height: 200px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
    text-decoration: none;
}

#nos_valeurs h3::after {
    content: '';
    background: url('./img/bg_white_fabric.svg') no-repeat;
    background-size: 25%;
    background-position: center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    margin: auto;
    left: 0;
    right: 0;
    z-index: -1;
    opacity: .2;
    transition: all .3s ease-in-out;
}

#nos_valeurs h3:hover::after {
    content: '';
    background: url('./img/bg_yellow_fabric.svg') no-repeat;
    background-size: 25%;
    background-position: center;
    opacity: 1;
}

/*
#nos_valeurs h3::before {
    content: '';
    background: url('./img/bg_blue_white_stroke_edge.svg') repeat-x, url('./img/bg_blue_white_stroke_edge.svg') repeat-x;
    background-size: 20px;
    background-position: 50% 0%, 47% 105%;
    width: 100%;
    height: 100%;
    display: block;
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    border-left: 1px solid white;
    border-right: 1px solid white;
    opacity: .4;
    transition: all .3s ease-in-out;
}

#nos_valeurs h3:hover::before {
    opacity: 1;
}
*/

/********************
 ILS EN PARLENT !
*********************/

#temoignages {
    background: #f6f6f6;
}

#temoignages h2 {
    font-family: Overpass Mono;
    color: var(--blue);
    text-align: center;
}

#temoignages h2::after {
    content: '';
    background: url('./img/underline_blue.svg') no-repeat;
    width: 60px;
    height: 15px;
    display: block;
    margin: 15px auto;
}

#temoignages .intro_temoignages {
    /* //font-family: Overpass Mono; */
    color: var(--blue);
    text-align: center;
}

.btn_toggle {
    border-radius: 0;
    border: 1px solid var(--blue);
    transition: all .3s ease-in-out;
}

.btn_toggle:hover {
    color: var(--blue);
    border: 1px solid transparent;
}

.slider_temoignage iframe {
    width: 100%;
}

.owl_temoignages {
    position: relative;
}

#carousel_temoignages_couturier, #carousel_temoignages_client {
    animation: appear .5s ease-in-out;
}

#carousel_temoignages_couturier .owl-nav, #carousel_temoignages_client .owl-nav {
    position: absolute;
    width: 100%;
    top: 40%;
}

#carousel_temoignages_couturier .owl-prev, #carousel_temoignages_couturier .owl-next,
#carousel_temoignages_client .owl-prev, #carousel_temoignages_client .owl-next, .owl-theme .owl-nav [class*=owl-]:hover {
    background: transparent;
    border: none;
    color: var(--blue);
    font-size: 30px;
    font-weight: 100;
    transition: all .15s ease-in-out;
}

#carousel_temoignages_couturier .owl-prev, #carousel_temoignages_client .owl-prev {
    position: absolute;
    left: -10%;
}

#carousel_temoignages_couturier .owl-nav [class*=owl-]:hover {
    font-size: 35px;
    font-weight: 600;
}

#carousel_temoignages_couturier .owl-next, #carousel_temoignages_client .owl-next {
    position: absolute;
    right: -10%;
}

.carousel_temoignages p {
    /* //font-family: Overpass Mono; */
    color: var(--blue);
    margin: 0;
}

.carousel_temoignages .prenom {
    font-size: 22px;
    font-weight: bold;
}

.carousel_temoignages .role {
    font-size: 16px;
    font-weight: bold;
}

.carousel_temoignages .note_star_on {
    background: url('./img/note_star_on.svg') no-repeat;
    background-size: 100%;
    width: 15px;
    height: 15px;
    margin-right: 5px;
    display: inline-block;
}

.carousel_temoignages .note_star_off {
    background: url('./img/note_star_off.svg') no-repeat;
    background-size: 100%;
    width: 15px;
    height: 15px;
    margin-right: 5px;
    display: inline-block;
}

.carousel_temoignages .presentation {
    /* //font-size: 14px;
    //font-weight: 100;
    //line-height: 32px; */
    margin-top: 50px;
}

#carousel_temoignages_client.carousel_temoignages p.presentation {
    margin-top: 0 !important;
}

#toggle_role {
    margin-bottom: 50px;
}

#toggle_role .br_toggle {
    background: white;
    border: 1px solid var(--blue);
    padding: 5px 10px;
    font-family: Overpass Mono;
    color: var(--blue);
    display: inline-block;
    margin-right: 10px;
    border-radius: 0;
}

.display_block, .br_toggle:hover {
    background: var(--yellow);
    border: 1px solid transparent;
}

/********************
 ACTUALITÉS & INSPIRATIONS
*********************/

.searchandfilter .sf-level-0 {
    padding-left: 5px;
    transition: all .2s ease-in-out;
}

.searchandfilter .sf-level-0:hover {
    background: #f1f1f1;
}

#actualites h2 {
    font-family: Overpass Mono;
    color: var(--blue);
    text-align: center;
}

#actualites h2::after {
    content: '';
    background: url('./img/underline_blue.svg') no-repeat;
    width: 60px;
    height: 15px;
    display: block;
    margin: 15px auto;
}

.blog_filter_wrap {
    padding: 0;
}

#carousel_articles {
    display: flex;
    align-items: center;
}

#carousel_articles .owl-stage-outer {
    padding-bottom: 15px;
}

.article_item {
    border: 1px solid transparent;
    transition: all .3s ease-in-out;
    width: 100%;
    height: 100%;
    font-family: Overpass Mono;
    color: var(--blue);
    padding: 15px;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    position: relative;
}

.article_item:hover {
    border: 1px solid var(--blue);
    box-shadow: 0 0px 0px 0px rgba(0, 0, 0, .0);
}

.article_info {
    padding: 10px 10px 10% 10px
}

.title {
    font-family: 'Overpass Mono';
    font-size: 22px;
    font-weight: bold;
}

.excerpt {
    font-size: 16px;
    /* //line-height: 32px; */
}

.lire_article {
    padding: 5px 10px;
    border: 1px solid var(--blue);
    background: white;
    font-size: 14px;
    font-family: Overpass Mono;
    color: var(--blue);
    width: 90%;
    text-align: center;
    margin: auto;
    display: block;
    transition: all .3s ease-in-out;
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
    margin: auto;
}

.lire_article:hover {
    text-decoration: 1px solid transparent;
    color: var(--blue);
    border: 1px solid transparent;
    background: var(--yellow);
}

/* .see_all {
    text-align: center;
    margin: 50px auto;
    padding: 5px 10px;
    display: block;
    border: 1px solid transparent;
    width: fit-content;
    display: flex;
    align-items: center;
    transition: all .3s ease-in-out;
}

.see_all:after {
    content: '\2192';
    font-size: 22px;
    padding-left: 10px;
    transition: padding-left .3s ease-in-out;
}

.see_all:hover {
    color: var(--blue);
    text-decoration: none;
    border: 1px solid var(--blue);
} */

/********************
 SOCIAL
*********************/

#id_link > .row {
    margin: 0;
}

#social {
    background: #f6f6f6;
}

#social ul {
    list-style: none;
}

#social_tw {
    background: url('./img/icon_tw_blue.svg') no-repeat;
    background-size: auto;
}

#social p {
    margin: 0;
}

#tw_name {
    font-size: 22px;
    font-weight: bolder;
}

#keep_touch_wrap {
    justify-content: right;
}

#keep_touch_wrap > div {
    display: flex;
    align-items: center;
}

#keep_touch {
    position: absolute;
    right: 0;
}

#keep_touch::after {
    content: '';
    background: url('./img/arrow_curved_right_blue.svg') no-repeat;
    width: 30px;
    height: 30px;
    margin-left: 5px;
    display: inline-block;
    position: absolute;
}

.social_list {
    padding-right: 0;
}

#social ul {
    overflow: auto;
}

#social ul li {
    float: right;
    margin-left: 15px;
}

#social ul li:last-child {
    margin-left: 0px;
}

#social ul li a {
    display: block;
    transition: all .2s ease-in-out;
    width: 40px;
    height: 40px;
}

.social_fb a {
    background: url('./img/icon_fb_blue.svg') no-repeat;
    background-size: 100%;
}

.social_in a {
    background: url('./img/icon_in_blue.svg') no-repeat;
    background-size: 100%;
}

.social_fb a:hover {
    background: url('./img/icon_fb_yellow.svg') no-repeat;
}

.social_in a:hover {
    background: url('./img/icon_in_yellow.svg') no-repeat;
}

.social_pt a {
    background: url('./img/icon_pt_blue.svg') no-repeat;
    background-size: 100%;
}

.social_pt a:hover {
    background: url('./img/icon_pt_yellow.svg') no-repeat;
}

.social_lk a {
    background: url('./img/icon_lk_blue.svg') no-repeat;
    background-size: 100%;
}

.social_lk a:hover {
    background: url('./img/icon_lk_yellow.svg') no-repeat;
}

#social #sb_instagram .sbi_photo {
    position: relative;
}

#social #sb_instagram .sbi_photo:after {
    content: '';
    background: url('./img/frame_fabric_insta.svg') no-repeat;
    background-size: 100%;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    transition: all .3s ease-in-out;
}

#social #sb_instagram .sbi_photo:hover:after {
    box-shadow: 0 5px 2px 2px rgba(0, 0, 0, .1);
    opacity: 1;
}

/********************
 FLOW
*********************/

#flow {
    padding-top: 0;
}

#flow h2 {
    text-align: center;
}

#flow h2::after {
    content: '';
    background: url('./img/underline_blue.svg') no-repeat;
    width: 60px;
    height: 15px;
    display: block;
    margin: 15px auto;
}

.picto_flow {
    width: 100%;
    height: 150px;
}

.flow_1 .picto_flow {
    background: url('./img/picto_flow_1.svg') no-repeat;
    background-position: center;
}

.flow_2 .picto_flow {
    background: url('./img/picto_flow_2.svg') no-repeat;
    background-position: center;
}

.flow_3 .picto_flow {
    background: url('./img/picto_flow_3.svg') no-repeat;
    background-position: center;
}

.flow_4 .picto_flow {
    background: url('./img/picto_flow_4.svg') no-repeat;
    background-position: center;
}

#flow p {
    text-align: center;
}

#flow p::before {
    width: 40px;
    height: 40px;
    border-radius: 20px;
    border: 1px solid var(--yellow);
    margin: 10px auto 20px auto;
    display: block;
    padding-top: 5px;
    text-align: center;
}

.flow_1 p::before {
    content: '1';
}

.flow_2 p::before {
    content: '2';
}

.flow_3 p::before {
    content: '3';
}

.flow_4 p::before {
    content: '4';
}

#flow button {
    border-radius: 0;
    width: max-content;
    margin: auto;
    display: block;
    transition: all .3s ease-in-out;
}

#flow button:hover a {
    color: var(--blue);
    text-decoration: none;
}

/********************
 LIENS CATÉGORIES
*********************/

#category_link {
    text-align: center;
    padding: 100px 0;
}

#category_link a {
    text-align: center;
    font-size: 24px;
    text-decoration: underline;
    color: var(--blue);
    font-weight: bold;
    transition: all .3s ease-in-out;
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    /*height: 200px;*/
}

#category_link a:hover {
    color: var(--yellow);
}
/*
#category_link a:before {
    content: '';
    background: url('./img/bg_yellow_fabric.svg') no-repeat;
    display: block;
    width: 200px;
    height: 100%;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    z-index: -1;
    opacity: 1;
    transition: all .3s ease-in-out;
}

#category_link a:after {
    content: '';
    background: url('./img/bg_blue_fabric.svg') no-repeat;
    display: block;
    width: 200px;
    height: 100%;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    z-index: -1;
    opacity: 0;
    transition: all .3s ease-in-out;
}

#category_link a:hover {
    color: var(--yellow);
}

#category_link a:hover:before {
    opacity: 0;
}

#category_link a:hover:after {
    opacity: 1;
}
*/
/********************
 REASSURANCE
*********************/

#reassurance {
    background: var(--yellow);
    padding: 40px 0 30px 0;
}

#reassurance .content {
    /* width: 50%; */
}

#reassurance h2, #reassurance h3 {
    text-align: center;
}

#reassurance h3 {
    font-size: 25px;
}

#reassurance h2::after {
    content: '';
    background: url('./img/underline_blue.svg') no-repeat;
    width: 60px;
    height: 15px;
    display: block;
    margin: 15px auto;
}

#reassurance h3::before {
    content: '';
    width: 130px;
    height: 130px;
    margin: auto;
    display: block;
}

#reassurance .proximite h3::before {
    background: url('./img/icon_proximite_colored.svg') no-repeat;
    background-size: 80%;
    background-position: center;
}

#reassurance .service h3::before {
    background: url('./img/icon_service_colored.svg') no-repeat;
    background-size: 80%;
    background-position: center;
}

#reassurance .creativite h3::before {
    background: url('./img/icon_creativite_colored.svg') no-repeat;
    background-size: 80%;
    background-position: center;
}

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

 PAGE SERVICE

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

main .nv-shop {
    margin-top: 0;
}

.content_single {
    margin-top: 80px;
}

/********************
 MENU CATEGORIES
*********************/

#menu_category_wrap h3 {
    margin-bottom: 30px;
}

#menu_category_wrap ul {
    list-style: none;
}

/*

#menu_category_wrap li a:before{
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-right: 10px;
    background: url('./img/bg_blue_fabric.svg') no-repeat;
}

#menu_category_wrap li.current-cat-parent > a:before, #menu_category_wrap li.current-cat > a:before {
    background: url('./img/bg_white_fabric.svg') no-repeat;
}
*/

#menu_category_wrap li a:hover {
    color: var(--blue);
}

#menu_category_wrap li.current-cat-parent > a, #menu_category_wrap li.current-cat > a {
    background: var(--yellow);
    font-weight: bold;
    padding: 2px 5px;
}

#menu_category_wrap li.cat-parent > a {
    font-size: 20px;
}

.children {
    padding-left: 10px;
}

.woocommerce nav.woocommerce-pagination ul li a {
    transition: all .3s ease-in-out;
}

.woocommerce nav.woocommerce-pagination ul li a:hover {
    color: white;
    background: var(--blue);
}

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

.page_service_title {
    margin: 20px 0;
    font-family: Overpass Mono;
}

.breadcrumb {
    background: transparent;
    margin: 0;
    padding: 0;
}

.results {
    text-align: right;
}

.breadcrumb a {
    color: var(--yellow);
    transition: all .3s ease-in-out;
}

.breadcrumb a:hover {
    color: var(--blue);
}

.widgetizedArea {
    margin-bottom: 30px;
}

.widgetizedArea h3 {
    font-size: 22px;
    margin-bottom: 0;
}

.price_slider_wrapper .price_slider_amount button.button {
    border-radius: 0;
    background: transparent;
    color: var(--blue);
    border: 1px solid var(--blue);
    transition: all .3s ease-in-out;
}

.price_slider_wrapper .price_slider_amount button.button:hover {
    color: var(--blue);
    border: 1px solid transparent;
    background: var(--yellow);
}

.woocommerce nav.woocommerce-pagination ul {
    width: max-content;
    margin: auto;
}

/********************
 ENVIE PARTICULIÈRE
*********************/

.nv-bc-count-wrap {
    margin: 50px 0 20px 0;
}

.nv-woo-filters {
    display: none !important;
}

#envie_particuliere_wrap {
    width: 100%;
    margin: 30px 0;
}

#envie_solo {
    justify-content: center;
}

#envie_particuliere {
    /*
    width: 50%;
    max-width: 400px;
    margin: auto;
    */
    background: var(--blue);
    padding: 20px 10px;
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

#envie_particuliere:before{
    content: '';
    background: url(./img/bg_blue_edge.svg) repeat-y;
    width: 20px;
    height: 100%;
    position: absolute;
    top: 0;
    left: -10px;
}

#envie_particuliere:after{
    content: '';
    background: url(./img/bg_blue_edge.svg) repeat-y;
    width: 20px;
    height: 100%;
    position: absolute;
    top: 0;
    right: -10px;
}

#envie_particuliere h4 {
    color: var(--yellow);
    text-align: center;
}

#envie_particuliere h4:after {
    content: '';
    background: url('./img/underline_yellow.svg') no-repeat;
    width: 60px;
    height: 15px;
    display: block;
    margin: 15px auto;
}

#envie_particuliere a {
    color: white;
    background: var(--blue);
    border: 1px solid white;
    padding: 10px 20px;
    text-align: center;
    transition: all .3s ease-in-out;
    display: block;
    width: max-content;
    /* margin: auto; */
}

#envie_particuliere a:hover {
    color: var(--blue);
    background: white;
    border: 1px solid var(--blue);
    text-decoration: none;
}

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

 PAGE SINGLE ARTICLE

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

.single-post #breadcrumb {
    margin-bottom: 1.5em;
    font-size: 14px;
    font-family: 'Overpass Mono';
}

.addtoany_list::before {
    content: 'Partager : ';
}

.banner_article {
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
    height: 40vh;
    margin-bottom: 50px;
}

.banner_article img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.article_title {
    background: rgba(11, 48, 78, .7);
    padding: 50px 0;
    margin: 50px 0;
    position: absolute;
    width: 100%;
    border-bottom: 5px dashed var(--yellow);
}

.article_title h1 {
    color: white;
    text-align: center;
    margin: 0;
}

.article_date {
    color: var(--yellow);
    text-align: center;
}

article {
    width: 70%;
    margin: auto;
}

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

 PAGE À PROPOS

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

.content_about #breadcrumb {
    margin: 50px 0 20px 0;
    color: var(--nv-text-color);
    font-size: 14px;
    font-family: 'Overpass Mono';
}

.content_about h1 {
    margin: 30px 0 10px 0;
    font-family: Overpass Mono;
}

.bloc_prestation_en_ligne {
    border: 4px dashed var(--yellow);
    padding: 20px 30px;
}

.bloc_prestation_en_ligne a {
    font-weight: 600;
    text-decoration: underline;
    transition: all .2s ease;
}

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

 PAGE INTRANET

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

.woocommerce-breadcrumb {
    margin: 50px 0 40px 10px;
}

.woocommerce-breadcrumb a {
    color: var(--yellow);
    text-decoration: none;
}

.woocommerce-breadcrumb a:hover {
    color: var(--yellow);
    text-decoration: underline;
}

#articles_internes_wrap {
    margin-bottom: 50px;
}

.article_interne_item {
    border: 1px solid var(--blue);
    padding: 10px;
}

.article_interne_item h3 {
    font-size: 26px;
    text-align: center;
    margin:  10px 0;
}

.article_interne_item figure {
    width: 100%;
    height: 250px;
    overflow: hidden;
    position: relative;
}

.article_interne_item figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    position: absolute;
}

.article_interne_item .excerpt {
    margin-bottom: 10px;
}

.article_interne_item a {
    padding: 10px;
    border: 1px solid var(--blue);
    transition: all .3s ease;
    width: fit-content;
    max-width: 100%;
    margin: auto;
    display: block;
}

.article_interne_item a:hover {
    border: 1px solid transparent;
    background: var(--yellow);
    color: white;
    text-decoration: none;
}

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

 PAGE ATELIERS

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

.content-ateliers {
    margin-bottom: 50px;
}

#moteur_recherche_map {
    margin: 50px 0;
}

#ateliers_display {
    background: #f6f6f6;
    padding: 0;
}

#atelier_list {
    list-style: none;
    margin: 0 0 50px 20px ;
}

.btn_atelier {
    border-radius: 0;
    margin-bottom: 10px;
    transition: all .3s ease-in-out;
}

.atelier_item {
    /* //margin: 0 5px 30px 5px; */
    animation: appear .5s ease-in-out;
}

/*
.atelier_item .en_ligne {
    display: flex;
    align-items: center;
    border-radius: 0;
}

.atelier_item .en_ligne::after {
    width: 30px;
    height: 30px;
}
*/

@keyframes appear {
  0%    {opacity: 0;}
  100%  {opacity: 1;}
}

.atelier_item h4 {
    margin: 20px 0;
}

.atelier_presentation {
    background: var(--blue);
    border-radius: 5px;
    margin-top: 30px;
    padding: 20px;
}

.atelier_presentation h2 {
    color: white;
    /* //padding: 3% 0 0 3%; */
    margin: 0 0 10px 0;
}

.atelier_presentation .desc_at {
    padding: 0;
    margin: 0;
}

.atelier_img {
    width: 100%;
    height: 40vh;
    position: relative;
    display: flex;
    align-items: center;
}

.atelier_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.atelier_img h1 {
    color: white;
    text-align: center;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    background: rgba(13, 48, 78, .7);
    border-bottom: 5px dashed var(--yellow);
    padding: 50px 0;
}

.atelier_item table {
    border-collapse: collapse;
}

.atelier_item th {
    text-align: center;
}

.atelier_item th, .atelier_item td {
    border: 1px solid var(--blue);
    padding: 5px 10px;
}

.atelier_item .morning, .atelier_item .evening {
    display: flex;
    align-items: center;
}

.bloc_at {
    margin: 20px 0;
}

.adr_at {
    background: #f1f1f1;
    padding: 5px 10px;
}

.adr_at p {
    margin-bottom: 0;
}

.fra_at p {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.lien_google_maps {
    background: white;
    padding: 0 10px;
    transition: all .2s ease;
    color: var(--blue);
    border: 1px solid var(--blue);
    margin: 5px 0;
    display: block;
    text-align: center;
    font-size: 12px;
    width: fit-content;
}

.lien_google_maps:hover {
    color: var(--blue);
    background: var(--yellow);
    text-decoration: none;
    border: 1px solid transparent;
}

.en_ligne {
    padding: 5px 10px;
    border: 1px solid var(--blue);
    display: flex;
    align-items: center;
    font-weight: 800;
    width: fit-content;
    margin: 20px 0;
    transition: all .3s ease;
}

.en_ligne:hover {
    border: 1px solid var(--yellow);
    background: var(--yellow);
    color: var(--blue);
    text-decoration: none;
}

.en_ligne::after {
    content: '\2192';
    padding-left: 10px;
}

.description_atelier a {
    color: white;
}

.description_atelier a:hover {
    color: var(--yellow);
    text-decoration: none;
}

.desc_at {
    font-size: 14px;
    margin: 20px 0;
    overflow: auto;
    padding: 10px 20px;
    color: white;
    border-radius: 5px;
    scrollbar-color: var(--yellow) rgba(246, 246, 246, .7);
}

.desc_at::-webkit-scrollbar {
    height: 12px;
    width: 12px;
    background: rgba(246, 246, 246, .7);
}

.desc_at::-webkit-scrollbar-thumb {
    background: var(--yellow);
    -webkit-border-radius: 1ex;
    -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.75);
}

.desc_at::-webkit-scrollbar-corner {
    background: rgba(246, 246, 246, .7);
}

.desc_at h4 {
    color: white;
}

.serv_at ul {
    margin-left: 20px;
}

.atelier_item .closed {
    opacity: .3;
}

.atelier_item .open {
    opacity: .6;
}

.ateliers_list li {
    float: none;
}

.nom_fra {
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: 900;
}

.nom_fra span {
    display: contents;
}

.icon_fra {
    width: 30px;
    height: 30px;
    margin-right: 15px;
    display: inline-block;
}

.tel_fra {
    background: url('./img/icon_tel_blue.svg') no-repeat;
}

.port_fra {
    background: url('./img/icon_port_blue.svg') no-repeat;
}

.fax_fra {
    background: url('./img/icon_fax_blue.svg') no-repeat;
}

.mail_fra {
    background: url('./img/icon_mail_blue.svg') no-repeat;
    min-width:30px;
}

/********************
 MAPBOX
*********************/

#map_wrap {
    position: relative;
    padding-bottom: 500px;
}

#map {
    position: absolute;
    width: 100%;
    max-width: 1200px;
    height: 500px;
    overflow: hidden;
}

.marker {
    border: none;
    cursor: pointer;
    width: 40px;
    height: 50px;
    background: url('./img/marker.svg') no-repeat;
    background-size: 100%;
    transition: width .2s ease-in-out, height .2s ease-in-out;
}


.marker:hover {
    width: 45px;
    height: 55px;
    z-index: 99;
}


.listings {
  height: 100%;
  overflow: auto;
  padding-bottom: 60px;
}

.listings .item {
  border-bottom: 1px solid #eee;
  padding: 10px;
  text-decoration: none;
  font-size: 14px;
  line-height: 16px;
}

.listings .item:last-child { border-bottom: none; }

.listings .item .title {
  display: block;
  color: var(--blue);
  font-size: 14px;
  text-decoration: underline;
}

.listings .item .title small { font-weight: 400; }

.listings .item.active .title,
.listings .item .title:hover { color: var(--yellow); }

.listings .item.active {
  background-color: #f8f8f8;
  border: 1px solid var(--yellow);
}

::-webkit-scrollbar {
  width: 3px;
  height: 3px;
  border-left: 0;
  background: rgba(0, 0, 0, 0.1);
}

::-webkit-scrollbar-track {
  background: none;
}

::-webkit-scrollbar-thumb {
  background: #00853e;
  border-radius: 0;
}

.listings .en_ligne {
    display: inline;
    padding: 0px;
    border: none;
    margin: 5px 0;
}

.listings .en_ligne:before {
    width: 20px;
    height: 20px;
}

.mapboxgl-popup-content {
    padding-top: 30px;
}

.mapboxgl-popup-content a {
    color: var(--blue);
    font-size: 14px;
    border: 1px solid var(--blue);
    padding: 5px 10px;
    margin-top: 10px;
    display: block;
    width: fit-content;
    transition: all .2s ease-in-out;
}

.mapboxgl-popup-content a:hover {
    background: var(--blue);
    color: white;
    text-decoration: none;
}

.mapboxgl-popup-content .en_ligne {
    display: flex;
    padding: 5px;
    margin: 5px 0;
}

.mapboxgl-popup-content .en_ligne:before {
    width: 20px;
    height: 20px;
}

.distance {
    color: var(--yellow);
    font-weight: 900;
    background: var(--blue);
    padding: 3px 5px;
}

#sidebar_atelier_list {
    height: 500px;
    overflow-y: scroll;
    cursor: pointer;
}

#sidebar_atelier_list::-webkit-scrollbar {
    width: 12px;
}

#sidebar_atelier_list::-webkit-scrollbar-track {
    border-radius: 10px;
}

#sidebar_atelier_list::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: var(--yellow);
}

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

 PAGE DEVENIR FRANCHISÉ

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

#devenir_franchise_page h1 {
    font-family: Overpass Mono;
    margin: 50px 0;
}

.banner_img_franchise {
    position: relative;
}

.banner_img_franchise:before {
    content: '';
    background: url('./img/picto_pocket_colored.svg') no-repeat;
    display: block;
    width: 180px;
    height: 180px;
    position: absolute;
    top: -90px;
    right: -90px;
    z-index: 2;
}

#carousel_franchise {
    width: 100%;
    margin: auto;
}

#carousel_franchise .owl-dot.active span {
    background: var(--yellow);
}

.slider_franchise, .slider_franchise_bg {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
}

.franchise_profil_wrap .wp-block-themeisle-blocks-advanced-column {
    padding: 20px 30px !important;
}

.franchise_profil_wrap {
    padding: 0 !important;
}

.franchise_profil_wrap ul {
    list-style: disc;
}

.franchise_profil_gauche, .franchise_profil_droite {
    overflow: auto;
}

.franchise_profil_gauche:before{
    content: '';
    background: url('./img/picto_machine_coudre_white.svg') no-repeat;
    display: block;
    width: 20%;
    height: 100px;
    float: right;
}

.franchise_profil_droite:before{
    content: '';
    background: url('./img/picto_bouton_white.svg') no-repeat;
    display: block;
    width: 20%;
    height: 100px;
    float: right;
}

.franchise_profil_gauche, .franchise_profil_droite {
    margin: 0 !important;
    padding: 10px 10px 10px 30px;
}

.selling_point {
    margin: 20px 0;
}

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

 CHECKOUT

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

/*** MESSAGE ERREUR ***/

.woocommerce-NoticeGroup-checkout ul {
    background: var(--blue) !important;
    border-top: 5px dashed var(--yellow) !important;
    border-bottom: 5px dashed var(--yellow) !important;
}

#alg_checkout_files_upload_form_1 .required {
    color: red;
    text-decoration: none;
    cursor: auto;
}

.woocommerce-checkout p.validate-email {
    margin-bottom: 0;
}

.woocommerce-checkout span.validate_label {
    margin-top: 10px;
}

#alg_checkout_files_upload_form_1 td {
    border: none;
}

.showcoupon {
    border-radius: 0 !important;
    border: 1px solid white !important;
    text-decoration: none !important;
    text-align: center;
    display: flex;
    align-items: center;
    transition: all .3s ease-in-out;
}

.showcoupon:hover {
    border: 1px solid transparent !important;
    color: var(--blue) !important;
    background: var(--yellow);
}

#billing_first_name_field label, #billing_last_name_field label {
    display: block !important;
    width: 100% !important;
}

.woocommerce-input-wrapper {
    width: 100%;
}

#map_checkout {
    display: none;
}

.print_order {
    border-radius: 0;
    transition: all .3s ease-in-out;
}

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

 CONTACT

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

/* .content_contact label {
    background: #e7ebee;
    color: #0d304e;
    display: flex;
    align-items: center;
    padding: 0 10px;
}

.content_contact .comp_adr, .content_contact .code_post, .content_contact .piece_jointe {
    display: block;
}

.content_contact .message {
    align-items: flex-start;
}

.content_contact label input, .content_contact label input:focus, .content_contact label textarea, .content_contact label select {
    background: #e7ebee;
    color: #0d304e;
    border: none;
    outline: none;
}

.content_contact .wpcf7-exclusive-checkbox label {
    background: transparent;
}

.content_contact .wpcf7-form-control-wrap {
    position: relative;
    cursor: pointer;
} */
.content_contact form select {
    background: none;
}
.content_contact .wpcf7-form-control-wrap[data-name = 'menu-object']::before {
    content: '\2935';
    font-size: 22px;
    position: absolute;
    top: 0;
    right: 10px;
}

.content_contact {
    margin-bottom: 30px;
}

/*
.wpcf7 .row {
    padding: 10px;
    margin: 5px 0;
    background: #f6f6f6;
}
*/

.wpcf7 label, .wpcf7 label span, .wpcf7 label input, .wpcf7 label select {
    width: 100%;
}

.wpcf7 input, .wpcf7 textarea {
    width: 100%;
}

.wpcf7 input[type=submit] {
    border-radius: 0;
    width: 40%;
    margin: 30px auto 0 auto;
    display: block;
    border: 1px solid var(--blue);
    transition: all .3s ease-in-out;
}

.wpcf7 input[type=submit]:hover {
    border-radius: 0;
    border: 1px solid transparent;
    background: var(--yellow);
    color: var(--blue);
}

.social_network {
    overflow: auto;
}

.social_network li {
    float: left;
    width: 40px;
    height: 40px;
    margin-right: 10px;
    display: inline-block;
}

.social_fb {
    background: url(./img/icon_fb_yellow.svg) no-repeat;
    background-size: 100%;
}

.social_tw {
    background: url(./img/icon_tw_yellow.svg) no-repeat;
    background-size: 100%;
}

#contact_social a {
    font-size: 0;
    color: transparent;
}

#contact_social ul {
    list-style: none;
}

#contact_social li {
    float: left;
    margin-right: 15px;
}

#contact_social li:last-child {
    margin-right: 0px;
}

#contact_social li a {
    display: inline-block;
}

#contact_social .fb a {
    background: url('./img/icon_fb_blue.svg') no-repeat;
    background-size: 100%;
    width: 40px;
    height: 40px;
}

#contact_social .ig a {
    background: url('./img/icon_in_blue.svg') no-repeat;
    background-size: 100%;
    width: 40px;
    height: 40px;
}

#contact_social .pt a {
    background: url('./img/icon_pt_blue.svg') no-repeat;
    background-size: 100%;
    width: 40px;
    height: 40px;
}

#contact_social .lk a {
    background: url('./img/icon_lk_blue.svg') no-repeat;
    background-size: 100%;
    width: 40px;
    height: 40px;
}

.wpcf7 .wpcf7-list-item-label {
    width: 94%;
    float: right;
}

.wpcf7 input[type=checkbox] {
    width: 20px;
    height: 20px;
    margin-top: 5px;
    float: left;
}

.wpcf7 .wpcf7-acceptance.optional .wpcf7-list-item {
    width: 100%;
}

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

 OÙ NOUS TROUVER

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

.content_trouver {
    margin: 50px auto;
}

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

 PAGE MON COMPTE

*********************/
.woocommerce-account .woocommerce form .form-row{
    flex-direction: column;
}

#customer_login .col-1, #customer_login .col-2 {
    max-width: none;
}

.woocommerce-MyAccount-content .col-1 {
    max-width: 100%;
}

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

 BLOC TELECHARGEMENT FICHIER

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

.wp-block-file a.wp-block-file__button:visited{
    color: var(--blue);
}

.wp-block-file object, .wp-block-file a:not(.wp-block-file__button) {
    display: none;
}
.wp-block-file .wp-block-file__button {
    background-color: var(--yellow);
    color: var(--blue);
    margin-left:0;
    padding: 10px 18px;
    border-radius: 0;
    font-weight: 500;
}
.wp-block-file a.wp-block-file__button:hover {
    color: white;
    opacity: 1;
}

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

 FOOTER

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

#footer {
    background: var(--blue);
    position: relative;
    color: white;
    /*margin-top: 50px;*/
}

#footer ul {
    list-style: none;
}

#footer .content {
    padding: 50px 0;
}

#footer #logo_footer {
    background: url('./img/logo_two_lines.png') no-repeat;
    background-size: 100%;
    background-position: left center;
    width: 100%;
    height: 60%;
}

#slogan {
    margin: 10px 0;
    text-align: center;
    font-size: 16px;
    font-style: italic;
    line-height: 18px;
}

#footer a {
    color: white;
    transition: all .3s ease-in-out;
    font-family: Overpass Mono;
}

#footer a:hover {
    color: var(--yellow);
    text-decoration: none;
}

#footer::before {
    content: '';
    background: url('./img/bg_blue_edge.svg') repeat-x;
    width: 100%;
    height: 20px;
    position: absolute;
    top: -10px;
    left: 0;
}

#footer .social {
    overflow: auto;
    padding: 0;
}

#footer .social p {
    margin: 15px 0 5px 0;
    /* font-style: italic; */
    opacity: .5;
}

#footer .social a {
    font-size: 0;
    color: transparent;
}

#footer .social li {
    float: left;
    margin-right: 15px;
}

#footer .social li:last-child {
    margin-right: 0px;
}

#footer .social li a {
    display: inline-block;
}

#footer .fb a {
    background: url('./img/icon_fb_white.svg') no-repeat;
    background-size: 100%;
    width: 40px;
    height: 40px;
    transition: all .2s ease-in-out;
}

#footer .fb a:hover {
    background: url('./img/icon_fb_yellow.svg') no-repeat;
}

#footer .ig a {
    background: url('./img/icon_in_white.svg') no-repeat;
    background-size: 100%;
    width: 40px;
    height: 40px;
    transition: all .2s ease-in-out;
}

#footer .ig a:hover {
    background: url('./img/icon_in_yellow.svg') no-repeat;
}

#footer .pt a {
    background: url('./img/icon_pt_white.svg') no-repeat;
    background-size: 100%;
    width: 40px;
    height: 40px;
    transition: all .2s ease-in-out;
}

#footer .pt a:hover {
    background: url('./img/icon_pt_yellow.svg') no-repeat;
}

#footer .lk a {
    background: url('./img/icon_lk_white.svg') no-repeat;
    background-size: 100%;
    width: 40px;
    height: 40px;
    transition: all .2s ease-in-out;
}

#footer .lk a:hover {
    background: url('./img/icon_lk_yellow.svg') no-repeat;
}

#social_footer_wrap {
    justify-content: right;
    margin: 0;
    padding: 0;
}

#copyright {
    background: var(--yellow);
    color: var(--blue);
    box-shadow: 0 999px 0 999px var(--yellow);
    text-align: center;
}

#copyright .content {
    padding: 10px 0;
}

#copyright a {
    color: var(--blue);
    transition: all .3s ease-in-out;
    font-family: 'cabinet-grotesk-regular';
}

#copyright a:hover {
    color: white;
}

#copyright p {
    margin:0;
    font-size:14px;
}

#copyright .opencookies {
    cursor:pointer;
    transition: all .3s ease-in-out;
}
#copyright .opencookies:hover {
    color:#fff;
    text-decoration: underline;
}

/********************
 BOUTON TOP
*********************/

#btn_top {
    display: none;
    transition: all .3s ease-in-out;
}

/********************
 BOUTON
*********************/
.wp-block-button__link {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 40px;
    padding-right: 40px;
    font-size: 16px;
    font-family: Lato;
    font-weight: 700;
    text-transform: none;
    font-style: normal;
    background: transparent;
    border-width: 1px;
    border-color: var(--blue);
    border-style: solid;
    border-radius: 0;
    color: var(--blue);
}

.wp-block-button__link:hover {
   background: var(--yellow);
   text-decoration: none;
   border-width: 1px;
    border-color: var(--yellow);
    border-style: solid;
    border-radius: 0;
    color: var(--blue);
}

.paiement-indisponible {
    border: 2px solid #cf1b1b;
    padding: 10px 20px;
    width: 100%;
    background: #ffbdbd;
    text-align: center;
    margin-bottom: 20px;
}

/* Ressources */
.accordeon-ressources-presse .wp-block-themeisle-blocks-accordion-item .wp-block-themeisle-blocks-accordion-item__title {
    color:#0d304e;
}
.accordeon-ressources-presse .wp-block-themeisle-blocks-accordion-item__content ul {
    margin-bottom: 10px;
}
.accordeon-ressources-presse .wp-block-themeisle-blocks-accordion-item__content .wp-block-file {
    margin-left:20px;
}


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

 @MEDIA

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

@media screen and (max-width: 380px) { /******************** 380PX ********************/

    /********************
     GÉNÉRAL
    *********************/
    /*
    #content {
        width: 90%;
        margin: auto;
    }
    */

    section {
        padding: 0;
    }

    h1 {
        font-size: 40px;
    }

    h2 {
        font-size: 30px;
    }
    /********************
     TÉMOIGNAGES
    *********************/

    .owl-nav {
        position: relative !important;
    }

    .owl-prev, .owl-next {
        position: relative !important;
    }

    /********************
     À PROPOS
    *********************/

    #about_carousel {
        padding: 0;
    }

    /********************
     DEVENIR FRANCHISÉ
    *********************/

    .banner_img_franchise:before {
        width: 100px;
        height: 100px;
        top: -50px;
        right: 0px;
    }

    .franchise_point_img figure {
        width: 60%;
        height: 60%;
        margin: auto;
    }

    /********************
     BOUTON TOP
    *********************/

    #btn_top {
        background: linear-gradient(rgba(0, 0, 0, .2), rgba(0, 0, 0, .2));
        transform: rotate(-90deg);
        color: white;
        border-radius: 5px;
        width: 50px;
        height: 50px;
        position: fixed;
        bottom: 5%;
        right: 5%;
        -webkit-backdrop-filter: blur(5px);
        backdrop-filter: blur(5px);
        font-size: 50px;
        padding-left: 13px;
        display: flex;
        align-items: center;
        z-index: 99;
        box-shadow: 0px 5px 5px 2px rgba(0, 0, 0, .1);
        visibility: hidden;
        cursor: pointer;
        transition: all .3s ease-in-out;
    }

    #btn_top img {
        width: 15px;
        margin-left: 6px;
        opacity: .7;
    }

    #btn_top:hover {
        background: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .3));
        backdrop-filter: blur(1px);
        box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, .2);
    }


    /********************
     FRONTPAGE
    *********************/

    #keep_touch {
        position: inherit;
        right: inherit;
        margin: 30px 0 !important;
    }

    #social ul li {
        float: left !important;
        margin-left: 0px !important;
        margin-right: 15px !important;
    }

    #social ul li:last-child {
        margin-right: 0px;
    }

    .content {
        width: 95%;
    }

    .buttons_home_intro {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    #home_content .wp-block-button {
        margin-bottom: 20px;
    }

    #nos_valeurs {
        margin-top: 50px;
    }

    #nos_valeurs h3::before {
        background-size: 22px;
        background-position: 46% 0%, 50% 105%;
    }

    #id_link {
        padding: 20px 10px;
        justify-content: center;
    }

    /********************
     PAGE CATÉGORIES
    *********************/

    .woocommerce a.added_to_cart {
        position: relative;
        width: 100%;
        bottom: 0;
    }

    .nv-bc-count-wrap {
        display: block;
    }

    #category_link a {
        margin-bottom: 30px;
    }

    #menu_category_wrap {
        margin-left: 10px;
    }

    #product_list_archive {
        padding: 0;
    }

    #product_list_archive .product_item {
        width: 100%;
        float: none;
        min-height: inherit;
    }

    .product_info .custom_add_to_cart {
        position: relative;
        width: 100%;
        bottom: 0;
    }

    .product_item {
        min-height: inherit;
    }

    .product_item figure {
        height: 290px;
    }

    /********************
     ACTUALITÉS
    *********************/

    .blog_filter_wrap {
        padding: 0 30px;
    }

    .breadcrumb {
        padding-left: 20px;
    }

    /********************
     LES ATELIERS
    *********************/

    #sidebar_atelier_list {
        height: 330PX;
        margin-bottom: 30px;
    }

    /********************
     PAGE ATELIERS
    *********************/

    article {
        width: 100%;
    }

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

    .logo_footer_wrap {
        margin-bottom: 100px;
    }

    #footer #logo_footer {
        width: 80%;
        height: 130%;
        margin: auto;
    }

    #slogan {
        margin: 15px 0;
        text-align: center;
        font-size: 16px;
        font-style: italic;
        line-height: 18px;
    }
}

/* INSTAGRAM FEED */
@media all and (max-width: 640px){
    /* Make 3-6 cols into 2 col */
    #insta_feed #sb_instagram.sbi_col_6 #sbi_images .sbi_item{
      width: 50%;
    }
    /* On mobile make the min-width 100% */
    #insta_feed #sb_instagram.sbi_width_resp{
      width: 100% !important;
    }
}

@media all and (max-width: 480px){
    /* Make all cols into 1 col */
    #insta_feed #sb_instagram.sbi_col_6 #sbi_images .sbi_item{
      width: 100%;
    }
    #insta_feed #sb_instagram.sbi_mob_col_1 #sbi_images .sbi_item {
      width: 100%;
    }
}
@media screen and (max-width: 600px) { /******************** 600PX ********************/

    .product_item figure {
        height: 380px;
    }
}

@media screen and (max-width: 768px) { /******************** 768px ********************/
    #keep_touch_wrap > div {
        display: none;
    }
    #keep_touch_wrap ul {
        padding: 20px 0;
    }
    #keep_touch {
        position: inherit;
        right: inherit;
        margin: 30px 0 !important;
    }

    #social ul li {
        float: left !important;
        margin-left: 0px !important;
        margin-right: 15px !important;
    }

    #social ul li:last-child {
        margin-right: 0px;
    }

}

@media screen and (max-width: 959px) {
    /********************
     TOP MENU
    *********************/

    #top_menu_wrap {
        display: none;
    }

    #top-menu ul {
        float: none;
        display: block;
    }

    #top-menu .link_top {
        float: none;
        display: block;
        margin-right: 0;
    }

    .nav-ul {
        margin-left: 0;
    }

    .responsive-nav-cart {
        margin-bottom: 30px !important;
        font-size: 20px !important;
    }

    .responsive-nav-cart .nv-cart {
        width: 35px !important;
        height: 35px !important;
    }

    .responsive-nav-cart .nv-cart svg {
        width: 100% !important;
        height: 100% !important;
    }

    .builder-item--secondary-menu {
        background: var(--blue);
        margin: 30px 0 !important;
    }

    .builder-item--secondary-menu .nav-ul {
        display: block;
        overflow: auto;
        padding-bottom: 30px;
    }

    .builder-item--secondary-menu a {
        color: white !important;
    }

    .builder-item--secondary-menu .fb, .builder-item--secondary-menu .ig, .builder-item--secondary-menu .pt, .builder-item--secondary-menu .lk {
        float: left !important;
        margin-left: 10px !important;
        display: inline-block !important;
        width: 30px !important;
    }

    .builder-item--secondary-menu .fb a, .builder-item--secondary-menu .ig a, .builder-item--secondary-menu .pt a, .builder-item--secondary-menu .lk a {
        color: transparent;
        width: 30px;
        height: 30px;
        font-size: 0;
        display: block;
    }

    .builder-item--secondary-menu .fb a, .builder-item--secondary-menu .fb a:hover {
        background: url('./img/icon_fb_white.svg') no-repeat;
    }

    .builder-item--secondary-menu .ig a, .builder-item--secondary-menu .ig a:hover {
        background: url('./img/icon_in_white.svg') no-repeat;
    }

    .builder-item--secondary-menu .pt a, .builder-item--secondary-menu .pt a:hover {
        background: url('./img/icon_pt_white.svg') no-repeat;
    }

    .builder-item--secondary-menu .lk a, .builder-item--secondary-menu .lk a:hover {
        background: url('./img/icon_lk_white.svg') no-repeat;
    } 

    #header-menu-sidebar-inner::-webkit-scrollbar {
        width: 12px;
    }

    #header-menu-sidebar-inner::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
        border-radius: 10px;
    }

    #header-menu-sidebar-inner::-webkit-scrollbar-thumb {
        border-radius: 10px;
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
        background: var(--yellow);
    }
}

@media screen and (max-width: 1000px) { /******************** 1000PX ********************/
    #selling_points figure {
        width: 60%;
        margin: auto;
    }

    .product_item figure {
        height: 230px;
    }

    /********************
    HOME
    COMMENT ÇA MARCHE
    *********************/

    #texte_comment {
        width: 80%;
    }
}

@media screen and (min-width: 1400px) { /******************** 1400PX ********************/

    .product_item figure {
        height: 250px;
    }

}

@media screen and (max-width: 1400px) { /******************** 1400PX ********************/
    /********************
     PAGE CATÉGORIES
    *********************/

    .focus {
        width: 90px;
        height: 90px;
    }

    /********************
     PAGE ATELIERS
    *********************/

    article {
        width: 80%;
        margin: auto;
    }
}

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

 PRINT

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

@media print {

    header, footer {
        display: none;
    }

}