body {
    background: #010101;
    color: #b0b0b0;
    font-family: 'Lato', Arial, Helvetica, sans-serif;
    overflow-x: hidden;
}

a {
    color: #806a17;
    moz-transition: color 350ms ease-out;
    o-transition: color 350ms ease-out;
    transition: color 350ms ease-out;
    webkit-transition: color 350ms ease-out;
}

a:hover {
    color: #010101;
}

.bouton {
    background: rgba(0,0,0,0.4);
    border: 1px solid #f4e8ba;
    color: #f4e8ba;
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    margin: auto;
    moz-transition: 350ms background;
    ms-transition: 350ms background;
    o-transition: 350ms background;
    padding: 8px 15px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: 350ms background;
    webkit-transition: 350ms background;
}

.bouton.small {
    padding: 0px 5px;
    line-height: 29px;
}

.bouton.inline_form {
    margin-left: 10px;
    padding: 6px 15px;
}

.bouton.return {
    border: 1px solid #bbb;
    color: #bbb;
}

.bouton:hover {
    background: rgba(0,0,0,0.9);
    color: #f4e8ba;
}

.force_min {
    text-transform: lowercase !important;
}

.ie8 .bouton {
    background: #111;
}

.ie8 .bouton:hover {
    background: #000;
}

.container {
    margin: auto;
    max-width: 1080px;
    position: relative;
}

::-webkit-input-placeholder {
    color: #5b5b5b;
    font-style: italic;
}

::-moz-placeholder {
    color: #5b5b5b;
    font-style: italic;
}

:-ms-input-placeholder {
    color: #5b5b5b;
    font-style: italic;
}

input:-moz-placeholder {
    color: #5b5b5b;
    font-style: italic;
}

.cycle-slideshow img {
    display: none;
}

.cycle-slideshow img:first-child {
    display: block;
}

#main ul {
    list-style: none;
    margin: 25px 0;
    padding: 0;
}

#main ul li {
    background: url(../../img/layout/puce2.png) no-repeat left 8px;
    margin: 0;
    padding: 0 0 15px 15px;
}

#main {
    position: relative;
}

#main .title:before {
    background: url(../../img/layout/ellipse1.png) no-repeat center top;
    content: "\2000";
    display: block;
    height: 8px;
    position: absolute;
    top: -18px;
    width: 100%;
}

#main .title:after {
    background: url(../../img/layout/ellipse1.png) no-repeat center top;
    bottom: -18px;
    content: "\2000";
    display: block;
    height: 8px;
    position: absolute;
    width: 100%;
}

#main .title {
    display: table;
    margin: 0 auto 60px;
    position: relative;
}

#main .title h1, #main .title h2 {
    color: #f4e8ba;
    font-family: 'Quicksand', sans-serif;
    font-size: 2.85em;
    font-weight: 400;
    line-height: 125%;
    text-align: center;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.8);
}

#main .title h1.small {
    font-size: 2em;
}

#main .title strong {
    color: #fff;
    font-family: 'Gentium Basic', sans-serif;
    font-size: 1.05em;
    font-style: italic;
    font-weight: 400;
    text-transform: none;
}

#main .title p {
    color: #fff;
    font-family: 'Quicksand', sans-serif;
    font-size: 1.42em;
    letter-spacing: -0.5px;
    line-height: 110%;
    text-align: center;
}

#main .title p strong{
    font-family: 'Quicksand', sans-serif;
    text-align: center;
    font-style: normal;
    font-weight: 600;
}

#main .title span.label_flavour_of_the_month {
    position: absolute;
    top: -60px;
    right: -40px;
    width: 100px;
    height: 100px;
    background: url(../../img/layout/label_flavour_of_the_month.png) no-repeat;
    background-size: 100px 100px;
    z-index: 3;
}

#main section > div {
    padding: 0 10px;
}

#main .no-top {
    height: 0;
    position: relative;
}

#main .lueur {
    background: url(../../img/layout/lueur.png) no-repeat center top;
    display: block;
    height: 500px;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 11;
}

#main .lueur_map {
    background: url(../../img/layout/lueur.png) no-repeat center top;
    display: block;
    height: 500px;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 8;
}

#main .shield_map {
    cursor: pointer;
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9;
}

#main .intro {
    position: relative;
}

#main .intro-scroll {
    bottom: 20px;
    color: #f4e8ba;
    display: block;
    filter: alpha(opacity = 25);
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    left: 50%;
    margin-left: -50px;
    moz-transition: opacity 0.5s ease-in-out;
    ms-filter: "prodig:DXImageTransform.Microsoft.Alpha(Opacity=25)";
    o-transition: opacity 0.5s ease-in-out;
    position: absolute;
    text-align: center;
    text-decoration: none;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.2);
    transition: opacity 0.5s ease-in-out;
    webkit-transition: opacity 0.5s ease-in-out;
    width: 100px;
    z-index: 10;
}

#main .intro-scroll .text {
    position: relative;
    z-index: 5;
}

#main .intro-scroll i {
    animation-duration: 1000ms;
    animation-iteration-count: infinite;
    animation-name: scrollbouce;
    animation-timing-function: linear;
    display: block;
    font-size: 30px;
    moz-animation-duration: 1000ms;
    moz-animation-iteration-count: infinite;
    moz-animation-name: scrollbouce;
    moz-animation-timing-function: linear;
    moz-transform-origin: 50% 50%;
    position: relative;
    transform-origin: 50% 50%;
    webkit-animation-duration: 1000ms;
    webkit-animation-iteration-count: infinite;
    webkit-animation-name: scrollbouce;
    webkit-animation-timing-function: linear;
    webkit-transform-origin: 50% 50%;
    z-index: 5;
}

@-webkit-keyframes scrollbouce {
    0% {
        transform: translateY(0px);
        webkit-transform: translateY(0px);
    }

    50% {
        transform: translateY(5px);
        webkit-transform: translateY(5px);
    }

    100% {
        transform: translateY(0px);
        webkit-transform: translateY(0px);
    }
}

@-moz-keyframes scrollbouce {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(5px);
    }

    100% {
        transform: translateY(0px);
    }
}

@keyframes scrollbouce {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(5px);
    }

    100% {
        transform: translateY(0px);
    }
}

#main .intro-scroll:hover {
    color: #fff;
}

#main .bandeau {
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    height: 640px;
    position: relative;
}

