/*
            Orange          #ea9514     rgba(234, 149, 20, 1)

            Rouge           #c34938     rgba(195, 73, 56, 1)

            Rouge foncé     #872728     rgba(135, 39, 40, 1)
*/

/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
                GENERAL BASE
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/
input[type="button"], input[type="submit"], input[type="text"] {
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

*::-moz-selection {
    background: #fbf0e0;
}

*::selection {
    background: #fbf0e0;
}

*::-moz-selection {
    background: #fbf0e0;
}

@font-face {
    font-family: 'airstreamregular';
    font-weight: normal;
    font-style: normal;

    src: url('font/airstream/Airstream-webfont.eot');
    src: url('font/airstream/Airstream-webfont.eot?#iefix') format('embedded-opentype'),
    url('font/airstream/Airstream-webfont.woff') format('woff'),
    url('font/airstream/Airstream-webfont.ttf') format('truetype'),
    url('font/airstream/Airstream-webfont.svg#airstreamregular') format('svg');
}

@font-face {
    font-family: 'Roboto Slab';
    font-weight: 300;
    font-style: normal;

    src: url('font/robotoSlabLight/RobotoSlab-Light-webfont.eot');
    src: url('font/robotoSlabLight/RobotoSlab-Light-webfont.eot?#iefix') format('embedded-opentype'),
    url('font/robotoSlabLight/RobotoSlab-Light-webfont.woff') format('woff'),
    url('font/robotoSlabLight/RobotoSlab-Light-webfont.ttf') format('truetype'),
    url('font/robotoSlabLight/RobotoSlab-Light-webfont.svg#roboto_slablight') format('svg');
}

@font-face {
    font-family: 'Roboto Slab';
    font-weight: 400;
    font-style: normal;

    src: url('font/robotoSlabRegular/RobotoSlab-Regular-webfont.eot');
    src: url('font/robotoSlabRegular/RobotoSlab-Regular-webfont.eot?#iefix') format('embedded-opentype'),
    url('font/robotoSlabRegular/RobotoSlab-Regular-webfont.woff') format('woff'),
    url('font/robotoSlabRegular/RobotoSlab-Regular-webfont.ttf') format('truetype'),
    url('font/robotoSlabRegular/RobotoSlab-Regular-webfont.svg#roboto_slabregular') format('svg');
}

body {
    font-family: 'Roboto Slab', sans-serif;
    font-size: 1em;
    font-weight: 400;

    color: #872728;
    background: url('../img/mainBG.jpg') repeat;
}

noscript {
    display: block;

    width: 100%;
    margin-top: 15px;
    padding: 10px;

    text-align: center;

    color: #bf0b0b;
    border-bottom: 4px solid #c34938;
    background-color: rgba(242, 77, 77, .6);
}

noscript a {
    color: #872728;
}

noscript a:hover {
    color: #bf0b0b;
}

a {
    transition: color .4s;

    color: #c34938;
}

a:hover {
    transition: color .4s;

    color: #872728;
}

.btn {
    font-size: 1.3em;

    display: block;

    width: auto;
    padding: 10px;

    cursor: pointer;
    transition: background-color .4s;
    text-align: center;

    color: #872728;
    border-bottom: 3px solid #872728;
    background-color: rgba(195, 73, 56, .6);
}

.btn:hover {
    transition: background-color .4s;

    color: #872728;
    background-color: rgba(195, 73, 56, .8);
}

.btnMargin {
    margin-top: 10px;
}

/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
                 NAVBAR
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/

#triggerOverlay {
    display: none;
}

.navBar {
    position: fixed;
    z-index: 10;

    width: 100%;

    border-bottom: 5px solid #822526;
    background-color: #e7a23a;
}

.navBarContainer {
    width: 1200px;
    height: 80px;
    margin-right: auto;
    margin-left: auto;
    padding: 12px 0 12px 0;
}

.logo {
    display: inline-block;

    vertical-align: top;
}

.navBarContainer img {
    width: 158px;
}

.desktopNavBar {
    display: inline-block;
}

.desktopNavBar li {
    display: inline-block;

    margin-left: 70px;
}

.desktopNavBar li a {
    font-family: 'airstreamregular', sans-serif;
    font-size: 3.5em;

    transition: text-shadow 100ms ease;
    vertical-align: middle;
    letter-spacing: 2px;

    color: #872728;
    text-shadow: 2px 2px 0 #c34938;
}

.desktopNavBar li a:hover {
    transition: text-shadow 100ms ease-out;
    text-decoration: underline;

    text-shadow: 2px 3px 0 #c34938;
}

/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
                QUICK INFO
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/

.quickInfoBg {
    width: 100%;
    height: auto;
    padding-bottom: 20px;

    border-bottom: 4px solid rgba(195, 73, 56, .8);
    background: url('../img/serviceBandBG.jpg') no-repeat center fixed;
    background-size: cover;
}

.quickInfoContainer {
    width: 1200px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 105px;
}

