<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* HCk temp developnent */
*[style="background-color: rgb(255, 255, 0);"] {
	color: #AAA;
	font-style: italic;
	background-color: transparent !important;
}
/* End HCk temp developnent */

body, input, textarea, select, h1, h2, h3, h4, h5, h6, h7 {
    font-family: Lato, Arial, Helvetica, sans-serif;
    font-weight: 300;
    font-size: 14px;
    line-height: 1.42857;
    color: #1A1A1A;
    overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6, h7 {
    font-weight: bold;
    font-family: Lato, Arial, Helvetica, sans-serif;
}

h3 {
	margin-bottom: 15px;
}

#btn_up {
    width: 45px;
    height: 38px;
    text-indent: -999999rem;
    background: url(../images/icns_32x32.png) center -382px no-repeat transparent;
    position: fixed;
    right: 40px;
    bottom: 120px;
    z-index: 100;
    cursor: pointer;
    display: none;
}

* {
    margin: 0;
    padding: 0;
}

*:not(dl):not(.slidesjs-control):not(.slidesjs-slide) {
    transition: all .10s linear;
}

body {
    text-align: left;
    position: relative;
}

body.menu-opened {
    padding-left: 80%;
}

a {
    color: #1A1A1A;
    text-decoration: none;
}

.main-container a {
    font-weight: bold;
}

a:hover {
    color: #8476A8;
}

a img {
    border: 0;
}

.button {
    width: auto;
    padding: 6px 14px;
    font-size: .9em;
    color: #FFF;
    font-weight: bold;
    border: none;
    cursor: pointer;
    text-transform: uppercase;
    background-color: #8476A8;
    border-radius: 5px;
    display: inline-block;
}

.button:hover {
    color: #FFF;
    text-decoration: none;
    background-color: #54565C;
}

.button.button-booking {}

.button.button-booking:hover {}

.button.button-black {}

.button.button-black:hover {}

img {
    max-width: 100%;
    border: 0;
}

.main figure img {
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.4);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.4);
}

.main .img-product figure img {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}

.main .img-product {
    position: relative;
}

.main .layout-col4-set .layout-cols .layout-col:last-child .img-product:after {
    content: '';
    position: absolute;
    width: 0px;
    height: 0px;
    right: 0;
    top: 0;
    background: transparent;
}

.main .layout-col-media.media-link figure a, .main .layout-col-media:not(.media-link) figure {
    display: inline-block;
    position: relative;
}

.main .layout-col-media.media-link figure a:before, .main .layout-col-media:not(.media-link) figure:before {
    width: 100%;
    height: 100%;
    border: 10px solid rgba(255, 255, 255, .3);
    content: '';
    display: block;
    position: absolute;
    box-sizing: border-box;
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}

.main .layout-col-media.media-link:not(.img-product) figure a:hover:before {
    border-color: rgba(255, 255, 255, .8);
}

ul, ol, li, dl, dt, dd {
    padding: 0;
    margin: 0;
}

ul, dl, ol {
    margin: 0 0 15px 0;
    list-style: disc inside;
}

ul.no-list {
    list-style: none;
}

li, dd {
    margin: 0 0 5px 0;
}

dt {
    display: block;
}

.no-li {
    list-style: none;
}

.a-xsmall {
    font-size: .7rem;
    line-height: 1.1rem;
}

.a-small {
    font-size: .8rem;
    line-height: 1.2rem;
}

.a-normal {
    font-size: 14px;
    line-height: 1.42857;
}

.a-medium {
    font-size: .1.1rem;
    line-height: 1.5rem;
}

.a-large {
    font-size: 1.3rem;
    line-height: 1.7rem;
}

.a-xlarge {
    font-size: 1.5rem;
    line-height: 1.9rem;
}

strong, .a-strong {
    font-weight: 700;
}

.a-normal {
    font-weight: normal !important;
}

.a-italic {
    font-style: italic;
}

.a-black {
    color: #1A1A1A;
}

.a-white {
    color: #FFF;
}

.a-grey {
    color: #666;
}

.a-red {
    color: #CC0000;
}

.a-green {
    color: #009900;
}

.a-yellow {
    color: #DFD89A;
}

.a-blue {
    color: #0066CC;
}

.black {
    background-color: #1A1A1A;
}