#main .bandeau .bandeau_layer {
    background: linear-gradient(to right, rgba(0,0,0,1) 0%,rgba(0,0,0,0) 70%);
    background: -moz-linear-gradient(left, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 70%);
    background: -ms-linear-gradient(left, rgba(0,0,0,1) 0%,rgba(0,0,0,0) 70%);
    background: -o-linear-gradient(left, rgba(0,0,0,1) 0%,rgba(0,0,0,0) 70%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,1)), color-stop(70%,rgba(0,0,0,0)));
    background: -webkit-linear-gradient(left, rgba(0,0,0,1) 0%,rgba(0,0,0,0) 70%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=1 );
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

#main .bandeau .bandeau_layer_video {
    background: url('../../img/layout/layer_video.png');
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}

#main .bandeau .bandeau_content {
    display: block;
    height: 100%;
    position: relative;
    width: 100%;
}

#main .bandeau.bandeau_video {
    overflow: hidden;
}

#main .bandeau.bandeau_video .bandeau_content {
    z-index: 2;
}

#main .bandeau.bandeau_video #player_video {
    height: 1200px;
    left: 0;
    margin-top: -280px;
    position: absolute;
    top: 0;
    width: 100%;
}

#main .bandeau.bandeau_video #player_video2 {
    height: 1400px;
    left: 0;
    margin-top: -110px;
    position: absolute;
    top: 0;
    width: 2150px;
}

#main .bandeau .table {
    display: table;
    height: inherit;
    max-width: 1130px;
    position: relative;
    width: 100%;
}

#main .bandeau .table .cell {
    display: table-cell;
    height: inherit;
    text-align: center;
    vertical-align: middle;
    width: 100%;
}

#main .slide .table .cell {
    position: relative;
}

#main .slide .table .prev {
    left: 20px;
}

#main .slide .table .next {
    right: 20px;
}

#main .slide .table .carousel-autowidth {
    margin: auto;
}

#main .feuillet {
    height: auto;
}

#main .feuillet .table {
    height: auto;
    margin: auto;
    z-index: 1;
}

#main .feuillet .table .left {
    width: 45%;
}

#main .feuillet .table .right {
    background: url(../../img/layout/bandeau-gris.gif) repeat left top;
    color: #464646;
    font-style: italic;
    padding: 70px 0 50px 0;
    text-align: left;
    width: 55%;
}

#main .feuillet .table .right .text {
    font-size: 1.14em;
    padding: 0 60px;
}

#main .feuillet .table .right h3 {
    border-top: 1px solid #b6b6b6;
    font-family: 'Gentium Basic', sans-serif;
    font-size: 1.62em;
    font-style: italic;
    line-height: 125%;
    margin-left: 60px;
    padding: 8px 60px 15px 0;
}

#main .feuillet2 {
    height: auto;
}

#main .feuillet2 .table {
    height: auto;
    margin: auto;
    z-index: 1;
}

#main .feuillet2 .table .left {
    background: url(../../img/layout/bandeau-gris.gif) repeat left top;
    color: #464646;
    font-style: italic;
    padding: 30px 0;
    text-align: left;
    width: 35%;
}

#main .feuillet2 .table .left .text {
    font-size: 1.14em;
    padding: 0 60px;
}

#main .feuillet2 .table .left h3 {
    border-bottom: 1px solid #b6b6b6;
    border-top: 1px solid #b6b6b6;
    font-family: 'Gentium Basic', sans-serif;
    font-size: 2.50em;
    font-style: italic;
    line-height: 125%;
    margin: 0 60px 20px 60px;
    padding: 10px 0;
    text-align: center;
}

#main .feuillet2 .table .right {
    width: 65%;
}

#main .gris {
    background: url(../../img/layout/bandeau-gris.gif) repeat left top;
    color: #464646;
    padding: 70px 0 50px 0;
    text-align: center;
}

#main .gris ul li {
    background-image: url(../../img/layout/puce1.png);
}

#main .gris .title:before {
    background: url(../../img/layout/ellipse2.png) no-repeat center top;
}

#main .gris .title:after {
    background: url(../../img/layout/ellipse2.png) no-repeat center top;
}

#main .gris .title h2 {
    color: #252525;
    text-shadow: none;
}

#main .gris .title h2 strong {
    color: #464646;
}

#main .gris .title h2 span.instagram {
    background: url(../../img/layout/instagram.png) no-repeat left top;
    display: inline-block;
    height: 55px;
    position: relative;
    text-indent: -90000px;
    width: 188px;
}

#main .black {
    background: url(../../img/layout/bandeau-black.gif) repeat left top;
    color: #fff;
    padding: 70px 0 50px 0;
    text-align: center;
}

#main .gris .bouton {
    background: rgba(255,255,255,0.5);
    border: 1px solid #252525;
    color: #252525;
    display: inline-block;
    font-size: 15px;
    margin: auto;
    padding: 8px 15px;
    text-decoration: none;
    text-transform: uppercase;
}

#main .gris .bouton:hover {
    background: rgba(255,255,255,0.8);
}

.ie8 #main .gris .bouton {
    background: #eee;
}

.ie8 #main .gris .bouton hover {
    background: #fff;
}

#main .instagram .table .cell.right .titre {
    font-family: 'Gentium Basic', sans-serif;
    font-size: 1.62em;
    font-style: italic;
    line-height: 125%;
}

#main #instagram_pictures_container {
    height: 306px;
    overflow: hidden;
    width: 3000px;
}

#main #instagram_pictures {
    width: 100%;
    overflow: hidden;
}

#main #instagram_pictures a {
    font-size: 0;
}

#main .actualites article {
    float: left;
    margin-bottom: 25px;
    text-align: left;
    width: 47%;
}

#main .actualites article:nth-child(odd) {
    float: right;
}

#main .actualites article .pretitre {
    font-family: 'Gentium Basic', sans-serif;
    font-size: 1.28em;
    font-style: italic;
    font-weight: bold;
    margin: 0;
    padding: 0;
}

#main .actualites article h3 {
    font-family: 'Quicksand', sans-serif;
    font-size: 2em;
    font-weight: 400;
    line-height: 100%;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
}

#main .actualites article .lien {
    font-size: 1.14em;
    text-decoration: none;
}

#main section.portrait > article {
    margin: 15px 0;
}

#main .portrait .col {
    background-color: #111111;
    background-position: center top;
    background-repeat: no-repeat;
    position: relative;
}

