.wizard {
/*    margin: 20px auto;
*/    /*background: #fff;*/
}

    .wizard .nav-tabs {
        position: relative;
/*        margin: 40px auto;
*/        margin-bottom: 0;
        border-bottom-color: #e0e0e0;
    }

    .wizard > div.wizard-inner {
        position: relative;
    }

.connecting-line {
    height: 2px;
    background: #00853F;
    position: absolute;
    width: 80%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 50%;
    z-index: 1;
}

.wizard .nav-tabs > li.active > a, .wizard .nav-tabs > li.active > a:hover, .wizard .nav-tabs > li.active > a:focus {
    color: #555555;
    cursor: default;
    border: 0;
    border-bottom-color: transparent;
}

span.round-tab {
    width: 70px;
    height: 70px;
    line-height: 70px;
    display: inline-block;
    border-radius: 100px;
    background: #fff;
    border: 2px solid #00853F;
    z-index: 2;
    position: absolute;
    left: 0;
    text-align: center;
    font-size: 25px;
}
span.round-tab i{
    color:#00853F;
}
.wizard li.active span.round-tab {
    background: #fff;
    border: 2px solid #00853F;
    
}
.wizard li.active span.round-tab i{
    color:#00853F;
}

span.round-tab:hover {
    color: #333;
    border: 2px solid #00853F;
}

.wizard .nav-tabs > li {
    width: 20%;
}

.wizard li:after {
    content: " ";
    position: absolute;
    left: 46%;
    opacity: 0;
    margin: 0 auto;
    bottom: 0px;
    border: 5px solid transparent;
    border-bottom-color: #5bc0de;
    transition: 0.1s ease-in-out;
}

.wizard li.active:after {
    content: " ";
    position: absolute;
    left: 46%;
    opacity: 1;
    margin: 0 auto;
    bottom: 0px;
    border: 10px solid transparent;
    border-bottom-color: #5bc0de;
}

.wizard .nav-tabs > li a {
    width: 70px;
    height: 70px;
    margin: 20px auto;
    border-radius: 100%;
    padding: 0;
}

    .wizard .nav-tabs > li a:hover {
        background: transparent;
    }

.wizard .tab-pane {
    position: relative;
    padding-top: 50px;
}

.wizard h3 {
    margin-top: 0;
}