.tempMessage {
    font-size: .9em;

    display: inline-block;

    width: 735px;
    height: auto;
    margin: 0 10px 0 175px;
    padding: 8px;

    transition: background-color .4s;
    vertical-align: top;

    opacity: 1;
    color: #872728;
    background-color: rgba(234, 149, 20, .9);
}

.tempMessage:hover {
    transition: background-color .4s;

    background-color: rgba(234, 149, 20, 1);
}

.tempMessage p {
    display: inline-block;

    width: 100%;

    vertical-align: middle;
}

.noTempMessage {
    opacity: 0;
}

.cart {
    display: inline-block;

    width: calc(100% - 924px);
    height: 45px;
    margin: 0;
    padding: 7px 5px 7px 5px;

    transition: background-color .4s;
    vertical-align: top;

    background-color: rgba(234, 149, 20, .6);
}

.cart:hover {
    transition: background-color .4s;

    background-color: rgba(234, 149, 20, .8);
}

.cart img {
    display: inline-block;

    vertical-align: middle;
}

.cart p {
    font-size: 1.6em;

    display: inline-block;

    vertical-align: middle;

    color: #872728;
}

.quickInfoContainer article {
    display: inline-block;

    width: 285px;
    height: 158px;
    margin: 20px 16px 0 0;
    padding: 14px;

    transition: background-color .4s;
    vertical-align: top;

    border-bottom: 3px solid rgba(234, 149, 20, .8);
    background-color: rgba(195, 73, 56, .6);
}

.quickShopContainer {
    text-align: center;
}

.quickShopContainer article {
    height: auto;
    padding: 1px;
}

.quickShopContainer article img {
    display: none;
}

.quickShopContainer article p {
    font-size: 1.2em !important;
}

.resInfo a:nth-child(4) article {
    margin-right: 0;
}

.quickInfoContainer article:hover {
    transition: background-color .4s;

    background-color: rgba(195, 73, 56, .8);
}

.quickInfoContainer article p {
    line-height: 1.35em;

    color: #872728;
}

.quickInfoContainer article p:first-child {
    padding-top: -3px;
}

.quickInfoContainer article p:first-child,
.shopLink article p:nth-child(2) {
    font-size: 1.5em;
    font-weight: 300;

    margin: 0;

    text-align: center;
    letter-spacing: .5px;

    color: #ea9514;
}

.shopLink article p:nth-child(2) {
    line-height: 1em;

    display: inline-block;

    padding-bottom: 0;

    vertical-align: bottom;
}

.shopLink article p:nth-child(3) {
    font-size: 1.2em;

    padding: 10px 0 0 5px;
}

.shopIcon {
    display: inline-block;
    overflow: visible;

    width: 34px;
    height: 20px;
    margin-right: 5px;

    vertical-align: bottom;
}

.shopIcon img {
    position: absolute;
    right: 0;
    bottom: 0;
}

.contResShopBox {
    width: 200px;
    margin-right: auto;
    margin-left: auto;
}

.lineResShop {
    margin-bottom: 10px;
}

.lineResShop:nth-child(4) {
    margin-bottom: 0;
}

.quickInfoContainer .resShopBox {
    display: none;
}

.shippingService p {
    display: inline-block;

    vertical-align: top;
}

.shippingService img {
    display: inline-block;

    width: 75px;
    margin-left: 15px;

    vertical-align: top;

    opacity: .8;
}

.quickInfoContainer address p {
    font-size: 1.05em;

    text-align: center;
}

.quickInfoContainer address p:nth-child(3) {
    font-size: 1.4em;
}

.facebookPage img {
    float: left;

    margin-top: 14px;
}

.facebookPage p {
    margin-top: 7px;

    text-align: center;
}

.facebookLink {
    font-size: 1.4em;
}

.giftCard img {
    float: right;

    width: 145px;
    margin-top: -48px;
}

/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
                WELCOME BANNER
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/

.welcomeBanner {
    width: 100%;
    height: auto;
    margin: 30px 0 30px 0;
    padding: 15px;

    text-align: center;

    border-bottom: 6px solid #ea9514;
    background-color: rgba(234, 149, 20, .7);
}

.simpleBanner {
    margin: 30px 0 30px 0;
}

.bubbleBanner {
    margin: 30px 0 40px 0;
}

.homeBanner {
    height: 170px;
    margin: 40px 0 85px 0;
}

.welcomeContainer {
    width: 1000px;
    margin-right: auto;
    margin-left: auto;
}

.welcomeText {
    display: inline-block;

    vertical-align: middle;
}

.welcomeText h1 {
    font-family: 'airstreamregular', sans-serif;
    font-size: 3.5em;
    line-height: 1.2em;

    letter-spacing: 2px;

    color: #872728;
    text-shadow: 2px 2px 0 #c34938;
}

.welcomeText p {
    font-size: 1.1em;
    line-height: 1.2em;

    display: inline-block;

    padding-top: 5px;

    letter-spacing: .2px;
    word-spacing: 2px;

    color: #872728;
}