.white {
    background-color: #FFF;
}

.grey {
    color: #666;
}

.red {
    background-color: #CC0000;
}

.green {
    background-color: #009900;
}

.yellow {
    background-color: #DFD89A;
}

.blue {
    background-color: #0066CC;
}

.a-left {
    text-align: left;
}

.a-justify {
    text-align: justify;
}

.a-center {
    text-align: center;
}

.a-right {
    text-align: right;
}

.nowrap {
    white-space: nowrap;
}

.optional {
    color: #666;
    font-style: italic;
    font-size: .8rem;
    line-height: 1.2rem;
}

p {
    margin-bottom: 15px;
}

* p:last-child {
    margin-bottom: 0;
}

table {
    width: 100%;
    height: 100%;
    margin: 0 0 15px;
}

table p {
    margin: 0;
}

table th, table td {
    padding: 15px 20px;
    text-align: center;
    vertical-align: middle;
}

table td {
    text-align: left;
}

table tr th {}

table tr th[colspan] {}

table&gt;tbody tr th {
    width: 200px;
}

table&gt;tbody tr:first-child th {}

table tr th sup {
    font-size: .7rem;
    line-height: 1.1rem;
}

table tr td {}

table tr:nth-child(even) td {}

table&gt;tbody tr:first-child td {}

table tbody tr:hover td {}

.left {
    float: left !important;
}

.right {
    float: right !important;
}

.clear {
    clear: both;
}

form {
    display: block;
}

fieldset {
    border: none;
}

input, select, button {
    vertical-align: middle;
}

ul.form-list {
    list-style: none;
}

ul.form-list.last {
    margin-bottom: 0;
}

.form-group ul {
    width: 100%;
    padding-bottom: 30px;
    margin: 0 0 30px;
    border-bottom: 1px dotted #CCC;
    display: table;
    box-sizing: border-box;
}

.form-group ul.last {
    border: none;
}

.form-group ul li {
    display: table-row;
}

.form-group ul li:before {
    display: none !important;
}

.form-group ul li label, .form-group ul li .input-box {
    padding: 5px 0;
    vertical-align: top;
    display: table-cell;
}

.form-group ul li label {
    width: 200px;
    padding-top: 12px;
}

.form-group ul li .input-box .optional {
    margin-top: 3px;
    display: block;
}

.form-group input, .form-group textarea, .form-group select {
    width: 100%;
    padding: 6px;
    max-width: 400px;
    color: #666;
    border: 1px solid #CCC;
    resize: vertical;
    box-sizing: border-box;
}

.form-group input:focus, .form-group textarea:focus, .form-group select:focus {}

.form-group input.error {
    border-color: #CC0000;
}

.form-group select, .form-group ul li .input-box select {
    width: 100px;
}

.message-info {
    padding: 1rem 1rem 0 1rem;
    margin-bottom: 2.5rem;
    font-weight: 300;
    border: 1px solid #CCC;
    background-color: #FFF;
}

.message-info {
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
}

.message-info.error {
    border-color: #CC0000;
}

.message-info.valid {
    border-color: #009900;
}

.message-info .title {
    padding-left: 22px;
    margin-bottom: .5rem;
    font-size: 14px;
    line-height: 1.42857;
    background-position: left center;
    background-repeat: no-repeat;
}

.message-info.error .title {
    color: red;
    background-image: url(../images/message-info_error.gif);
}

.message-info.valid .title {
    color: green;
    background-image: url(../images/message-info_valid.gif);
}

hr {
    height: 0;
    margin: 3rem 0;
    overflow: hidden;
    border: none;
}

.no-display {
    display: none !important;
}

.no-margin {
    margin: 0 !important;
}

.no-padding {
    padding: 0 !important;
}

.separator-inline {
    margin: 0 7px;
    color: #666;
    display: inline;
}

@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: normal;
    src: url("https://www.parfumdo.com/themes/transformer/css/../font/lato/Lato-Regular.ttf") format("truetype");
}

@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: bold;
    src: url("https://www.parfumdo.com/themes/transformer/css/../font/lato/Lato-Bold.ttf") format("truetype");
}

