html {
    /*height: 100%;*/
}
body {
    overflow-y: scroll;
}
.body-white {
    background:#ffffff;
}
.body-default, .body-page, .body-search {
    background: #ffffff;
}
.body-page-framed {
    background: #ffffff;
}

.dropdown-menu.inner{
display: block;
}

.body-404 {
    background: #f9f9f9;
}

::-webkit-scrollbar {
    width: 12px;               /* width of the entire scrollbar */
    height: 12px;
}

::-webkit-scrollbar-track {
  background: #ebebeb;        /* color of the tracking area */
    border-radius: 6px;
}

::-webkit-scrollbar-thumb {
  background-color: #aeaeae;    /* color of the scroll thumb */
  border-radius: 6px;       /* roundness of the scroll thumb */
  border: 3px solid #ebebeb;  /* creates padding around scroll thumb */
}

.body-account {
    background: #f9f9f9;
}
.body-account-nobg {
    background: #737373;
}
.popup-message {
  display: none;
  position: fixed;
  z-index: 3000;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.3);
}
.message-content {
    background-color: #f9f9f9;
    margin: auto;
    padding: 20px;
    width: 20%;
    min-width:310px;
}
.fa, .fas, .fab, .far {
    font-size: 140%;
}
.btn .fa, .btn .fas, .btn .fab {
    font-size: 120%;
    margin:0 !important;
    padding-top:0 !important;
}
.btn .fa.fa-circle-notch {
    filter: blur(0) !important;
    margin-right: 10px !important;
    margin-left: 10px !important;
}

.breadCrumb .btn-xs {
    font-size: 13px;
}

.breadCrumb a {
    color: #777777!important;
    border-bottom: 1px solid #777777;
}

.breadCrumb a:hover {
    color: #212529!important;
    border-bottom: 1px solid #212529;
}

.breadCrumb .clr-text-in {
    color: #777777!important;
}

@-moz-document url-prefix() {
    /** Fix spinning for FF */
    .btn .fa.fa-circle-notch {
        padding-bottom:2px !important;
    }
    .btn.btn-lg .fa.fa-circle-notch {
        padding-bottom:0px !important;
    }
    .btn .fa.fa-circle-notch {
        padding-bottom:1px !important;
    }
}

div, p, li, span, btn {
    font-family: "myriad-pro",sans-serif;
}

.span-translate {
    border:1px dashed #ccc !important;
}
.span-translate-number {
    border:1px dotted #8b8b8b !important;
    margin-left:2px;
    z-index:1000;
}
.span-translate-number-admin:hover {
    background:#3f3f3f;
    cursor: pointer;
    color: white !important;
}
.noarrow a.dropdown-toggle::after {
    display: none; 
}

strong {
    font-weight:bold;
}
.bold-dusky {
    font-weight:bold;
    color: #696969;
}
.scrollbar-measure { width: 100px; height: 100px; overflow: scroll; position: absolute; top: -9999px; }

.bg-grey-light {
    background: #f9f9f9;
    //background-image: url(/include/images/backgrounds/bg_grey-light.png);
}

.fa-red {
    color: #FF4136 !important;
}
.dropdown-menu ul {
    padding: 10px 25px 0px 25px;
}
.underline-title::after {
    content: "";
    display: block;
    margin:auto;
    width: 80%;
    margin-top: 10px;
    height: 100px;
    background: black;
    height: 1px;
}

.input-grey, .input-grey:focus {
    border: 1px solid #bebebe !important;
    font-size: 17px;
    background: #ffffff;
}

.input-grey.dark, .input-grey.dark:focus {
    border: 1px solid #664444 !important;
    background: #f9f9f9;
}
.input-grey:focus {
    box-shadow: 0 0 5px rgba(146, 146, 146, 1) !important;
}

::placeholder {
  color: #b3b3b3 !important;
  opacity: 1; /* Firefox */
}

