/**********************************************************************************************************************************************************/
/**************************************************************************** MAXI 1630PX *****************************************************************/
/**********************************************************************************************************************************************************/

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

    
}


/**********************************************************************************************************************************************************/
/**************************************************************************** MAXI 1366PX *****************************************************************/
/**********************************************************************************************************************************************************/

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

    .top-home {
        background-size: cover;
        background-position: bottom center;
    }
    
    
    
}



/**********************************************************************************************************************************************************/
/**************************************************************************** MAXI 1280 PX ****************************************************************/
/**********************************************************************************************************************************************************/

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

    .wrap {
        width: 90%;
    }
    
    header.header nav li {
        padding: 0 10px;    
    }
    
    header.header nav li a {
        font-size: .9rem;    
    }
    
    header.header li.lien-compte a::before,
    header.header li.lien-panier a::before {
        font-size: 1.4rem;    
    }
    
    header.header.user-connecte li.lien-compte a::after,
    header.header.user-connecte li.lien-panier a::after {
        right: -4px;
        font-size: 1rem;
    }
    
    .container-texte-accueil img {
        max-width: 40%;    
    }
    
    
    
}

/**********************************************************************************************************************************************************/
/**************************************************************************** MAXI 1050 PX *****************************************************************/
/**********************************************************************************************************************************************************/

@media only screen and (max-width: 1050px) {
    
    .logo-header {
        width: 160px;
        height: 80px;
    }
    
    
    
}

/**********************************************************************************************************************************************************/
/**************************************************************************** MAXI 967 PX *****************************************************************/
/**********************************************************************************************************************************************************/

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

    
    .menu-fixe-responsive {
        display: block;
    }
    
    body.home .logo-header {
        display: none;
    }

    .modules-home .flex-item-moitie {
        min-height: 40vh;    
    }
    
    body.home main {
        padding-bottom: 150px;    
    }
    
    footer.site-footer {
        padding-bottom: 70px;
    }
    
    .flex-item-moitie {
        width: 100%;
        margin-bottom: 30px;
    }
    
    .container-produit-goodie .flex-item-moitie {
        width: 48%;    
    }
    
    .flex-item-quart {
        width: 48%;
        margin-bottom: 20px;
    }
    
    .flex-item-trois-quart {
        width: 48%;
        margin-bottom: 20px;
    }
    
    section {
        padding: 35px 0 !important;
    }
    
    
    h1 {
        font-size: 1.9rem;
        line-height: 2.2rem;
    }

    h2 {
        font-size: 1.6rem;
        line-height: 1.9rem;
    }

    h3 {
        font-size: 1.3rem;
        line-height: 1.7rem;
    }

    h5 {
        font-size: 1rem;
        line-height: 1.3rem;
    }    
    
    .cta, a.cta, button[type='submit'],
    input[type='submit'] {
        padding: 15px 25px;    
    }
    
    footer.site-footer .flex-item-quart {
        width: 100%;
        margin-bottom: 25px;
        text-align: center;
    }
    
    footer.site-footer img {
        margin: 0 auto 20px;
    }
    
    body.home main .wrap {
        padding: 0 0 20px;
        background: transparent;
    }
    
    .modules-home {
        margin: 0;    
    }
    
    li.linguise_switcher .linguise_lang_name {
        color: var(--noir) !important;    
    }
    
    li.linguise_switcher.linguise_parent_menu_item .linguise_switcher_sub {
        display: inline-block !important;
        top: 22px !important;
        left: 60px !important;
        font-size: 1rem !important;
    }
    
    li.linguise_switcher.linguise_parent_menu_item .linguise_switcher_sub li {
        display: inline-block !important;
        margin-right: 10px !important;
    }
    
    .image-serie,
    .top-image-page {
        max-height: 30vh;    
    }
    
    .image-serie h1,
    .top-image-page h1 {
        font-size: 1.9rem;
        top: 10vh;
    }
    
    .image-serie::before,
    .top-image-page::before {
        opacity: .3;
    }
    
    .container-series .flex-item-tiers,
    .container-series .flex-item-deux-tiers {
        width: 48%;    
    }
    
    .container-content-produit .flex-item-tiers.contenu-texte,
    .container-content-produit .flex-item-deux-tiers.container-form-serie {
        width: 100%;
        padding-right: 6vw;
        padding-left: 6vw;
    }
    
    .container-content-produit .flex-item-tiers.contenu-texte {
        order: 2;    
    }
    
    .container-content-produit .flex-item-deux-tiers.container-form-serie {
        order: 1;
        margin-bottom: 30px;
    }
    
    body.product-template-default section.section-serie {
        padding-top: 0 !important;    
    }
    
    .groupe-champs-form .flex-item-moitie {
        margin-bottom: 15px;    
    }
    
    .container-panier-goodies .flex-item-trois-quart {
        width: 100%;
    }
    
    header.header.header-home.scroll {
        padding: 25px 0;
        
    }
    
}



