@import url('https://fonts.googleapis.com/css?family=Catamaran:300,400,700,900');
body {
    background-color: #F7F7F7;
    font-family: 'Catamaran', sans-serif;
    color: #4D4D4D;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Catamaran', sans-serif;
}
a {
    color: #49c1d6;
    font-weight: initial;
}
a:hover {
    color: #49c1d6;
}
a:focus {
    text-decoration: none;
    border: 0;
    color: inherit;
}
a:focus,
.button:focus,
.button.alt:focus,
.button.added_to_cart:focus,
.button.wc-forward:focus,
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
    outline-color: transparent;
}
p {
    font-size: 18px;
}
/*****
UI
*******/
.titre-module {
    font-weight: 300;
    font-size: 45px;
    margin-bottom: 55px;
    margin-top: 0;
    padding: 0;
}
.btn-cta,
input.ninja-forms-field[type="button"],
.woocommerce-Button.button,
.single_add_to_cart_button.button {
    padding: 12px 25px;
    background: #49c1d6;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 16px;
    font-weight: 900;
    position: relative;
    overflow: hidden;
    z-index: 1;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    display: inline-block;
}
input.ninja-forms-field[type="button"]:hover,
.woocommerce-Button.button:hover,
.single_add_to_cart_button.button:hover {
    background: #4D4D4D;
    color: #49c1d6;
}
.btn-cta::before,
.btn-cta::after {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    top: 100%;
    left: 0;
    z-index: -1;
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.btn-cta::before {
    background: #fff;
    border: dashed 1px #49c1d6;

}
.btn-cta::after {
    background: #4D4D4D;
}
.btn-cta:hover {
    color: #49c1d6;
    text-decoration: none;
}
.btn-cta:hover::before,
.btn-cta:hover::after {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
}
.btn-cta:hover::after {
    -webkit-transition-delay: 0.175s;
    transition-delay: 0.175s;
}
/*****
Page
*******/

.site-content {
    padding-top: 40px;
}
.home .site-content {
    padding-top: 0;
}
.page-template-template-page .site-content {
    padding: 0;
}
.bandeau-page {
    height: 400px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    /*background-attachment: fixed;*/

    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;

    flex-direction: column;
    -webkit-flex-direction:  column;

    justify-content: center;
    -webkit-justify-content: center;

     align-items: flex-start;
    -webkit-align-items: flex-start;
}
.bandeau-page-titre {
    color: #fff;
    text-transform: uppercase;
    font-size: 60px;
    text-shadow: 0 2px 4px rgba(0,0,0,0.3);
    font-weight: 900;
}
.page-container {
    padding-top: 40px;
}
.wysiwyg h3 {
    color: #49c1d6;
}
.redirection-login {
    padding-bottom: 50px;
}
.redirection-login {
    padding: 40px;
    background: #49c1d6;
    text-align: center;
    margin-bottom: 40px;
    margin-top: 40px;
}
.redirection-login h2 {
    color: #fff;
    font-size: 48px;
}
.redirection-login a {
    color: #fff;
    font-size: 18px;
}
/*****
HEADER
*******/
.header {
    background: #fff;
}
.header .container {
    position: relative;
}
.header .site-description {
    display: none;
}
.site-branding {
    margin-bottom: 20px;
    width: 205px;
    margin-top: 20px;
}
.site-branding .site-title a {
    display: block;
    background: url('../img/logo-projet-cuisine.svg') center no-repeat;
    background-size: 100%;
    text-indent: -9999px;
    width: 100%;
    height: 56px;
}
.storefront-primary-navigation {
    padding: 0;
    margin: 0;
    background-color: transparent;
    width: 100%;
    text-align: right;
    align-self : flex-end;
}

.header .container {
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;

    flex-direction: row;
    -webkit-flex-direction:  row;

    justify-content: space-between;
    -webkit-justify-content: space-between;

     align-items: left;
    -webkit-align-items: left;
}
.header-lien-moncompte ,
.header-lien-particulier{
    position:   absolute;
    top: 10px;
    right: 30px;
    color: #4D4D4D;
    text-decoration: none;
    font-size: 12px;
}
.header-lien-particulier {
    right: 120px;
}
.header-lien-moncompte:before {
    position: absolute;
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    background: url("../img/user.svg") center no-repeat;
    top: 3px;
    left: -14px;
}
/*****
FOOTER
*******/
.footer {
    padding: 20px 0;
    background-color: #fff;
}
.footer-reassurance {
    background: #4D4D4D;
    padding: 30px 0;
}
.footer-reassurance-group {
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;

    flex-direction: row;
    -webkit-flex-direction:  row;

    justify-content: space-between;
    -webkit-justify-content: space-between;

     align-items: flex-end;
    -webkit-align-items: flex-end;
}
.footer-reassurance-item {
    text-align: center;
    width: 25%;
}
.footer-reassurance-item-img {
    margin: 0 auto;
    margin-bottom: 10px;
    width: 50px;
    height: 50px;
}

.footer-reassurance-item-texte {
    color: #fff;
    font-weight: bold;
}
.menu_footer a {
    color: #4D4D4D;
    font-weight: 300;
}
.site-header-cart .widget_shopping_cart,
.main-navigation ul.menu ul.sub-menu,
.main-navigation ul.nav-menu ul.children {
    background-color: #4D4D4D;
}
.lien-rs {
    text-align: right;
}
.lien-rs-item {
    display: block;
    width: 20px;
    height: 20px;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    margin-left: 5px;
}
.lien-rs-item.facebook {
    background-image: url('../img/facebook-app-logo.svg');
}
.lien-rs-item.Linkedin {
    background-image: url('../img/linkedin-logo.svg');
}
.creation-compte {
    padding-top: 50px;
    padding-bottom: 50px; 
}
/*****
Menu
*******/

.main-navigation ul.menu > li > a {
    padding-top: 0;
    padding-bottom: 20px;
    padding-left: 15px;
    padding-right: 15px;
    text-transform: uppercase;
    color: #4D4D4D;
    font-weight: bold;
}
.main-navigation ul.menu > li:hover  > a{
    color: #49c1d6;
    text-decoration: none;
}
ul.menu li.current-menu-item > a {
    color: #49c1d6;
}
/*****
Home 
*******/
.page .col-full,
.single-product .col-full {
    max-width: initial;
    padding: 0;
}
/*****
intro home 
*******/
section.intro {
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;

    flex-direction: column;
    -webkit-flex-direction:  column;

    justify-content: center;
    -webkit-justify-content: center;

     align-items: center;
    -webkit-align-items: center;
    height: 70vh;

    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat; 
    background-size: 100%;
}
.intro-text p {
    font-size: 40px;
    font-weight: 300;
    line-height: 55px;
}
.intro-text a {
    font-weight: 300;
    display: inline-block;
    position: relative;
}
.intro-text a:hover {
    color: #49c1d6;
    text-decoration: none;
}
.intro-text a:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    height: 1px;
    border-bottom: dashed 1px #4D4D4D;
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.intro-text a:hover:before {
    opacity: 1;
    -webkit-transform: translate3d(0,-10px,0);
    transform: translate3d(0,-10px,0);
}
/*****
Module references 
*******/
section.references {
    padding: 70px 0;
}
section.references,
.page-id-109 .site-content {
    background: #4D4D4D;
     background-image: url('../img/carre-charte.svg');
    background-position: 120% 60%;
    background-attachment: fixed;
    background-repeat: no-repeat; 
}
.page-id-109 .site-content h1,
.page-id-109 .entry-content {
    color: #fff;
}
.page-id-109 .page-container .wysiwyg {
    color: #fff;
}
.references-titre {
    text-align: center;
    color: #49c1d6;
}
.references-text {
    text-align: center;
    color: #fff;
}

.references-listing {
    margin-top: 55px;
}
.references-listing  a {
    background: #000;
    display: block;
    position: relative;
    z-index: 1;
}
.references-listing  a:before {
    position: absolute;
    top: 50%;
    left: 50%;
    content: "";
    display: block;
    width: 50px;
    height: 50px;
    margin-left: -25px;
    margin-top: -25px;
    z-index: 1;
    background: url(../img/loupe.svg) center no-repeat;
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;

}
.references-listing a:hover:before {
    opacity: 1;
}
.references-listing img {
    border-radius: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.references-listing a:hover img {
    opacity: 0.3;
}
.references-listing-item {
    margin-bottom: 40px;
}
.references-listing-lien {
    margin: 60px auto 0;
    display: block;
    width: 250px;
    text-align: center;
}
.references-listing-lien::before {
    border: 0;
}
.references-listing-lien::after {
    border: dashed 1px #49c1d6;
}
/*****
Module Temoignages
*******/
section.temoignage {
    padding: 70px 0;
    background: #fff;
}
.temoignage-titre,
.temoignage-text {
    text-align: center;
}
.temoignage-client-nom {
    font-size: 18px;
    font-weight: bold;
}
.temoignage-client-poste {
    font-size: 14px;
    color: #49c1d6;
}
.temoignage-client-texte {
    font-weight: 300;
    border: dashed 1px #49c1d6;
    padding: 20px;
    margin: 20px 0;

}

/*****
Module partenaires
*******/
section.partenaires {
    padding: 10px 0;
    background: #fff;
    border-top: 1px solid rgba(77,77,77,0.1);

}
.partenaires-carousel-lien {
    display: block;
}
.partenaires-carousel-img {
    filter: url("gfx/site/desaturate.svg#greyscale");
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: 0.3;
    margin: 0 auto;
}
.partenaires-carousel-img:hover {
    opacity: 1;
    filter: initial;
}
/*****
Module Tarifs 
*******/
.tarifs-titre,
.tarifs-text {
    text-align: center;
}
section.tarifs {
    padding: 70px 0;
}
.tarifs-formule {
    background: transparent;
    border: dashed 1px #49c1d6;

    text-align: center;
    padding: 10px 0;
    margin-top: 55px;
    position: relative;

    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.tarifs-formule:hover {
    background: #fff;
    border: 1px solid #fff;
}
.tarifs-formule:before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    border: dashed 1px #49c1d6;
    opacity: 0;
    transform-origin: center;

    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.tarifs-formule:hover:before {
    opacity: 1;
    transform: scale(1.09, 1.04);
}

.tarifs-formule-container-img {
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;

    flex-direction: column;
    -webkit-flex-direction:  column;

    justify-content: flex-end;
    -webkit-justify-content: flex-end;

     align-items: center;
    -webkit-align-items: center;
    height: 100px;
}
.tarifs-formule-titre {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 900;
}
.tarifs-formule-prix {
    font-size: 40px;
    color: #49C1D6;
    line-height: 40px;
    margin-bottom: 20px;
    border-bottom: dashed 1px #49c1d6;
    padding-bottom: 20px;
}
.tarifs-formule-prix sup {
    font-size: 14px;
}
.tarifs-formule-prix span {
    display: block;
    font-size: 12px;
    line-height: 12px;
    font-weight: 300;
    color: #4D4D4D;
}
.tarifs-formule-prestation {
    height: 250px;
}
.tarifs-formule-prestation.devis {
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;

    flex-direction: column;
    -webkit-flex-direction:  column;

    justify-content: center;
    -webkit-justify-content: center;

     align-items: center;
    -webkit-align-items: center;
}
.tarifs-formule-btn {
    display: block;
    margin: 0 10px;
}
/*****
Argumentaires
*******/
section.argumentaires {
    padding: 100px 0;
    border-top: 1px solid rgba(77,77,77,0.1);
}

.argumentaires-item-row .wysiwyg {
    padding: 50px 0;
}
.argumentaires-item-row .wysiwyg a {
    display: inline-block;
}
.argumentaires-item-row .wysiwyg h2 {
    margin-top: 0;
}
/*****
Page PAcks
*******/
.packs {
    background: #fff;
}
.page-id-129 {
    position: relative;
}
.page-id-129 .site-content .col-full {
   max-width: inherit;
   padding: 0;
}
.page-id-129 .site-content,
.single-product .site-content {
    padding: 0;
}

.packs-bandeau {
    height: 500px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;

    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;

    flex-direction: column;
    -webkit-flex-direction:  column;

    justify-content: center;
    -webkit-justify-content: center;

     align-items: center;
    -webkit-align-items: center;
}
.packs-bandeau-titre {
    color: #fff;
    text-transform: uppercase;
    font-size: 60px;
    text-shadow: 0 2px 4px rgba(0,0,0,0.3);
    font-weight: 900;
}
.packs-container {
    margin-top: -100px;
    background: #fff;
    padding: 30px;
}
.packs-container-intro-titre,
.product_title {
    margin-top: 0;
    text-transform: uppercase;
    font-size: 40px;
    font-weight: bold;
    position: relative;
}
.packs-container-intro-titre-picto {
    position: absolute;
    left: -80px;
    top: 0;
    width: 60px;
}
.packs-container-intro {
    border: 1px dashed #49c1d6;
    padding: 20px 300px 20px 100px;
    position: relative;
}
.packs-container-intro-prix {
    position: absolute;
    top: 20px;
    right: 20px;
    text-align: center;
  
}
.packs-container-intro-prix .prix {
    font-size: 40px;
    color: #49C1D6;
    line-height: 40px;  
}
.packs-container-intro-prix .prix sup {
    font-size: 20px;
}
.packs-container-intro-prix-taxe {
    display: block;
    font-size: 12px;
    font-weight: 300;
}
.packs-container-intro-btn {
    display: inline-block;
    position: absolute;
    right: 20px;
    top: 90px;
}
.packs-container-intro-text p {
    font-size: 20px;
}
.packs-container-argumentaires-item {
    margin-top: 40px;
    border-top: 1px dashed #49c1d6;
    padding-top: 40px;
}
.packs-container-argumentaires.row .packs-container-argumentaires-item {
    border-top: 0;
}
.packs-container-argumentaires-item:first-child {
    border-top: 0;
}
.packs-container-argumentaires-item h3 {
    color: #49C1D6;
    font-size: 30px;
}
.menu-packs {
    position: absolute; 
    background: #F6F6F6;
    width: 100%;
    z-index: 1000;
}
.menu-packs.affix {
    position: fixed;
    top: 0;
    box-shadow: 0 4px 5px rgba(0,0,0,0.1);
}
.menu-packs-container-nav {
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;

    flex-direction: row;
    -webkit-flex-direction:  row;

    justify-content: space-between;
    -webkit-justify-content: space-between;

     align-items: center;
    -webkit-align-items: center;
    list-style: none;
    margin: 0;
}
.menu-packs-container-nav li {
    width: 100%;
}
.nav > li > .menu-packs-container-nav-link {
    display: block;
    text-align: center;
    padding: 20px;
    text-transform: uppercase;
    font-weight: bold;
}
.menu-packs-container-nav-link:hover {
    text-decoration: none;
}
.active .menu-packs-container-nav-link  {
    color: #4D4D4D;
}
/*****
Lightbox
*******/
#swipebox-overlay {
    background: #4d4d4d;
}
#swipebox-bottom-bar,
#swipebox-top-bar {
    background: #49c1d6;
}
/*****
FORMULAIRE
*******/
.woocommerce-form-login,
.wppb-register-user {
    width: 50%;
    position: relative;
/*    min-height: 500px;
*/}
.woocommerce-form-login:before,
.wppb-register-user:before {
    content: "";
    background: url('../img/illustration-charte.png') center no-repeat;
    width: 100%;
    height: 100%;
    left: 100%;
    top: -25%;
    position: absolute;
    display: block;
}

.input-text, 
.formulaire-contact input[type="text"],
.formulaire-contact input[type="email"],
.formulaire-contact input[type="url"],
.formulaire-contact input[type="password"],
.formulaire-contact input[type="search"],
.formulaire-contact textarea,
.woocommerce-form-login input[type="text"],
.woocommerce-form-login input[type="email"],
.woocommerce-form-login input[type="url"],
.woocommerce-form-login input[type="password"],
.woocommerce-form-login input[type="search"],
.woocommerce-form-login textarea,
.wppb-user-forms .text-input {
    border: dashed 1px #49c1d6;
    background: none;
    box-shadow: none;

}
.formulaire-contact {
    background: #fff;
    padding: 40px;
    margin-bottom: 40px;
}
.page-id-93 {
    background-image: url('../img/illustration-charte-3.png');
    background-attachment: fixed;
    background-position: 120% 60%;
    background-repeat: no-repeat;

}

.single-product .wceb_picker_wrap {
    padding: 40px;
     border: 1px dashed #49c1d6;

}
button, input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.added_to_cart,
.widget a.button,
.site-header-cart
.widget_shopping_cart a.button {

    background-color: #49c1d6;
    border-color: #49c1d6;

}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
.button:hover,
.added_to_cart:hover,
.widget a.button:hover,
.site-header-cart .widget_shopping_cart a.button:hover {
    background-color: #4d4d4d;
    border-color: #4d4d4d;
}
.wppb-register-user ul {
    margin: 0;
    list-style: none;
}
.wppb-register-user ul li {
    list-style: none;
    margin-bottom: 10px;
}
.wppb-form-field label {
    display: block;
    font-size: 18px;
}
.wppb-form-field .text-input {
    width: 100%;
    padding: 10px;
    font-size: 18px;
}
.text-input:focus {
    background: transparent !important;
}
.post-7 {
    margin-bottom: 0;
}
.formulaire-devis {
    margin-bottom: 40px;
}
/*****
WOOCOMMERCE
*******/

.single-product div.product .summary {
    width: 100%;
}
.single-product.right-sidebar .content-area {
    width: 100%;
}

.single-product .wcff-label-info {
    font-size: 18px;
    font-weight: 900;
    text-transform: uppercase;
    background: none;
    border: 0;
    padding: 0;
    color: #49c1d6;
    margin-top: 60px;
}
.single-product .wcff-label-info:first-child {
    margin-top: 0;
}
.single-product .booking_price,
.single-product .quantity {
    display: none;
}
.woocommerce-error,
.woocommerce-info,
.woocommerce-message,
.woocommerce-noreviews,
p.no-comments {
    background-color: #49C1D6;
}
.woocommerce-cart .attachment-shop_thumbnail {
    width: 50px;
    height: 50px;
}
.single-product .product_title {
    margin-top: 40px;
}
/*****
Page projet
*******/
.single-project .posted-on {
    display: none;
}
.single-project .devis-files-list {
    margin-left: 0;
}
.single-project .devis-files-list .btn-cta {
   float: right;
}
.single-project .devis-files-list span {
    text-transform: uppercase;
    font-weight: 900;
    font-size: 16px;
    display: inline-block;
    margin-top: 10px;
}
.single-project .content-area {
    width: 100%;
    margin: 0;
}
.single-project .site-content .col-full {
   max-width: inherit;
}

.woocommerce-account .my-projects li.product {
    height: 210px;
    overflow: hidden;
    margin-bottom: 20px;
    border: 1px dashed #49c1d6;
    padding: 10px;
}
.woocommerce-account .my-projects li.product img {
    max-height: 130px;
    width: auto;
}
.woocommerce-account .my-projects li.product:nth-child(3n+3) {
    margin-right: 0;
}
/*****
Responsive
*******/

@media screen and (max-width: 1074px) {
    .col-full {
        margin: 0;
    }


}
@media screen and (max-width: 991px) {
  
    .site-branding {
        width: 180px;
    }
    .intro-text p {
        font-size: 30px;
        line-height: 40px;
    }
    .packs-container-intro-text p {
        font-size: 16px;
    }
    .packs-container-intro {
        padding-right: 200px;
    }
    .packs-container-argumentaires-item {
        text-align: center;
    }
     .packs-container-argumentaires-item img {
        margin: 0 auto;
     }

}
@media screen and (max-width: 768px) {
    .woocommerce-form-login {
        width: auto;
    }
    .woocommerce-form-login:before {
        display: none;
    }
    .page-id-93 {
        background-image: none;
    }
    .formulaire-contact {
       background: none;
       padding: 0;
    }
    .tarifs-formule-prestation {
        height: auto;
    }
    .footer-reassurance-group {
        flex-wrap: wrap;
    }
    .footer-reassurance-item {
        width: 50%;
        margin-bottom: 20px;
    }
   /* section.intro {
        background: none;
    }*/
    .header-lien-moncompte,
    .header-lien-particulier {
        display: none;
    }
    .handheld-navigation {
        position: absolute;
        top: 95px;
        width: 100%;
        left: 0;
        z-index: 9999;
        background-color: #fff;
        height: 100vh;
        background-image: url('../img/carre-charte.svg');
        background-position: bottom right;
        background-size: 100%;
        background-repeat: no-repeat;

    }
    .storefront-primary-navigation {
        align-self: center;
    }
    .storefront-handheld-footer-bar ul li.cart .count,
    button.menu-toggle::after,
    button.menu-toggle::before,
    button.menu-toggle span::before {
        background-color: #49c1d6;
    }
    button.menu-toggle {
        background-color: transparent;
        border: 1px dashed #49c1d6;
        border-radius: 0;
    }
    button.menu-toggle span {
        color: #49c1d6;
    }
    .handheld-navigation a {
        text-align: left;
    }
    .main-navigation ul li a::before {
        display: none;
    }
    .handheld-navigation > ul >li > a {
        font-size: 25px;
    }
    .references-listing a {
        margin-bottom: 20px;
    }

    .packs-container-intro-prix,
    .packs-container-intro-btn,
    .packs-container-intro-titre-picto {
        position: relative;
        top: initial;
        right: initial;
        left: initial;
    }
    .packs-container-intro-titre-picto {
        margin-bottom: 20px;
    }

    .packs-container-intro-prix {
        text-align: left;
        margin-bottom: 20px;
    }
    .packs-container {
        margin-top: 0;
    }
    .packs-container-intro {
        padding :20px;
    }
    .packs-bandeau,
    .bandeau-page {
        background-attachment: local;
    }
    .main-navigation ul.menu > li > a {
        text-align: center;
    }

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

    .packs-bandeau,
    .bandeau-page {
        height: 300px;
    }
    .packs-bandeau-titre,
    .bandeau-page-titre {
        font-size: 40px;
    }
    .packs-container {
        padding: 10px;
    }
    .packs-container-argumentaires-item {
        margin-top: 0;
    }
    .menu_footer {
        text-align: center;
    }
    .menu_footer > li {
        display: block;
        margin-bottom: 10px;
    }
    .lien-rs {
        text-align: center;
    }
    .nav > li > .menu-packs-container-nav-link {
        font-size: 12px;
        padding: 10px 0;
    }
    .wysiwyg .alignright,
    .wysiwyg .alignleft,
    .wysiwyg .aligncenter {
        margin: 20px auto;
        width: 100%;
    }
    .titre-module {
        font-size: 30px;
    }
    .intro-text p {
        font-size: 20px;
        line-height: 30px;
        text-align: center;
    }
     .intro-text p br {
        display: none;
     }
     section.intro {
        background-size: cover;
        background-attachment: local;
        justify-content: flex-start;
        height: 40vh;
     }
     .intro-text a:hover:before {
        -webkit-transform: translate3d(0,-5px,0);
        transform: translate3d(0,-5px,0);
    }

}