.input-grey-border-0, .input-grey-border-0:focus {
    border: none !important;
    background: #f6f6f6;
    border-radius: 0px;
}

.input-grey-border-0:focus {
    box-shadow: 0 0 0px rgba(146, 146, 146, 0) !important;
}
.input-group-addon.input-grey{
    background: #f7f7f7;
}
.no-select {
    -webkit-touch-callout: none; 
    -webkit-user-select: none; 
    -khtml-user-select: none; 
    -moz-user-select: -moz-none;
    user-select: none;
}
.a-none, 
.a-none-hover:hover, .a-none-hover:visited {
    color: inherit !important;
    text-decoration:none !important;
}
.a-underline {
    text-decoration:underline !important;
}
.a-underline-mouseover:hover {
    text-decoration:underline !important;
}
footer {
    visibility:hidden;
    width: 100%;
    font-size:15px;
    border-top: 1px solid #ddd;
}
footer .footer-title {
    font-weight: 700;
    color: #9e0e40;
    border-radius:4px;
    padding:2px 10px;
    margin:10px 0px;
}
footer .footer-title::after {
    content: "";
    display: block;
    margin:auto;
    width: 100%;
    border: 1px solid #9e0e40;
    border-radius: 4px;
    background: #9e0e40;
    height:0px;
}

footer .footer-bloc {
    margin: 0 auto;
}
footer a {
    color: #000000 !important;
}
footer a:hover {
    text-decoration:underline;
    color: #000000 !important;
}
footer a:visited, footer a:active {
    text-decoration:none;
    color: #000000 !important;
}
footer a:hover {
    text-decoration:underline;
}
footer .footer-div {
    padding: 2px 10px;
}

@media only screen and (max-width : 769px) {
    footer footer-bloc {
        margin: 0 0;
    }
    footer a {
        font-size:16px;
    }
    footer .footer-div, footer .footer-title {
        padding-left: 20px;
    }
    footer .footer-title {
        padding-top: 30px;
    }
}

.wrapper {
    min-height:100%;
    height: 100%;
}

.trans-white-0-4 {
    background: rgba(255, 255, 255, 0.4);
}
.trans-white-0-5 {
    background: rgba(255, 255, 255, 0.5);
}
.trans-white-0-6 {
    background: rgba(255, 255, 255, 0.6);
}
.trans-white-0-7 {
    background: rgba(255, 255, 255, 0.7);
}
.trans-white-0-8 {
    background: rgba(255, 255, 255, 0.8);
}
.trans-white-0-9 {
    background: rgba(255, 255, 255, 0.9);
}
.trans-black-0-7 {
    background: rgba(0, 0, 0, 0.7);
}
.trans-black-0-5 {
    background: rgba(0, 0, 0, 0.5);
}
.trans-black-0-2 {
    background: rgba(0, 0, 0, 0.2);
}
.trans-black-0-1 {
    background: rgba(0, 0, 0, 0.1);
}
.btn {
    transition: all 0.2s ease;
}
.btn:hover, .btn:focus {
    box-shadow: 0 4px 12px rgba(100,100, 100,0.35);
}
.btn.active {
    box-shadow: 0 2px 6px rgba(100,100, 100,0.35);
}
.btn.noshadow {
    box-shadow: none;
}
.btn:focus,.btn:active:focus,.btn.active:focus, a:focus,
.btn.focus,.btn:active.focus,.btn.active.focus {
    outline: none;
}

:link:focus, :visited:focus {
    outline: none;
}
.a-disabled {
    cursor: default;
    pointer-events: none;
}
*:focus {
    outline: none !important;
}

.mobileHoverFix:hover,
.mobileHoverFix.hover{
    background-position: 0 0px;
}

/************************
 Modal...Popup bootstrap
 ************************/
@media (min-width: 768px) {
    .modal-xl {
        width: 90%;
        max-width:1200px;
    }
}