/**********************************************************************************************************************************************************/
/**************************************************************************** MAXI 768 PX *****************************************************************/
/**********************************************************************************************************************************************************/

@media only screen and (max-width: 768px) {
    
    
    .thin {
        width: 86%;
    }

    .container-texte-accueil img {
        max-width: 60%;
    }
    
    .wrap {
        width: 86%;
    }
    
    section.section-serie .wrap {
        width: 100%;
        max-width: 100%;
    }
    
    .padding40 {
        padding: 30px;
    }

    .padding30 {
        padding: 20px;
    }

    .flex-item-tiers,
    .flex-item-deux-tiers {
        width: 100%;
        margin-bottom: 20px;
    }    
    
    p.big,
    .big p,
    .big {
        font-size: 1.2rem;
        line-height: 1.6rem;
    }
    
    .container-form input[type=text],
    .container-form input[type=number],
    .container-form input[type=email],
    .container-form input[type=tel],
    .container-form input[type=url],
    .container-form input[type=date],
    .container-form textarea,
    .container-form select,
    .container-form .input-text {
        padding: 15px 20px;
    }
    
    .placeholder-clic {
        bottom: 48px;
    }
    
    
    h1 {
        font-size: 1.7rem;
        line-height: 2rem;
    }

    h2 {
        font-size: 1.5rem;
        line-height: 1.8rem;
    }

    h3 {
        font-size: 1.2rem;
        line-height: 1.5rem;
    }
    
    .container-series .flex-item-tiers,
    .container-series .flex-item-deux-tiers {
        width: 100%;    
    }
    
    .container-series .flex-item-deux-tiers .flex-item-moitie {
        width: 48%;    
    }
    
    .container-series .flex-item-tiers select {
        display: inline-block;
        width: 45%;
        margin: 0 2% !important;
    }
    
    .module-filtres-series {
        text-align: center;    
    }
    
    .cta, a.cta, button[type='submit'], input[type='submit'] {
        padding: 15px 20px !important;    
    }
    
    .infos-serie .flex-item-trois-quart,
    .infos-serie .flex-item-quart {
        width: 100%;
        text-align: left !important;
    }
    
    .infos-serie .filet-epais {
        display: none;
    }
    
    .image-serie h1 {
        padding: 6px 20px;
        font-size: 1.5rem;
    }
    
    .image-serie h1::after {
        height: 4px;
        bottom: -4px;
    }
    
    body.single-product header.header.header-page {
        padding: 10px 0;    
    }
    
    .image-goodie {
        background-position: top center;
        background-size: contain;
    }
    
    .container-panier-goodies {
        display: none;
    }
    
    .cart-collaterals {
        display: block;
    }
    
    table.shop_table_responsive tr td {
        text-align: left;
    }
    
    .product-name h3 {
        margin-top: 15px !important;
        padding-top: 15px;
        border-top: 1px solid var(--gris);
    }
    
    .container-pass-panier.flex-item-trois-quart {
        width: 100%;    
    }
    
    table.shop_table_responsive tr td[data-title="Produit"]::before {
        float: none;
        display: none;
    }
    
    .woocommerce-cart-form__cart-item.cart_item {
        margin-bottom: 30px;
        background: var(--gris);
    }
    
    table.cart tbody td{
        border: 0;
        padding: 12px 15px;
    }
    
    table.cart .quantity input[type=number] {
        background: #fff;
        box-shadow: none;
        margin-top: -15px;
        margin-left: 10px;
    }
    
    
    
}