@font-face {
    font-family: 'Lato';
    font-style: italic;
    font-weight: normal;
    src: url("https://www.parfumdo.com/themes/transformer/css/../font/lato/Lato-Italic.ttf") format("truetype");
}

@font-face {
    font-family: 'Lato';
    font-style: italic;
    font-weight: bold;
    src: url("https://www.parfumdo.com/themes/transformer/css/../font/lato/Lato-BoldItalic.ttf") format("truetype");
}

@font-face {
    font-family: 'fontello';
    src: url("https://www.parfumdo.com/themes/transformer/font/fontello.eot");
    src: url("https://www.parfumdo.com/themes/transformer/font/fontello.eot#iefix") format("embedded-opentype"), url("https://www.parfumdo.com/themes/transformer/font/fontello.woff") format("woff"), url("https://www.parfumdo.com/themes/transformer/font/fontello.ttf") format("truetype"), url("https://www.parfumdo.com/themes/transformer/font/fontello.svg#fontello") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'froggicon';
    src: url("https://www.parfumdo.com/themes/transformer/fonts/glyfrogg/glyfrogg.woff") format("woff"), url("https://www.parfumdo.com/themes/transformer/fonts/glyfrogg/glyfrogg.ttf") format("truetype"), url("https://www.parfumdo.com/themes/transformer/fonts/glyfrogg/glyfrogg.svg#glyfrogg") format("svg"), url("https://www.parfumdo.com/themes/transformer/fonts/glyfrogg/glyfrogg.otf") format("oft");
    font-weight: normal;
    font-style: normal;
}

.wrapper {
    padding: 50px 0 0;
    display: block;
}

.wrapper-shadow {
    display: none;
}

.index-page .wrapper {}

.breadcrumbs, .main, .footer-blocks, .footer {
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
}

.header-container {
    width: 100%;
    display: block;
    clear: both;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
}

.header {
    width: 100%;
    height: 50px;
    margin: 0 auto;
}

.header figure a {
    display: inline-block;
}

.header figure img {
    width: auto !important;
    height: 50px !important;
}

.header .logo {
    margin-left: 30px;
}

body.menu-opened .header .logo {
    margin-left: calc(80% + 30px);
}

.navigation-container {
    width: 100%;
    height: 100%;
    background-color: rgba(48, 42, 66, .8);
    position: fixed;
    top: 0;
    left: -100%;
    clear: both;
    z-index: 1000;
    box-sizing: border-box;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    transform: translateX(-100%);
}

.navigation-container.opened {
    transform: translateX(100%);
}

.navigation {
    width: 80%;
    height: 100%;
    margin: 0;
    background-color: #797B84;
}

.navigation ul.menu {
    width: 100%;
    margin: 0 0 0 auto;
    line-height: 100px;
    text-transform: uppercase;
    list-style: none;
    display: flex;
    flex-direction: column;
    position: relative;
}

.navigation ul.menu li {
    margin: 0;
}

.navigation ul.menu li a {
    padding: 11px 9px;
    line-height: 1em;
    color: #FFF;
    text-decoration: none;
    display: block;
    letter-spacing: 1px;
    font-size: 0.8rem;
}

.navigation ul.menu li.item-parent&gt;a {
    position: relative;
}

.navigation ul.menu li.item-parent&gt;a:after {
    margin-top: -.5em;
    font-family: 'fontello';
    content: '\f107';
    position: absolute;
    right: .8em;
    top: 50%;
}

.navigation ul.menu li.item-parent.active&gt;a:after {
    content: '\f106';
}

.navigation ul.menu li.current&gt;a, .navigation ul.menu li a:hover {
    color: #FFF;
    background-color: #54565C;
}

.navigation ul.menu&gt;li&gt;ul&gt;li {
    position: relative;
}

/* .navigation ul.menu&gt;li.item-parent ul li:after {
    content: '';
    width: 200px;
    height: 1px;
    background: #d9d9d9;
    position: absolute;
    bottom: 5px;
} */

.navigation ul.menu li ul {
    padding: 0 .75em;
    margin: 0;
    list-style: none;
    background-color: #F7F7F8;
}

.navigation ul.menu&gt;li.item-parent&gt;ul&gt;li&gt;ul {
    border-top: 1px solid #54565C;
}

.navigation ul.menu&gt;li.item-parent&gt;ul {
    display: none;
}