.welcomeBadge {
    display: inline-block;

    width: 300px;
    margin-top: -26px;
    margin-right: -60px;

    vertical-align: top;
}

.welcomeBadge p {
    font-family: 'airstreamregular', sans-serif;
    font-size: 1.8em;
    line-height: 1.2em;

    position: absolute;
    z-index: 8;

    margin: 45px 0 0 89px;

    letter-spacing: 2px;

    color: #872728;
    text-shadow: 2px 2px 0 #c34938;
}

/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
            BLOCKS  
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/

.blockContainer {
    width: 1215px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
}

.block,
.block:visited {
    display: inline-block;

    width: 585px;
    height: 300px;

    vertical-align: top;

    border-bottom: 6px solid #ea9514;
    background-color: rgba(234, 149, 20, .8);
}

.block h2:hover {
    transition: text-shadow 100ms ease;

    text-shadow: 3px 3px 0 #ea9514;
}

.block img,
.bubble {
    position: relative;
    z-index: 7;

    margin-top: -20px;
    margin-left: -14px;
}

.block:nth-child(odd) {
    margin-right: 26px;
}

.block:nth-child(2),
.block:nth-child(1) {
    margin-bottom: 26px;
}

.block:nth-child(odd) .panel {
    margin-left: 35px;
}

.block:nth-child(even) .panel {
    margin-left: 200px;
}

.panel {
    width: 350px;
    height: 160px;
    margin-top: 15px;
    padding: 14px;

    transition: background-color .4s;
    text-align: center;

    background-color: rgba(234, 149, 20, .5);
}

.panel:hover {
    transition: background-color .4s;

    background-color: rgba(234, 149, 20, .65);
}

.panel h2 {
    font-family: 'airstreamregular', sans-serif;
    font-size: 3.6em;
    line-height: .8em;

    padding-bottom: 5px;

    letter-spacing: 2px;

    color: #872728;
    text-shadow: 2px 2px 0 #ea9514;
}

.panel p {
    color: #872728;
}

.panel p:nth-child(2n) {
    font-size: 1.4em;

    padding-bottom: 8px;
}

.panel p:nth-child(3n) {
    font-size: 1.2em;
}

.newPiece .panel p {
    line-height: 1.8em;
}

/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
            BACKGROUND BLOCK  
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/
.homeBlock .block:nth-child(1) {
    background: url(../img/shopBlock.jpg) no-repeat center;
    background-size: cover;
}

.homeBlock .block:nth-child(2) {
    background: url(../img/workshopBlock.jpg) no-repeat center;
    background-size: cover;
}

.homeBlock .block:nth-child(3) {
    background: url(../img/restorationBlock.jpg) no-repeat center;
    background-size: cover;
}

.homeBlock .block:nth-child(4) {
    background: url(../img/contactBlock.jpg) no-repeat center;
    background-size: cover;
}

.shopBlock .block:nth-child(1) {
    background: url(../img/newPiecesBlock.jpg) no-repeat center;
    background-size: cover;
}

.shopBlock .block:nth-child(2) {
    background: url(../img/oldPiecesBlock.jpg) no-repeat center;
    background-size: cover;
}

.shopBlock .block:nth-child(3) {
    background: url(../img/commandeBlock.jpg) no-repeat center;
    background-size: cover;
}

.shopBlock .block:nth-child(4) {
    background: url(../img/livraisonBlock.jpg) no-repeat center;
    background-size: cover;
}

.newPieceBlock .block:nth-child(1) {
    background: url(../img/vespa1Block.jpg) no-repeat center;
    background-size: cover;
}

.newPieceBlock .block:nth-child(2) {
    background: url(../img/vespa2Block.jpg) no-repeat center;
    background-size: cover;
}

.newPieceBlock .block:nth-child(3) {
    background: url(../img/vespa3Block.jpg) no-repeat center;
    background-size: cover;
}

.newPieceBlock .block:nth-child(4) {
    background: url(../img/vespa4Block.jpg) no-repeat center;
    background-size: cover;
}

/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
            LASTEST ARTICLE  
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/

.lArticleC {
    padding-left: 15px;
}

.lastestArticle {
    width: 1200px;
    height: auto;
    margin: 50px auto 0 auto;

    border-bottom: 6px solid #ea9514;
    background: url(../img/shopBandBG.jpg) no-repeat center fixed;
    background-size: cover;
}

.articleContainer {
    padding: 30px 30px 30px 30px;
}

.lastestArticle .headTitle {
    width: 100%;
    margin-top: -57px;
    padding: 5px 5px 5px 150px;

    color: #872728;
    background-color: rgba(234, 149, 20, .5);
    text-shadow: 2px 2px 0 #ea9514;
}

.lastestArticle .headTitle h1,
.lastestArticle .headTitle h2 {
    font-family: 'airstreamregular', sans-serif;
    font-size: 3.6em;

    display: inline-block;

    width: calc(100% - 130px);

    vertical-align: middle;

    background-color: rgba(255, 255, 255, 0);
}