#main .portrait .left {
    background-image: url(../../img/visuels/philosophie/portrait-cristiano.jpg);
}

#main .portrait .right {
    background-image: url(../../img/visuels/philosophie/portrait-paolo.jpg);
}

#main .portrait .col .mobile {
    display: none;
}

#main .portrait .col .text {
    background: rgba(17,17,17,0.9);
    color: #fff;
    font-size: 1.07em;
    font-style: italic;
    left: 25px;
    padding: 15px;
    position: absolute;
    width: 320px;
}

.ie8 #main .portrait .col .text {
    background: #000;
}

#main .portrait .col .text h2 {
    color: #fff;
    font-family: 'Gentium Basic', sans-serif;
    font-size: 1.28em;
    font-style: italic;
    font-weight: 700;
    margin: 0;
    padding: 0;
}

#main .portrait .col .text h2 strong {
    color: #f4e8ba;
    font-family: 'Quicksand', sans-serif;
    font-size: 1.55em;
    font-style: normal;
    font-weight: 400;
    text-transform: uppercase;
}

#main .portrait .col .text p:before {
    content: url("../../img/layout/guillemet1.png");
    padding: 0 3px 0 20px;
    position: relative;
    top: -8px;
}

#main .portrait .col .text p:after {
    bottom: -8px;
    content: url("../../img/layout/guillemet2.png");
    padding: 0 20px 0 3px;
    position: relative;
}


 
#main .blocs_desc_parfums  {
    padding: 6px 0;
}

 
#main .blocs_desc_parfums .blocs_desc_parfums_container  {
    display: table;
    width: 100%;
    padding: 0;
}
 
#main .blocs_desc_parfums .blocs_desc_parfums_container .bloc  {
    /*display: table-cell;*/
    float: left;
    width: 33.33%;
}
 
#main .blocs_desc_parfums .blocs_desc_parfums_container .bloc_1  {
    padding-right: 6px;
}
 
#main .blocs_desc_parfums .blocs_desc_parfums_container .bloc_2  {
    padding: 0 3px;
}
 
#main .blocs_desc_parfums .blocs_desc_parfums_container .bloc_3  {
    padding-left: 6px;
}
 
#main .blocs_desc_parfums .blocs_desc_parfums_container .bloc img  {
    max-width: 100%;
}
 

#main .blocs_desc_parfums .blocs_desc_parfums_container .bloc .bloc_container  {
    position: relative;
}

#main .blocs_desc_parfums .blocs_desc_parfums_container .bloc .bloc_container .layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0) 0%, rgba(0,0,0,0.90) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(30%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.90)));
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 30%,rgba(0,0,0,0.90) 100%);
    background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 30%,rgba(0,0,0,0.90) 100%);
    background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 30%,rgba(0,0,0,0.90) 100%);
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 30%,rgba(0,0,0,0.90) 100%);
}



#main .blocs_desc_parfums .blocs_desc_parfums_container .bloc .bloc_container .bloc_text {
    display: inline-block;
    vertical-align: bottom;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 85%;
    z-index: 3;
    color: #fff;
    text-align: left;
    padding: 25px;
}


#main .blocs_desc_parfums .blocs_desc_parfums_container .bloc .bloc_container .bloc_text .pretitre {
    font-family: 'Gentium Basic', sans-serif;
    font-size: 1.125em;
    font-style: italic;
    font-weight: bold;
    margin: 0 0 5px 0;
    padding: 0;
}

#main .blocs_desc_parfums .blocs_desc_parfums_container .bloc .bloc_container .bloc_text h2 {
    font-family: 'Quicksand', sans-serif;
    font-size: 1.90em;
    font-weight: 400;
    line-height: 100%;
    margin: 0 0 5px 0;
    padding: 0;
    text-transform: uppercase;
    color: #f4e8ba;
}


#main .blocs_desc_parfums .blocs_desc_parfums_container .bloc .bloc_container .bloc_text .text, #main .blocs_desc_parfums .blocs_desc_parfums_container .bloc .bloc_container .bloc_text .text p {
    font-style: italic;
    font-size: 16px;
    line-height: 1.2;
}


#main .blocs_desc_parfums .amorino_inform_you {
    margin: 50px 0;
}

#main .blocs_desc_parfums .amorino_inform_you .logo {
    height: 58px;
    background: url('../../img/layout/logo3.png') no-repeat center center;
}


#main .blocs_desc_parfums .amorino_inform_you .title_inform {  
    font-family: 'Quicksand', sans-serif;
    font-size: 2.1em;
    font-weight: 400;
    text-transform: uppercase;
    margin: 20px 0 15px 0;
}

#main .blocs_desc_parfums .amorino_inform_you .text {  
    width: 60%;
    margin: 0 20%;
    font-size: 16px;
}













#main .list-parfums article {
    display: table;
    font-size: 1.14em;
    margin: 10px 0 25px 0;
    text-align: left;
}

#main .gris.list-parfums {
    padding: 50px 0;
}

#main .gris.list-parfums .table .cell.left {
    text-align: left;
    vertical-align: middle;
    width: 33%;
}

#main .gris.list-parfums .table .cell.right {
    vertical-align: middle;
    width: 67%;
}

#main .list-parfums article .text {
    display: table-cell;
    vertical-align: middle;
}

#main .list-parfums article .pic {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    width: 185px;
}

#main .list-parfums article .pic img {
    width: 150px;
    height: 110px;
    margin: 5px 0 0 5px;
	border-radius:50%;
	-webkit-border-radius:50%;
}

#main .list-parfums .pretitre {
    font-family: 'Gentium Basic', sans-serif;
    font-size: 1.125em;
    font-style: italic;
    font-weight: bold;
    margin: 0;
    padding: 0;
    text-align: left;
    margin-left: 185px;
}

#main .list-parfums article h2 {
    font-family: 'Quicksand', sans-serif;
    font-size: 1.75em;
    font-weight: 400;
    line-height: 100%;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
}

#main .listing .container {
    max-width: 1250px;
    padding: 10px 0 20px 0;
}

#main .listing .liste article {
    background: url(../../img/layout/produits-sepa.png) no-repeat left;
    display: block;
    float: left;
    font-size: 16px;
    margin: 30px 0;
    padding: 0 37px;
    position: relative;
}

#main .listing .liste article:first-child {
    background: none;
    clear: left;
}