.navigation ul.menu&gt;li.item-parent.active&gt;ul {
    display: block;
}

.navigation ul.menu&gt;li {
    border-bottom: 1px #54565c solid;
}

.navigation ul.menu li ul li.current&gt;a, .navigation ul.menu li ul li a:hover {
    color: #8476A8;
    background-color: #F7F7F8;
}

.navigation ul.menu li ul li.current&gt;a {
    font-weight: bold;
}

.navigation ul.menu li ul li.current, .navigation ul.menu li ul li:hover {
    border-color: #8476A8;
}

.navigation ul.menu li ul li a {
    padding-left: 0;
    color: #54565C;
}

.navigation ul.menu&gt;li&gt;ul&gt;li&gt;ul {
    padding-right: 0;
    padding-left: 0;
}

.navigation ul.menu li ul ul li {
    text-transform: none;
    border: none;
}

.navigation ul.menu li ul ul li a {
    padding: .65em .75em;
    font-size: .86em;
    line-height: 1.2em;
}

.navigation ul.menu li ul ul li a:hover {
    background-color: #FFF;
}

.navigation ul.menu li ul ul li ul {}

.navigation ul.menu li ul ul li ul li a {
    padding-top: .3em;
    padding-bottom: .3em;
    position: relative;
}

.navigation ul.menu li ul ul li ul li a:hover {
    background-color: transparent;
}

.navigation ul.menu li ul ul li ul li a:before {
    margin-right: 4px;
    content: '-';
    display: inline;
    position: static;
}

.navigation ul.menu li ul li:last-child {
    border: none;
}