.lastestArticle .headTitle h1 ~ h2 {
    font-size: 2.2em;

    padding-top: 2px;
}

.lastestArticle .back {
    display: inline-block;

    width: 120px;

    vertical-align: middle;

    text-shadow: none;
}

.lastProd .articleContainer .previewArticle:nth-child(3),
.lastProd .articleContainer .previewArticle:nth-child(4) {
    margin-bottom: 0;
}

.previewArticle {
    display: inline-block;

    width: 460px;
    margin: 0 30px 30px 0;
    padding: 20px;

    transition: background-color .4s;
    vertical-align: top;

    border-bottom: 5px solid rgba(195, 73, 56, .6);
    background-color: rgba(234, 149, 20, .5);
}

.previewArticle:hover {
    transition: background-color .4s;

    background-color: rgba(234, 149, 20, .7);
}

.previewArticle img {
    overflow: hidden;

    width: 110px;
    height: 110px;
}

.previewText {
    font-size: 1.2em;

    display: inline-block;

    width: 290px;
    margin-left: 16px;

    vertical-align: top;

    color: #872728;
}

.previewText p:nth-child(2n) {
    font-size: .9em;

    padding: 4px 0 2px 0;
}

.previewText p:nth-child(3n) {
    font-size: .9em;

    padding: 2px 0 2px 0;
}

.previewText p:nth-child(4n) {
    font-size: .9em;

    padding: 2px 0 4px 0;
}

.previewArticle a {
    font-size: 1.2em;

    display: inline-block;

    width: 50%;
    margin-top: 18px;
    padding: 10px;

    transition: background-color .4s, color .4s;
    text-align: center;
}

.previewArticle a:nth-child(odd) {
    background-color: rgba(195, 73, 56, .4);
}

.previewArticle a:hover:nth-child(odd) {
    transition: background-color .4s, color .4s;

    color: #ea9514;
    background-color: rgba(195, 73, 56, .7);
}

.previewArticle a:nth-child(even) {
    color: #872728;
    background-color: rgba(135, 39, 40, .4);
}

.previewArticle a:hover:nth-child(even) {
    transition: background-color .4s, color .4s;

    color: #ea9514;
    background-color: rgba(135, 39, 40, .7);
}

.previewArticle:last-child {
    margin: 0;
}

.resMoreArticle {
    display: none;
}

.moreArticle {
    position: absolute;
    top: 30px;

    width: 158px;
    height: 458px;

    transition: background-color .4s;

    background-color: rgba(234, 149, 20, .5);
}

.moreArticle:hover {
    transition: background-color .4s;

    background-color: rgba(234, 149, 20, .7);
}

.moreArticle div {
    width: 180px;
    height: 15px;
    margin: 150px 0 0 -10px;

    transition: margin 1s;

    background-color: #cf6d41;
}

.moreArticle div:nth-child(1) {
    -webkit-transform: rotate(55deg);
    transform: rotate(55deg);
}

.moreArticle div:nth-child(2) {
    margin-top: 125px;

    -webkit-transform: rotate(-55deg);
    transform: rotate(-55deg);
}

.moreArticle div {
    -webkit-animation: arrow .35s linear 0s infinite alternate;
    animation: arrow .35s linear 0s infinite alternate;
}

@-webkit-keyframes arrow {
    from {
        margin-left: -10px;
    }

    to {
        margin-left: 0;
    }
}

@keyframes arrow {
    from {
        margin-left: -10px;
    }
    to {
        margin-left: 0;
    }
}

/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
            SIMPLE PAGE  
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/

.simplePage {
    width: 1200px;
    margin-right: auto;
    margin-left: auto;
    padding: 40px;

    border-bottom: 6px solid #ea9514;
    background-color: rgba(234, 149, 20, .4);
}

.spCenter {
    text-align: center;
}

.simplePage h2 {
    font-size: 1.7em;

    padding: 40px 0 8px 0;
}

.simplePage h2:first-child {
    padding: 0 0 8px 0;
}

.simplePage h3 {
    font-size: 1.4em;

    padding: 30px 0 5px 0;
}

.simplePage h3:first-child {
    padding: 0 0 5px 0;
}

.simplePage p {
    font-size: 1em;
    line-height: 1.3em;
}

.simplePage ul {
    padding: 0 0 0 40px;
}

.simplePage ul ~ h3 {
    margin: 0;
}

.simplePage li {
    line-height: 1.1em;

    padding: 10px;

    list-style-type: disc;
}

/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
                    CGV  
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/

.linkActions {
    width: 374px;
    margin-right: auto;
    margin-bottom: 15px;
    margin-left: auto;
}

.legalLink {
    font-size: 1.2em;

    display: inline-block;

    width: 180px;
    padding: 10px;

    transition: background-color .4s;
    text-align: center;
    vertical-align: middle;

    border-bottom: 3px solid #c34938;
    background-color: rgba(234, 149, 20, .5);
}

