body {
    background-color: #ffffff;
    font-family: 'Open Sans', sans-serif;
    color: #000000;
    font-size: 12px;
}
.loaderZone {
    background: rgba(0,0,0,0.5);
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 9999;
}
.loader {
    border: 16px solid #f3f3f3; /* Light grey */
    border-top: 16px solid #000000; /* BLack */
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
    position: absolute;
    top: 50%;
    left: 50%;
}
div.flash-error {
    background-color:#f26d4f;
    margin-bottom: 10px;
    width: 100%;
}
div.flash-error p {
    color:#ffffff;
    padding: 8px 15px;
}
div.flash-notice {
    background-color:#95c11f;
    width: 100%;
    margin: 0 auto 10px auto;
}
div.flash-notice p {
    color: #ffffff;
    padding: 8px 15px;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
.nopadding {
    padding: 0;
    margin: 0;
}
img {
    max-width: 100%;
}
a {
    color: #000000;
}
a:hover {
    color: #000000;
    text-decoration: underline;
}
footer {
    display:none;
}
h1, h2 {
    margin-top: 20px;
    margin-bottom: 10px;
}
h1 {
    font-size: 1.8em;
    font-weight: 700;
    text-transform: uppercase;
}
h2 {
    font-size: 1.7em;
}
h1 span {
    color: #c2c1c5;
}
form, table {
    font-size: 1.1em;
}
label.required:before {
    content:'* ';
}

#main .container {
    border: 0;
}
.custom-message .fancybox-inner {
    padding: 50px 0;
    font-size: 1.5em;
    font-weight: 700;
    text-align: center;
}
.alert .fancybox-inner {
    padding: 50px 0;
    font-size: 1.5em;
    font-weight: 700;
    text-align: center;
}
.highlight {
    background-color: #fff600;
    color: #000;
    padding: .25rem;
    line-height: 1.5rem;
}

/** BUTTONS **/
.btn {
    border-radius: 0;
}
.btn-warning {
    border-color: #d8654b;
    background-color: #f26d4f;
    font-weight: 600;
    color:#ffffff;
}
.btn-warning::after {
    display: inline-block;
    font-family: 'FontAwesome';
    content: '\f178';
    width: 40px;
    vertical-align: middle;
    margin-left: 10px;
    color: #ffffff;
    font-size: 2em;
}
.btn-warning:hover, .btn-warning.active.focus, .btn-warning.active:focus, .btn-warning.active:hover, .btn-warning:active.focus, .btn-warning:active:focus, .btn-warning:active:hover, .open>.dropdown-toggle.btn-warning.focus, .open>.dropdown-toggle.btn-warning:focus, .open>.dropdown-toggle.btn-warning:hover, .btn-warning.active, .btn-warning:active, .open>.dropdown-toggle.btn-warning {
    background-color: #d8654b;
    border-color: #d8654b;
    box-shadow: none;
}
.btn-success {
    border-color: #88ae21;
    background-color: #95c11f;
    font-weight: 600;
    font-size: 1.3em;
    padding: 15px 45px;

}
.btn-success:hover, .btn-success.active.focus, .btn-success.active:focus, .btn-success.active:hover, .btn-success:active.focus, .btn-success:active:focus, .btn-success:active:hover, .open>.dropdown-toggle.btn-success.focus, .open>.dropdown-toggle.btn-success:focus, .open>.dropdown-toggle.btn-success:hover, .btn-success.active, .btn-success:active, .open>.dropdown-toggle.btn-success {
    background-color: #88ae21;
    border-color: #88ae21;
    box-shadow: none;
}

/** ENTETE **/
#entete_fond {
    background-color: #0e2036;
}
#entete_fond.tes {
    background:none;
}