@media (max-width: 968px) {
    .modal-backdrop.show {
        //background-color: #fff;
        //opacity: 1 !important;
    }
}

.modal-backdrop.show {
    opacity: .5;
}
.modal-title > i {
    vertical-align: middle;
}

.modal-header {
    padding:9px 15px;
    border-bottom:1px solid #eee;
    background-color: #0480be;
    color: white;
}
.modal-bg-dark {
    opacity: 0.7 !important;
}

.modal-header {
    border-radius:6px
}

.modal-header {
    background:#583e3b;
}
.modal.in .modal-dialog {

}

.modal-header .close {
    font-size: 27px;
    color: #ffffff;
    opacity: 1;
}
.modal-content {
    border-radius: 0.6rem;
}

.form-control:focus {
  border-color: inherit;
  -webkit-box-shadow: none;
  box-shadow: none;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
}
input {
  filter: none;
}
.label-brown {
    color: #fffffe;
    background: #583e3b;
}

.div-top-block-black {
    margin: auto;
    font-family: Roboto;
    width:100%;
    max-width:1400px;
    border-radius: 6px;
}

.div-top-block-black a:hover {
    text-decoration: underline;
}

.div-thumb-container {
    padding: 10px;
    display:inline-table;
    vertical-align:top;    
    width:32%;
    height:400px;
}

.div-thumb {
    height:410px;
}
.div-thumb-img {
    width: 100%;
    height:300px;
}
.div-thumb-img img {
    transition: all .4s;
}
.div-thumb-artist {
    font-family: Oswald;
    font-size: 16px;
    letter-spacing: 1px;
    padding: 17px 0 5px 0;
    width: 100%;
}
.div-thumb-artist > a:hover {
    text-decoration: underline !important;
}
.div-thumb-title h3 {
    font-size: 17px;
    margin: 0; padding: 0;
}
.img-landscape {
    width:95%;max-height:280px;height:auto;
}
.img-portrait {
    max-height:280px;
}
.div-thumb-text {
    width: 100%;
    max-width: 450px;
    margin-left: auto; margin-right: auto;
    min-height:80px;
    padding: 13px 13px;
    background:white;
}
.div-thumb-text > div {
    width: 100%;
}

@media screen and (max-width: 1100px) { 
    .div-thumb-container {
        margin-bottom:10px;
    }
    .div-thumb {
        height:350px;
    }
    .img-portrait {
        height:240px;
    }
}

.div-thumb-container a, .div-thumb-container a:hover {
    color: #32424f !important;
    text-decoration:none;
}

@media screen and (max-width: 930px) {
    .div-thumb-container {
        width:49%;
    }
    .img-landscape {
        max-height:240px;    
    }
}

@media screen and (max-width: 690px) {
    .div-thumb-container {
        width:100%;
        height: auto;
        margin-bottom: 30px;
    }
    .div-thumb {
        display: block;
        height: auto;
    }
    .div-thumb-img {
        display: block;
        height: auto;
    }
    .div-thumb-text {
        margin-top: 5px;
    }
    .img-landscape {
        width: 350px;
        height: auto;
    }
    .img-portrait {
        height:300px;
    }
}

@media screen and (max-width: 440px) {
    .img-landscape {
        max-width: 99%;
        height: auto;
    }
    .img-portrait {
        width:auto;
        height:auto;
    }
}

.div-top-block-black-title {
    color: white;
    border-radius: 6px;
}

.btn-group-xs > .btn, .btn-xs {
    /*padding: .5rem .45rem;*/
    padding: 10px 8px 9px 8px !important ;
    /*font-size: .875rem;*/
    font-size: 12px;
    /*line-height: .3;*/
    line-height: .5;
    border-radius: .2rem;
}

.btn-group-sm>.btn, .btn-sm {
    height: 30px !important;
    font-size: .9rem !important;
}

.btn-xs .fa {
    margin: -10px 0px !important;
}