.legalLink:hover {
    transition: background-color .4s;

    color: #c34938;
    background-color: rgba(234, 149, 20, .8);
}

.legalIcon {
    display: inline-block;

    vertical-align: middle;
}

/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
            CONTACT 
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/

.googleMaps {
    width: 100%;
    height: 500px;
}

/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
            RESTORATION 
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/

.grid1Picture {
    display: inline-block;

    width: 40%;

    vertical-align: middle;
}

.grid1Picture img:last-child {
    width: 100%;
}

.grid1Text {
    display: inline-block;

    width: 55%;
    margin-left: 4%;

    vertical-align: middle;
}

.resto img:last-child {
    border-bottom: 4px solid #ea9514;
}

.resto img:nth-child(1) {
    position: absolute;

    margin: -20px;
}

.resto .grid1Text p {
    font-size: 1.2em;
}

.resto .btn {
    width: 300px;
    margin-top: 20px;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
}

.resto p:nth-child(3) {
    margin-bottom: 30px;
}

#restoEnd {
    font-size: 1.3em;

    text-align: center;
}

/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
            LINKS PAGE 
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/

.linkBlock {
    font-family: 'airstreamregular', sans-serif;

    width: 70%;
    margin-right: auto;
    margin-bottom: 30px;
    margin-left: auto;
    padding: 30px;

    transition: background-color .4s;
    text-align: center;

    color: #872728;
    border-bottom: 6px solid #ea9514;
    background-color: rgba(234, 149, 20, .5);
}

.linkBlock:hover {
    transition: background-color .4s;

    background-color: rgba(234, 149, 20, .7);
}

.simplePage a:last-child .linkBlock {
    margin-bottom: 0;
}

.linkBlock h2 {
    font-size: 3.5em;

    text-decoration: underline;
    letter-spacing: 2px;

    text-shadow: 2px 2px 0 #c34938;
}

.linkBlock p {
    font-size: 2.6em;
    line-height: 1em;
}

.usefulLink {
    display: inline-block;

    width: 300px;
    height: 300px;
    margin: 20px;
    padding: 20px;

    transition: background-color .4s;

    border-bottom: 4px solid #c34938;
    border-radius: 10px;
    background-color: rgba(195, 73, 56, .5);
}

.usefulLink:hover {
    transition: background-color .4s;

    background-color: rgba(195, 73, 56, .7);
}

.usefulLink img {
    width: 100%;
}

/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
            COMPETITIONS 
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/

.fixArticles {
    width: 1064px;
    margin-right: auto;
    margin-bottom: 30px;
    margin-left: auto;
    padding: 15px 0 15px 0;

    text-align: center;

    border-bottom: 4px solid #c34938;
    background-color: rgba(195, 73, 56, .4);
}

.fixArticles h2 {
    margin-bottom: 5px;
}

.fixArticles a {
    font-size: 1.3em;

    display: inline-block;

    width: 30%;
    margin-right: 20px;
}

.fixArticles a:last-child {
    margin-right: 0;
}

.compContainer {
    width: 1065px;
    margin-right: auto;
    margin-left: auto;
}

.compArticle {
    display: inline-block;

    width: 520px;
    margin: 0 20px 20px 0;
    padding-right: 15px;

    transition: background-color .4s;
    text-align: left;

    border-bottom: 4px solid #ea9514;
    background-color: rgba(234, 149, 20, .5);
}

.compArticle:hover {
    transition: background-color .4s;

    background-color: rgba(234, 149, 20, .7);
}

.compContainer a:nth-child(even) .compArticle {
    margin: 0 0 20px 0;
}

.compPicture {
    display: inline-block;

    width: 155px;
    height: 155px;

    vertical-align: top;

    background-color: rgba(195, 73, 56, .5);
}

.compPicture img {
    width: 100%;
}

.compText {
    display: inline-block;

    width: calc(100% - 160px);
    height: 155px;
    padding: 15px;

    vertical-align: top;

    color: #872728;
}

.articleTitle {
    font-size: .9em;
}

.ownArticle {
    width: 100%;
    padding: 15px;

    text-align: inherit;
}

.ownArticle a {
    width: auto;
    margin-right: 0;
}

.ownArticle p {
    font-size: 1.2em;

    display: inline-block;

    margin-left: calc(100% - 390px);
}

.fullArticle {
    margin-bottom: 0;
    padding: 15px;

    text-align: left;

    border-bottom: 5px solid #ea9514;
    background-color: rgba(234, 149, 20, .5);
}

/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
            WORKSHOP 
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/

.workshop p {
    padding-bottom: 10px;
}

.workshop h2 {
    font-size: 1.8em;

    padding: 40px 0 15px 0;
}

.workshop h2:first-child {
    padding: 0 0 15px 0;
}

/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
                     SHOP 
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/

.oldPiece {
    width: 1015px;
    margin-right: auto;
    margin-left: auto;
}

.oldPiece .previewArticle:nth-child(even) {
    margin-right: 0;
}

