@font-face {
	font-family: 'Lobster-Regular';
	src:  url('fonts/Lobster-Regular.ttf');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'FiraSans-Bold';
	src:  url('fonts/FiraSans-Bold.otf');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'FiraSans-Regular';
	src:  url('fonts/FiraSans-Regular.otf');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'DancingScript-Bold';
	src:  url('fonts/DancingScript-Bold.ttf');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'latoR';
	src:  url('fonts/Lato-Regular.ttf');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'latoB';
	src:  url('fonts/Lato-Bold.ttf');
	font-weight: normal;
	font-style: normal;
}
@font-face {
  font-family: 'exist-font';
  src:  url('fonts/exist-fonta425.eot?bqvxeq');
  src:  url('fonts/exist-fonta425.eot?bqvxeq#iefix') format('embedded-opentype'),
    url('fonts/exist-fonta425.ttf?bqvxeq') format('truetype'),
    url('fonts/exist-fonta425.woff?bqvxeq') format('woff'),
    url('fonts/exist-fonta425.svg?bqvxeq#exist-font') format('svg');
  font-weight: normal;
  font-style: normal;
}
body{
	direction: rtl;
}
[class^="exist-"], [class*=" exist-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'exist-font' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.exist-play:before {
  content: "\e913";
  color: #fff;
}
.exist-compare:before {
  content: "\e900";
}
.exist-freeship:before {
  content: "\e901";
}
.exist-heart:before {
  content: "\e902";
}
.exist-hotline:before {
  content: "\e903";
}
.exist-leftarrow:before {
  content: "\e904";
}
.exist-minicart:before {
  content: "\e905";
}
.exist-money:before {
  content: "\e906";
}
.exist-notification:before {
  content: "\e907";
}
.exist-quickview:before {
  content: "\e90c";
}
.exist-rightarrow:before {
  content: "\e90d";
}
.exist-search:before {
  content: "\e90e";
}
.exist-shipping:before {
  content: "\e90f";
}
.exist-support:before {
  content: "\e910";
}
.exist-user:before {
  content: "\e911";
}
.exist-zoom:before {
  content: "\e912";
}
#portfolio {  
    margin: 1rem 0;
    -webkit-column-count: 4; 
    -moz-column-count: 4;
    column-count: 4;
    -webkit-column-gap: 1rem;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
    -webkit-column-width: 33.33333333333333%;
    -moz-column-width: 33.33333333333333%;
    column-width: 33.33333333333333%;
}

section.costumes {
  display: flex;
  flex-flow: row wrap;
}

section.costumes > div {
  flex: 1;
  padding: 0.5rem;
}
.radio_costume {
  display: none !important;
}
.radio_costume:not(:disabled) ~ .label1 {
  cursor: pointer;
}
.radio_costume:disabled ~ .label1 {
  color: #bcc2bf;
  border-color: #bcc2bf;
  box-shadow: none;
  cursor: not-allowed;
}

.label1 {
  width: 85%;
  height: 100%;
  display: block;
  background: white;
  border: 2px solid #dab63b;
  border-radius: 20px;
  padding: 1rem;
  margin-bottom: 1rem;
  text-align: center;
  box-shadow: 0px 3px 10px -2px rgba(161, 170, 166, 0.5);
  position: relative;
  opacity: 0.5;
  font-weight: 100;
}