.input-xs {
  height: 22px!important;
  padding: 2px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.input-group-xs .form-control,
.input-group-xs .input-group-text,
.input-group-xs .input-group-btn>.btn {
  height: 30px !important;
  padding: 1px 5px;
  font-size: 13px;
  line-height: 1.5;
}

.btn-loading {
    background-color: white;
    border: 1px solid lightgrey;
    cursor: default;
}

@media (max-width: 768px) {
    .btn-lg {
        font-size:1.05em;
    }
}
.btn-loading:active {
  -moz-box-shadow:    inset 0 0 0px white;
  -webkit-box-shadow: inset 0 0 0px white;
  box-shadow:         inset 0 0 0px white;
}

.btn-dark {
    background: #222222;
    border: 1px solid #000000;
    color: #849084;
}

.btn-dark:hover, .btn-dark:focus, .btn-dark.active {
    background: #454545;
    border: 1px solid #000000;
    color: #849084;
}

.btn-white, .input-group-text.btn-white {
    color: #393131;
}
.btn-white {
    background: #fffffe;
    border: 1px solid #ced4da;
    padding: 3px 10px 3px 10px;
}

.btn-white:hover, .btn-white:focus, .btn-white:active, .btn-white.disabled, .btn-white.active {
    background: #fffffe;
    border: 1px solid #b7bec5;
    color: #222;
    box-shadow: 0px 0px 0px 2px rgb(0 0 0 / 10%);
    
}
.btn-white-bluehover:hover {
    background: #25b0e9;
    border: 1px solid grey;
    color: #fff;
}

.btn-grey {
    background-color: #ebebeb;
    border: 1px solid #848484;
    color: black;
}

.btn-grey:hover, .btn-grey:focus, .btn-grey:active, .btn-grey.active {
    background-color: #cdcdcd;
    border: 1px solid #848484;
}

.input-group-addon.info {
    color: rgb(255, 255, 255);
    background-color: rgb(57, 179, 215);
    border-color: rgb(38, 154, 188);
}
.input-group-addon.warning {
    color: rgb(255, 255, 255);
    background-color: rgb(240, 173, 78);
    border-color: rgb(238, 162, 54);
}
.input-group-addon.success {
    color: rgb(255, 255, 255);
    background-color: rgb(90, 184, 92);
    border-color: rgb(76, 174, 76);
}

.btn-back {
    color: #424242;
    border-radius: 0 !important;
    background-color: #f8f8f8;
    border-color: #adadad;
}

.underline-grey {
    border-bottom: 5px solid grey;
}

.btn-back:hover {
    color: #424242;
    background-color: #ebebeb;
}

.details-infos {
    border:solid 1px #aaa; 
    background:#fcfcfc;
    color:#383333;
}

.details-infos-mytheme {
    border:solid 1px #f0ad4e; 
    color:#383333;
}

ul.pagination li {
    margin: 0 4px;
    text-align:center;
    text-decoration: none !important;
    min-width:30px;
    min-height:30px;
    transition: all 0.2s ease;
}
ul.pagination li a {
    padding: 8px;
    text-decoration:none !important
    transition: all 0.2s ease;;
    font-size:99%;
}
.width-100 {
    width:100%;
}

.clr-w, .clr-w:hover {
    color:white !important;
}
.clr-b {
    color:black !important;
}
.clr-gl, .clr-gb:hover, .clr-gb:visited {
    color:#818c95 !important;
}
.clr-g {
    color:#575757 !important;
}
.clr-gb, .clr-gb:hover, .clr-gb:visited {
    color:#2e2e2e !important;
}
.opa-0 {
    opacity:0;
}

.brd-2px-gold {
    border:2px solid #d4c37b;
}
.brd-rad-6 {
    border-radius: 6px;
}
.brd-rad-t-6 {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}
.brd-rad-b-6 {
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

.brd-rad-0 {
    border-radius: 0 !important;
}

.dis-inl-table  {
    display:inline-table;
    vertical-align:top;
}
.dis-table {
    display:table;
    width: 100%;
}
.dis-table-cell {
    display:table-cell;
}
.dis-n {
    display: none;
}
@media (max-width: 768px) {
    .dis-n-sm {
        display:none;
    }
}

.pointer  {
    cursor: pointer;
}

.radius-lg-mytheme {
    border-radius: 24px;
}
.radius-lg-top-mytheme {
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
}
.radius-lg-bottom-mytheme {
    border-bottom-left-radius: 24px;
    border-bottom-right-radius: 24px;
}
.radius-lg-left-mytheme {
    border-top-left-radius: 24px;
    border-bottom-left-radius: 24px;
}
.radius-lg-right-mytheme {
    border-top-right-radius: 24px;
    border-bottom-right-radius: 24px;
}
.radius-sm-mytheme {
    border-radius: .3rem;
}
.radius-top-none {
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
}
.radius-bottom-none {
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}
.radius-sm-top-mytheme {
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem;
}
.radius-sm-bottom-mytheme {
    border-bottom-left-radius: .3rem;
    border-bottom-right-radius: .3rem;
}
.radius-sm-left-mytheme {
    border-top-left-radius: .3rem !important;
    border-bottom-left-radius: .3rem !important;
}
.radius-sm-right-mytheme {
    border-top-right-radius: .3rem !important;
    border-bottom-right-radius: .3rem!important;
}
.radius-left-none {
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
}
.radius-right-none {
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}

.pricedecimals {
    padding-left:3px; font-size: 0.7em; font-weight: normal; vertical-align: baseline; top: -0.4em; position: relative; /* so it doesn't disturb line-height */
}
.fnt-myr {
    font-family: "myriad-pro" !important;
}
@font-face {
    font-family: oswald; font-display: swap;
    src: url("/inclulde/fonts/oswald/oswaldregular.otf");
    src: url("/include/fonts/oswald/oswaldregular.eot?#iefix") format("embedded-opentype"),
         url("/include/fonts/oswald/oswaldregular.woff") format("woff"),
         url("/include/fonts/oswald/oswaldregular.ttf") format("truetype");
         url("/include/fonts/oswald/oswaldregular.svg#oswaldbook") format("svg");
    font-weight: normal; font-style: normal;
}
.fnt-osw {
    font-family: Oswald;
}
@font-face {
    font-family:"myriad-pro";font-display:swap;
    src:url("/include/fonts/myriad-pro/myriadproregular.woff2") format("woff2"),
    url("/include/fonts/myriad-pro/myriadproregular.woff") format("woff"),
    url("/include/fonts/myriad-pro/myriadproregular.opt") format("opentype");
    font-style:normal;font-weight:400;
}
@font-face {
    font-family:"myriad-pro";
    src:url("/include/fonts/myriad-pro/myriadpro-700.woff2") format("woff2"),
        url("/include/fonts/myriad-pro/myriadpro-700.woff2") format("woff"),
        url("/include/fonts/myriad-pro/myriadpro-700.opt") format("opentype");
    font-display:swap;font-style:normal;font-weight:700;
}
.fnt-times {
    font-family: "Times New Roman", Times, serif;
}
.fnt-arial {
    font-family: Arial, Helvetica, sans-serif;
}
.fnt-oxy {
    font-family: Arial, Helvetica, sans-serif; 
    //Oxygen;
}
.fnt-ita {
    font-style: italic;
}

.fnt-price-thumbs {
    font-size: 15px;
}

.fnt-0-7 {
    font-size: 0.7em;
}

.fnt-0-8 {
    font-size: 0.8em;
}

.fnt-0-85 {
    font-size: 0.85em;
}

.fnt-0-9 {
    font-size: 0.9em;
}

.fnt-0-95 {
    font-size: 0.95em;
}

.fnt-1-05{
    font-size: 1.05em;
}

.fnt-1-1 {
    font-size: 1.1em;
}
.fnt-1-15 {
    font-size: 1.15em;
}
.fnt-1-2 {
    font-size: 1.2em;
}
.fnt-1-25 {
    font-size: 1.25em;
}
.fnt-1-3 {
    font-size: 1.3em;
}

.fnt-1-4 {
    font-size: 1.4em;
}

.fnt-1-5 {
    font-size: 1.5em;
}

.fnt-1-6 {
    font-size: 1.6em;
}
.fnt-1-7 {
    font-size: 1.7em;
}
@media (max-width: 768px) {
    .fnt-sm-90 {
        font-size: 90%;
    }
    .fnt-sm-95 {
        font-size: 95%;
    }
}
.spacing-1 {
    letter-spacing: 1px;
}
.spacing-2 {
    letter-spacing: 2px;
}
.spacing-3 {
    letter-spacing: 3px;
}
.help-style {
    min-height: 21px;
    font-size: 0.9em;
    margin-bottom:-7px;
    color:#dc3545;
}

.nowrap {
    white-space: nowrap;
    display: inline-block;
}

.vertical-align {
    height:100%; 
    text-align:center;
    display:table;
    width:100%;
}

.vertical-align-in {
    display: table-cell; 
    text-align:center;
    width:100%;
    vertical-align: middle;
}

.va-middle {
    vertical-align: middle;
}

@media (min-width: 768px) {
  .row.equal {
    display: flex;
    flex-wrap: wrap;
  }
}

/**
 * Help Form
 */
#DivFormHelp {
    display:none;
    opacity:0;
    position: fixed;
    bottom: -371px;
    right:2%;
    width:350px;
    padding:0px;
    z-index:1000;
    transition: bottom .7s ease;
}
#FaUpFormHelp {
    transition: all 1s ease 0s;
}
#DivHelpButton  {
    height: 40px;
    line-height: 40px;
    margin:0px;
    text-align:center;
    cursor:pointer;
}