#main .listing .liste article .pretitre {
    font-family: 'Gentium Basic', sans-serif;
    font-size: 1.125em;
    font-style: italic;
    font-weight: bold;
    margin: 0;
    padding: 0;
}

#main .listing .liste article h3 {
    font-family: 'Quicksand', sans-serif;
    font-size: 1.42em;
    font-weight: 400;
    line-height: 100%;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
}

#main .listing .liste article .pic {
    margin-bottom: 20px;
    position: relative;
    text-align: center;
}

#main .listing .liste article .pic img {
    width: 100%;
}

#main .listing .liste article .bouton {
    display: block;
    position: relative;
}

#main .listing .liste article .bouton i {
    position: absolute;
    right: 8px;
    top: 12px;
}

#main .listing .liste article .pic span.logo {
    bottom: 1px;
    content: url(../../img/visuels/boutiques/logo-amorino.png);
    height: 72px;
    position: absolute;
    right: 1px;
    width: 72px;
}

#main .listing .liste article .detail_shop_container {
    min-height: 130px;
}

#main .list-produits {
    text-align: left;
}

#main .list-produits .liste article h2 {
    font-family: 'Quicksand', sans-serif;
    font-size: 1.4em;
    font-weight: 400;
    line-height: 100%;
    margin: 0;
    padding: 0;
    white-space: normal;
}

#main .list-boutiques {
    text-align: left;
}

#main .list-boutiques .liste article .text {
    font-size: 14px;
    font-style: italic;
}

#main .list-presse {
    text-align: left;
}

#main .list-presse .liste article {
    min-height: 260px;
    padding-bottom: 50px;
}

#main .list-presse .liste article footer {
    bottom: 0;
    left: 0;
    padding: 0 inherit;
    position: absolute;
    width: 100%;
}

#main .list-presse .liste article .text {
    font-size: 14px;
    font-style: italic;
}

#main .list-offres {
    text-align: left;
}

#main .list-offres .liste article {
    min-height: 280px;
    padding-bottom: 50px;
}

#main .list-offres .liste article footer {
    bottom: 0;
    left: 0;
    padding: 0 inherit;
    position: absolute;
    width: 100%;
}

#main .list-offres .liste article .text {
    font-size: 14px;
}

#main .list-offres .principal .pic {
    float: left;
    padding: 0 37px;
    text-align: left;
    width: 24%;
}

#main .list-offres .principal .pic img {
    width: 100%;
}

#main .list-offres .principal .contenu {
    clear: right;
    float: left;
    font-size: 1.28em;
    min-height: 210px;
    padding: 0 0 75px 0;
    position: relative;
    width: 76%;
}

#main .list-offres .principal .contenu form {
    bottom: 0;
    font-size: 0.9em;
    left: 0;
    padding: 10px 0 0 0;
    position: absolute;
    width: 100%;
}

#main .list-offres .principal .contenu form label {
    display: inline-block;
    margin: 0 10px;
}

#main .list-offres .principal .pretitre {
    font-family: 'Gentium Basic', sans-serif;
    font-size: 1;
    font-style: italic;
    font-weight: bold;
    margin: 0;
    padding: 0;
}

#main .list-offres .principal h2 {
    font-family: 'Quicksand', sans-serif;
    font-size: 1.33em;
    font-weight: 400;
    line-height: 100%;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
}

#main.fiche_actus .actualites article {
    float: none;
    margin-bottom: 0;
    text-align: left;
    width: 100%;
}

#main.fiche_actus .actualites article .pic {
    float: left;
    margin: 0 20px 0 0;
}

#main.fiche_actus .actualites .back_news {
    text-align: left;
    margin: -30px 0 50px 0;
}

#main.fiche_actus .actualites .back_news a {
    text-decoration: none;
}

#main.your-amorino-area .feuillet2, 
#main.your-amorino-area .all_videos, 
#main.emploi .job_apply, 
#main.boutique .map_fiche, 
#main.city .carte, 
#main.shops .carte,
#main.list_actus .actualites,
#main.fiche_actus .actualites
{
    margin-top: 73px;
}

#main.your-amorino-area .others_shops {
    position: absolute;
    top: 0;
    right: 0;
    width: 250px;  
    font-size: 1.2em;
    font-weight: normal;
    line-height: 1.1em;
}

#main.your-amorino-area .others_shops select {
    margin-top: 10px;
}

#main.your-amorino-area .update_info_shop .col1, #main.your-amorino-area .update_info_shop .col2 {
    float: left;
    width: 50%;
}

#main.your-amorino-area .update_info_shop .line_form_container {
    margin: 0 0 30px 0;
    text-align: left;
}

#main.your-amorino-area .update_info_shop .line_form label {
    font-family: 'Lato', Arial, Helvetica, sans-serif;
    font-size: 1.14em;
    padding-right: 12px;
}

#main.your-amorino-area .update_info_shop .service_container {
}

#main.your-amorino-area .update_info_shop .service_container .service {
    display: block;
    float: left;
    width: 50%;
}

#main.your-amorino-area .videos_and_documents {
    text-align: left;
}

#main.your-amorino-area .videos_and_documents h3 {
    color: #464646;
    display: inline-block;
    font-family: 'Gentium Basic', sans-serif;
    font-size: 2.80em;
    font-style: italic;
    font-weight: 400;
    margin-right: 30px;
    text-transform: none;
}

#main.your-amorino-area .videos_and_documents .titre_video .bouton {
    margin-top: 17px;
    vertical-align: top;
}

#main.your-amorino-area .videos_and_documents h4 {
    color: #464646;
    font-family: 'Gentium Basic', sans-serif;
    font-size: 2em;
    font-style: italic;
    font-weight: 400;
    margin: 0 0 15px 0;
    text-transform: none;
}

#main.your-amorino-area .list_videos article {
    float: left;
    height: 210px;
    margin: 0 20px 40px 20px;
    position: relative;
    width: 172px;
}

#main.your-amorino-area .list_videos article .pic a i {
    color: #fff;
    font-size: 60px;
    left: 58px;
    moz-transition: color 350ms ease-out;
    o-transition: color 350ms ease-out;
    position: absolute;
    top: 58px;
    transition: color 350ms ease-out;
    webkit-transition: color 350ms ease-out;
}

#main.your-amorino-area .list_videos article .pic a:hover i {
    color: #f4e8ba;
}