.radio_costume:checked + .label1 {
  color: black;
  /*box-shadow: 0px 0px 20px rgb(218, 182, 59);*/
  opacity: 1;
}
.radio_costume + .label1::after {
  top: -25px;
  height: 50px;
  width: 50px;
  content:'';
}
.radio_costume:checked + .label1::after {
  color: #000;
  font-family: FontAwesome;
  border: 2px solid #dab63b;
  content: "\f00c";
  font-size: 24px;
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  background: white;
  box-shadow: 0px 2px 5px -2px rgba(0, 0, 0, 0.25);
}
.labelcouleur{
}
.radio_costume:checked + .labelcouleur {
	color: black;
    box-shadow: 0px 0px 20px rgb(146, 146, 145);
    opacity: 1;
    border: 2px solid #8e8e8e;
}
.radio_costume + .labelcouleur{
	color:#8e8e8e;
	border: 2px solid #ccc;
}
.radio_costume:checked + .labelcouleur::after{
	color:#8e8e8e;
	border: 2px solid #8e8e8e;
	display:none;
}
.wizard > .content > .etape2 label{
	margin-bottom: 0 !important;
}
.select-rech{
	width:30%;
	height:40px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-bottom:15px;
	padding:5px;
	font-size:14px;
}
.color_c, .color_e{
	display:none;
}
.lien-mesure{
	border: 1px solid #dab63b;
    background: #fff;
    display: inline-block;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    width: 26%;
    margin: 0 20px;
}
.lien-mesure img{
	width:100%;
}
.lien-mesure2{
	border: 1px solid #dab63b;
    background: rgba(0, 0, 0, 0.45);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    width: 37.5%;
    margin: 0 5%;
    display: inline-block;
	padding: 10px;
	float:left;
	color:#fff;
	height: 190px;
}
.lien-mesure2:hover{
	color:#fff;
	text-decoration:none;
}
.lien-mesure3{
	border: 1px solid #dab63b;
    background: rgba(0, 0, 0, 0.45);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    width: 37.5%;
    margin: 0 5%;
    display: inline-block;
	padding: 10px;
	color:#fff;
	height: 190px;
}
.lien-mesure3:hover{
	color:#fff;
	text-decoration:none;
}
.titre-taille-m{
	color:#fff;
	font-size:15px;
	font-family: 'latoB';
}
#txt_colorc{
	flex: none !important;
    margin-bottom: 20px;
    margin-top: 20px;
    font-size: 15px;
    font-weight: 700;
}
.slick-arrow{
	position: absolute;
    top: 50%;
    z-index: 99;
    font-family: 'latoR';
    font-size: 25px;
    border: 2px solid #dab63b;
    padding: 10px;
    color: #dab63b;
    background: rgba(0, 0, 0, 0.1803921568627451);
}
.slick-next{
	right:0;
}
.prix-details{
	font-size: 20px;
    font-family: latoB;
    color: #dab63b;
}
.titre-interne{
	font-size:22px;
	font-family: 'latoR';
	margin-bottom: 15px;
}
.titre-echelle{
	font-size:18px;
	font-family: 'latoB';
}
.titre-param{
	font-size:20px;
	font-family: 'latoB';
	color:#dab63b;
}
.select-size{
	width:100%;
	height:35px;
	border:1px solid #ccc;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding:5px 10px;
	color: #000;
}
.cadre-size{
    width: 16.66666%;
    float:right;
	margin-left:-5px;
}
.cadre-size > div{
	border:1px solid #dab63b;
	margin:5px;
	text-align: center;
	background: rgba(0,0,0,0.2);
}
.titre-size{
	font-family: 'latoB';
	font-size: 14px;
}
.nbre-size{
	color:#dab63b;
}
.type-size{
	font-size:12px;
}
.input-size{
	border: 1px solid #828282;
    width: 80%;
    text-align: center;
    font-size: 13px;
    background: rgba(255, 255, 255, 0.34);
    color: #000;
}
table > thead{
    font-family: 'latoB';
}
.table-bordered>thead>tr>td, .table-bordered>thead>tr>th{
	background: #dab63b;
    color: #fff;
}
.table-bordered{
	background:rgba(255, 255, 255, 0.6);
	color:#000;
}
.total-prix{
    font-family: 'latoB';
	color:#000;
	font-size: 18px;
}
.cadre-connexion{
    width: 50%;
    float:left;
	margin-left:-5px;
}
.cadre-connexion > div{
	border:1px solid #dab63b;
	margin:5px;
	font-family: 'FiraSans-Regular';
	padding: 15px;
	background: rgba(0, 0, 0, 0.5);
	height: 190px;
}
.cadre-connexion > div > p{
	font-size:12px;
	text-align:justify;
}
.titre-connexion{
	font-size: 17px;
	margin-bottom: 15px;
}
.input-connect{
	width: 98%;
    height: 30px;
    padding: 1%;
	margin-bottom: 15px;
    border: 1px solid #909090;
	background: #fff;
    color: #909090 !important;
}
.btn{
	padding: 6px 15px;
	border-radius: 0;
}
.div-form{
	width: 48%;
    float: right;
    margin: 1%;
}
.cadre-inscription{
    width: 100%;
	margin-right:-5px;
}
.cadre-inscription > div{
	border:1px solid #dab63b;
	margin:5px;
	font-family: 'FiraSans-Regular';
	padding: 0;
	background: rgba(0, 0, 0, 0.5);
}
.div-form3 > p , .div-form > p {
	font-family: 'latoB';
	font-size:17px;
	letter-spacing: 1px;
}
.div-form3 > hr {
	width: 60px;
    margin: -14px 0 20px !important;
    border-bottom: 4px solid rgb(218, 182, 59) !important;
}
.div-form > hr {
	width: 60px;
    margin: -14px 0 0 !important;
    border-bottom: 4px solid rgb(218, 182, 59) !important;
}
.hr-contact{
    border-bottom: 1px dotted rgb(204, 174, 89) !important;
	width: 50%;
    margin: 15px 0px 15px 23px !important;
}
.input-inscription{
	width: 100%;
    height: 30px;
    padding: 1%;
	margin-bottom: 5px;
    border: 1px solid #fff;
	background: #fff;
    color: #909090 !important;
}
.select-inscription{
	width: 100%;
    height: 42px;
    padding: 1%;
	margin-bottom: 5px;
    border: 1px solid #909090;
	background: #fff;
    color: #909090 !important;
}
.div-form2{
	width: 98%;
    margin: 1%;
	text-align:right;
}
.div-form3{
	width: 96%;
    margin: 1%;
}
.titre-login{
	text-align: left;
    font-family: latoB;
    letter-spacing: 1px;
	direction: rtl;
}
.titre-login a, .titre-login a:hover{
	color: #fff;
    font-size: 13px;
	margin-right: 25px;
}
.titre-login i{
	color:#dab63b;
}
#cont-image{
	background:#fff;
	border:2px solid #dab63b;
}
.ajout-panier{
	background:#c69f19 url(../images/shopping-cart_icon-icons.com_56125.png) no-repeat left center;
	padding-left: 40px;
}
.modifier-panier{
	background:#c69f19 url(../images/39275.png) no-repeat left center;
	padding-left: 40px;
}
.ajout-achat{
	background:#fff;
	color: #5d5b5b;
	border:1px solid #fff;
    font-family: latoB;
}
.ajout-achat:hover{
	background:#000;
	color: #fff;
	border:1px solid #5d5b5b;
}
.delete-panier{
	background: rgba(255,255,255,0.5);
	color: #ba0000;
	padding: 5px 8px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin:0 3px;
}
.edit-panier{
	background: rgba(255,255,255,0.5);
	color: #12ba00;
	padding: 5px 8px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin:0 3px;
}
.bloc_c{
	flex: none;
	width: 30%;
    display: inline-block;
}
.color_c, .color_e{
	width: 15%;
    float: left;
    margin: 2%
}