#DivFormHelp input[type="text"],  #DivFormHelp textarea {
    width:90%;
    height:35px;
    margin-top: 20px;
    padding: 5px;
    border-radius:0px;
    border:1px solid grey;
}

.input-empty {
    border:1px solid #FF4136 !important;
    box-shadow: 0px 0px 10px #FF4136;
}

#DivFormHelp textarea {
    font-family:helvetica;
    height:160px;
    resize: none; 
}

.mCustomScrollbar{ -ms-touch-action: inherit; touch-action: inherit; /* MSPointer events - direct all pointer events to js */ }
.mCustomScrollbar.mCS_no_scrollbar{ -ms-touch-action: inherit; touch-action: inherit; }

/** Page photographer + Menu top for pro subdomain */
.div-photographer-block {
    margin:0 auto;
    max-width:1533px;
    padding: 0 10px;
}

/**
 * Pro Domain About / Terms
 */
.perso-taboption {
    margin-left: 10px;
    display:inline-block;
    padding: 6px 8px;
    font-size: .8em;
    cursor: pointer;
    vertical-align:-5px;
    color: #23323f;
    font-size: 13px;
    background: #fffdfa;
    border: 1px solid #bdbdbd;
    border-radius: 3px 3px 0px 0px;
    border-bottom: 0px;
}
.perso-taboption.active {
    vertical-align:-2px;
    border: 2px solid #ded1c1;
    border-bottom: 0px;
    background:#fbf7f1;
    font-weight: bold;
    padding: 9px 8px;
    margin-top: 0px;
}
.perso-taboption:not(.active):hover {
    background: #ffffff;
}

#ModalPropulsedBy h1 {
    font-size: 28px;
}

#ModalPropulsedBy h2 {
    font-size: 22px;
    border-top: 1px solid black;
    padding-top:20px;
}