#main.your-amorino-area .list_videos article .detail_video_container .titre {
    font-size: 1.2em;
    text-align: center;
}

#main.your-amorino-area .list_videos article .detail_video_container .titre a {
    color: #000;
    text-decoration: none;
}

#main.your-amorino-area .back_to_amorino_area {
    margin: 0 0 30px 0;
}

#main.your-amorino-area .list_documents span {
    display: block;
}

#main.your-amorino-area .recruiting {
    text-align: left;
}

#main.your-amorino-area .recruiting h3 {
    color: #f4e8ba;
    display: inline-block;
    font-family: 'Gentium Basic', sans-serif;
    font-size: 2.80em;
    font-style: italic;
    font-weight: 400;
    margin-right: 30px;
    text-transform: none;
}

#main.your-amorino-area .recruiting .titre_offer .bouton {
    margin-top: 17px;
    vertical-align: top;
}

#main.your-amorino-area .recruiting .offer {
    background: rgba(255, 255, 255, 0.2);
    margin: 0 0 30px 0;
    padding: 10px 20px;
}

#main.your-amorino-area .recruiting .offer .title_offer, #main.your-amorino-area .recruiting .offer .subtitle_offer {
    color: #fff;
    font-family: 'Gentium Basic', sans-serif;
    font-size: 2.30em;
    font-style: italic;
    font-weight: 400;
    margin: 0;
    text-transform: none;
}

#main.your-amorino-area .recruiting .offer .subtitle_offer {
    font-size: 1.7em;
    margin-top: -12px;
}

#main.your-amorino-area .recruiting .offer .offer_form_container {
    margin: 15px 0 0 0;
}

#main.your-amorino-area .recruiting .offer .offer_form_left, #main.your-amorino-area .recruiting .offer .offer_form_right {
    float: left;
    width: 50%;
}

#main.your-amorino-area .recruiting .offer .offer_form_right textarea {
    height: 100px;
    width: 100%;
}

#main.your-amorino-area .recruiting .offer .delete {
    color: #fff;
    float: right;
    text-decoration: none;
}

#main.your-amorino-area #table_candidature {
    border-collapse: collapse;
    width: 100%;
}

#main.your-amorino-area #table_candidature thead {
    background: #f4e8ba;
    color: #000;
    text-align: center;
}

#main.your-amorino-area #table_candidature thead th {
    border: #666 solid 1px;
}

#main.your-amorino-area #table_candidature tbody {
    text-align: center;
}

#main.your-amorino-area #table_candidature tbody tr td {
    border: #666 solid 1px;
}

#main.your-amorino-area #table_candidature tbody tr td a {
    color: #fff;
    text-decoration: none;
}

@media screen and (max-width:500px) {
    #main .listing .liste article {
        background: none;
        float: none;
        margin: 0 0 30px 0;
        padding-left: 4%;
        padding-right: 4%;
        width: 100%;
    }

    #main .list-offres .principal .pic {
        float: none;
        padding: 0 4%;
        text-align: left;
        width: 100%;
    }

    #main .list-offres .principal .contenu {
        float: none;
        min-height: auto;
        padding: 0 4%;
        width: 70%;
    }

    #main .list-offres .principal .contenu form {
        position: relative;
    }

    #main .list-offres .principal .contenu form label {
        margin: 0;
    }

    #main .list-offres .liste article {
        min-height: 50px;
        padding-bottom: 0;
    }

    #main .list-offres .liste article footer {
        padding: 0;
        position: relative;
    }
}

@media screen and (min-width:501px) and (max-width:760px) {
    #main .listing .liste article {
        padding-left: 4%;
        padding-right: 4%;
        width: 50%;
    }

    #main .listing .liste article:nth-child(2n+1) {
        background: none;
        clear: left;
    }

    #main .list-offres .principal .pic {
        padding: 0 2% 0 4%;
        text-align: left;
        width: 30%;
    }

    #main .list-offres .principal .contenu {
        min-height: auto;
        padding-bottom: 0;
        width: 70%;
    }

    #main .list-offres .principal .contenu form {
        position: relative;
    }

    #main .list-offres .principal .contenu form label {
        margin: 0;
    }
}

@media screen and (min-width:761px) and (max-width:1100px) {
    #main .listing .liste article {
        width: 33%;
    }

    #main .listing .liste article:nth-child(3n+1) {
        background: none;
        clear: left;
    }

    #main .list-offres .principal .pic {
        padding: 0 2% 0 37px;
        text-align: left;
        width: 28%;
    }

    #main .list-offres .principal .contenu {
        min-height: auto;
        padding-bottom: 0;
        width: 72%;
    }

    #main .list-offres .principal .contenu form {
        position: relative;
    }
}

@media screen and (min-width:1101px) {
    #main .listing .liste article {
        width: 25%;
    }

    #main .listing .liste article:nth-child(4n+1) {
        background: none;
        clear: left;
    }
}

#main .carte .livraisons {
    background: #000 url(../../img/layout/bandeau-livraisons.gif) repeat;
    display: none;
}

#main.livraisons-on .carte .livraisons h2 {
    color: #f4e8ba;
    font-family: 'Quicksand', sans-serif;
    font-size: 1.42em;
    margin-bottom: 10px;
    text-transform: uppercase;
    white-space: normal;
}

#main.livraisons-on .carte .livraisons .pic img {
    max-width: 300px;
    width: 100%;
}

#main.livraisons-on .carte .livraisons .list {
    list-style: none;
    margin: 0;
    padding: 0;
}

#main.livraisons-on .carte .livraisons .list li {
    background: url(../../img/layout/ellipse1.png) no-repeat center top;
    list-style: none;
    margin: 25px 0;
    padding: 25px 0 0 0;
}

#main.livraisons-on .carte .livraisons .list p {
    margin: 0 0 6px 0;
    padding: 0;
}

#main.livraisons-on .carte .livraisons .list .lieu {
    color: #5e5e5e;
    font-family: 'Gentium Basic', sans-serif;
    font-size: 1.14em;
    font-style: italic;
    font-weight: 700;
}

#main.livraisons-on .carte .livraisons .list .tel {
    color: #f4e58e;
}

