.page-content, .entry-content, .entry-summary {
    margin: 1.5em 0 0;
}

.my-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.card__clz {
    display: flex;
    flex-direction: column;
    margin-right: 15px;
}

/* Masquer titre page */

.dslc-code-empty-title.dslc-clearfix {
    display: none;
}

.dslc-code-empty-content.dslc-modules-section-wrapper.dslc-clearfix {
    max-width: unset !important;
    padding: 0;
}

input#stockimages::-webkit-inner-spin-button {
    opacity: 1;
    background: #f5f5f5 url(https://i.stack.imgur.com/YYySO.png) no-repeat 50% 50%;
    width: 14px;
    height: 14px;
    padding: 4px;
    position: relative;
    right: 4px;
    border-radius: 28px;
}

.hiddenStepInfo {
    display: none;
}

.selecttemplate {
    padding: 5px 10px 10px 10px;
    color: white;
    font-size: 18px;
    cursor: pointer;
    height: 30px;
    width: 100%;
    position: absolute;
    left: 0;
}

.activeStepInfo {
    display: block !important;
}

.underline {
    text-decoration: underline;
}

.step {
    margin-top: 27px;
}

.progress {
    position: relative;
    height: 25px;
}

.progress > .progress-type {
    position: absolute;
    left: 0px;
    font-weight: 800;
    padding: 3px 30px 2px 10px;
    color: rgb(255, 255, 255);
    background-color: rgba(25, 25, 25, 0.2);
}

.progress > .progress-completed {
    position: absolute;
    right: 0px;
    font-weight: 800;
    padding: 3px 10px 2px;
}

.step {
    text-align: center;
}

.step .col-md-2 {
    background-color: #fff;
    border: 1px solid #C0C0C0;
    border-right: none;
}

.step .col-md-2:last-child {
    border: 1px solid #C0C0C0;
}

.step .col-md-2:first-child {
    border-radius: 5px 0 0 5px;
}

.step .col-md-2:last-child {
    border-radius: 0 5px 5px 0;
}

.step .col-md-2:hover {
    color: #F58723;
    cursor: pointer;
}

.step .activestep {
    color: #F58723;
    height: 100px;
    margin-top: -7px;
    padding-top: 7px;
    border-left: 6px solid #5CB85C !important;
    border-right: 6px solid #5CB85C !important;
    border-top: 3px solid #5CB85C !important;
    border-bottom: 3px solid #5CB85C !important;
    vertical-align: central;
}

.step .fa {
    padding-top: 15px;
    font-size: 40px;
}


/* -------------- Filter -----------------*/

#filters {
    margin: 1%;
    padding: 0;
    list-style: none;
}

#filters li {
    float: left;
}

#filters li span {
    display: block;
    padding: 5px 10px;
    text-decoration: none;
    color: #666;
    cursor: pointer;
    margin: 0 5px;
    border-radius: 5px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}

#filters li span:hover {
    background: #fe7921;
    color: #fff;
}

#filters li span.active {
    background: #fe7921;
    color: #fff;
    border-radius: 5px;
    box-shadow: 2px 2px #ccc;
}

#filters li span.mixitup-control-active {
    background: #fe7921;
    color: #fff;
    border-radius: 5px;
    box-shadow: 2px 2px #ccc;
}

.portfolio.selected {
    box-shadow: 0px 0px 0px 5px #fe7921;
}

#categoriesList .portfolio {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    width: 23%;
    margin: 1%;
    /*display: none;*/
    float: left;
    overflow: hidden;
    /*-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;*/
}

.portfolio-wrapper {
    overflow: hidden;
    position: relative !important;
    background: #666;
    cursor: pointer;
}

.portfolio img {
    max-width: 100%;
    position: relative;
    top: 0;
    -webkit-transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
}

.portfolio .label {
    position: absolute;
    width: 100%;
    height: 40px;
    bottom: -40px;
    -webkit-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
}

.portfolio .label-bg {
    background: #e95a44;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.portfolio .label-text {
    color: #fff;
    position: relative;
    z-index: 500;
    padding: 5px 8px;
}

.portfolio .text-category {
    display: block;
    font-size: 9px;
}