#entete div.background {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center right;
}
#entete p {
    margin-bottom: 0;
}
#aide {
    background-color: #e03029;
    color: #ffffff;
    font-weight: bold;
}
#selectExposant {
    max-width: 190px;
}
.salonContacts li {
    line-height: 1.25rem;
    margin-bottom: 1rem;
}
.salonContacts li strong {
    text-transform: uppercase;
}
.identite {
    background-color: #e03029;
    color: #ffffff;
    font-weight: bold;
    padding: 15px 30px;
    font-size: 1.5em;
    line-height: 1em;
}
.identite a {
    color: #ffffff;
    font-size: 0.7em;
}
.identite > div > div:nth-child(2) {
    word-break: break-all;
}
.plateforme {
    background-color: #e03029;
    color: #ffffff;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    font-size: 1.5em;
    line-height: 1em;
    padding-bottom: 1em;
    padding-top: 0;
}
.plateforme.nothing {
    background-color: transparent;
}
.avatar {
    text-align: center;
    padding-bottom: 10px;
}
.company {
    background-color: #ffffff;
    color: #000000;
    line-height: 1.5em;
    font-size: 1.1em;
    border-right: 1px solid #d2d2d2;
    border-left: 1px solid #d2d2d2;
}
.company > div:first-child {
    padding: 15px 0 0 0;
}
.company > div:last-child {
    padding: 10px 0 15px 0;
    border-right: 0;
}
.company > div.langues > div {
    padding-bottom: 10px;
    text-align: center;
}
.company p.dateLimite {
    color: #e03029;
    padding-bottom: 10px;
    border-bottom: 1px solid #bbbbbb;
}
.contact {
    padding: 15px 0;
    font-size: 1.1em;
    line-height: 1em;
}
.contact p {
    line-height: 1.2em;
}
.contact a {
    color: #000000;
    font-size: 0.9em;
}
.tel {
    text-align: right;
}
.commandeTitre {
    border: 1px solid #D2D4D7;
    border-top: 0;
    background-color: #F2F2F2;;
    font-weight: bold;
    text-align: center;
    cursor:pointer;
    padding-bottom: 0;
}
.commandeTitre > div:first-child {
    text-align: center;
}
.commandeTitre > div:last-child {
    padding-top: 0;
    text-align: center;
}
.commandeTitre > div:last-child h2 {
    font-size: 1.5em;
    margin: 0;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 1.25em;
}

.commandeTitre > div:last-child p {
    font-size: 1.1em;
    margin: 0;
}
#home img {
    margin-bottom: 5px;
    margin-top: -5px;
}
nav.navbar {
    border-radius: 0;
    background-color: #000000;
    color: #ffffff;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 0;
    border: 0;
    padding: 0;
}
nav.navbar a {
    color: #ffffff;
}
nav.navbar a:hover {
    text-decoration: none;
}
#navbar > a#home {
    font-size: 3em;
    padding-top: 27px;
}
nav.navbar .navbar-header {
    height: 0;
}
.navbar-toggler {
    color: #fff;
    font-size: 2rem;
    margin: 20px auto 0 auto;
}
.navbar-toggle {
    margin-top: 25px;
    float: none;
}
.navbar-toggle .bars, .navbar-toggle .text {
    display: inline-block;
    vertical-align: middle;
}
.navbar-toggle .bars {
    margin-right: 1em;
}
.navbar-toggle .text {
    font-weight: bold;
    font-size: 1.4em;
}
.navbar-toggle .icon-bar {
    width: 30px;
    height: 4px;
    border-radius: 3px;
    background-color: #ffffff;
}

#navbar > a {
    height: 90px;
    font-weight: 600;
    background-color: #000000;
    border-right: 1px solid rgba(255,255,255,0.75);
}
#navbar > a.l1 {
    padding-top: 35px;
}
#navbar > a.l2 {
    padding-top: 25px;
}

#navbar > a.active, #navbar > a.active:hover {
    background-color: #e03029;
}
#navbar > a:hover {
    background-color: #877c7e;
}
#navbar > a#home {
    font-size: 3em;
    padding-top: 27px;
}
#navbar > a.logo {
    border-right: 0;
    padding: .5em;
}
#navbar > a.logo > img {
    max-height: 100%;
}
.navbar-collapse {
    border-top: 0;
    box-shadow: none;
    padding: 0;
    margin: 0;
    width: 100%;
}