#main .carte #marker_tooltip {
    background: rgba(0,0,0,0.4);
    border: 1px solid #f4e8ba;
    color: #f4e8ba;
    cursor: pointer;
    display: none;
    font-size: 15px;
    margin-left: 5px;
    moz-transition: 350ms background;
    ms-transition: 350ms background;
    o-transition: 350ms background;
    padding: 8px 15px;
    position: absolute;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: 350ms background;
    webkit-transition: 350ms background;
}

#main .carte label.selection {
    background: none;
    position: absolute;
    right: 25px;
    top: 25px;
    z-index: 10;
}

#main .carte label.selection:after {
    background: url(../../img/layout/select.png) no-repeat right;
}

#main .carte #select_city {
    background: rgba(0,0,0,0.4);
    border: 0;
    color: #f4e8ba;
    cursor: pointer;
    display: block;
    height: 38px;
    line-height: 38px;
    outline: none;
    padding: 0 15px;
    text-transform: uppercase;
}

#main .carte .zoom {
    background: rgba(0,0,0,0.4);
    border: 1px solid #f4e8ba;
    bottom: 25px;
    cursor: pointer;
    display: block;
    height: 50px;
    line-height: 50px;
    moz-transition: 350ms background;
    ms-transition: 350ms background;
    o-transition: 350ms background;
    position: absolute;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: 350ms background;
    webkit-transition: 350ms background;
    width: 50px;
    z-index: 10;
}

#main .carte .zoom:hover {
    background: rgba(0,0,0,1);
}

#main .carte .zoom span {
    color: #f4e8ba;
    display: inline-block;
    font-family: 'Lato', sans-serif;
    font-size: 58px;
    font-weight: 300;
    left: 0;
    position: absolute;
    text-align: center;
    top: 0;
    vertical-align: middle;
    width: 47px;
}

#main .carte .zoom.plus {
    right: 25px;
}

#main .carte .zoom.moins {
    right: 100px;
}

#main.livraisons-on .carte .zoom.plus {
    right: 20%;
}

#main.livraisons-on .carte .zoom.moins {
    right: 25%;
}

#main.livraisons-on .carte label.selection {
    right: 20%;
}

#main .carte .zoom.plus span {
    line-height: 43px;
}

#main .carte .zoom.moins span {
    line-height: 39px;
}

a[href^="http://maps.google.com/maps"] {
    display: none !important;
}

.gmnoprint a, .gmnoprint span {
    display: none;
}

.gmnoprint div {
    background: none !important;
}

#main .adresse-boutique .panneau table, #main .adresse-boutique .panneau table td {
    height: 100% !important;
    vertical-align: middle;
}

#main .adresse-boutique .panneau .bouton i.fa {
    padding-right: 10px;
}

#main .adresse-boutique .team {
    position: absolute;
    left: 23px;
}

#main .adresse-boutique .team_1 {
    top: 30px;
}

#main .adresse-boutique .team_2 {
    bottom: 30px;
}

#main .infos-boutique article {
    display: inline-block;
    font-size: 1.14em;
    margin: 0 10px 25px auto;
    max-width: 450px;
    text-align: left;
    width: 100%;
    vertical-align: top;
}

#main .infos-boutique.display_shipping article {
    max-width: 340px;
    font-size: 0.9em;
}

#main .infos-boutique.display_shipping article.shipping .text {
    float: none; 
    width: 100%;
}

#main .infos-boutique.display_shipping article h3 {
    font-size: 1.5em;    
    margin: 0 0 13px;
}

#main .infos-boutique article h3 {
    color: #f4e8ba;
    font-family: 'Quicksand', sans-serif;
    font-size: 1.5em;
    font-weight: 300;
    line-height: 100%;
    margin: 0 0 20px;
    padding: 0;
    text-transform: uppercase;
}

#main .infos-boutique article .pic {
    float: left;
    margin-right: 10px;
    max-width: 140px;
    width: 32%;
}

#main .infos-boutique article .text {
    float: right;
    width: 65%;
}

#main .infos-boutique article ul {
    margin: 0;
}

#main .infos-boutique article ul li {
    background: none;
    padding: 0;
}

#main .infos-boutique article ul li i {
    font-size: 1.25em;
    text-align: left;
    width: 20px;
}

#main.franchise .gris {
    text-align: left;
}

#main.franchise .gris article {
    display: inline-block;
    font-family: 'Quicksand', sans-serif;
    font-size: 1.25em;
    margin: 0 50px 0 0;
    text-align: left;
    vertical-align: top;
    width: 300px;
}

#main.franchise .gris article ul li {
    font-family: 'Lato', Arial, Helvetica, sans-serif;
    font-size: 0.9em;
}

#main .espace-pro {
    background-color: #111111;
    background-position: center top;
    background-repeat: no-repeat;
    position: relative;
}

#main .espace-pro .left {
    background-image: url(../../img/visuels/franchise/bandeau-02.jpg);
}

#main .espace-pro .right {
    background-image: url(../../img/visuels/franchise/bandeau-03.jpg);
}

#main section.espace-pro > article {
    margin: 15px 0;
}

#main.presse .bandeau {
    max-height: 575px;
}

#main.presse div.mails {
    display: inline-block;
    margin: 0 auto 50px;
    text-align: left;
}

#main.presse div.mails a:before {
    content: url(../../img/layout/puce2.png);
    position: relative;
    right: 7px;
    top: -1px;
}

#main.presse div.mails a {
    color: #fff;
    text-decoration: none;
}

#main.presse div.mails a:hover {
    color: #f4e8ba;
}

p.no_results {
    text-align: center;
    margin: 100px 0 0 0;
    font-family: 'Quicksand', sans-serif;
    font-size: 1.80em;
    font-weight: 400;
    line-height: 100%;
    text-transform: uppercase;
}

#main.emploi .job_apply {
    text-align: left;
}

#main.emploi .job_apply .title_offer {
    border-left: #f4e8ba solid 1px;
    padding-left: 5px;
    margin: 0 0 40px 0;
    color: #fff;
    font-family: 'Gentium Basic', sans-serif;
    font-style: italic;
    font-weight: 400;
    text-transform: none
}

#main.emploi .job_apply .title_offer .city_title {
    font-size: 2.2em;
}

#main.emploi .job_apply .title_offer .shop_title {
    font-size: 1.60em;
    margin-top: -15px;
}

#main.emploi .job_apply .title_offer .details {
    font-size: 1em;
}

#formulaire_franchisee h1 {
    color: #f4e8ba;
    font-size: 28px;
}