.portfolio:hover .label {
    bottom: 30px;
}


.portfolio:hover img {
    top: -30px;
}


/* #Tablet (Portrait) */

@media only screen and (min-width: 768px) and (max-width: 959px) {
    .container {
        width: 768px;
    }
}


/*  #Mobile (Portrait) - Note: Design for a width of 320px */

@media only screen and (max-width: 767px) {
    .container {
        width: 95%;
    }
    #categoriesList .portfolio {
        width: 48%;
        margin: 1%;
    }
}

#divLoading {
    display: none;
}

#divLoading.show {
    position: fixed;
    background-color: #7352a1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: black;
    text-align: center;
    z-index: 100;
    opacity: 0.5;
}

#divLoading.show p {
    color: #fd6504;
    position: fixed;
    top: 35%;
    left: 35%;
    font-size: 30px;
    font-weight: bold;
}

#loadinggif.show {
    left: 50%;
    top: 50%;
    position: absolute;
    z-index: 101;
    width: 32px;
    height: 32px;
    margin-left: -16px;
    margin-top: -16px;
}

div.content {
    width: 1000px;
    height: 1000px;
}


/* #Mobile (Landscape) - Note: Design for a width of 480px */

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .container {
        width: 70%;
    }
}

.portfolio input[type="radio"]:checked + label {
    background-color: #b182f3;
}

.tooltips_plugin {
    position: relative;
    display: inline;
}

#selectpluginextra label {
    font-weight: 100 !important;
}

.tooltips_plugin span {
    position: absolute;
    width: 200px;
    visibility: hidden;
    border-radius: 6px;
    color: #7352a1;
    text-align: justify;
    font-size: 14px;
    font-weight: 300;
    height: 300px;
    background: white;
    padding: 9px 14px;
    overflow: auto;
}

.tooltips_plugin span:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 100%;
    margin-top: -8px;
    width: 0;
    height: 0;
    border-right: 8px solid #000000;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
}

label:hover.tooltips_plugin span {
    visibility: visible;
    opacity: 1;
    left: 100%;
    top: 50%;
    margin-top: -15px;
    margin-left: 15px;
    z-index: 999;
}

#selectpluginextra input[type="checkbox"]:checked + label {
    background-color: #b182f3;
    color: white;
}

button {
    background-color: #337ab7;
    color: #fff!important;
    -webkit-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
    line-height: 17px!important;
    font-size: 17px!important;
    padding: 10px 20px;
}

button i {
    vertical-align: middle!important;
}

a.paymenttype {
    display: block;
    width: 100%;
    text-align: center;
    border: 1px solid #f5f5f5;
}

a.paymenttype img {
    max-width: 80%;
    max-height: 40px;
    margin-bottom: 10px;
}

a.paymenttype:hover {
    background-color: #e8e8e8;
    border: 1px dashed #ccc;
}

label.tooltips_plugin span {
    overflow: hidden;
    text-align: left;
    width: 250px;
    box-shadow: 0 0 5px #929292;
    line-height: 16px;
}

/* Form style */
.websiteorder input[type=checkbox]:not(old),
.websiteorder input[type=radio]:not(old){
  width   : 28px;
  margin  : 0;
  padding : 0;
  opacity : 0;
  display: block;
  height: 0;
}
.websiteorder input[type=checkbox]:not(old) + label,
.websiteorder input[type=radio]:not(old) + label{ 
  display      : inline-block;
  margin-left  : 0px;
  padding-left : 28px;
  background   : url('https://subscribe.wiselocal.com/websites/imgs/checks.png') no-repeat 0 0;
  line-height  : 24px;
  height: 24px;
  font-size: 16px;
}
.websiteorder input[type=checkbox]:not(old):checked + label{
  background-position : 0 -24px;
}
.websiteorder input[type=radio]:not(old):checked + label{
  background-position : 0 -48px;
}
.col-md-6.container-fluid {
    margin-bottom: 30px;
	padding-bottom: 15px;
    border-left: 1px dashed #ccc;
	-webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.col-md-6.container-fluid:hover {
    background-color: #fbfbfb;
}
div#resultcharge table tfoot {
    border-top: 1px dashed #ccc;
}
div#resultcharge table thead {
    border-bottom: 1px dashed #ccc;
}
div#resultcharge table tbody {
    min-height: 40px;

}
div#resultcharge table tbody tr td {
    padding: 5px 5px!important;
    border-bottom: 1px solid #e2dede;
}
.col-md-6.container-fluid h4{
	font-weight:bold;	
}