@media( max-width : 585px ) {

    .wizard {
        width: 90%;
        height: auto !important;
    }

    span.round-tab {
        font-size: 16px;
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    .wizard .nav-tabs > li a {
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    .wizard li.active:after {
        content: " ";
        position: absolute;
        left: 35%;
    }
}
/*-----------------------------------------Gestion des couleurs---------------------------------------*/
.arrplan {background-image: url(../images/monimage.jpg);
	background-repeat: no-repeat;
	background-position: left;
	min-height: 290px;
	background-size: cover;
	}
.marron {background-color: #f5f5f5;
	margin-left: 0px;
	margin-right: 0px;
	padding: 10px;
	}
.marron-fonce {background-color:#f5f5f5;
	
	}
.texte-h4 { color: #00853F;
	}
.bleu-titre { background-color:#193863;
	color: #F2F2F2;
	padding: 5px;
}
.girs-titre { background-color:#F2F2F2;
	color: #202020;
	padding: 5px;
}
.bg-footer { background-color:#00853F;
	color: #202020;
	height: 120px;
	vertical-align: middle;
	padding: 3px;
}
/*------------------------------------------------ Barre de recherche -----------------------*/
.dropdown.dropdown-lg .dropdown-menu {
    margin-top: -1px;
    padding: 6px 20px;
}
.input-group-btn .btn-group {
    display: flex !important;
}
.btn-group .btn {
    border-radius: 0;
    margin-left: -1px;
    border: 1px solid #ee8b2d;

}
.btn-group .btn:last-child {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.btn-group .form-horizontal .btn[type="submit"] {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.form-horizontal .form-group {
    margin-left: 0;
    margin-right: 0;
}
.form-group .form-control:last-child {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

@media screen and (min-width: 768px) {
    #adv-search {
        width: 500px;
        margin-left: auto;
		margin-right: auto;
    }
    .dropdown.dropdown-lg {
        position: static !important;
    }
    .dropdown.dropdown-lg .dropdown-menu {
        min-width: 500px;
    }
}
/*------------------------------------------- Espace ------------------------------------*/
.marge {margin-top: 1px;
	margin-bottom: 2px;
	}
.espace-footer {padding-top: 15px;
	color: #FFF;
    font-size: 13px;
	}
/*------------------------------------- Etoiles -----------------------------------------*/

#colorstar { color: #ee8b2d;
	padding-left: 35%;
	padding-right: 35%px;
}
.badForm {color: #FF0000;}
.goodForm {color: #00FF00;}
.evaluation { margin-left:auto;
			margin-right: auto;

}
/*------------------------------------- Google style connexion --------------------------*/
.form-signin
{
    max-width: 330px;
    padding: 15px;
    margin: 0 auto;
}
.form-signin .form-signin-heading, .form-signin .checkbox
{
    margin-bottom: 10px;
}
.form-signin .checkbox
{
    font-weight: normal;
}
.form-signin .form-control
{
    position: relative;
    font-size: 16px;
    height: auto;
    padding: 6px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border:1px solid #ee8b2d;
    border-radius: 5px;

}
.form-signin .form-control:focus
{
    z-index: 2;
}
.form-signin input[type="text"]
{

    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.form-signin input[type="password"]
{

    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.account-wall
{
    margin-top: 20px;
    padding: 40px 0px 20px 0px;
    background-color: #f7f7f7;
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}
.login-title
{
    color: #00853F;
    font-size: 15px;
    font-weight: 400;
    display: block;
    text-shadow: #e2d8cf 0.1em 0.1em 0.2em;
}
.profile-img
{
    width: 96px;
    height: 96px;
    margin: 0 auto 10px;
    display: block;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #ee8b2d;
}
.need-help
{
    margin-top: 10px;
    color: #ee8b2d;
}
.new-account
{
    margin-top: 10px;
}


.divsubscribe
{
    color: #ee8b2d;
    font-size: 13px;
    text-align: center;
}

.spaceenable {
    background-color: #ee8b2d;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-size: 11px;
    padding: 4px;
    font-weight: bold;
    border:1px solid #ee8b2d;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;

}
.spacedisabled {

    background-color: #00853F;
    color: #FFF;
    text-transform: uppercase;
    font-size: 11px;
    padding: 4px;
    border:1px solid #00853F;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;

}
.spaceenable1 {
    background-color: #00853F;
    color: #FFF;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-size: 11px;
    padding: 4px;
    border:1px solid #00853F;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;

}
.spacedisabled1 {

    background-color: #ee8b2d ;
    color: #000;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: bold;
    padding: 4px;
    border:1px solid #ee8b2d ;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;

}
.labelSubscription{

    font-size: 12px;
    color: #00853F;
    font-weight: bold;
}

a, a:hover {
    text-decoration: none;
}


 .valide {
     font-weight: bolder;
     background-color: white;
     border: 1px solid rgb(113, 81, 47);
     color: #00853F;
 }

.valide:hover {
    border-top: 3px solid #ee8b2d;
    background-color: rgb(113, 81, 47);
    color: #f8f8f8;
    font-size: 13px;
}

.annule {
    font-weight: bolder;
    background-color: white;
    border: 1px solid #003366;
    color: #00853F;
}

.annule:hover {
    border-top: 3px solid #ee8b2d;
    background-color: #003366;
    color: #f8f8f8;
    font-size: 13px;
}

.form-signin1
{
    max-width: 300px;
    padding: 5px;
    /*margin: 0 auto;*/
}

.form-control, .thumbnail {
    border-radius: 2px;
}
.btn-danger1 {
    background-color: #00853F;
    border: 1px solid #ee8b2d;
}

.btn-danger1:hover {
    background-color: #ee8b2d;
    border: 1px solid #ee8b2d;

}

/* File Upload */
.fake-shadow {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
.fileUpload {
    position: relative;
    overflow: hidden;
}
.fileUpload #logo-id {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 23px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}
.fileUpload #logo-idBis {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 23px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}
.img-preview {
    max-width: 100%;
}

.majFirstL {
    text-transform: capitalize;
}

#radioBtn .notActive{
    color: #3276b1;
    background-color: #fff;
    height: 36px;
}

#radioBtn .active{
    /*color: #3276b1;
    background-color: #fff;*/
    height: 36px;
}

/*----------------------------*/

.form-signin2
{
    max-width: 568px;
    padding: 15px;
    margin: 0 auto;
}
.form-signin2 .form-signin2-heading, .form-signin2 .checkbox
{
    margin-bottom: 10px;
}

/*----------------------------*/

.form-signin3
{
    padding: 5px;
    margin: 0 auto;
}
.form-signin3 .form-signin-heading, .form-signin3 .checkbox
{
    margin-bottom: 10px;
}
.form-signin3 .checkbox
{
    font-weight: normal;
}
.form-signin3 .form-control
{
    position: relative;
    font-size: 16px;
    height: auto;
    padding: 6px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border:1px solid #ee8b2d;
    border-radius: 5px;

}
.form-signin3 .form-control:focus
{
    z-index: 2;
}
.form-signin3 input[type="text"]
{

    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.form-signin3 input[type="password"]
{

    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

/*///////////////////////////////////////*/

.stylish-panel1 {
    padding: 10px 0;
    text-align: center;
    padding: 10px;
    border: 1px solid #003366;
    border-radius: 4px;
    transition: 0.2s;
    background-color: #003366;
    width: 300px;
    height: 90px;
}

.stylish-panel {
    padding: 10px 0;
    text-align: center;
}

.stylish-panel > div > div{
    padding: 10px;
    border: 1px solid #003366;
    border-radius: 4px;
    transition: 0.2s;
    background-color: #003366;
    width: 300px;
    height: 90px;

}

.stylish-panel > div:hover > div{
    margin-top: -10px;
    border: 1px solid rgb(200, 200, 200);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 5px 2px;
    background: rgba(200, 200, 200, 0.1);
    transition: 0.5s;
    background-color: #003366;
}

.stylish-panel > div:hover img {
    border-radius: 50%;
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}
.img1{
    width: 100px;
}


.alert-labeled{
    padding: 0px;
}

.alert-labeled-row{
    display: table-row;
    padding: 0px;
}

.alert-labelled-cell{
    padding: 10px;
    display: table-cell;
    vertical-align: middle;
}

.alert-labeled .close > *{
    padding:10px;
    display: table-cell;
    vertical-align: middle;
}

.alert-label{
    vertical-align: middle;
    background: #BCE8F1;
    width: auto;
    padding: 10px 15px;
    height: 100%;
    font-size:1.1em;
}

.labelPrest{
    color: #FFF;
    font-size: 16px;
    text-align:right;
    vertical-align: middle;
    margin-top: -79px;
    margin-left: 47px;
    font-family: Lato-Regular;
    font-style: inherit;
}

/*Liste des categories de services css******/
.my-toggle {
    margin: 20px 0;
    margin-left: -25px;
}
.my-toggle > li {
    display: block;
    list-style: outside none none;
    margin-bottom: 15px;
}
.toggle-title {
    font-weight: 300;
    font-size: 15px;
    color: #304351;
    margin-bottom: 0;
    line-height: 42px;
    margin-top: 0;
}
.view {
    /*background-color: #f4f8f8;*/
    background-color: rgba(238, 139, 45, 0.07);
    color: #304351;
    cursor: pointer;
    display: block;
    padding: 0 15px;
    text-decoration: none;
    height: 42px;
    border-radius: 2px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition:all 0.2s;
    line-height: 42px;
    position: relative;
}
.view.opened {
    background: #ee8b2d;
    border-radius: 3px 3px 0 0;
    border-bottom: 1px solid rgba(255,255,255,0.12);
}
.detail {
    padding: 5px 15px;
    display: none;
    line-height: 20px;
    font-size: 14px;
    color: #00853F;
    border-top: 1px solid #00BCD4;
    border: 1px solid;
    border-radius: 0 0 3px 3px;
    border-top: 1px solid rgba(255,255,255,0.15);
    font-weight: 300;


}
.view:hover {
    text-decoration: none;
    background: #ee8b2d;
}
.view.opened {
    background-color: #ee8b2d;
    border: 0 none;
}
.view.opened .toggle-title,
.view:hover .toggle-title {
    color: #fff;
}
/*Fin Liste des categories de services css*/

.recapChoix {
    background-color: rgba(238, 139, 45, 0.07);
}

.labelChoix1{
    color: #0C1021;
    text-align: center;
    background-color: #ee8b2d;
    border-bottom: 2px solid #615c5c;
    width: 289px;
}


.labelChoix2 {
    background-color: transparent;
    color: #303030;
    font-weight: 300;
    font-size: 14px;
    text-align: left;
    margin-left: 15px;
}
.leTTC
{
    background-color: #fef7f0;
    font-weight: 500;
    font-size: 13px;
    color: #00853F;
    text-align: right;
}


* {
    box-sizing: border-box;
}

/*Mon CSS Mes Abonements*/

.columns1 {
    margin-bottom:20px;
    cursor:pointer;
}
.columns1:hover .header1 { background-color:#ee8b2d;border-top-left-radius: 10px;
    border-top-right-radius: 10px;}
.columns1:hover .button1{ background-color:#ee8b2d;}
.columns1:hover .grey1 {font-size:15px; color:#4CAF50; }
.columns1:hover .price1 { color:red;border-top-left-radius: 10px;border-top-right-radius: 10px;}

.price1 {
    list-style-type: none;
    border: 1px solid #eee;
    margin: 0;
    padding: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    overflow: hidden;
}

.price1:hover {
    box-shadow: 0 8px 12px 0 rgba(0,0,0,0.2)
}

.price1 .header1 {
    background-color: #00853F;
    color: white;
    font-size: 15px;
    transition: all .2s ease-in-out;
}

.price1 li {
    border-bottom: 1px solid #eee;
    padding:12px;
    text-align: center;

}
.highlight1 { transition: 0.3s;}
.highlight1:hover {-webkit-transform:scale(1.5);transform:scale(1.5); font-size: 12px;}

.price1 .grey1 {
    background-color: #eee;
    font-size: 15px;
    transition: all .2s ease-in-out;
    font-weight: 900;
}

.button1 {
    background-color: #ee8b2d;
    border: none;
    color: white;
    padding: 5px 20px;
    text-align: center;
    text-decoration: none;
    font-size: 13px;
    text-transform: capitalize;
    transition: all .2s ease-in-out;
}
.button1:hover {
    color: #ffffff;
    text-decoration: none;
    text-transform: capitalize;
    font-size: 17px;

}
@media only screen and (max-width: 600px) {
    .columns1 {
        width: 100%;
    }
}


/*infos*/

.error-notice {
    margin: 5px 5px; /* Making sure to keep some distance from all side */
}

.oaerror {
    /* Configure it fit in your design  */
    margin: 0 auto; /* Centering Stuff */
    background-color: #FFFFFF; /* Default background */
    padding: 10px;
    border: 1px solid #f0ad4e;
    border-left-width: 5px;
    border-radius: 3px;
    margin: 0 auto;
    font-family: Lato-Regular, sans-serif;
    font-size: 15px;
}


.warning {
    border-left-color: #f0ad4e;
    background-color: rgba(240, 173, 78, 0.1);
}

.warning strong {
    color: #f0ad4e;
}

/*Mes prestations*****/
.shape{
    border-style: solid; border-width: 0 70px 40px 0; float:right; height: 0px; width: 0px;
    -ms-transform:rotate(360deg); /* IE 9 */
    -o-transform: rotate(360deg);  /* Opera 10.5 */
    -webkit-transform:rotate(360deg); /* Safari and Chrome */
    transform:rotate(360deg);
}
.offer{
    background:#fff; border:1px solid #ddd; box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2); margin: 15px 0; overflow:hidden;
}
.offer:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform:rotate scale(1.1);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.shape {
    border-color: rgba(255,255,255,0) #d9534f rgba(255,255,255,0) rgba(255,255,255,0);
}
.offer-radius{
    border-radius:7px;
}

.offer-default {	border-color: #999999; }
.offer-default .shape{
    border-color: transparent #999999 transparent transparent;
}

.offer-warning {	border-color: #f0ad4e; }
.offer-warning .shape{
    border-color: transparent #f0ad4e transparent transparent;
}

.shape-text{
    color:#fff; font-size:12px; font-weight:bold; position:relative; right:-40px; top:2px; white-space: nowrap;
    -ms-transform:rotate(30deg); /* IE 9 */
    -o-transform: rotate(360deg);  /* Opera 10.5 */
    -webkit-transform:rotate(30deg); /* Safari and Chrome */
    transform:rotate(30deg);
}
.offer-content{
    padding:0 20px 10px;
}
@media (min-width: 487px) {
    .container {
        max-width: 700px;
    }
    .col-sm-6 {
        width: 50%;
    }
}
@media (min-width: 700px) {
    .container {
        max-width: 770px;
    }
    .col-md-4 {
        width: 33.33333333333333%;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1170px;
    }
    .col-lg-3 {
        width: 30%;
    }
}

.labelEtiquette{
    font-size: 12px;
    color: #303030;
    text-transform: capitalize;
    text-align: left;
    font-weight: 900;
}


.img-valign {
    vertical-align: middle;
    margin-bottom: 0.75em;
}

.text2 {
    font-size: 24px;
}

myspan {
    display:block;
    width:150px;
    word-wrap:break-word;
    font-size: 10px;
    color: #696969;
}

/*Fin Mes prestations*/

/*my accordion  ee8b2d === 00853F */
.accordion{width:620px; margin: 0 auto;}
.accordion-toggle {border-bottom: 1px solid #00853F;cursor: pointer;margin: 0;padding: 10px 0;position: relative;}
.accordion-toggle.active:after{content:"";position:absolute;right:0;top:17px;width:0;height:0;border-bottom:5px solid #ee8b2d;border-left:5px solid rgba(0,0,0,0);border-right:5px solid rgba(0,0,0,0);}
.accordion-toggle:before{content:"";position:absolute;right:0;top:17px;width:0;height:0;border-top:5px solid #ee8b2d;border-left:5px solid rgba(0,0,0,0);border-right:5px solid rgba(0,0,0,0);}
.accordion-toggle.active:before{display:none;}
.accordion-content {display: none;}
.accordion-toggle.active {color: #ee8b2d;}
/*Fin my accordion*/

.labeContact {
    color: #00853F;
}

/*my star*/
span.stars, span.stars span {
    display: block;
    background: url(../images/img/stars.png) 0 -16px repeat-x;
    width: 80px;
    height: 16px;
}

span.stars span {
    background-position: 0 0;
}
/*fin my star*/

.glyphicon { margin-right:5px;}
.rating .glyphicon {font-size: 20px;}
.rating-num { margin-top:0px;font-size: 24px; color: #ee8b2d; font-weight: 800;  }
.progress { margin-bottom: 5px;}
.progress-bar { text-align: left; }
.rating-desc .col-md-3 {padding-right: 0px;}
.sr-only { margin-left: 5px;overflow: visible;clip: auto; }

/*Mes categories de prestataires*/

.project {
    margin-bottom: 30px;
    vertical-align: top;
    margin-right: 30px;
    float: left;
    cursor: pointer;
    width:100%;
}

.project figure {
    position: relative;
    display: inline-block;
}

.project figure img {
    width: 100%;
}
.btn-warning bnt-action{
    margin: 0% 0% auto;
}

figcaption .project-details {
    display: block;
    font-size: 14px;
    /*line-height: 33px;*/
    color: #000;
    /*height: 27px;*/
    width: 100%;
    margin: 0 auto 5px auto;
    /*margin-bottom: 5px;*/
    overflow: hidden;
}
.project figure:hover figcaption {
    background:#d81e05;
}
.project figure:hover figcaption .project-details {
    color: #fff;
}

figcaption .project-price {
    position: absolute;
    right: 15px;
    top: 12px;
    font-size: 20px;
    text-align: right;
    margin-top: 8px;
    letter-spacing: -1px;
    -webkit-font-smoothing: antialiased;
}

figcaption .project-creator {
    font-size: 13px;
    color: #545454;
    display: block;
}

figcaption .project-creator {
    font-size: 13px;
    color: #545454;
    display: block;
}

.project figure .actions button {
    padding: 13px 20px;
    font-size: 16px;
    top: 32%;
    position: absolute;
    left: 50%;
    width: 90%;
    margin-left: -45%;
    line-height: 18px;
    letter-spacing: 1px;
}

.project figure:hover .actions {
    background-color: #f0ad4e;
    top: 40%;
    font-size:2em;
    font-weight:500;
}

.project figure .actions {
    display: block;
    position: absolute;
    bottom: 0px;
    top: 70%;
    left:0;
    right:0;
    z-index: 1;
    opacity: 1;
    /*rgba(29,29,29,.5);*/
    background-color: #00853F;
    -ms-transition: all .2s ease-out;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
    color: white;
    font-size:1.5em;
    padding:2%;
    font-weight:bold;
    text-align:center;
}


@media (min-width: 992px) {
    .project figure .actions {
        top: 60%;
        left:0;
        right:0;
        font-size:1.5em;
        padding:2%;

    }
    .project figure:hover .actions {
        top: 50%;
        font-size:1.8em;
        padding-top:0%;
    }
}

@media (min-width: 1200px) {
    .project figure .actions {
        top: 70%;
        left:0;
        right:0;
        font-size:1em;
        padding:2%;
    }
    .project figure:hover .actions {
        top: 50%;
        font-size:1.3em;
    }
}


/*Fin  Mes categories de prestataires*/

.box1 > .icon { text-align: center; position: relative; }
.box1 > .icon > .image { position: relative; z-index: 2; margin: auto; width: 88px; height: 88px; border: 8px solid white; line-height: 88px; border-radius: 50%; background: #B17F4D; vertical-align: middle; }
.box1 > .icon:hover > .image { background: #ee8b2d; }
.box1 > .icon > .image > i { font-size: 36px !important; color: #fff !important; }
.box1 > .icon:hover > .image > i { color: white !important; }
.box1 > .icon > .info { margin-top: -24px; background: rgba(252, 248, 227, 0.29); border: 1px solid #B17F4D; padding: 23px 0 10px 0; }
.box1 > .icon:hover > .info { background: rgba(0, 0, 0, 0.04); border-color: #ee8b2d; color: white; }
.box1 > .icon > .info > h3.title { font-family: "Lato-Regular",sans-serif !important; font-size: 16px; color: #B17F4D; font-weight: 700; }
.box1 > .icon > .info > p { font-family: "Lato-Regular",sans-serif !important; font-size: 13px; color: #666; line-height: 1.5em; margin: 20px;}
.box1 > .icon:hover > .info > h3.title, .box > .icon:hover > .info > p, .box > .icon:hover > .info > .more > a { color: #ee8b2d; }
.box1 > .icon > .info > .more a { font-family: "Lato-Regular",sans-serif !important; font-size: 12px; color: #B17F4D; line-height: 12px; text-transform: uppercase; text-decoration: none; }
.box1 > .icon:hover > .info > .more > a { color: #ee8b2d; padding: 6px 8px; background-color: #ee8b2d; }
.box1 > .icon:hover > .info > .more > .btnTransp { color: #ee8b2d; padding: 6px 8px; background-color: #ee8b2d; }
.box1 .space { height: 30px; }
.btnTransp {
    background-color: transparent;
    border-color: transparent;
}
.btnTransp:hover {
    background-color: #ee8b2d;
    border-color: #ee8b2d;
}

.error-notice {
    margin: 5px 5px; /* Making sure to keep some distance from all side */
}

.oaerror {
    width: 100%; /* Configure it fit in your design  */
    margin: 0 auto; /* Centering Stuff */
    background-color: #FFFFFF; /* Default background */
    padding: 10px;
    border: 1px solid #eee;
    border-left-width: 10px;
    border-radius: 3px;
    margin: 0 auto;
    font-family: 'Lato-Regular', sans-serif;
    font-size: 16px;
}


.warning1 {
    border-left-color: #f0ad4e;
    background-color: rgba(240, 173, 78, 0.1);
}


.alert-message
{
    margin: 20px 0;
    padding: 20px;
    border-left: 25px solid #eee;
}

.alert-message-success
{
    background-color: #FFF;
    border-color: #00853F;
}

.apropos1000{
    background-color: #2c3b41;
    padding: 5px;
    color: #FFF;
    text-align: left;
    font-weight: 400;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 20px;
    padding-left: 10px;

}
/******** Nous suivre ********/
.nav2{
    margin:0;
    padding:0;
    list-style:none;
}

.titre2{
    text-align:center;
    font-family:"Time New Roman";
    color:white;
    font-size:1.0em;
    text-shadow:12px 12px 12px #ccc;


}

.nav2> li{
    position:relative;
    display:inline-block;
    vertical-align:top;
    width:35px;
    height:15px;
    margin:0 0 0 0;
}
.nav2> li > a{
    display:block;
    color:#3300FF;
    text-decoration:none;
    font-family:"Time New Roman";
    font-weight:bold;
    width:inherit;
    height:inherit;
    text-align:center;
    line-height:30px;

    -webkit-transition:all ease-in 0.3s;
    -moz-transition:all ease-in 0.3s;
    -ms-transition:all ease-in 0.3s;
    -o-transition:all ease-in 0.3s;
    transition:all ease-in 0.3s;
}
.nav2> li > a > img{
    width:30px;
    height:30px;
}
/******** Nous suivre ********/

@import url(//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css);
.social{
    text-align:center;
    width:40px;
    height:40px;
    float:right;
    background:rgb(255,255,255);
    border:1px solid #00853F;
    box-shadow:0 2px 4px rgba(0,0,0,0.15), inset 0 0 50px rgba(0,0,0,0.1);
    border-radius:100px;
    margin:0 6px 6px 0;
    padding:3px;
    color: #00853F;
}
.google-pluse:hover{background:#DD4B39;color:#FFF;}
.facebook:hover{background:#3b5998;color:#FFF;}
.twitter:hover{background:#00acee;color:#FFF;}
.pinterest:hover{background:#c8232c;color:#FFF;}
.linkedin:hover{background:#0e76a8;color:#FFF;}
.skype:hover{background:#00aff0;color:#FFF;}
.youtube:hover{background:#c4302b;color:#FFF;}
.tumblr:hover{background:#34526f;color:#FFF;}

.imgzoom {
    transition: -webkit-transform 0.50s ease;
}

.imgzoom:active {
    -webkit-transform: scale(2);
}

.col-big{
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    width:20%;
}

.hovereffect {
    width: 100%;
    height: 100%;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
}

.hovereffect .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    background-color: #00853F;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.hovereffect:hover .overlay {
    background-color: rgba(48, 152, 157, 0.4);
}

.hovereffect img {
    display: block;
    position: relative;
}

.hovereffect h2 {
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    position: relative;
    font-size: 17px;
    padding: 10px;
    background: rgba(0, 0, 0, 0.6);
    -webkit-transform: translateY(45px);
    -ms-transform: translateY(45px);
    transform: translateY(45px);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.hovereffect:hover h2 {
    -webkit-transform: translateY(5px);
    -ms-transform: translateY(5px);
    transform: translateY(5px);
    margin:0px;
}

.hovereffect p.info {
    display: inline-block;
    text-decoration: none;
    padding: 7px 14px;
    text-transform: uppercase;
    color: #fff;
    border: 1px solid #fff;
    background-color: transparent;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    font-weight: normal;
    margin: 7px;
}

.hovereffect:hover p.info {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.hovereffect p.info:hover {
    box-shadow: 0 0 5px #fff;
}

.mycadre {
    background-color: #ffffff;
    width: auto;
    margin: 0 auto 15px auto;
    padding: 10px;
    border: 1px solid #B17F4D;

    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    behavior: url(border-radius.htc);

    /*background-image: -moz-linear-gradient(top, #ffffff, #f4f4f4);*/
    /*background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f4f4f4));*/
    /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff,endColorstr=#f4f4f4);*/
    /*-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff,endColorstr=#f4f4f4)";*/
}

.lalegend {
    color: #eeab69;
    border-bottom: 0px solid transparent;
}

.tabrow1{
    background: #eeab69;
}

.tabrow3{
    background: red;
}

.tabrow4{
    background: #B0F2B6;
}

/****My categorie artisans ******/
/* white - beige*/
/* gray-black*/
/* gray-black*/
/* gray-black*/
* {
    box-sizing: border-box;
}

.Mybody {
    min-height: 100%;
    /*font-family: "Poiret One", sans-serif;*/
    font-size: 16px;
    background: #FFF5EE;
    color: #40484b;
    letter-spacing: .8px;
    overflow-x: hidden;
}

.Mycontainer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 90%;
    margin: auto;
}

/*a {
    display: inline-block;
    color: #40484b;
    text-decoration: none;
    outline: none;
}*/

.project_item {
    position: relative;
    width: 24%;
    height: 270px;
    overflow: hidden;
    margin: 15px 5px;
    /*background: #DDC8AD;*/
    background: #b07f4a;
    box-shadow: 0 0 20px rgba(64, 72, 75, 0.2);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: all 0.45s ease;
    transition: all 0.45s ease;
}
.project_item * {
    -webkit-transition: all 0.45s ease;
    transition: all 0.45s ease;
}
.project_item::before, .project_item::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #FFF5EE;
    box-shadow: 0 0 20px rgba(64, 72, 75, 0.7);
    opacity: 0.2;
    -webkit-transition: all 0.45s ease;
    transition: all 0.45s ease;
}
.project_item::before {
    -webkit-transform: skew(30deg) translateX(-80%);
    transform: skew(30deg) translateX(-80%);
}
.project_item::after {
    -webkit-transform: skew(-30deg) translateX(-65%);
    transform: skew(-30deg) translateX(-65%);
}
.project_item figcaption {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
}
.project_item figcaption::before, .project_item figcaption::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #FFF5EE;
    box-shadow: 0 0 20px rgba(64, 72, 75, 0.7);
    opacity: 0.2;
    -webkit-transition: all 0.45s ease;
    transition: all 0.45s ease;
    z-index: -1;
}
.project_item figcaption::before {
    -webkit-transform: skew(30deg) translateX(-100%);
    transform: skew(30deg) translateX(-100%);
}
.project_item figcaption::after {
    -webkit-transform: skew(-30deg) translateX(-90%);
    transform: skew(-30deg) translateX(-90%);
}
.project_kind {
    position: relative;
    font-size: 1.8rem;
    text-transform: uppercase;
    z-index: 10;
    font-weight: 700;
    color: #FFF;
}
.project_link {
    position: absolute;
    right: 10px;
    bottom: 10px;
    -webkit-transition: all 0.45s ease;
    transition: all 0.45s ease;
    z-index: 1;
}
.project_link::before, .project_link::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #FFF5EE;
    box-shadow: 0 0 20px rgba(64, 72, 75, 0.7);
    opacity: 0.2;
    -webkit-transition: all 0.45s ease;
    transition: all 0.45s ease;
    width: 500px;
    height: 500px;
    box-shadow: 0 0px 20px rgba(64, 72, 75, 0.2);
    z-index: -1;
}
.project_link::before {
    -webkit-transform: skew(-30deg) translateY(7.5%) translateX(-90%);
    transform: skew(-30deg) translateY(7.5%) translateX(-90%);
}
.project_link::after {
    -webkit-transform: skew(-30deg) translateX(-9%) translateY(-24%);
    transform: skew(-30deg) translateX(-9%) translateY(-24%);
}

.project_item:hover .project_kind {
    -webkit-transform: translateX(2rem);
    transform: translateX(2rem);
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}
.project_item:hover:before {
    -webkit-transform: skew(30deg) translateX(-20%);
    transform: skew(30deg) translateX(-20%);
    -webkit-transition-delay: 0.05s;
    transition-delay: 0.05s;
}
.project_item:hover:after {
    -webkit-transform: skew(-30deg) translateX(-10%);
    transform: skew(-30deg) translateX(-10%);
}
.project_item:hover figcaption::before {
    -webkit-transform: skew(30deg) translateX(-40%);
    transform: skew(30deg) translateX(-40%);
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
}
.project_item:hover figcaption::after {
    -webkit-transform: skew(-30deg) translateX(-30%);
    transform: skew(-30deg) translateX(-30%);
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}
.project_item:hover .project_link {
    bottom: 30%;
    right: 50%;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

@media (max-width: 768px) {
    .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .project_item {
        width: 88%;
        margin: 15px auto;
    }
}

/****Fin My categorie artisans **/