/**********************************************************************************************************************************************************/
/**************************************************************************** MAXI 600 PX *****************************************************************/
/**********************************************************************************************************************************************************/

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

    .top-image-page h1 {
        font-size: 1.5rem;
        top: 12vh;
    }
    
    .container-produit-goodie .flex-item-moitie {
        width: 100%;    
    }
    
    .container-texte-accueil {
        padding-top: 22vh;    
    }
    
    .top-home {
        min-height: 60vh;    
    }
    
    .logo-header {
        width: 120px;
        height: 60px;
    }
    
    .container-texte-accueil::after {
        font-size: 2rem;
        width: 48px;
        height: 48px;
        line-height: 46px;
        margin-left: -24px;
        bottom: -24px;
    }
    
    table.shop_table_responsive tr td[data-title]::before {
        float: none;
        margin-bottom: 15px;
    }
    
    .container-pass-panier li.product::before {
        display: none;
    }
    
    .container-pass-panier li.product {
        padding-left: 0;
    }
    
    a.woocommerce-loop-product__link.flex-item-moitie {
        margin-bottom: 10px;    
    }
    
    table.cart .product-thumbnail img {
        display: none;
    }
    
    table.cart tr:first-child td.product-remove {
        padding: 10px 0 0 15px    
    }
    
    table.cart tbody td.product-thumbnail {
        padding: 0;
    }
    
    td.product-name h3 {
        margin-top: 0 !important;    
    }
    
    #post-9 .woocommerce-form-login.login {
        padding: 20px 20px 20px 20px;
        margin-bottom: 20px;
    }

    #post-9 .woocommerce-form-login.login::before {
        content: 'Déjà client ? Saisissez vos identifiants. Si vous êtes un nouveau client, votre compte sera automatiquement créé avec les informations saisies dans la section Vos informations';
        
        position: relative;
        display: block;
        top: auto;
        left: auto;
        width: 100%;
        margin-bottom: 15px;
    }
    
    .popup_linguise_lang_name {
        display: none !important;
    }
    
    li.linguise_switcher.linguise_parent_menu_item .linguise_switcher_sub {
        left: 95px !important;    
    }
    
    .module-mineur .floatright,
    .module-mineur .floatleft {
        width: 100%;
        float: none;
    }
    
    .module-mineur .floatleft {
        margin-bottom: 15px;    
    }
    
    
}




/**********************************************************************************************************************************************************/
/**************************************************************************** MAXI 480 PX *****************************************************************/
/**********************************************************************************************************************************************************/

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


    
    section {
        padding: 20px 0 !important;
    }
    
    .flex-item-trois-quart {
        width: 100%;    
    }
    
    p.big,
    .big p,
    .big {
        font-size: 1rem;
        line-height: 1.3rem;
    }
    
    .flex-item-quart {
        width: 100%;
    }
    
    .container-series .flex-item-deux-tiers .flex-item-moitie {
        width: 100%;
        min-height: 40vh;
        
    }
    
    
    

}

/**********************************************************************************************************************************************************/
/**************************************************************************** MAXI 375 PX *****************************************************************/
/**********************************************************************************************************************************************************/

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

    
    
    
}


@media only screen and (max-height: 800px) and (orientation: landscape) {

}

@media only screen and (max-height: 450px) and (orientation: landscape) {

}