.newPieceBlock .block:nth-child(even) .panel {
    margin-left: 35px;
}

.catInfoContainer {
    padding: 30px;
}

.catListContainer {
    display: inline-block;
    overflow-x: hidden;
    overflow-y: scroll;

    width: 555px;
    height: 740px;
    margin-left: 30px;

    vertical-align: top;
}

.catPicContainer {
    display: inline-block;

    width: 550px;

    vertical-align: top;
}

.catPicContainer img {
    width: 100%;
}

.catListContainer ul li {
    margin-bottom: 20px;
}

.catListContainer ul a {
    font-size: 1.4em;

    display: block;

    width: 95%;
    padding: 12px 12px 12px 20px;

    transition: background-color .4s;

    color: #872728;
    background-color: rgba(234, 149, 20, .5);
}

.catListContainer ul a:hover {
    transition: background-color .4s;

    background-color: rgba(234, 149, 20, .8);
}

.catListContainer ul li:last-child {
    margin-bottom: 0;
}

.catListContainer .previewArticle {
    width: 95%;
    margin: 0 0 15px 0;
}

.catListContainer .previewArticle:last-child {
    margin: 0;
}

.chPicHeight {
    height: 776px;
}

.picOpa {
    opacity: .9;
}

#newProCont {
    padding: 30px;

    border-bottom: 5px solid rgba(195, 73, 56, .6);
    background-color: rgba(234, 149, 20, .5);
}

#newProPic {
    display: inline-block;

    width: 30%;
    margin-right: 30px;
    padding: 20px 20px 20px 20px;

    vertical-align: top;

    border-bottom: 5px solid rgba(135, 39, 40, .5);
    background-color: rgba(234, 149, 20, .5);
}

#newProPic img {
    width: 100%;
}

#newProPic p {
    font-size: 1em;

    width: 100%;
    margin-top: -2px;
    padding-top: 20px;

    text-align: center;
}

#newProText {
    display: inline-block;

    width: calc(70% - 35px);
    padding: 20px;

    vertical-align: top;

    border-bottom: 5px solid rgba(135, 39, 40, .5);
    background-color: rgba(234, 149, 20, .5);
}

#newProText input[type='submit'] {
    font-size: 1.5em;

    display: inline-block;

    width: 100%;
    margin-top: 30px;
    padding: 15px;

    transition: background-color .4s, color .4s;
    text-align: center;

    color: #872728;
    border: none;
    background-color: rgba(135, 39, 40, .4);
}

#newProText input[type='submit']:hover {
    transition: background-color .4s, color .4s;

    color: #ea9514;
    background-color: rgba(135, 39, 40, .6);
}

#newProText p {
    font-size: 1.2em;
    line-height: 1.1em;

    display: inline-block;

    padding: 10px 0 10px 0;

    vertical-align: top;
}

#newProText p:nth-child(odd) {
    width: 120px;

    color: #c34938;
}

#newProText p:nth-child(even) {
    width: calc(100% - 130px);

    color: #872728;
}

.newProNum {
    font-size: 1em;

    width: 62px;
    padding: 4px 4px 4px 10px;

    color: #872728;
    border: none;
    background-color: rgba(135, 39, 40, .2);
}

/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
            SOCIAL LINKS 
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/

.socialCont {
    display: inline-block;

    width: 100%;
    margin-top: 35px;
    padding: 20px 0 20px 20px;

    text-align: center;
    vertical-align: top;

    border-bottom: 5px solid rgba(135, 39, 40, .5);
    background-color: rgba(234, 149, 20, .5);
}

.socialCont p {
    font-family: 'airstreamregular', sans-serif;
    font-size: 2.8em;

    padding-bottom: 15px;

    letter-spacing: 1px;

    color: #872728;
    text-shadow: 2px 2px 0 #ea9514;
}

.socialCont a {
    display: inline-block;

    width: 60px;
    height: 60px;
    margin-right: 20px;
    padding: 15px;

    transition: background-color .4s;
    vertical-align: middle;

    border-bottom: 3px solid rgba(135, 39, 40, .8);
    background-color: rgba(135, 39, 40, .4);
}

.socialCont a:hover {
    transition: background-color .4s;

    background-color: rgba(135, 39, 40, .7);
}

.socPic {
    display: inline-block;
    overflow: visible;

    width: 30px;
    height: 30px;
}

.socPic img {
    display: inline-block;

    height: 100%;

    text-align: center;
}

.socialA {
    margin-top: 30px;

    border-bottom: 4px solid #c34938;
    background-color: rgba(195, 73, 56, .4);
}

.socialA p {
    text-shadow: 2px 2px 0 #c34938;
}

.socialA a {
    border-bottom: 3px solid #872728;
    background-color: rgba(195, 73, 56, .6);
}

.socialA a:hover {
    background-color: rgba(195, 73, 56, .8);
}

/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
                    CART
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/

.cartPage .linkActions {
    width: 430px;
    margin-bottom: 30px;
}

.cartPage .legalLink {
    width: 210px;
}