/* Filter and search options */

#price-range {
  width: 370px;
  margin: 10px auto 30px auto;
  text-align: center;
  font-weight: bold;
}

#value-min, #value-max {
  width: 100px;
  border: none;
  background-color: #f1f1f1;
  font-family: 'Karla', sans-serif;
}

#slider { margin: 30px 0 30px 0; }

/* Filter and search options */

#buttons, #search {
  text-align: center;
  margin-bottom: 30px;
}

/* Filter buttons */

button {
  background-color: #d7d7d7;
  margin: 5px 2px;
  border: none;
  padding: 3px 10px 4px 10px;
  border-radius: 4px;
  color: #333;
  font-family: 'Karla', sans-serif;
  font-size: 100%;
}
 
button {
	margin:0 2px !important;
	cursor: pointer !important;
	padding: 7px 18px;
	background: #000;
    color: #fff !important;
}
button:hover, button.active {
  background-color: #dab63b;
  color: #fff;
  cursor: pointer;
}

/* Search input */

input {
  font-size: 120%;
  border: 1px solid #999;
  padding: 5px;
}

input:hover { border: 1px solid #666; }

input:focus {
  border: 1px solid #00cccc;
  outline: none;
}

/* Gallery of images */

#gallery {
  text-align: center;
  max-width: 1020px;
  margin: 0 auto;
}


/* Table styles */

table {
  margin: 0 auto;
  width: 780px;
}

table#rates { width: 380px; }

th, td {
  border-radius: 3px;
  color: #333;
  padding: 7px 10px 5px 10px;
  min-width: 9em;
  text-align: left;
}