.showmenu {
    width: 100%;
    height: 0;
    text-indent: -999999px;
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 999;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.showmenu.opened {
    left: 80%;
    z-index: 1001;
}

.spinner-master2 * {
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    box-sizing: border-box;
}

.spinner-master2 {
    position: relative;
    margin: 15px auto auto 15px;
    height: 22px;
    width: 22px;
    cursor: pointer;
}

.spinner-master2 input[type=checkbox] {
    display: none;
}

.spinner-master2 label {
    cursor: pointer;
    position: absolute;
    z-index: 99;
    height: 100%;
    width: 100%;
    top: 3px;
    left: 0;
}

.spinner-master2 .spinner2 {
    position: absolute;
    height: 3px;
    width: 100%;
    background-color: #1A1A1A;
}

.showmenu.opened .spinner-master2 .spinner2 {}

.spinner-master2 .diagonal.part-1 {
    position: relative;
    float: left;
}

.spinner-master2 .horizontal {
    position: relative;
    float: left;
    margin-top: 4px;
}

.spinner-master2 .diagonal.part-2 {
    position: relative;
    float: left;
    margin-top: 4px;
}

.spinner-master2 input[type=checkbox]:checked~.spinner-spin2&gt;.horizontal {
    opacity: 0;
}

.spinner-master2 input[type=checkbox]:checked~.spinner-spin2&gt;.diagonal.part-1 {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    margin-top: 6px;
}

.spinner-master2 input[type=checkbox]:checked~.spinner-spin2&gt;.diagonal.part-2 {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    margin-top: -10px;
}

.breadcrumbs-container {
    padding: 0 15px;
    margin: 0;
    font-size: .75em;
    line-height: 1.2em;
    text-transform: uppercase;
    display: block;
    position: relative;
    clear: both;
}

.breadcrumbs {
    height: 40px;
    padding: 0;
    margin: 0 auto;
    line-height: 40px;
}

.page-accueil .breadcrumbs {
    display: none;
}

.breadcrumbs dl {
    margin: 0;
}

.breadcrumbs dl dt, .breadcrumbs dl dd {
    margin: 0;
    display: inline-block;
}

.breadcrumbs dl dt {
    margin-right: 4px;
    display: none;
}

.breadcrumbs ul {
    margin: 0;
    list-style: none;
}

.breadcrumbs ul li {
    margin: 0;
    display: inline-block;
}

.breadcrumbs ul li:not(.current):after {
    margin: 0 4px;
    content: '/';
    display: inline-block;
}

.breadcrumbs ul li:last-child:after {
    display: none;
}

.breadcrumbs ul li.current {}

.breadcrumbs ul li a {
    color: #1A1A1A;
    text-decoration: underline;
    display: inline-block;
}

.breadcrumbs ul li a:hover {
    text-decoration: underline;
}

.breadcrumbs ul li.current a {
    text-decoration: none;
}

.main-container {
    display: block;
    clear: both;
}

.main {
    position: relative;
}

.main .col-wrapper {
    width: 100%;
    background-color: #FFF;
}

.main .col2-left, .main .col2-right {}

.main .col2-left .col-left, .main .col2-right .col-right {
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
}

.main .col2-left .col-main, .main .col2-right .col-main {
    width: 780px;
    float: left;
}

.main .col2-left .col-main {
    float: right;
}

.main .col-main {
    width: 100%;
    box-sizing: border-box;
}

.main .col-main h1 {
    padding: 0 15px;
    margin: 0 0 5px;
    font-size: 18px;
}

.main .col-main h2 {
    position: relative;
    font-size: 18px;
}

.main .col-main h2:after {
    margin: 5px 0 15px;
    content: '';
    display: block;
    position: static;
}

.main .col-main h2[style="text-align: center;"]:after {
	margin-right: auto;
	margin-left: auto;
}

.main .col-main h2[style="text-align:center;"]:after {
    margin-right: auto;
    margin-left: auto;
}

.main .col-left {
    float: left;
}

.main .col-right {
    float: right;
}

.main .col-wrapper.col-table {
    display: table;
}

.main .col-wrapper.col-table .col-main {
    float: none !important;
    display: table-cell;
    vertical-align: top;
}

.main .col-wrapper.col-table .col-left, .main .col-wrapper.col-table .col-right {
    float: none;
    display: table-cell;
    vertical-align: top;
}

.main .col-wrapper .col-main .layout-container {
    margin: 0 auto;
}

.main .col-wrapper .col-main&gt;.layout-container:first-of-type {
    background: #f7f7f8;
    color: #000;
    margin-bottom: 60px;
    padding-top: 40px;
}

.main .col-wrapper .col-main&gt;.layout-container:first-of-type:after {
    content: "";
    position: absolute;
    width: 0px;
    height: 0px;
}

.main .col-wrapper .col-main&gt;h1:first-of-type {
    background: #8476A8;
    text-align: center;
    padding: 10px 0;
    margin: 0 auto;
    color: #fff;
    font-size: 1.5rem;
}

.col-clearer {
    display: block;
    clear: both;
}

.a-facebook, .a-twitter, .a-youtube, .a-instagram {
    margin: 0 5px !important;
}

.footer-blocks-container {
    display: block;
    clear: both;
}

.footer-blocks {
    padding: 50px 0 0;
    margin: 0 auto;
}

.footer-container {
    height: auto;
    min-height: 210px;
    padding: 30px 0 10px;
    display: block;
    clear: both;
}

.footer {
    padding: 30px 0 0;
    margin: 0 auto;
}

.footer .advantage-links {
    background-color: whitesmoke;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Y1ZjVmNSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #f5f5f5));
    background-image: -moz-linear-gradient(#ffffff, #f5f5f5);
    background-image: -webkit-linear-gradient(#ffffff, #f5f5f5);
    background-image: linear-gradient(#ffffff, #f5f5f5);
    text-align: center;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    font-size: .85em;
}

.footer .advantage-links ul {
    padding: 10px 0;
    margin: 0;
    list-style: none;
    display: flex;
    justify-content: center;
}

.footer .advantage-links ul li {
    margin: 0 0.5%;
    list-style: none;
    display: inline-flex;
    position: relative;
}

.footer .advantage-links ul li a {
    text-decoration: none;
    text-transform: uppercase;
    text-align: left;
    padding-left: 10px;
    color: #797B84;
}

.footer .advantage-links ul li a span {
    display: none;
}

.footer .advantage-links ul li a:before {
    font-size: 1.2rem;
    line-height: 31px;
    font-family: 'froggicon';
    text-indent: initial;
    content: '';
    display: block;
    position: static;
    background: #797B84;
    border-radius: 50%;
    width: 31px;
    height: 31px;
    text-align: center;
    color: white;
}

.footer .advantage-links ul li.a-secure-payment a:before {
    content: '\e908';
}

.footer .advantage-links ul li.a-delivery a:before {
    content: '\e909';
}

.footer .advantage-links ul li.a-sample a:before {
    content: '\e90a';
}

.footer .advantage-links ul li.a-customer-service a:before {
    content: '\e90c';
}

.footer .quick-links {
    margin-top: 15px;
    font-size: .7rem;
}

.footer .quick-links ul {
    margin: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0 30px;
}

.footer .quick-links ul li {
    margin: 3px 5px;
    list-style: none;
}

.footer .quick-links ul li a {
    text-transform: uppercase;
    text-decoration: none;
}

.footer .quick-links:after, .footer .social-networks:after {
    height: 10px;
}

.footer .social-networks ul {
    padding: 10px 0;
    margin: 0;
    list-style: none;
    display: flex;
    justify-content: center;
}

.footer .social-networks ul li {
    margin: 0 1.5%;
    list-style: none;
}

.footer .social-networks ul li a {
    width: 34px;
    height: 32px;
    color: #FFF;
    text-decoration: none;
    text-indent: -999999rem;
    overflow: hidden;
    background-color: #a6a6a6;
    display: block;
    position: relative;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    -khtml-border-radius: 100%;
}

.footer .social-networks ul li a:before {
    font-size: 1rem;
    line-height: 32px;
    font-family: 'fontello';
    text-align: center;
    text-indent: initial;
    content: '';
    display: block;
    position: static;
}

.footer .social-networks ul li.a-facebook a:before {
    content: '\66';
}

.footer .social-networks ul li.a-facebook a:hover {
    background: #619FF2;
}

.footer .social-networks ul li.a-twitter a:before {
    content: '\54';
    font-size: 0.9em;
}

.footer .social-networks ul li.a-twitter a:hover {
    background: #48BCC9;
}

.footer .social-networks ul li.a-youtube a:before {
    content: '\55';
    font-size: 1.4em;
}

.footer .social-networks ul li.a-youtube a:hover {
    background: #B14052;
}

.footer .social-networks ul li.a-instagram a:before {
    content: '\e83b';
    font-size: 1.4em;
}

.footer .social-networks ul li.a-instagram a:hover {
    background: #bc2a8d;
}

.footer .logo-services .layout-cols {
    display: flex;
    justify-content: center;
}

.footer .logo-services .layout-cols .layout-col {
    width: auto !important;
    margin: 0 10px;
}

.footer .legalicy-links {
    font-size: .7rem;
}

.footer .layout-col+.layout-col {
    padding: 0 !important;
    margin: 0!important;
}

.cc_banner-wrapper {
    width: 100%;
    font-weight: 700;
    border-top: 10px solid transparent;
    box-sizing: border-box;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 100;
}

.cc_banner {
    padding: 30px;
}

.cc_banner-wrapper p {
    margin: 0;
}

.cc_banner-wrapper strong {
    margin-bottom: .5rem;
    display: block;
}

.cc_banner-wrapper .cc_logo {
    display: none;
}

.cc_banner-wrapper .cc_btn {
    width: 180px;
    margin: -8px 0 0 30px;
    text-align: center;
    float: right;
}

.cc_banner-wrapper .cc_btn:hover {
    text-decoration: none;
}

.cc_banner-wrapper .cc_btn .button {
    line-height: normal;
    display: block;
}

.layout-summary {
    background: #f7f7f8;
    padding: 40px;
    padding-bottom: 0;
    box-sizing: border-box;
    margin-top: 30px !important;
}
.layout-summary:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
}

.layout-summary ul {
    display: block;
}
.layout-summary ul li {
    display: inline-block;
    margin: 10px 2px;
}

.layout-summary ul li a {
    padding: 5px 10px;
	margin: 0 4px;
	color: #8476A8;
    border: 2px solid #8476A8;
    text-decoration: none;
    border-radius: 5px;
}

.layout-summary ul li a:hover {
    color: #FFF;
    background: #8476A8;
}

@media (max-width:992px) {
    .layout-col-media {
        width: 100% !important;
        max-width: 100%;
        box-sizing: border-box;
    }
}

@media (min-width:768px) {
    * {
        box-sizing: content-box;
    }
    body {
        background: url(https://www.parfumdo.com/themes/transformer/img/pdo/pattern.jpg) center center repeat;
    }
    /* .layout-col-media {
        max-width: 100%;
        width: 100% !important;
    } */
    .wrapper-shadow {
        width: 820px;
        height: 920px;
        margin-left: -410px;
        display: block;
        position: fixed;
        z-index: -1;
        top: 0;
        left: 50%;
    }
    body.page-accueil .wrapper-shadow {
        top: 127px;
    }
    .wrapper-shadow:before, .wrapper-shadow:after {
        width: 35px;
        height: 100%;
        background: url(https://www.parfumdo.com/themes/transformer/img/pdo/shadow-left.png) no-repeat top left;
        display: block;
        content: '';
        position: absolute;
        top: 0;
        left: 0;
    }
    .wrapper-shadow:after {
        background: url(https://www.parfumdo.com/themes/transformer/img/pdo/shadow-right.png) no-repeat top right;
        right: 0;
        left: auto;
    }
    .col-main .layout-col-title, .col-main .layout-col-content {
        margin-left: 5px;
        margin-right: 5px;
    }
    .breadcrumbs-container .breadcrumbs, .main-container .main {
        width: 750px;
        background-color: #FFF;
    }
    .breadcrumbs-container .breadcrumbs {
        padding-right: 30px;
        padding-left: 30px;
    }
    .main {
        padding-top: 20px;
    }
    .main .col-main h1 {
        margin-left: 15px;
        margin-right: 15px;
        font-size: 21px;
    }
    .footer-container {
        background-color: #FFF;
    }
    .footer .advantage-links ul li a span {
        display: block;
        line-height: 1.2em;
    }
    .footer .advantage-links ul li {
        margin: 0 2.7%;
    }
    .footer .advantage-links ul li a:before {
        position: absolute;
        left: -30px;
        top: -3px;
    }
    .header-container.nav-up, .header-container.nav-up * {
        height: 50px !important;
    }
    .header-container.nav-up+.navigation-container {
        top: 50px !important;
    }
    .header-container {
        background: transparent;
    }
    .header {
        background: #FFF;
    }
}

@media (min-width:992px) {
    .wrapper {
        padding-top: 128px;
    }
    .header {
        height: 90px;
    }
    .header .logo {
        margin-left: 0;
    }
    .header figure img {
        height: 90px !important;
    }
    .navigation-container {
        height: 36px;
        background-color: transparent;
        overflow-y: initial;
        position: fixed;
        top: 90px;
        left: auto;
        z-index: 1000;
        transform: translateX(0);
    }
    .navigation ul.menu&gt;li {
        border-bottom: none;
    }
    .navigation-container .navigation {
        margin: 0 auto;
    }
    .navigation {
        background: #797B84;
    }
    .navigation-container .navigation&gt;ul {
        line-height: inherit;
        position: relative;
        flex-direction: row;
    }
    .navigation ul.menu li.item-parent {
        border: none;
    }
    .navigation ul.menu li.item-parent&gt;a {
        padding-right: .75em;
    }
    .navigation ul.menu&gt;li.item-parent.active&gt;a {
        background-color: #54565C;
    }
    .navigation ul.menu li.item-parent&gt;a:after {
        display: none;
    }
    .navigation ul.menu&gt;li&gt;ul {
        width: 218px;
        padding: 1.6em .85em;
        border-top: none;
        display: none;
        overflow-y: auto;
        overflow-x: hidden;
        position: absolute;
        box-sizing: border-box;
        flex-wrap: wrap;
        flex-direction: column;
        -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.4);
        -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.4);
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.4);
        z-index: 10000;
    }
    .navigation ul.menu&gt;li.active&gt;ul {
        display: flex;
    }
    .navigation ul.menu&gt;li&gt;ul&gt;li {
        width: 100%;
        padding: 0 1em;
        font-size: 12px;
        border-bottom: none;
        box-sizing: border-box;
        position: relative;
    }
    .navigation ul.menu&gt;li&gt;ul ul {
        padding: 0;
        border-top-color: #D9D9D9;
    }
    .navigation ul.menu li ul li a {
        padding: 15px 0 3px 0px;
        color: #54565C;
        border-bottom: 1px solid #d9d9d9;
        letter-spacing: 0;
        font-size: 0.9rem;
    }
    .navigation ul.menu&gt;li&gt;ul ul li a {
        padding: .25em .5em;
        margin: .4em 0;
        font-size: .9em;
        line-height: 1.4em;
        transition: none;
    }
    .navigation ul.menu&gt;li&gt;ul ul li a:hover {
        background-color: #FFF;
    }
    .navigation .item-parent ul li:first-child a {
        padding-top: 0 !important;
    }
    .header-container .header, .navigation-container .navigation, .breadcrumbs-container .breadcrumbs, .main-container .main {
        width: 970px;
    }
    .main .col-main h1 {
        font-size: 2.2em;
    }
    .showmenu {
        display: none;
    }
    .wrapper-shadow {
        width: 1040px;
        margin-left: -520px;
    }
    /* .main .layout-col3-set .layout-col-media {
        max-width: 400px;
        width: 324px !important;
    } */
    .footer .advantage-links ul {
        padding: 15px 0;
    }
    .footer .advantage-links ul li {
        margin: 0 35px;
    }
    .footer .advantage-links ul li a {
        padding-left: 15px;
    }
    .footer .advantage-links ul li a:before {
        font-size: 1.4rem;
        line-height: 36px;
        width: 36px;
        height: 36px;
        position: absolute;
        left: -30px;
        top: -4px;
    }
    .footer .quick-links ul li {
        margin: 3px 15px;
    }
    /* .layout-col-media.img-product {
        width: max-content !important; 
        max-width: 300px !important;
    } */
    .layout-container:after {
        content: "";
        display: block;
        height: 25px;
    }
    
    /*
    .layout-col3-set .layout-col1 .img-product:before,
    .layout-col3-set .layout-col2 .img-product:before,
    .layout-col2-set .layout-col1 .img-product:before,
    .layout-col4-set .layout-col1 .img-product:before,
    .layout-col4-set .layout-col3 .img-product:before {
        content: '';
        position: absolute;
        width: 1px;
        height: 100%;
        right: 0;
        top: 0;
        background: #e8e9ea;
        z-index: 1;
    }
    */
    
    .layout-container .layout-col .img-product:before {
        content: '';
        position: absolute;
        width: 1px;
        height: 100%;
        right: 0;
        top: 0;
        background: #e8e9ea;
        z-index: 1;
    }
    
    .layout-container .layout-col:last-child .img-product:last-child:before {
	    display: none;
    }
    
    /* .layout-col4-set .layout-col1 .img-product:after {
        right: -250px;
        top: 0px;
    } */
    .layout-cols .layout-col {
        vertical-align: middle;
    }
    .img-product img {
        min-width: 250px;
    }
    .layout-col2-set .layout-col-media:not(.img-product) {
        min-width: 350px ! important;
    }
}

@media (min-width:1200px) {
    .wrapper-shadow {
        width: 1240px;
        margin-left: -620px;
    }
    .header-container .header, .navigation-container .navigation, .breadcrumbs-container .breadcrumbs, .main-container .main {
        width: 1172px;
    }
    .navigation-container, .header-container {
        background: transparent;
    }
    .header {
        background: #FFF;
    }
    .navigation-container .navigation {
        background: #797b84;
    }
    .main .col-wrapper .col-main .layout-container {
        width: 1000px;
    }
    .main .col-wrapper .col-main&gt;h1:first-of-type {
        width: 1000px;
    }
    .layout-col-title, .layout-col-content, .layout-col-media {
        padding: 0 5px !important;
    }
    /* .main .layout-col3-set .layout-col-media {
        max-width: 400px;
        width: 391px !important;
    } */
    /* .footer .advantage-links ul {
        padding: 15px 0;
    }
    
    
    .footer .advantage-links ul li {
        margin: 0 35px;
    }

    .footer .advantage-links ul li a {
        padding-left: 15px;
    }
    
    .footer .advantage-links ul li a:before {
        font-size: 1.4rem;
        line-height: 36px;
        width: 36px;
        height: 36px;
        position: absolute;
        left: -35px;
        top: -4px;
    }

    .footer .quick-links ul li {
        margin: 3px 15px;
    } */
    .col-main .layout-col-title, .col-main .layout-col-content {
        margin-left: 15px;
        margin-right: 15px;
    }
}</pre></body></html>