/** COLONNE DE GAUCHE **/
#colgauche {
    padding: 0;
}
#colgauche.col-md-3 {
    display: none;
}
#colgauche .bloc {
    margin: 15px 0;
    border: 1px solid #d2d2d2;
    background-color: #f2f2f5;
}
#colgauche .bloc > div.desc {
    border-top: 1px solid #d2d2d2;
    padding: 10px;
}
#colgauche .bloc > div.head {
    height: 70px;
}
#colgauche .bloc > div.head a {
    color: #000000;
    font-weight: bold;
    font-size: 1.5em;
    line-height: 1.1em;
    display: block;
    padding-top: 10px;
}
#colgauche .bloc > div.head a:hover {
    text-decoration: none;
}
#colgauche .bloc > div.head a span {
    color: #807a76;
    text-transform: uppercase;
    font-size: 0.6em;
    font-weight: 600;
}
#colgauche .bloc > div.head::before {
    display: block;
    float: left;
    font-family: 'FontAwesome';
    width: 30px;
    height: 100%;
    vertical-align: middle;
    margin-right: 10px;
    border-right: 1px solid #d2d2d2;
    color: #ffffff;
    font-size: 2em;
    text-align: center;
    line-height: 70px;
}
#colgauche .bloc.pasokok > div.head::before {
    content: '\f00d';
    background-color: #f26d4f;
}
#colgauche .bloc.okok > div.head::before {
    content: '\f00c';
    background-color: #95c11f;
}
#colgauche .bloc > div.desc h4 {
    color: #000000;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 1.2em;
}
#colgauche .bloc > div.desc {
    color: #807a76;
}
#colgauche .bloc > div.desc >div {
    margin-bottom: 10px;
}
#colgauche .bloc > div.desc span.produit {
    color: #000000;
    font-weight: 700;
    line-height: 1.1em;
}
#colgauche .bloc > div.desc img {
    width: 100%;
}
#colgauche .bloc > div.desc a::before {
    display: block;
    float: left;
    width: 30px;
    height: 30px;
}
#colgauche .bloc > div.desc a.supp::before {
    font-family: 'FontAwesome';
    content: '\f057';
    font-size: 2em;
    color: #807a76;
}
#colgauche .bloc > div.desc p {
    margin-bottom: 5px;
}
#colgauche .bloc > div.desc p.decal {
    padding-left: 30px;
}
#colgauche .bloc > div.desc p.decal label {
    width: 30%;
}
#colgauche .bloc > div.desc p.decal span {
    width: 30%;
    text-align: right;
    display: inline-block;
}

/** BREADCRUMB **/
.breadcrumb {
    border-radius: 0;
    background-color: transparent;
    border-top: 1px solid #d2d2d2;
    border-bottom: 1px solid #d2d2d2;
    color: #c2c1c5;
    font-weight: 700;
    font-size: 1.2em;
    padding: 15px 0;
    margin: 20px 0 30px 0;
}
.breadcrumb>li+li:before {
    color: #c2c1c5;
}
.breadcrumb a {
    color: #c2c1c5;
}
.breadcrumb .first a {
    color: #000000;
    font-weight: 600;
}
.breadcrumb>.active, .breadcrumb .active a {
    color: #c2c1c5;
}

/** PROFIL **/
.displayedEnseigne > div {
    float: left;
}
.form-control.enseigne {
    padding: .5rem .25rem;
    width: 25px;
    text-align: center;
    margin-right: .5rem;
}
input[type=radio], input[type=checkbox] {
    margin-right: 1rem;
}
.form-group ul > li {
    color: #f26d4f;
}

/** ACCUEIL **/
#startNewOrder {
    position: absolute;
    top: 0;
    left: -15px;
    bottom: 0;
    right: -15px;
    z-index: 9998;
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(8px);
    display: flex;
    justify-content: center;
    align-items: center;
}
#startNewOrder .important {
    background-color: #f26d4f;
    -moz-box-shadow: 0px 3px 13px 1px rgba(0, 0, 0, 0.44);
    -webkit-box-shadow: 0px 3px 13px 1px rgba(0, 0, 0, 0.44);
    -o-box-shadow: 0px 3px 13px 1px rgba(0, 0, 0, 0.44);
    box-shadow: 0px 3px 13px 1px rgba(0, 0, 0, 0.44);
    filter: progid:DXImageTransform.Microsoft.Shadow(color=#ccc, Direction=180, Strength=13);
    border: 1px solid #fff;
}
#startNewOrder .important a {
    display: block;
    color: #ffffff;
    text-decoration: none;
    padding: 2rem;
    font-size: 1rem;
}
#startNewOrder .important a:hover {
    text-decoration: none;
}
#contenu {
    padding: 0;
}
#contenu::before {
    display: none;
}
#contenu .accueil .bloc {
    margin-bottom: 15px;
}
#contenu .accueil .bloc > div > div {
    border: 1px solid #d2d2d2;
}
#contenu .accueil .bloc a:hover {
    text-decoration: none;
}
#contenu .accueil .bloc > div {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
#contenu .accueil .bloc:hover > div {
    -moz-box-shadow: 0 3px 13px 1px rgba(0,0,0,0.44);
    -webkit-box-shadow: 0 3px 13px 1px rgba(0,0,0,0.44);
    -o-box-shadow: 0 3px 13px 1px rgba(0,0,0,0.44);
    box-shadow: 0 3px 13px 1px rgba(0,0,0,0.44);
    filter:progid:DXImageTransform.Microsoft.Shadow(color=#ccc, Direction=180, Strength=13);
}
#contenu .accueil .bloc div.head {
    height: 75px;
    background-color: #95c11f;
    text-align: center;
}
#contenu .accueil .bloc.pasokok div.head {
    background-color: #f26d4f;
}
#contenu .accueil .bloc div.head a {
    color: #ffffff;
    font-weight: 600;
    font-size: 1.5em;
    display: block;
    text-transform: uppercase;
    line-height: 75px;
}
#contenu .accueil .bloc div.head::before {
    display: block;
    float: left;
    font-family: 'FontAwesome';
    width: 50px;
    height: 100%;
    vertical-align: middle;
    margin-right: 0;
    border-right: 1px solid #d2d2d2;
    color: #ffffff;
    font-size: 2em;
    text-align: center;
    line-height: 75px;
}
#contenu .accueil .bloc.pasokok div.head::before {
    content: '\f00d';
    background-color: #f26d4f;
}
#contenu .accueil .bloc.okok div.head::before {
    content: '\f00c';
    background-color: #95c11f;
}
#contenu .accueil .bloc a.desc {
    display: block;
    background-color: #000000;
    height: 210px;
    font-weight: 600;
    font-size: 1.5em;
    color: #ffffff;
    text-align: center;
    padding: 155px 15px 0 15px;
    background-size: cover;
    background-position: center center;
    line-height: 1.2em;
}