th {
  background-color: #d7d7d7;
  font-weight: bold;
  text-transform: uppercase;
}

td { background-color: #fff; }

table.sortable th:hover { cursor: pointer; }

th.ascending, th.descending, table.sortable th:hover {
  background-color: #00cccc;
  color: #fff;
}

/* Arrows for table sorting */

th.ascending:after {
  font-size: 60%;
  content: '\25B2';
  float: left;
  padding: 4px 5px 0 0;
}

th.descending:after {
  font-size: 60%;
  content: '\25BC';
  float: left;
  padding: 4px 5px 0 0;
}

.about {
  width: 780px;
  margin: 0 auto 40px auto;
}

.about:after {
  content: "";
  display: table;
  clear: both;
}

.about h2 {
  text-align: left;
  float: left;
}

.bio {
  float: right;
  width: 195px;
}

.bio img {
  float: left;
  width: 50px;
  height: 50px;
  margin-right: 10px;
}

.location {
  padding-left: 74px;
  background-image: url('../img/pointer.png');
  background-repeat: no-repeat;
  background-position: 60px 1px;
  font-size: 90%;
}
.scale-anm{
	float:left;
}
.nbrepanier{
	-webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    background: #dab63b;
    width: 25px;
    display: inline-block;
    height: 19px;
    padding-top: 6px !important;
    text-align: center;
    margin-top: 0px !important;
	color: #000;
}
.return_option{
	background: #daffdb;
	border: 1px solid #238736;
	padding: 0 15px;
	color: #fff;
	margin-top:55px;
}
.return_option h4{
	font-family: 'Karla', sans-serif;
	color: #545454;
}
.bloc-contact{
	width:50%;
	float:right;
	color:#fff;
}
.bloc-contact i{
	color:#dab63b;
}
.row-commande{
	margin:0 -1%;
	width:102%;
}
.div-commande{
	width:48%;
	float:left;
	margin:1%;
	background: #fff;
}
.titre-commande{
	text-align:right;
	font-size: 17px;
    font-weight: 600;
    color: #c69f19;
    letter-spacing: 1px;
	padding:10px;
}
.ac-container{
	width: 94%;
    margin: 3%;
	text-align: right;
	color:#000;
}

.ac-container input:checked + label:hover:after{
	background-image: url(../images/arrow_up.png);
}
.ac-container input{
	/*display: none;*/
}
.ac-container article{
	background: rgba(255, 255, 255, 0.5);
	margin-top: -1px;
	overflow: hidden;
	height: 0px;
	position: relative;
	z-index: 10;
	-webkit-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-moz-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-o-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-ms-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
}
.ac-container article p{
	font-style: italic;
	color: #777;
	line-height: 23px;
	font-size: 14px;
	padding: 20px;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.8);
}
.ac-container input:checked ~ article{
	-webkit-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	-moz-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	-o-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	-ms-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	box-shadow: 0px 0px 0px 1px rgba(155,155,155,0.3);
}
.ac-container input:checked ~ article.ac-small{
	height: auto;
	padding:15px;
	margin-top:10px;
	font-size:14px;
	text-align:justify;
}
.ac-container input:checked ~ article.ac-medium{
	height: 180px;
}
.ac-container input:checked ~ article.ac-large{
	height: 230px;
}
.bt-cammander{
	background:#dab63b;
	color:#fff;
	border:1px solid #b38f13;
}
.toolbar{
	direction:rtl;
}
.ps-btn, button.ps-btn{
	padding: 10px 45px 10px 15px;
	background: #fff url(../images/shopping-cart_icon-icons.com_5612522.png) no-repeat right center;
}
.ps-product--detail.bottom.quick {
    direction: rtl;
}
.select-devis{
	background: transparent url(../images/icon-devise.png) no-repeat right center;
    border: none;
    margin-right: 30px;
    padding: 0;
    padding-right: 22px;
	text-align:center;
}
.select-devis option {
    margin: 40px;
    background: rgba(0, 0, 0, 0.92);
    color: #fff;
}
.select-langue{
	background: transparent url(../images/icon-langue.png) no-repeat right center;
    border: none;
    margin-right: 30px;
    padding: 0;
    padding-right: 22px;
	text-align:center;
}
.select-langue option {
    margin: 40px;
    background: rgba(0, 0, 0, 0.92);
    color: #fff;
}