.cartInfos,
.deleteBtn {
    display: inline-block;

    vertical-align: middle;
}

.cartFirstLine {
    font-size: 1.2em;

    width: 100%;
    margin-bottom: 35px;
    padding: 8px 8px 8px 20px;

    background-color: rgba(234, 149, 20, .8);
}

.cartFirstLine p,
.cartLine p,
.deleteBtn {
    display: inline-block;

    margin-right: 55px;

    vertical-align: middle;
}

.cartFirstLine p:nth-child(1),
.cartLine p:nth-child(1) {
    width: 380px;
}

.cartFirstLine p:nth-child(2),
.cartLine p:nth-child(2) {
    width: 120px;

    text-align: center;
}

.cartFirstLine p:nth-child(3),
.cartLine p:nth-child(3) {
    width: 82px;
}

.cartLine p:nth-child(3) {
    padding-right: 10px;
    padding-left: 10px;
}

.cartFirstLine p:nth-child(4),
.cartLine p:nth-child(4) {
    width: 120px;

    text-align: center;
}

.cartFirstLine p:nth-child(5) {
    width: 100px;
}

.cartLine {
    font-size: 1.2em;

    width: 100%;
    margin-bottom: 15px;
    padding: 8px 8px 8px 20px;

    transition: background-color .4s;

    background-color: rgba(234, 149, 20, .5);
}

.cartLine:hover {
    transition: background-color .4s;

    background-color: rgba(234, 149, 20, .8);
}

.deleteBtn {
    width: 100px;
    height: 25px;
}

.deleteBtn a img {
    padding-right: 37.5px;
    padding-left: 37.5px;
}

.cartFirstLine p:last-of-type,
.deleteBtn {
    margin-right: 0;
}

.shippingCost {
    font-size: 1.2em;

    width: 100%;
    margin-bottom: 15px;
    padding: 8px 8px 8px 20px;

    background-color: rgba(234, 149, 20, .7);
}

.shippingCost p:nth-child(1),
.shippingCost p:nth-child(2),
.shippingCost p:nth-child(3) {
    display: inline-block;

    margin-right: 30px;

    vertical-align: middle;
}

.shippingCost p:nth-child(3) {
    font-size: .8em;

    width: 75%;
    margin-right: 0;
}

.cartTotal {
    width: 100%;
    margin-top: 35px;
    padding: 12px;

    transition: background-color .4s;

    background-color: rgba(234, 149, 20, .8);
}

.cartTotal p {
    font-size: 1.4em;

    width: 100%;
    padding-right: 50px;

    text-align: right;
}

.cartNext a,
.cartNext input[type='submit'] {
    font-size: 1.8em;

    display: inline-block;

    width: 100%;
    margin-top: 15px;
    padding: 15px;

    cursor: pointer;
    transition: background-color .4s, color .4s;
    text-align: center;

    color: #872728;
    border: none;
    background-color: rgba(135, 39, 40, .4);
}

.cartNext a:hover,
.cartNext input[type='submit']:hover {
    transition: background-color .4s, color .4s;

    color: #ea9514;
    background-color: rgba(135, 39, 40, .6);
}

#payNote {
    font-size: 1.5em;

    margin: 20px 0 20px 0;
    padding: 5px;

    text-align: center;

    color: #c34938;
    background-color: rgba(234, 149, 20, .5);
}

/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
                SHIPPING PAGE  
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/

.shippingPage p {
    padding: 10px 0 10px 0;
}

.shippingPage .shippingInfoPic {
    width: 100%;
}

/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
                    Alerts  
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/

.alert {
    width: auto;
    font-size: 1.1em;

    margin: 15px auto;
    padding: 15px;
}

.alertGeneral {
    width: 1200px;
}

.alertForm {
    width: 100%;
}

.alert-success {
    color: #3c763d;
    background-color: rgba(131, 208, 99, .6);
}

.alert-warning {
    color: #be9d01;
    background-color: rgba(254, 231, 122, .6);
}

.alert-error {
    color: #bf0b0b;
    background-color: rgba(242, 77, 77, .6);
}

/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
                    Forms  
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/

input,
textarea {
    font-family: 'Roboto Slab', sans-serif;
    font-size: 1em;

    padding: 10px;

    color: #872728;
    border: none;
    outline-width: 5px;
    outline-color: #c34938;
    outline-offset: 0;
    background-color: rgba(255, 255, 255, .9);
}

input[type = 'file'] {
    vertical-align: middle;

    background-color: rgba(255, 255, 255, 0);
}

.formLine {
    width: 100%;
    margin-bottom: 20px;
    padding: 15px;

    background-color: rgba(234, 149, 20, .6);
}

.formLine label,
.formLine input,
.formLine textarea {
    display: inline-block;

    vertical-align: middle;
}

.formLine label {
    font-size: 1.2em;

    width: 20%;
    margin-right: 20px;
}

.formLine input,
.formLine textarea {
    width: calc(80% - 24px);
}

.cgvLine label {
    width: calc(100% - 60px);
}