.texteDefault {
    border: 0;
    background-color: transparent;
    padding: 10px 30px;
    text-align: center;
    margin-bottom: 15px;
}
.texteDefault strong {
    font-weight: bold;
    font-size: 1.75em;
}
.accesCom {
    border: 1px solid #c32b26;
    background-color: #e03029;

    color: #ffffff;
    -moz-box-shadow: -1px 3px 3px 0 #d2d2d2;
    -webkit-box-shadow: -1px 3px 3px 0 #d2d2d2;
    -o-box-shadow: -1px 3px 3px 0 #d2d2d2;
    box-shadow: -1px 3px 3px 0 #d2d2d2;
    filter:progid:DXImageTransform.Microsoft.Shadow(color=#d2d2d2, Direction=251, Strength=3);
    text-align: center;
    min-height: 120px;
}
.accesCom h2 {
    font-size: 1.5em;
    text-transform: uppercase;
    font-weight: 700;
}
.accesCom a {
    color: #ffffff;
    font-weight: 700;
    font-size: 1.1em;
}
.depot {
    border: 1px solid #d2d2d2;
    background-color: #f2f2f5;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.8em;
    padding: 30px 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.depot .picture {
    margin-right: 30px;
}
.depot span {
    color: #000000;
    text-decoration: none;
}

.cadeau {
    border: 1px solid #000000;
    background-color: #000000;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.8em;
    padding: 30px 10px;
}
.cadeau a {
    color: #ffffff;
    text-decoration: none;
}
.cadeau a::before {
    display: block;
    float: left;
    margin-right: 30px;
}

/** PAGE COMMANDES **/
.recapCommandes h3 {
    font-size: 1.5em;
    font-weight: bold;
}
.recapCommandes h3.encours {
    color: #e03029;
    margin-top: 40px;
}
.recapCommandes table {
    font-size: 1.2em;
}

/** PAGES DES RUBRIQUES **/
.rubs .bloc {
    border: 1px solid #d2d2d2;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.3em;
    margin: 15px 0;
    padding: 30px 15px 20px 15px;
    -moz-box-shadow: -1px 3px 3px 0 #d2d2d2;
    -webkit-box-shadow: -1px 3px 3px 0 #d2d2d2;
    -o-box-shadow: -1px 3px 3px 0 #d2d2d2;
    box-shadow: -1px 3px 3px 0 #d2d2d2;
    filter:progid:DXImageTransform.Microsoft.Shadow(color=#d2d2d2, Direction=251, Strength=3);
}
.rubs .bloc {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.rubs .bloc:hover {
    -moz-box-shadow: 0 3px 13px 1px rgba(0,0,0,0.44);
    -webkit-box-shadow: 0 3px 13px 1px rgba(0,0,0,0.44);
    -o-box-shadow: 0 3px 13px 1px rgba(0,0,0,0.44);
    box-shadow: 0 3px 13px 1px rgba(0,0,0,0.44);
    filter:progid:DXImageTransform.Microsoft.Shadow(color=#ccc, Direction=180, Strength=13);
}
.rubs .bloc a {
    color: #000000;
    text-decoration: none;
}
.rubs .bloc img {
    max-width: 70px;
    margin-bottom: 10px;
}
.rubs .bloc .l1 img {
    margin-bottom: 0;
}

#listeCats {
    margin-top: 30px;
    margin-bottom: 30px;
}
#listeCats .slick-slider {
    margin-bottom: 0;
}
#listeCats .slick-slider .slick-track {
    margin: 0 auto;
}
#listeCats .slick-slide img {
    display: inline;
    max-width: 70px;
    margin-bottom: 15px;
}
#listeCats .slick-slide {
    text-align: center;
    font-weight: bold;
    font-size: 1.1em;
    padding-right: 16px;
    height: 145px;
    line-height:1.2em;
}
#listeCats .slick-slide a.bloc {
    display: block;
    border: 1px solid #d2d2d2;
    -moz-box-shadow: -1px 3px 3px 0 #d2d2d2;
    -webkit-box-shadow: -1px 3px 3px 0 #d2d2d2;
    -o-box-shadow: -1px 3px 3px 0 #d2d2d2;
    box-shadow: -1px 3px 3px 0 #d2d2d2;
    filter:progid:DXImageTransform.Microsoft.Shadow(color=#d2d2d2, Direction=251, Strength=3);
    height: 140px;
    padding: 10px 0;
    margin-left: 10px;
}
#listeCats .slick-slide a:hover.bloc, #listeCats .slick-slide a.bloc.actif {
    background-color: #000000;
}
#listeCats .slick-slide a:hover.bloc, #listeCats .slick-slide a.bloc.actif {
    color: #ffffff;
    text-decoration: none;
}
#listeCats i.fa {
    font-size: 3em;
    position: absolute;
    top: 50px;
    color: #888888;
    cursor: pointer;
}
#listeCats i.fa-arrow-circle-o-left {
    left: -30px;
}
#listeCats i.fa-arrow-circle-o-right {
    right: -20px;
}