#formulaire_franchisee h2 {
    color: #fff;
    font-size: 22px;
}

#formulaire_franchisee h3 {
    color: #f4e8ba;
    font-size: 16px;
    margin: 20px 0 0 0;
}

#formulaire_franchisee .bouton.small {
    vertical-align: top;
    margin-top: 7px;
    margin-left: 20px;
}

#formulaire_franchisee .texte {
    display: none;
}

#formulaire_franchisee .texte p {
    margin: 0 0 10px 0;
}

#select_shop {
    margin: 0 0 130px 0;
}

#select_shop #select_shop_container {
    position: absolute;
    top: -50px;
    left: 50%;
    width: 300px;
    margin-left: -150px;
}

#select_shop #select_shop_container .champ {
    padding: 5px;
    margin-top: 5px;
}

#forgot_password {
    font-size: 12px;
    color: #ddd;
    text-decoration: none;
}

#forgot_password:hover {
    color: #f4e8ba;
}








@media screen and (min-width:641px) {
    #main .portrait .col {
        background-size: cover;
        height: 500px;
    }

    #main .portrait .col .text {
        bottom: 25px;
    }

    #main .bandeau .title {
        max-width: 550px;
    }
}

@media screen and (max-width:960px) {
    #main .title {
        margin: 0 auto 50px;
    }

    #main .slide .table .cell.left {
        padding-top: 50px;
    }

    #main .carte {
        background: #1c1c1c;
        position: relative;
    }

    #main #map {
        background: #1c1c1c !important;
        height: 400px;
        width: 100%;
    }

    #main .carte .position {
        background: #000000;
        padding: 40px 0 10px 0;
        text-align: center;
        width: 100%;
    }

    #main .carte .zones table, #main .carte .zones, #main .carte .center, #main.livraisons-on .carte .livraisons {
        display: block;
        margin: 0;
        padding: 0;
        width: 100%;
    }

    #main.livraisons-on .carte .livraisons {
        padding: 15px 30px;
    }

    #main.livraisons-on .carte .livraisons .list li {
        display: inline-block;
        margin: 10px 15px 10px 0;
        max-width: 350px;
        vertical-align: top;
        width: 100%;
    }

    #main .gris.list-parfums .table .cell.left {
        text-align: center;
        width: 100%;
    }

    #main .gris.list-parfums .table .cell.right {
        width: 100%;
    }

    #main .carte .zones ul {
        background: #000000;
        display: table;
        margin: 0;
        width: 100%;
    }

    #main .carte .zones li {
        background: none;
        display: table-cell;
        padding: 0;
        width: 20%;
    }

    #main .carte .zones li span {
        background: #000000;
        cursor: pointer;
        display: block;
        font-size: 0.8em;
        font-weight: 600;
        height: 90px;
        padding-top: 10px;
        text-align: center;
        text-transform: uppercase;
        width: auto;
    }

    #main .carte .zones li span:hover {
        background: #f4e8ba;
        color: #282828;
    }

    #main .carte .zones li span img {
        margin-bottom: 5px;
        max-height: 50%;
    }

    #main .carte .zones li span:hover img {
        filter: brightness(52%);
        moz-filter: brightness(52%);
        ms-filter: brightness(52%);
        o-filter: brightness(52%);
        webkit-filter: brightness(52%);
    }

    #main .adresse-boutique {
        line-height: 0;
        position: relative;
    }
    

    #main .adresse-boutique .team {
        display: none;
    }

    #main .adresse-boutique iframe {
        height: 400px;
        margin: 0;
        padding: 0;
        width: 100% !important;
    }

    #main .adresse-boutique .panneau {
        background-image: none;
        padding: 40px 0 15px;
        position: relative;
        width: 100%;
    }

    #main .carte .zoom {
        display: none;
    }

    .atmosphere {
        display: none;
    }

    #main .espace-pro .col {
        background-size: cover;
        padding: 50px 10px;
        text-align: center;
        width: 100%;
    }

    #main.your-amorino-area .update_info_shop .col1, #main.your-amorino-area .update_info_shop .col2 {
        float: none;
        width: 100%;
    }

    #main.your-amorino-area .update_info_shop .col1 {
        margin-bottom: 20px;
    }

    #main.your-amorino-area .recruiting .offer .offer_form_left, #main.your-amorino-area .recruiting .offer .offer_form_right {
        float: none;
        width: 100%;
    }
    
}


@media screen and (min-width:641px) and (max-width:1450px) {
    #main .bandeau .table {
        max-width: 740px;
    }
}