/* step 1 */ 
span.progress-completed {
    line-height: 20px;
    font-size: 16px;
    font-family: cursive;
}
span#titlestep {
    font-size: 22px;
}
button {
    background-color: #337ab7;
    color: #fff!important;
	-webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
button:hover {
    background-color: #7352a1;
}
button[disabled]{
	color: #c7c7c7!important;
	background-color: #5799d2;
}
div#resultcharge {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    margin-top: 30px;
    border-radius: 5px;
}
div#resultcharge h3 {
    text-align: center;
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
}
div#resultcharge table {
    width: 100%;
}
div#resultcharge table thead tr td, div#resultcharge table tfoot tr td {
    font-weight: bold;
}
div#resultcharge table tbody tr td {
    font-size: 14px;
}
.step {
    text-align: left;
}

/* Step 2*/
table#tabpages {
    width: 100%;
}
table#tabpages input.pagesnames, table#tabpages textarea.pagesdesc {
    width: 95%;
}
button.btnremovepage i {
    color: red;
    font-size: 25px;
}
button.btnaddpage i {
    font-size: 25px;
}
button.btnremovepage, button.btnaddpage {
    padding: 0 10px;
}
table#tabpages tbody tr {
    border-bottom: 1px dashed #ccc;
}
table#tabpages {
    border: 1px dashed #ccc;
}
table#tabpages td {
    padding: 5px;
}
table#tabpages thead tr td {
    font-weight: bold;
    padding: 10px 0 0 5px;
}
table#tabpages tfoot tr td {
    font-weight: bold;
}
input.pagesnames.notvalid {
    border: 1px solid red!important;
}
#pagesmessageerror{
	color: red;
	font-size:13px;
}
#messagedomaineerror{
    color: red;
    font-size: 15px;
    font-weight: 700;
    font-family: Arial;
}

#messagedomainejerror{
    color: red;
    font-size: 15px;
    font-weight: 700;
    font-family: Arial;
}

.messagedomainesuccess{
    color: green !important;
}

/* Step 3 */
table#tabsubpages tbody tr {
    border-bottom: 1px dashed #ccc;
}
table#tabsubpages {
    border: 1px dashed #ccc;
	width: 100%;
}
table#tabsubpages td {
    padding: 5px;
}
table#tabsubpages thead tr td {
    font-weight: bold;
    padding: 10px 0 0 5px;
}
table#tabsubpages tfoot tr td {
    font-weight: bold;
}
button.btnremovesubpage i {
    color: red;
    font-size: 25px;
}
button.btnaddsubpage i {
    font-size: 25px;
}
button.btnremovesubpage, button.btnaddsubpage {
    padding: 0 10px;
}
input.subpagesnames.notvalid {
    border: 1px solid red!important;
}
#subpagesmessageerror{
	color: red;
	font-size:13px;
}

/* Step 4 */
label {
    font-weight: 100!important;
    color: #572a96;
}
input.notvalid {
    border: 1px solid red!important;
}
input.isvalid {
    border: 1px solid green!important;
}

/* Step 5 */

div#emaillistclient table {
    width: 100%;
	border: 1px dashed #ccc;
}
div#emaillistclient table tbody tr {
    border-bottom: 1px dashed #ccc;
}
div#emaillistclient table thead tr td {
    font-weight: bold;
    padding: 10px 0 0 5px;
}
div#emaillistclient table td {
    padding: 5px;
}
div#emaillistclient table tfoot tr td {
    font-weight: bold;
}
div#emaillistclient h4 {
    text-align: center;
}
div#emaillistclient {
    margin-bottom: 30px;
    display:none!important;
}

.d-none {
    display: none !important;
}
.websiteorder input[type=checkbox], .websiteorder input[type=radio] {
    display: none;
}

#tabSections td {
    padding: 0 5px;
}