.liste {
    margin-top: 30px;
    margin-bottom: 30px;
}
.btnSearch {
    font-size: 20px;
}
.produit {
    margin-bottom: 15px;
}
.produit .text-right {
    text-align: right;
}
.produit .headCat {
    background-color: #000;
    color: #fff;
    padding: 1em;
    font-weight: bold;
}
.produit .head {
    line-height: 1.2em;
    font-size: 1.1em;
    height: 110px;
    border: 1px solid #d2d2d2;
    padding: 10px 8px;
    background-color: #f2f2f5;
}
.produit .head > div > div:first-child {
    height: 70px;
}
.produit .head strong {
    font-size: 1.2em;
}
.produit .desc {
    border: 1px solid #d2d2d2;
    border-top: 0;
    padding: 10px 8px;
}
.produit .desc .photo {
    height: 200px;
    padding-bottom: 20px;
}
.produit .desc .photo:after:hover {
    display: block;
    background-color: rgba(0,0,0,.5);
}
.produit .desc .photo.short {
    height: 159px;
    padding-bottom: 0;
}
.produit .desc .photo img {
    max-height: 100%;
    max-width: 100%;
}
.produit .desc .btn {
    background-color: #000000;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 600;
    font-size: 0.75rem;
    padding: .5rem .75rem;
}
.produit .desc .form-control {
    border-radius: 0;
    height: 31px;
}
.details h1 {
    font-size: 1.5em;
    text-align: center;
    letter-spacing: 0.01em;
}
.details p {
    font-size: 1.25em;
    letter-spacing: 0.01em;
}

/** LOGIN **/
#entete.sesNC {
    background-color: #000000;
    text-align: center;
}
#login #main .container {
    border: 0;
}

/** BADGES **/
.badges {
    list-style-type: none;
    padding-left: 0;
}
.badges li a::before {
    display: inline-block;
    font-family: 'FontAwesome';
    content: '\f057';
    width: 25px;
    vertical-align: middle;
    color: #000000;
    font-size: 1.75em;
}
#tec_front_badge > .row {
    margin-bottom: 10px;
}

/** BADGES CEO CORNER **/
.civilite label {
    margin-right: 3rem;
}