@media screen and (min-width:961px) {
    #main .lueur {
        top: 0;
    }
    
    #main .lueur.no_top {
        top: 0;
    }

    #main .lueur.fixed {
        position: fixed;
    }

    #main .no-top .lueur {
        position: relative;
        top: 0;
    }

    #main .portrait .col {
        background-size: auto;
        height: 640px;
        width: 49.5%;
    }

    #main .portrait .left {
        float: left;
    }

    #main .portrait .right {
        float: right;
    }

    #main .espace-pro {
        display: table;
        width: 100%;
    }

    #main .espace-pro .col {
        background-size: auto;
        display: table-cell;
        height: 780px;
        text-align: center;
        vertical-align: middle;
        width: 50%;
    }

    #main .espace-pro .col .title {
        max-width: 50%;
    }

    #main .actualites article .pic {
        float: right;
        margin: 0 0 25px 25px;
    }

    #main h1, #main h2 {
        overflow: visible;
        white-space: nowrap;
    }

    #main .bandeau .table .title {
        margin: 80px auto;
    }

    #main .bandeau .title {
        margin: 50px auto;
    }

    #main .intro {
        height: 800px;
    }

    #main .gris .table {
        display: table;
    }

    #main .gris .table .cell {
        display: table-cell;
        vertical-align: top;
        width: 50%;
    }

    #main .instagram .table h2 {
        margin: 0;
    }

    #main .instagram .table .cell.left {
        width: 45%;
    }

    #main .instagram .table .cell.right {
        font-size: 1.14em;
        text-align: left;
        width: 55%;
    }

    #main .produit .table .cell.left {
        text-align: left;
        width: 31%;
    }

    #main .produit .table .cell.right {
        width: 69%;
    }

    #main .slide .table {
        display: table;
        height: 450px;
        max-width: 100%;
        width: 100%;
    }

    #main .slide .table .cell {
        display: table-cell;
        height: inherit;
        position: relative;
        text-align: center;
        vertical-align: middle;
        width: 100%;
    }

    #main .slide .table .cell.left {
        padding-left: 10%;
        text-align: left;
        width: 45%;
    }

    #main .slide .table .cell.right {
        text-align: center;
        width: 55%;
    }

    .ie8 #main .slide .table {
        display: block;
        height: 300px;
        padding-top: 40px;
    }

    .ie8 #main .slide .table .cell {
        display: block;
        float: left;
    }

    #main .carte {
        background: #1c1c1c;
        height: 720px;
        position: relative;
    }

    #main .carte .position {
        left: 0;
        pointer-events: none;
        position: absolute;
        text-align: center;
        top: 60px;
        width: 100%;
        z-index: 3;
    }

    #main .carte .position * {
        pointer-events: none;
    }

    #main .carte .zones {
        background: #000;
        width: 144px;
    }

    #main .carte .zones ul {
        margin: 0;
        width: 144px;
    }

    #main .carte .zones li {
        background: none;
        display: table;
        height: 144px;
        padding: 0;
        width: 144px;
    }

    #main .carte .zones li span {
        background: #000000;
        border-bottom: 1px solid #1a1a1a;
        cursor: pointer;
        display: table-cell;
        font-size: 16px;
        font-weight: 600;
        height: 144px;
        position: relative;
        text-align: center;
        text-transform: uppercase;
        vertical-align: middle;
        width: 144px;
        z-index: 4;
    }

    #main .carte .zones li span:hover {
        background: #f4e8ba;
        border-bottom: 1px solid #f4e8ba;
        color: #282828;
    }

    #main .carte .zones li span img {
        margin-bottom: 15px;
    }

    #main .carte .zones li span:hover img {
        filter: brightness(52%);
        moz-filter: brightness(52%);
        ms-filter: brightness(52%);
        o-filter: brightness(52%);
        webkit-filter: brightness(52%);
    }

    #main .carte #map {
        background: #1c1c1c !important;
        height: 720px;
        width: 100%;
    }

    #main .carte .livraisons {
        max-width: 350px;
        width: 18%;
    }

    #main.livraisons-on .carte .livraisons {
        display: table-cell;
        padding: 130px 2% 0 2%;
        vertical-align: top;
    }

    #main.livraisons-on .carte .livraisons .list li:first-child {
        background: none;
        padding: 0;
    }

    #main.boutique #map {
        height: 720px;
    }

    #main.boutique .carte .position {
        top: 133px;
    }

    .mosaique {
        text-align: center;
    }

    .mosaique_container {
        margin: 0 auto;
        position: relative;
        width: 940px;
    }

    .mosaique_container .item {
        float: left;
        height: 300px;
        margin-bottom: 20px;
    }

    .mosaique_container .item.width1 {
        width: 220px;
    }

    .mosaique_container .item.width2 {
        width: 460px;
    }

    .mosaique_container .item.width3 {
        width: 700px;
    }

    .mosaique_container .item.width4 {
        width: 940px;
    }

    #main .adresse-boutique {
        height: 720px;
        left: 15%;
        overflow: hidden;
        position: absolute;
        top: 0;
        width: 430px;
    }

    #main .adresse-boutique iframe {
        height: 100% !important;
        left: 0;
        position: absolute;
        top: 0;
        width: 100% !important;
        z-index: 1;
    }

    #main .adresse-boutique .panneau {
        height: 100% !important;
        left: 0;
        position: absolute;
        top: 0;
        width: 420px;
        z-index: 2;
    }

    #main.boutique .carte label.selection {
        top: 25px;
    }
}


@media screen and (max-width:1101px) {
    #main .carte {
        margin-top: 0 !important;
    }
}

@media screen and (max-width:640px) {
    #main .actualites article, #main .actualites article:nth-child(odd) {
        float: none;
        margin: 0 auto 35px;
        width: 230px;
    }
    
    #main.fiche_actus  .actualites article {
        width: 100%;
        text-align: center;
    }
    
    #main.fiche_actus .actualites article .pic {
        float: none;
        margin: 0 auto 20px auto;
    }

    #main .actualites article .pic {
        margin: 0 0 15px;
    }

    #main .title h1, #main .title h2 {
        font-size: 2.0em;
    }

    #main .feuillet .table {
        display: block;
        padding: 40px 20px;
    }

    #main .feuillet .table .left, #main .feuillet .table .right {
        display: block;
        width: 100%;
    }

    #main .feuillet .table .right {
        margin-top: 15px;
        padding: 15px;
    }

    #main .feuillet .table .right .text {
        padding: 0;
    }

    #main .feuillet .table .right h3 {
        margin-left: 0;
        padding: 5px 0;
    }

    #main .feuillet2 .table {
        display: block;
        padding: 40px 20px;
    }

    #main .feuillet2 .table .left, #main .feuillet .table .right {
        display: block;
        width: 100%;
    }

    #main .feuillet2 .table .left {
        margin-top: 15px;
        padding: 15px;
    }

    #main .feuillet2 .table .left .text {
        padding: 0;
    }

    #main .portrait .col {
        background-image: none;
    }

    #main .portrait .col:before {
        background-color: #111111;
        background-position: right top;
        background-repeat: no-repeat;
        background-size: cover;
        content: "\2000";
        display: block;
        height: 300px;
        margin: auto;
        max-width: 340px;
    }

    #main .portrait .left:before {
        background-image: url(../../img/visuels/philosophie/portrait-cristiano.jpg);
    }

    #main .portrait .right:before {
        background-image: url(../../img/visuels/philosophie/portrait-paolo.jpg);
    }

    #main .portrait .col .text {
        height: auto;
        left: 0;
        position: relative;
        width: 100%;
    }

    #main #instagram_pictures_container {
        height: 100px;
    }

    #main #instagram_pictures #instagram_pictures_container img {
        height: 100px;
        width: 100px;
    }
}

@media screen and (max-width:1200px) {
    #main .blocs_desc_parfums .blocs_desc_parfums_container .bloc .bloc_container .bloc_text {
        width: 100%;
    }
    
    #main .blocs_desc_parfums .blocs_desc_parfums_container .bloc .bloc_container .bloc_text .text, #main .blocs_desc_parfums .blocs_desc_parfums_container .bloc .bloc_container .bloc_text .text p {
        font-size: 12px;
    }
}