.cgvLine input {
    width: 20px;
}

form .btn {
    width: 100%;
}

/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
            FOOTER  
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/

/* Hack for to put the footer at the bottom of the page*/
#wrapper {
    min-height: 100%;
    margin-bottom: -169px;
    padding-bottom: 50px;
}

#wrapper:after {
    display: block;

    content: '';
}

footer,
#wrapper:after {
    height: 169px;
}

footer {
    width: 100%;

    border-top: 5px solid #822526;
    background-color: #e7a23a;
}

footer nav {
    display: inline-block;
}

footer nav a {
    font-size: 1.1em;

    display: inline-block;

    margin-right: 40px;

    color: #872728;
}

.webwave {
    display: inline-block;

    vertical-align: middle;
}

.footerContainer {
    width: 1200px;
    margin-right: auto;
    margin-left: auto;
    padding: 45px;
}

.orderValidation {
    text-align: center;
}

.orderValidation img {
    display: inline-block;

    width: 60%;
    margin-bottom: 30px;
}

.paymentChoice {
    font-family: 'Open Sans', sans-serif;
    font-size: 1.2em;

    display: inline-block;

    vertical-align: middle;

    background-color: white;
}

.printMessage {
    display: none;
}

.errorPage p {
    font-size: 1.6em;

    text-align: center;
}

.errorPage p:nth-child(2) {
    padding-top: 20px;
}

.giftCardPage figure {
    display: block;

    width: 825px;
    margin-top: 25px;
    margin-right: auto;
    margin-left: auto;
}

.giftCardPage img {
    width: 100%;
}

.giftCardPage figcaption {
    margin-top: 15px;

    text-align: center;
}

.loading,
#searchResults {
    display: none;

    padding: 10px 0 10px 0;
}

/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
                PICKUP POINT  
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/
.formLineChoicesContainer {
    margin-bottom: 20px;
    padding-bottom: 5px;

    border-bottom: solid 2px #c34938;
}

.formLineChoices input,
.formLineChoices label,
.pickupPointContainer,
.pickupPointContainer .headline,
.pickupPointContainer img,
.pickupSchedule {
    display: inline-block;

    vertical-align: middle;
}

.formLineChoices input {
    width: 20px;
}

.formLineChoices label {
    width: calc(100% - 35px);
    margin-right: 0;
    margin-left: 10px;
}

/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
                SEARCH REF  
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/
.searchProductContainer {
    margin-bottom: 50px;
    padding: 10px 10px 10px 100px;

    border-bottom: 6px solid #ea9514;
    background: url(../img/shopBandBG.jpg) no-repeat center fixed;
    background-size: cover;
}

.searchProductContainer img {
    position: absolute;
    z-index: 7;
    top: -22px;
    left: -14px;

    margin: 0;
}

.searchProductContainer input,
.searchProductContainer input,
.searchProductContainer label {
    display: inline-block;

    vertical-align: middle;
}

.searchProductContainer label {
    font-family: 'airstreamregular', sans-serif;
    font-size: 2.8em;

    width: 35%;
    margin-right: 1%;

    text-shadow: 1px 2px 0 #ea9514;
}

.searchProductContainer input[type=text] {
    font-family: 'Roboto Slab', sans-serif;
    font-size: 1.2em;

    width: 40%;
    margin-right: 1%;

    border: none;
}

.searchProductContainer input[type=submit] {
    width: 23%;
    padding: 8px;
}

.pickupPointContainer {
    width: 50%;
}

.pickupPointContainer img {
    width: 73px;
    padding: 15px;
}

.pickupPointContainer .headline {
    width: calc(100% - 103px);
    margin-left: 10px;
}

.pickupSchedule {
    font-size: .8em;

    width: calc(50% - 20px);
    margin-left: 10px;
}

.searchBtn {
    margin-bottom: 30px;
}

.pointNumberHide {
    display: none;
}

/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
              RESTAURATION GALLERY
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/
.restauGallery {
    text-align: center;
}

.restauGallery h2 {
    font-size: 1.4em;

    padding: 5px 0 5px 0;
}

.restauGallery img {
    width: 100%;
}

.restauGallery p {
    font-size: 1.3em;
    margin-top: 10px;
}

.restauMin {
    border-bottom: 4px solid #ea9514;
    background-color: rgba(234, 149, 20, .5);
    height: auto;
}

.restauMin:hover {
    background-color: rgba(234, 149, 20, .7);
}

/* Order checkout*/
.alertOrder {
    width: 100%;
}

.checkoutStepsContainer {
    text-align: center;
}

.checkoutStepsContainer .legalLink {
    width: 25%;
}

.activeCheckoutButton {
    color: #c34938;
    background-color: rgba(234, 149, 20, .8);
}

/*
            Orange          #ea9514     rgba(234, 149, 20, 1)

            Rouge           #c34938     rgba(195, 73, 56, 1)

            Rouge foncé     #872728     rgba(135, 39, 40, 1)
*/