/** VALIDATION DE COMMANDE **/
#validation thead td {
    color: #e03029;
    text-transform: uppercase;
}
#validation tfoot {
    font-weight: 700;
}
#validation tfoot .libelle{
    color: #e03029;
    text-transform: uppercase;
}

/** SCHEMA **/
#schema img {
    max-width: initial;
}
#schema .element {
    text-align: center;
    padding: 0;
    min-height: 100px;
    position: relative;
    z-index: 999;
    line-height: 0;
    margin-bottom: 20px
}
#schema .element img {
    max-width: 30px;
}
#schema .element.col-sm-2.pilier, #schema .element.col-sm-2.couloir,
#schema .element.col-sm-2.trait, #schema .element.col-sm-2.traitv,
#schema .element.col-sm-2.trait45, #schema .element.col-sm-2.mitoyen {
    width: auto;
}
#schema .element.couloir img,
#schema .element.trait img, #schema .element.traitv img,
#schema .element.trait45 img, #schema .element.mitoyen img {
    max-width: 60px;
}
#schema .element .name {
    padding: 0 10px;
    line-height: 1em;
}
#schema .element.disable {
    opacity: 0.5;
}
#schema .element .actions {
    -moz-opacity:0;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    display:none;
    transition: all 1s;
    position: absolute;
    width: 100px;
    left: -20px;
    top: 25px;
}
#schema .element.trait .actions, #schema .element.trait45 .actions,
#schema .element.pilier .actions, #schema .element.mitoyen .actions,
#schema .element.couloir .actions {
    width: 100%;
    text-align: center;
    left: 0;
}
#schema .element.traitv .actions {
    height: 100%;
    width: 100%;
    text-align: center;
    left: 0;
    top: 40%;

}
#schema .btn .glyphicon {
    top: 4px;
}
#schema #zone img {
    max-width: 100%;
    z-index: 2;
}
#schema #zoneDroppable {
    position: relative;
}
#schema #zoneDroppable .droppedElement {
    position: absolute;
    padding: 0;
    min-height: auto;
    /*min-width: 90px;*/
    text-align: left;
}
#schema #zoneDroppable .droppedElement:hover {
    background-color: rgba(0,0,0,0.05);
    cursor: move;
}
#schema #zoneDroppable .droppedElement img {
    vertical-align: top;
    margin-top: 0;
    max-height: 100%;
}
#schema #zoneDroppable .droppedElement.trait img {
    max-width: none;
}
#schema #zoneDroppable .droppedElement.ui-resizable img {
    max-height: 60px;
    max-width: none;
    width: auto;
}
#schema #zoneDroppable .droppedElement.ui-resizable.traitv img {
    max-width: 60px;
    max-height: none;
    height: auto;
}
#schema #zoneDroppable .droppedElement.ui-resizable.trait45 img {
    max-height: none;
}
#schema #zoneDroppable .droppedElement .name {
    display: none;
}
#schema #zoneDroppable .droppedElement.flip img {
    transform: scaleX(-1);
}
#schema #zoneDroppable .droppedElement:hover .actions {
    display: block;
    -moz-opacity: 1;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1;
}

/** Accès plateforme **/
.services {
    background-color: #f2f2f5;
    font-size: 1em;
}
.services p, .services li {
    padding-bottom: .5em;
}
.services .bloc {
    background-color: #ffffff;
    border: 1px solid #d0d0d0;
    margin: 0 auto;
    color: #000000;
    font-size: 1.7em;
    display: block;
    padding: 2rem 1rem;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.services .bloc:hover {
    text-decoration: none;
    -moz-box-shadow: 0 3px 13px 1px rgba(0,0,0,0.44);
    -webkit-box-shadow: 0 3px 13px 1px rgba(0,0,0,0.44);
    -o-box-shadow: 0 3px 13px 1px rgba(0,0,0,0.44);
    box-shadow: 0 3px 13px 1px rgba(0,0,0,0.44);
    filter:progid:DXImageTransform.Microsoft.Shadow(color=#ccc, Direction=180, Strength=13);
}
.services .bloc h3 {
    font-weight: 600;
    font-size: 1.5rem;
    margin-bottom: 1em;
    color: #000000;
    margin-top: 0;
}
.services .bloc img {
    width: 65%;
}
.services .bloc .btn {
    background-color: #2CA956;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: bold;
    padding: .5rem 2rem;
    cursor: pointer;
    margin-top: 1em;
}
.services .bloc.technique .btn {
    background-color: #E03029;
}
.services .bloc.catalogue .btn {
    background-color: #6B4996;
}
