/**
 * Table of Contents:
 *
 * 1.0 - Reset
 * 2.0 - Color of typography
 * 3.0 - Background color
 * 4.0 - Repeatable Patterns
 * 5.0 - Header
 * 6.0 - Navigation
 * 7.0 - Footer
 * 8.0 - Content
 *   8.1 - Entry Content
 *   8.2 - Archive Content
 *   8.3 - Home content
 *   8.4 - Reference content
 *   8.5 - Singular
 *   8.6 - 404 Page
 *   8.7 - Pagination
 *   8.8 - Krpano
 *   8.9 - Maquette 3D
 * 9.0 - Media Queries
 * 10.0 - Print
 * 11.0 - Extension Knacss
 * -----------------------------------------------------------------------------
 */

 @import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

/* 1.0 - Reset  */

/* 11.0 - Extension Knacss  */

.mobile-only {
  display: none;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}
.fixed {
  position: fixed;
}
.w45 {
  width: 45%;
}

.ptl {
  top: 0;
  left: 0;
}

.ptr {
  top: 0;
  right: 0;
}
.pbl {
  bottom: 0;
  left: 0;
}
.pbr {
  bottom: 0;
  right: 0;
}

.mh128 {
  max-height: 128px;
  overflow: hidden;
}

.mtxs {
  margin-top: 6px;
}

.img-mxw img,
.img-mxw {
  max-width: 100% !important;
}

.hide {
  display: none;
}

.fa-blank {
  width: 23px;
  height: 10px;
  display: inline-block;
}

.txtup {
  text-transform: uppercase;
}

.pointer{
  cursor:pointer;
}
/* 2.0 - Color of typography  */
body {
  font-weight: 300;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 1em;
  font-weight: 600;
  /*font-family: "Open Sans Condensed", sans-serif;*/
}

.color-1 {
  color: #89d6f2;
}
.color-2 {
  color: #9a9b9f;
}
.color-3 {
  color: #737476;
}

/* 3.0 - Background color  */
.login-like-bg {
  background: #b5dceb;
}

.lightbg {
  background: #fff;
}

/* 4.0 - Repeatable Patterns  */

/**
 *     Boutons
 */

.btn {
  display: inline-block;
  background: #a9aaae;
  color: #fff;
  padding: 2px 6px;
  margin: 2px;
  text-decoration: none;
  font-size: 1em;
  text-align: center;
  border: none;
}

.btn-annuler {
  background: #737476;
}

.btn-link-like {
}

.btn-link-like .fa {
  margin-right: 4px;
}

.btn-action-like,
.btn-zoom-like {
  background: #b5dceb;
  font-size: 1.2em;
  padding: 4px 12px;
}

.btn-annuler:hover,
.btn-zoom-like:hover {
  background: #c21a28;
  color: #fff;
}

.btn-action-like {
  background: #c21a28;
}

.btn-zoom-like {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-transition-property: background;
  -o-transition-property: background;
  -webkit-transition-property: background;
  transition-property: background;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  background: #b5dceb;
  /*background: linear-gradient(to bottom, #b5dceb, #b5dceb) repeat scroll 0% 0% transparent;*/
  color: #fff;
  text-shadow: none;
  border: none;
  /*box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.5) inset, 0px 1px 2px rgba(0, 0, 0, 0.15);*/
}

.btn-zoom-like:hover,
.btn-zoom-like:focus {
  /*color: #FFF;
    background: #a3dbf0;
    background: linear-gradient(to bottom, #d1e7f0, #b5dceb) repeat scroll 0% 0% transparent;*/
}

.btn-zoom-like:active,
.btn-zoom-like.is-active,
.btn-zoom-like.active {
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  /*background: #b5dceb;
  color: #00647f;*/
  color: #000;
  text-shadow: 0 1px 1px white;

  -moz-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.3), 0px 1px 0px white;
  -webkit-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.3), 0px 1px 0px white;
  box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.3), 0px 1px 0px white;
  text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.4);
}

.btn-zoom-like:focus {
  outline: none;
}

.btn-validation {
  background: #4d4d4f;
  font-size: 1.1em;
  padding: 4px 4px;
  white-space: nowrap;
}

.historique-table tbody .btn-validation .fa,
.btn-validation .fa {
  color: #55bcdd;
}

/**
 * Titres
 **/

.h1-like {
  color: #58595b;
  font-size: 1.6em;
  font-weight: normal;
  text-transform: uppercase;
  margin: 0 0 6px 0;
}

.h2-like {
  color: #545456;
  font-size: 1.3em;
}
.h2-like .fa {
  color: #55bcdd;
}
.h2-like a {
  color: #545456;
  font-size: 1em;
  text-decoration: none;
}

.retour {
  float: right;
  font-size: 1.3em;
  text-decoration: none;
}
.retour .fa {
  float: left;
  margin-right: 6px;
  font-weight: normal;
  color: #4d4d4f;
  font-size: 1.5em;
}
.retour span {
  font-weight: normal;
}

h1 .retour {
  font-size: 0.6em;
}
h1 .retour span {
  font-size: 1.05em;
  /*font-family: "Open Sans Condensed", sans-serif;*/
  text-transform: none;
}

a.h2-like {
  text-decoration: none;
}

.h3-like {
  color: #58595b;
  font-weight: normal;
  font-size: 1.3em;
}
.h4-like {
  color: #545456;
  font-weight: 400;
  font-size: 0.8em;
  text-transform: uppercase;
  /*font-family: "Open Sans", sans-serif;*/
}

.breadcrumb-like {
  text-decoration: none;
}
.breadcrumb-like a {
  text-decoration: none;
}
.breadcrumb-like a:hover {
  text-decoration: underline;
}

#fildariane {
  color: #1d3b53;
  font-size: 0.8em;
  padding: 0 0 15px 0;
  line-height: 100%;
}
#fildariane strong {
  color: #1d3b53;
  font-weight: 600;
}
#fildariane span {
  color: #828ca5;
}
#fildariane a {
  color: #828ca5;
  text-decoration: none;
}
#fildariane a:hover {
  text-decoration: underline;
}

.info-like {
  color: #9a9b9f;
  font-size: 1em;
}

.aide-like {
  color: #4d4d4f;
  font-size: 1.2em;
  /*font-family: "Open Sans Condensed", sans-serif;*/
}

.em-like {
  font-size: 1em;
  font-style: italic;
  font-weight: normal;
}

.picto-link-like {
  text-align: center;
  margin-left: 8px;
  position: relative;
  overflow: inherit;
}
.picto-link-like button,
.picto-link-like a {
  color: #737577;
  text-decoration: none;
  border: none;
  background: transparent;
}

.picto-link-like button:hover,
.picto-link-like a:hover {
  color: #8ad5f0;
  text-decoration: none;
}

.picto-link-like button:hover span,
.picto-link-like a:hover span {
  text-decoration: underline;
}
.picto-link-like .fa {
  font-size: 1.6em;
  display: block;
}
.picto-link-like button span,
.picto-link-like a span {
  font-size: 0.8em;
  display: block;
  line-height: 100%;
}

.write-wrapper {
  position: absolute;
  bottom: -38px;
  background-color: #fff;
  border: 1px solid #333;
  border-radius: 4px;
  text-align: left;
  padding: 2px 35px 2px 8px;
  white-space: nowrap;
}
.write-wrapper:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  border-top: 8px solid transparent;
  border-bottom: 8px solid #666;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  top: -16px;
  left: 6px;
}
.write-url {
  display: inline-block;
}
.close-write-url {
  display: inline-block;
  color: #fff;
  background-color: indianred;
  width: 25px;
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
  height: 25px;
  line-height: 25px;
  cursor: pointer;
  border-radius: 0 4px 4px 0;
}
.close-write-url i {
  font-size: 1em !important;
  line-height: 25px;
}

#temp-alert {
  width: 400px;
  padding: 15px;
  border: 1px solid green;
  border-radius: 4px;
  position: fixed;
  z-index: 9;
  background: #fff;
  top: 30%;
  left: 50%;
  margin-left: -200px;
  text-align: center;
  box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.75);
}

.form-section-like {
  font-weight: normal;
  color: #55bcdd;
  font-size: 1.2em;
  border-bottom: 1px solid #e5e5db;
}

.etiquette-titre {
  display: inline-block;
  font-size: 1.2em;
  font-weight: bold;
  color: #737476;
}

.etiquette {
  display: inline-block;
  background: #c21a28;
  color: #fff;
  font-size: 1em;
  padding: 0;
  line-height: 14px;
  border-radius: 14px;
  width: 14px;
  height: 14px;
  text-align: center;
  margin: 4px 6px 0 0;
}

.grosse-etiquette {
  font-size: 1.4em;
  font-weight: bold;
  text-align: center;
  line-height: 28px;
  border-radius: 28px;
  width: 28px;
  height: 28px;
}

.etiquette-bleue {
  background: #b5dceb;
}

.alt-link {
  color: #55bcdd;
  text-decoration: none;
}

.alt-link:active,
.alt-link:hover {
  color: #55bcdd;
  text-decoration: underline;
}

/**
 * Formulaire style Zoho / 2col champs et label sur la même ligne
 **/

.form-classic {
  max-width: 700px;
}

.form-classic label {
  margin-top: 4px;
  margin-bottom: 6px;
  /*margin-right: 1em;*/
  text-align: left;
  width: 30%;
  font-size: 1.2em;
}

.form-classic input {
}

.form-classic input:not([type]),
.form-classic input[type="email"],
.form-classic input[type="number"],
.form-classic input[type="password"],
.form-classic input[type="tel"],
.form-classic input[type="url"],
.form-classic input[type="text"] {
  font-size: 1em;
  line-height: 20px;
  padding: 2px 2px;
  margin: 0;
  background: #e5e5db;
  border: none;
  width: 50%;
}

.form-classic input[disabled="disabled"] {
  background: transparent;
  border: 1px solid #e5e5db;
}

.form-classic textarea {
  font-size: 1em;
  line-height: 20px;
  padding: 1px 2px;
  margin: 0;
  background: #e5e5db;
  border: none;
}

/*.form-classic .line-action {
    padding-left: 16.9%;
}*/

.form-classic .error-field {
  color: #b94a48;
}

.form-classic .error-field input {
  border: 1px solid #b94a48;
  color: #b94a48;
  background: #f2dede;
}

.form-classic .error-list {
  list-style-type: none;
  text-align: right;
  padding: 0 6% 0 0;
  margin: 0 0 12px 0;
}
.form-classic .error-list li {
  color: #b94a48;
}

.form-classic .textarea-line {
}
.form-classic .textarea-line label {
  width: 20%;
}
.form-classic .textarea-line textarea {
  width: 75%;
}

.form-classic .input-line label {
  width: 20%;
}
.form-classic .input-line input {
  width: 75%;
}

/**
 * Formulaires spéciaux
 **/
.form-programme {
}

.form-programme input:not([type]),
.form-programme input[type="email"],
.form-programme input[type="number"],
.form-programme input[type="password"],
.form-programme input[type="tel"],
.form-programme input[type="url"],
.form-programme input[type="text"] {
  font-size: 1em;
  line-height: 20px;
  padding: 2px 2px;
  margin: 0;
  background: #e5e5db;
  border: none;
  width: 90%;
}

.form-programme label {
  display: block;
  text-align: right;
  margin-top: 4px;
  margin-bottom: 0px;
  width: 100%;
  font-size: 1.2em;
  line-height: 100%;
  padding: 0;
}

.picto-atouts {
  color: red;
  font-size: 3em;
  margin-right: 16px;
}

.picto-faiblesses {
  color: red;
  font-size: 3em;
  margin-right: 16px;
}

.form-programme .checkbox {
  display: inline-block;
  margin-right: 16px;
}
.form-programme .checkbox label {
  display: inline-block;
  width: auto;
  margin-top: 0px;
  font-size: 1em;
}
.form-programme .checkbox input {
  display: inline-block;
  width: auto;
}

/**
 * Formulaire style immodesk,
 * plusieurs champs par ligne, label et champ séparé par un saut de ligne
 **/

.form-immodesk {
  max-width: 700px;
}

.form-immodesk label {
  display: block;
  margin-top: 10px;
  margin-bottom: 2px;
  margin-right: 1em;
  text-align: left;
  width: auto;
}

.form-immodesk input {
}

.form-immodesk input:not([type]),
.form-immodesk input[type="email"],
.form-immodesk input[type="number"],
.form-immodesk input[type="password"],
.form-immodesk input[type="tel"],
.form-immodesk input[type="url"],
.form-immodesk input[type="text"] {
  display: block;
  float: none;
  font-size: 1em;
  line-height: 20px;
  height: 25px;
  padding: 1px 0;
  margin: 0;
  background: #e5e5db;
  border: none;
  border-right: 10px solid #fff;
  width: 100%;
}

.form-immodesk textarea {
  display: block;
  font-size: 1em;
  line-height: 20px;
  padding: 1px 2px;
  margin: 0;
  background: #e5e5db;
  border: none;
}

.form-immodesk .line-action {
  padding-top: 20px;
  padding-left: 0;
  float: left;
}

/**
 * Boîte de dialogue
 **/

.dialogue {
  display: none;
}

.ui-dialog {
  z-index: 15;
  background: #fff;
  box-shadow: 1px 1px 16px 3px rgba(0, 0, 0, 0.5);
}

.ui-dialog-titlebar {
  color: #fff;
  background: #b5dceb;
  padding: 4px 10px;
}

.ui-dialog-content {
  background: #fff;
  padding: 10px;
}

.ui-icon {
  width: 16px;
  height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
}

.ui-dialog-titlebar-close {
  border: none;
  background: transparent;
  position: absolute;
  top: 0;
  right: 0;
}

.ui-button-text {
  font-family: Arial, sans-serif;
  font-size: 1.2em;
  color: #4d4d4f;
}

.ui-dialog-buttonset {
  display: block;
  clear: both;
  overflow: hidden;
  padding: 14px 10px 5px 10px;
  margin: 0;
}
.ui-dialog-buttonset .ui-button {
  background: #4d4d4f;
  color: #fff;
  border: none;
  padding: 2px 14px;
}

.ui-dialog-buttonset .ui-button .ui-button-text {
  color: #fff;
  font-size: 0.9em;
  font-weight: normal;
}

.ui-dialog .ui-dialog-buttonpane {
  padding: 0;
}
.ui-dialog-buttonset {
  padding: 0;
}

/**
 * DatePicker
 **/
.ui-widget-header {
  border: 1px solid transparent;
  /*background: #b5dceb url("../../js/plugins/jquery-ui/images/ui-bg_gloss-wave_35_f6a828_500x100.png") 50% 50% repeat-x;*/
  color: #fff;
  font-weight: bold;
  border-radius: 0;
}

/* 5.0 - Header  */

.logo-espace-client {
  /*width: 330px;*/
  width: 100%;
  padding: 6px 10px;
  border-bottom: 1px solid #3c4650;
}

.logo-espace-client img {
  max-height: 50px;
}

.logo-client {
  width: 200px;
}

#header {
  color: #111;
  font-size: 1.1em;
  background: #fff;
  display: flex;
  justify-content: space-between;
  min-height:100px;
  padding: 0 10px;
}
#logo-content{
  position:relative;
}
#user-wrapper{
  min-width:200px;
  align-content: end;
  padding-bottom:10px;
}
#logo-wrapper{
  position:absolute;
  background: #1f333f;
  width: 115px;
  text-align: center;
  height: 125px;
  padding-top:25px;
  border-radius: 0 0 25px 25px;
}
#logo-wrapper img{
  max-height: 80px;
}

#zoneCoordonnees {
  margin-top: 14px;
  color: #111;
  font-size: 0.8em;
  text-align:right
}

#zoneCoordonnees a {
  color: #111;
  text-decoration: none;
}
#zoneCoordonnees a:hover {
  text-decoration: underline;
}

#zoneCoordonnees .fa {
  margin-right: 0.5em;
}

.mon-compte {
  font-size: 1em;
  margin-top: 0;
  margin-right: 32px;
  cursor: pointer;
}
.mon-compte span {
  font-size: 1em;
}
.mon-compte p {
  margin: 0;
}

.infos-client {
  margin-right: 32px;
}

.mon-compte,
.infos-client,
.infos-societe {
  float: right;
}

.infos-societe {
  margin-top: 24px;
}
.infos-societe.man {
  margin-top: 0;
}
.infos-client .fa {
  font-size: 1.5em;
}

.dropdown .dropdown-menu li > a:hover,
.dropdown .dropdown-menu label:hover {
  background-color: #1f3b51;
}

.infos-societe img {
  max-height: 85px !important;
  max-width: 350px;
}

.info-utilisateur {
  padding: 10px 14px 0px 14px;
  font-weight: bold;
  font-size: 0.85em;
}
.info-utilisateur h2 {
  margin: 0;
  padding: 0;
  font-size: 0.8em;
  font-weight: bold;
  line-height: 100%;
  letter-spacing: 0.1em;
}
.info-utilisateur h3 {
  margin: 4px 0 0 0;
  padding: 0;
  font-family: Times New Roman, serif;
  font-style: italic;
  font-weight: normal;
  color: #687083;
  font-size: 1.3em;
  line-height: 120%;
}

#moncompte-dropdown{
  display:block;
  padding-top:6px;
}

.btn-zoom-like.bouton-rapidement {
  width: 75%;
  margin-left: 0;
}

.btn-zoom-like.bouton-envoyer {
  width: 75%;
}

.w17 {
  width: 17%;
}

.w75 {
  width: 75%;
}

.btn-zoom-like.w94,
.w94 {
  width: 94%;
}

/* 6.0 - Navigation  */
.navigation-fixed {
  top: 10px;
}

#pagecontainer {
  clear: both;
  width: auto;
  padding: 0 !important;
  margin: 0 !important;
  margin-right: 0 !important;
  overflow: hidden;
}

.navigation-col {
  min-height: 250px;
  width: 17%;
  overflow: hidden;
  background: #172029;
  clear: none;
  padding: 0 !important;
  margin: 0 !important;
}
#main {
  width: 83%;
  clear: none;
  margin: 0 !important;
  overflow: hidden;
}

.conteneur-padding {
  display: block;
  clear: both;
  overflow: hidden;
  width: auto;
  margin: 0;
}

.navigation {
  padding: 0;
  background: #172029;
  list-style-type: none;
  min-height: 670px;
  width: auto;
}

#nav-image {
  width: 100%;
}

.fullscreen-page .navigation {
  margin-top: 90px;
}

.navigation ul {
  padding: 0;
  list-style-type: none;
}
.navigation li {
  border-bottom: 1px solid #6e777e;
}
.navigation li a {
  display: block;
  margin: 0;
  font-weight: bold;
  padding: 50px 18px 50px 16px;
  color: #fff;
  text-decoration: none;
  font-size: 1.3em;
  background: #24435c;
  -moz-box-shadow: inset 0px 0px 40px 0px #15293b;
  -webkit-box-shadow: inset 0px 0px 40px 0px #15293b;
  -o-box-shadow: inset 0px 0px 40px 0px #15293b;
  box-shadow: inset 0px 0px 40px 0px #15293b;
  filter: progid:DXImageTransform.Microsoft.Shadow(color=#15293b, Direction=NaN, Strength=40);
}

.navigation li a .fa {
  width: 25px;
  font-size: 1.1em;
  text-align: center;
  margin-right: 5px;
}

.liens-contact {
  margin: 0;
  padding: 0 0 16px 0;
}

.liens-contact li {
  border: none;
}

.liens-contact li a {
  font-size: 1.1em;
  color: #fff;
  text-decoration: none;
  font-weight: normal;
  padding: 0 18px 0 16px;
  background: transparent;
  box-shadow: none;
}
.liens-contact li a:hover {
  text-decoration: underline;
}

.bottomBox {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #172029;
  width: 17%;
}

/**
 *     Etat actif du menu
 */
.navigation li.active {
}
.navigation li.active a {
  background: #b5dceb;
  color: #1d3b53;
  -moz-box-shadow: inset 0px 0px 40px 0px #add3e1;
  -webkit-box-shadow: inset 0px 0px 40px 0px #add3e1;
  -o-box-shadow: inset 0px 0px 40px 0px #add3e1;
  box-shadow: inset 0px 0px 40px 0px #add3e1;
  filter: progid:DXImageTransform.Microsoft.Shadow(color=#add3e1, Direction=NaN, Strength=40);
}

/**
 *     Etat hover du menu
 */
.navigation li a:hover {
  background: #b5dceb;
  color: #1d3b53;
  -moz-box-shadow: inset 0px 0px 40px 0px #add3e1;
  -webkit-box-shadow: inset 0px 0px 40px 0px #add3e1;
  -o-box-shadow: inset 0px 0px 40px 0px #add3e1;
  box-shadow: inset 0px 0px 40px 0px #add3e1;
  filter: progid:DXImageTransform.Microsoft.Shadow(color=#add3e1, Direction=NaN, Strength=40);
}
.liens-contact li a:hover {
  background: transparent;
  color: #fff;
}

.responsable {
  margin-top: 0;
  color: #fff;
  padding: 0 0 0 16px;
}
.responsable .small {
  font-style: italic;
  margin-bottom: 4px;
}
.responsable img {
  margin: 0 6px 0 0;
}
.responsable p.mod {
  margin: 0;
  font-size: 1.2em;
  padding-right: 10px;
}

.responsable p span {
  font-size: 0.8em;
}
.responsable p strong {
}

.copyright {
  color: #969fb4;
  padding-left:16px;
}

/**
 *    Onglets
 */
.tab {
}
.tab ul {
  display: block;
  overflow: hidden;
  clear: both;
  width: auto;
  /*font-size: 0;*/ /* évite le problème des espaces entre les <li></li> */
  /*letter-spacing: -1em;*/
  background: #a9aaae;
  margin: 0;
  padding: 0;
  text-align: left;
}

.tab li {
  margin: 0;
  font-size: 0.85em;
  padding: 0;
  min-width: 120px;
  background: #737476;
  border-left: 1px solid #cacbcd;
  text-align: center;
  color: #fff;
  font-weight: normal;
}

.tab a {
  display: block;
  padding: 4px 0;
  margin: 0;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
}
.tab a:hover,
.tab li.active a {
  background: #b5dceb;
}

.tab-like {
  position: relative;
  margin: 0;
  padding: 1px 0;
  font-size: 1em;
  background: #a9aaae;
  border: none;
  text-align: center;
  color: #fff;
  font-weight: normal;
}

.tab-like:hover {
  background: #b5dceb;
}

.tab-like.active {
  background: #b5dceb;
}

.tab-like a {
  margin: 0;
  color: #fff;
  text-decoration: none;
}

.pastille {
  position: absolute;
  top: -8px;
  right: 5px;
  background: #c21a28;
  border-radius: 16px;
  color: #fff;
  font-size: 0.8em;
  padding: 0px 6px;
  line-height: 36px;
}

.pastille.valide {
  background: #3dae48;
  font-size: 1em;
  padding: 1px 4px;
}

.pastille.avalider {
  background: #f9ba12;
  font-size: 1em;
  padding: 1px 4px;
}

/* 7.0 - Footer  */
#footer {
  display: none;
}
#footer .responsable {
  color: #000;
}

/* 8.0 - Content  */

#main {
  -moz-box-shadow: inset 0px 0px 200px 0px #e9e9e9;
  -webkit-box-shadow: inset 0px 0px 200px 0px #e9e9e9;
  -o-box-shadow: inset 0px 0px 200px 0px #e9e9e9;
  box-shadow: inset 0px 0px 200px 0px #e9e9e9;
}

.fullscreen-page {
  width: 100%;
  max-width: none;
}

.fullscreen-page .navigation-col {
  display: none;
}

.fullscreen-page #main {
  margin: 0;
  padding: 10px;
  width: 100%;
}

.container {
  width: auto;
}

/**
 * Page d'identification
 **/

.login-page {
}
.loginpage #main {
  width: 100%;
}
.login-page .wrapper {
  border-radius: 10px;
  margin-bottom: 10px;
  box-shadow: 1px 1px 16px 0 rgba(0, 0, 0, 0.2);
}
.login-page label {
  /*display: none;*/
}

.login-page footer {
  color: #fff;
}

.login-page .line i.fa {
  margin-right: 10px;
  font-size: 1.2em;
}

.login-page input[type="password"],
.login-page input[type="text"] {
  font-size: 1.2em;
  line-height: 20px;
  padding: 5px 5px;
  margin: 0;
  background: #e5e5db;
  border: none;
  width: 60%;
}

.login-page .line button i.fa {
  margin-right: 4px;
}

.champ-checkbox {
}
.champ-checkbox span {
  float: right;
}
.champ-checkbox input {
  float: left;
}

.big-title-like {
  padding-top: 40px;
  padding-bottom: 40px;
  font-family: Times New Roman, serif;
  font-style: italic;
  color: #2e4058;
  font-size: 1.6em;
}
.big-title-like p {
  color: #2e4058;
  position: relative;
  z-index: 2;
}

.trait-titre {
  display: block;
  clear: both;
  position: relative;
  width: 52%;
  top: -37px;
  right: 0;
  left: auto;
  float: right;
  border-color: #2e4058;
  color: #2e4058;
  background: #2e4058;
}

.informations {
  width: 42%;
  font-size: 1.25em;
  color: #2e4058;
}

.zone-connexion {
  width: 50%;
}

.zone-connexion .h2-like {
  display: none;
}
.zone-connexion .h2-like {
  display: none;
}

.zone-connexion input[type="text"],
.zone-connexion input[type="password"] {
  width: 70%;
  background: #c7e5f0;
  border: 1px solid #c7e5f0;
  padding: 1px 5px;
}

/**
 * Il faut séparer les règles sinon elles sont toutes ignorées
 **/
.zone-connexion ::-webkit-input-placeholder {
  color: #283140;
  font-size: 1.1em;
  font-weight: 500;
}
.zone-connexion :-moz-placeholder {
  color: #283140;
  font-size: 1.1em;
  font-weight: 600;
}
.zone-connexion ::-moz-placeholder {
  color: #283140;
  font-size: 1.1em;
  font-weight: 600;
}
.zone-connexion :-ms-input-placeholder {
  color: #283140;
  font-size: 1.1em;
  font-weight: 600;
}

.btn-like,
.btn-zoom-like {
  background: #a5c9d7;
  color: #fff;
  font-weight: bold;
  font-size: 1.4em;
  border-radius: 0;
  -moz-box-shadow: inset 0px 0px 70px 0px #90afbc;
  -webkit-box-shadow: inset 0px 0px 70px 0px #90afbc;
  -o-box-shadow: inset 0px 0px 70px 0px #90afbc;
  box-shadow: inset 0px 0px 70px 0px #90afbc;
  filter: progid:DXImageTransform.Microsoft.Shadow(color=#90afbc, Direction=NaN, Strength=70);
}

.btn-zoom-like {
  width: 70%;
  line-height: 60px;
}

.toolbar .btn-zoom-like {
  width: auto;
  margin: 0 0 0 10px;
  line-height: 35px;
}
.btn-like:hover,
.btn-zoom-like:hover {
  background-color: #bce1f1;
  -moz-box-shadow: inset 0px 0px 70px 0px #86a3ad;
  -webkit-box-shadow: inset 0px 0px 70px 0px #86a3ad;
  -o-box-shadow: inset 0px 0px 70px 0px #86a3ad;
  box-shadow: inset 0px 0px 70px 0px #86a3ad;
  filter: progid:DXImageTransform.Microsoft.Shadow(color=#86a3ad, Direction=NaN, Strength=70);
}

.btn-like {
  /*margin: 0;*/
  line-height: 35px;
}

.message-box .btn-zoom-like {
  width: 48%;
}

.btn-like.btn-annuler,
.btn-zoom-like.btn-annuler {
  background: #1f3b51;
  -moz-box-shadow: inset 0px 0px 70px 0px #545556;
  -webkit-box-shadow: inset 0px 0px 70px 0px #545556;
  -o-box-shadow: inset 0px 0px 70px 0px #545556;
  box-shadow: inset 0px 0px 70px 0px #545556;
  filter: progid:DXImageTransform.Microsoft.Shadow(color=#545556, Direction=NaN, Strength=70);
}

.btn-like.btn-annuler {
  background: #a9aaae;
  box-shadow: none;
}

.btn-zoom-like.btn-annuler:hover {
  background: #8f9193;
}

.note .btn-zoom-like {
  width: 50%;
  line-height: 40px;
}

/**
 * Formulaire de recherche
 **/
.search-form {
}
.search-form i {
  background: #b5dceb;
  color: #fff;
  height: 25px;
  width: 24px;
  margin: 0;
  padding: 0;
  text-align: center;
  line-height: 23px;
}
.search-form input {
  margin-left: 0;
  padding-left: 6px;
  width: 200px;
}

/**
 * Liste des projets
 **/

.bloc-projet {
  background: #efeff0;
  width: 31%;
  margin: 0 2% 3% 0;
  border: 1px solid #010101;
  max-width: 240px;
}

.bloc-projet:hover {
  border: 1px solid #b5dceb;
  background: #fff;
}

.lien-discret {
  text-decoration: none;
}

.bloc-projet.min-height {
  min-height: 290px;
}

.content {
  padding: 10px;
}

.bloc-projet .pastille {
  /*font-weight: 400;*/
  /*font-family: "Open Sans Condensed", sans-serif;*/
  width: 30px;
  height: 30px;
  line-height: 25px;
  text-align: center;
  font-size: 1.4em;
  border: 2px solid #fff;
  border-radius: 40px;
  top: auto;
  bottom: 24px;
  right: 50%;
  margin-right: -20px;
  /*box-shadow: 1px 1px 1px 0 rgba(0,0,0,.5);*/
}

.bloc-projet .pastille .fa {
  margin-left: -2px;
  margin-top: 4px;
}

.bloc-projet .pastille.encours {
  color: #737577;
  background: #fff;
}
.bloc-projet .pastille.valide {
  color: #fff;
  background: #80ba51;
}
.bloc-projet .vignette {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 135px;
  overflow: hidden;
  background: #fff;
}

.bloc-projet img {
  -webkit-filter: saturate(0.1);
  filter: saturate(0.5);
  max-width: none;
  /*height: 135px;
  min-width: 100%;*/
  /*min-height: 100%;*/
  /*width: auto;*/
  margin: 0 auto;
  display: block;
}

.bloc-projet:hover img {
  -webkit-filter: saturate(1);
  filter: saturate(1);
}

.bloc-projet .statut {
  margin: 12px 0 6px 0;
  /*font-family: "Open Sans", sans-serif;*/
  font-weight: 400;
  text-align: center;
  font-size: 0.85em;
  color: #737577;
}
.bloc-projet .statut.attente-validations {
  color: #d7a10f;
}
.bloc-projet .statut.attente-action {
  color: #c21a28;
}

.bloc-bibliotheque .pastille {
  bottom: -11px;
}

.bloc-bibliotheque .infos-prestations {
  display: flex;
  justify-content: flex-start;
  flex-direction: row-reverse;
}

.bloc-bibliotheque .infos-prestations .picto-link-like {
  margin-left: 25px;
}

.fake-checkbox {
  background: #d9d8c8;
}
.fake-checkbox.checked {
  background: #7fbc52;
}

.titre-projet {
  min-height: 3.8em;
}

.nom-projet {
  /*font-family: "Open Sans", sans-serif;*/
  font-weight: 400;
  font-size: 1.3em;
  color: #737577;
  margin: 0;
  padding: 0;
  line-height: 100%;
}

.ville-projet {
  /*font-family: "Open Sans", sans-serif;*/
  font-weight: 400;
  font-size: 1.1em;
  color: #57bbdb;
  margin: 0 0 10px 0;
  padding: 0;
  line-height: 100%;
}

.infos-prestations {
  border: 1px dotted #57bbdb;
  border-width: 2px 0 0 0;
  margin: 6px 0;
  padding: 14px 0 0 0;
  color: #737577;
  font-size: 1.2em;
}

.projet-responsable {
  color: #737577;
  border: 1px dotted #57bbdb;
  border-width: 2px 0 0 0;
  padding: 14px 0 0 0;
  margin-top: 14px;
}

.vignette-responsable {
  position: absolute;
  top: -20px;
  right: 10px;
  border-radius: 30px;
  overflow: hidden;
  width: 50px;
  height: 50px;
  padding: 3px 0 0 0;
  margin: 0;
  background: #fff;
}

.projet-responsable p {
  margin: 0;
  line-height: 140%;
}

.projet-responsable p a {
  color: #58595b;
  text-decoration: none;
  font-size: 1em;
}
.projet-responsable p a:hover {
  color: #57bbdb;
}

.projet-responsable em {
  display: block;
  clear: both;
  font-size: 0.8em;
  /*font-family: "Open Sans", sans-serif;*/
  font-weight: 300;
  font-style: italic;
  margin-bottom: 0;
}

.projet-responsable .fa {
  font-size: 1.4em;
  display: block;
  clear: both;
  margin: 8px 0 0 0;
}

.projet-responsable p strong {
  font-size: 1.2em;
  color: #58595b;
  /*font-family: "Open Sans Condensed", sans-serif;*/
  font-weight: 600;
}

/**
 * Contact technique
 **/
.contact-technique {
  color: #58595b;
  padding: 0px 25px 0px 25px;
  border: none;
}

.contact-technique img {
  width: 40px;
}

.contact-technique-like {
  color: #58595b;
  padding: 0px 25px 0px 25px;
  background: #ededee;
  border: none;
}

.fond-etapes-like {
  background: transparent;
  color: #fff;
  font-size: 1.2em;
}

.trait-pointille {
  display: block;
  clear: both;
  border-bottom: 1px solid #fff;
  width: auto;
  height: 1px;
  margin: 0;
  padding: 10px 0 0 0;
}

.contact-technique em {
  display: block;
  clear: both;
  font-size: 0.8em;
  /*font-family: "Open Sans", sans-serif;*/
  font-weight: 300;
  font-style: italic;
  margin-bottom: 6px;
}
.contact-technique strong {
  font-size: 1.2em;
  color: #58595b;
  /*font-family: "Open Sans Condensed Bold", sans-serif;*/
}
.contact-technique .vignette {
  border-radius: 30px;
  overflow: hidden;
  width: 60px;
  height: 60px;
  padding: 3px 0 0 0;
  margin: 0 0 0 14px;
  background: #fff;
}

.display-image {
  min-height: 400px;
}

.display-image img {
  min-width: 100%;
}

.aide-stickit {
  position: absolute;
  top: 12px;
  right: 25px;
  text-align: right;
}
.aide-stickit .fa {
  font-size: 1.5em;
  background: #4d4d4f;
  border: 1px solid #4d4d4f;
  color: #fff;
  border-radius: 30px;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
}

/**
 * validation angle et validation graphisme
 **/
.bloc-edition {
  display: block;
  clear: both;
  overflow: hidden;
  margin: 0 0 0 0;
}

.bloc-edition img {
  min-width: 100%;
}

.bloc-edition .numero-angle {
  border-radius: 30px;
  height: 40px;
  width: 40px;
  line-height: 40px;
  margin: 6px 0 0 6px;
  font-size: 2em;
  z-index: 2;
  /*font-family: "Open Sans Condensed Bold", sans-serif;*/
}

.navigation-angles {
  font-size: 7em;
  color: #000;
  top: 50%;
  margin-top: -15px;
  cursor: pointer;
}

#angle-precedent {
  left: 0;
  z-index: 9;
}
#angle-suivant {
  right: 0;
  z-index: 9;
}

.toolbar {
  background: #4d4d4f;
  padding: 6px;
  overflow: visible;
  min-height: 75px;
  padding: 20px 0 25px 25px;
}

.toolbar label {
  color: #fff;
  margin: 6px 0 0 6px;
}

.toolbar .ptl,
.toolbar .ptr {
  margin: 21px 0 0 0;
}

.toolbar .ptr {
  margin-right: 25px;
}
.toolbar .pbr {
  margin-right: 25px;
  margin-bottom: 16px;
}

.toolbar .fa-pencil {
  font-size: 18px;
}

.toolbar .ptl {
  margin: 12px 0 0 19px;
  padding: 0;
  width: 100%;
}

.toolbar .center {
  width: 255px;
  margin: 2px auto 0 auto;
}

.toolbar .smalltools {
  width: 200px;
}

.toolbar .action {
  float: left;
  width: 50px;
  text-align: center;
  cursor: pointer;
}

.toolbar .action i {
  width: 30px;
  height: 30px;
  line-height: 32px;
  text-align: center;
  font-size: 1.2em;
  color: #949599;
  background: #fff;
  border-radius: 30px;
}

.toolbar .action span {
  display: block;
  clear: both;
  color: #fff;
  text-align: center;
  font-size: 0.9em;
}

.toolbar .action a {
  text-decoration: none;
}

.toolbar .outil-punaise {
  position: relative;
  margin-top: -7px;
}
.toolbar .outil-punaise i {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 2em;
  border-radius: 50px;
}

.etape2-like .right {
  margin-top: 13px;
}

.etape2-like .aide-like {
  font-size: 1.2em;
  font-weight: bold;
  line-height: 120%;
  margin-bottom: 16px;
  padding: 20px 0 8px 25px;
}

.etape2-like .aide-like.man {
  margin-bottom: 0;
  padding: 10px 0 0 0;
}

.confirmation-validation {
  padding: 0 0 0 15px;
}

.confirmation-validation label {
  font-size: 1.2em;
  margin-top: 4px;
}

.bg-light {
  background: #ededee;
  padding: 0 25px 20px 0;
}

.toolbar-theme-light.toptoolbar {
  padding-top: 16px;
}

.toolbar-theme-light {
  overflow: hidden;
  background: #ededee;
  padding: 2px 0 16px 25px;
}
.toolbar-fixed {
  z-index: 9999;
  position: fixed;
  top: 0;
  width: 100%;
  /*max-width: 923px;*/
}

.toolbar-theme-light .choix-action p {
  width: 40%;
  overflow: auto;
  height: 50px;
  margin: 0;
}

.fullscreen-page .toolbar-fixed {
  left: 0;
  width: 100%;
  max-width: none;
}

.toolbar-theme-light label {
  color: #4d4d4f;
}

.toolbar-theme-light .action i {
  border: 1px solid #949599;
}
.toolbar-theme-light .action span {
  color: #4d4d4f;
}

.toolbar-theme-light .outil-punaise {
}
.toolbar-theme-light .outil-punaise i {
  color: #fff;
  background: #c21a28;
  border: none;
}

.toolbar-theme-light .outil-punaise.action-disabled i {
  background: #949599;
  /*cursor: not-allowed;*/
}

.masque-image {
  display: block;
  overflow: hidden;
  width: 100%;
  height: auto;
}
.masque-image img {
  min-width: 100%;
}

.bulle-info {
  display: none;
  position: absolute;
  top: 10px;
  left: 47px;
  background: #c21a28;
  border-radius: 60px;
  height: 60px;
  width: 60px;
  padding: 0;
  line-height: 56px;
  color: #fff;
  font-size: 3em;
  text-align: center;
  font-weight: bold;
}

.bulle-info .fa {
  background: #fff;
  color: #c21a28;
  border-radius: 45px;
  height: 45px;
  width: 45px;
  line-height: 45px;
}

/**
 * Progression des validations
 **/
.bloc-etapes {
  display: block;
  clear: both;
  overflow: hidden;
  /*background: transparent;*/
  padding: 6px;
  margin: 0;
  padding: 0;
}

.progression {
  position: relative;
  float: left;
  width: 59%;
  height: auto;
  min-height: 11px;
  margin: 0;
  padding: 0;
  text-align: center;
}

.progression .toolbar {
  display: inline-block;
}

.progression .bloc-validation {
  text-align: left;
}

.etape-nav {
  float: left;
  width: 20%;
  margin: 16px 0 0 0;
  padding: 0;
}
.etape-nav.start a {
  margin-left: 20px;
}
.etape-nav.end a {
  margin-right: 20px;
}

.etape-nav button,
.etape-nav a {
  float: left;
  color: #233f55;
  font-size: 0.9em;
  text-decoration: none;
  line-height: 40px;
  background: transparent;
  border: none;
}

.etape-nav button:hover .fa,
.etape-nav a:hover .fa,
.etape-nav button:hover,
.etape-nav a:hover {
  color: #b5dceb;
}

.etape-nav.end button,
.etape-nav.end a {
  float: right;
}

.etape-nav button span,
.etape-nav a span {
  float: left;
  font-size: 1.4em;
  line-height: 40px;
  margin: 0 8px;
}

.etape-nav button .fa,
.etape-nav a .fa {
  float: left;
  color: #233f55;
  font-size: 5em;
  line-height: 40px;
}

.progression .barre {
  position: absolute;
  top: 36px;
  left: 12%;
  border-top: 1px solid #233f55;
  height: 1px;
  width: 76%;
}

.progression .etape {
  position: absolute;
  top: 0;
  left: 0;
  width: 20%;
  text-align: center;
  color: #233f55;
  margin: 20px 0 0 0;
}
.progression .etape a {
  color: #fff;
  text-decoration: none;
}

.progression .etape .pastille {
  float: none;
  position: static;
  text-align: center;
  top: auto;
  left: auto;
  width: 30px;
  height: 30px;
  line-height: 30px;
  padding: 0;
  font-size: 1.5em;
  margin: 0 auto;
  color: #fff;
  background: #233f55;
}
button.pastille {
  border: none;
  display: block;
}
.progression .etape a:hover .pastille,
.progression .etape button.pastille:hover {
  background: #b5dceb;
  color: #172029;
}
.progression .etape.active .pastille {
  background: #b5dceb;
  color: #172029;
}
.progression .etape.active .pastille,
.progression .etape.active span {
  font-weight: bold;
}

.progression .etape-1 {
  left: 10px;
}
.progression .etape-2 {
  left: 40%;
}
.progression .etape-3 {
  left: 80%;
}

/**
 * Message de confirmation de validation
 **/

.black-bg {
  background: #000;
  opacity: 0.5;
  height: 100%;
  width: 100%;
  border-bottom: 1px solid #fff;
}

.message-box {
  display: block;
  clear: both;
  overflow: hidden;
  padding: 0;
  margin: 40px 0 0 -150px;
  background: #fff;
  width: 400px;
  height: auto;
  top: 0;
  left: 50%;
}

.close {
  display: block;
  position: absolute;
  top: 0;
  right: 1px;
  color: #999;
  cursor: pointer;
  padding: 1px 6px;
  font-family: Arial, sans-serif;
  font-size: 1.2em;
}

.delete {
  display: block;
  position: absolute;
  top: 25px;
  right: 0;
  color: #999;
  cursor: pointer;
  padding: 1px 6px;
  font-family: Arial, sans-serif;
  font-size: 1.1em;
}

.message-box .close {
  color: #fff;
  text-decoration: none;
}

.message-title {
  padding: 2px 10px;
  background: #b5dceb;
  color: #172029;
  text-align: center;
  font-size: 1.6em;
}
.message-content {
  padding: 10px 10px;
}

.fake-radiobutton {
  display: inline-block;
  margin: 4px 0 0 0;
}

.fake-radiobutton span {
  display: inline-block;
  line-height: 25px;
  cursor: pointer;
  font-size: 1.2em;
  font-weight: bold;
  color: #4d4d4f;
}

.fake-radiobutton:hover span {
  text-decoration: underline;
}
.fake-radiobox {
  display: inline-block;
  border-radius: 25px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  font-size: 1.5em;
  color: #fff;
  text-align: center;
  margin: 0 8px 0 0;
  cursor: pointer;
}

.radio-pencil {
  line-height: 22px;
}

.fake-radiobox {
  background: #d9d8c8;
}
.fake-radiobox.checked {
  background: #c21a28;
}

.radio-green.fake-radiobox.checked {
  background: green;
}

/**
 * Messages d'information
 **/

.info-box {
  padding: 8px 35px 8px 14px;
  margin-bottom: 16px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.alert-success {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
  font-size: 14px;
}
.alert-error {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
  font-size: 14px;
}

/**
 * Look des tableaux
 **/
table th,
table td {
  color: #333;
}

.facture-like {
  width: auto;
  border: none;
  border-bottom: 1px #aaa dotted;
}
.facture-like th,
.facture-like td {
  border: none;
}

.facture-like th {
  background: #e0dfd3;
  font-weight: normal;
  font-size: 0.9em;
}

.historique-table {
  /*width: 100%;*/
  border: none;
}
.historique-table thead {
}
.historique-table thead th {
  background: #707173;
  color: #fff;
  font-size: 0.85em;
  border: none;
  font-weight: normal;
  text-transform: uppercase;
  text-align: center;
  border-right: 1px solid #fff;
}
.historique-table tbody {
}
.historique-table tbody td {
  background: #ededee;
  border: none;
  border-bottom: 1px dotted #707173;
  color: #4d4d4f;
  font-size: 1em;
  text-align: center;
  vertical-align: middle;
  padding: 8px 8px 8px 0;
}

.historique-table tbody td.txtleft {
  text-align: left;
}
.historique-table tbody td.statut-3,
.historique-table tbody td.statut-3 .fa {
  color: #f00;
}

.img-container {
  position: relative;
}

.bandeau-modification {
  position: absolute;
  top: 0;
  right: 0;
  width: 62px;
  height: 69px;
  background: url(img/bandeau-modification.png) top right no-repeat;
}

.historique-table tbody td .vignette {
  display: block;
  overflow: hidden;
  max-height: 70px;
}

.historique-table tbody td .vignette-biblio {
  /*max-height: 70px;*/
  max-width: 130px;
}

.historique-table thead th.image-cell,
.historique-table tbody td.image-cell {
  width: 140px;
}

/*.historique-table tbody td .vignette:hover {
    -moz-transform: rotate(5deg) scale(1.20);
    -webkit-transform: rotate(5deg) scale(1.20);
    -o-transform: rotate(5deg) scale(1.20);
    -ms-transform: rotate(5deg) scale(1.20);
    transform: rotate(5deg) scale(1.20);
    opacity: 0.8;
}*/

/* 3.4 - EFFET LOUPE */

.obj-image-zoom {
  -moz-transition: all 0.2s ease-in-out 0s;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.obj-image-zoom:hover {
  -moz-transform: rotate(5deg) scale(1.2);
  -webkit-transform: rotate(5deg) scale(1.2);
  -o-transform: rotate(5deg) scale(1.2);
  -ms-transform: rotate(5deg) scale(1.2);
  transform: rotate(5deg) scale(1.2);
  opacity: 0.8;
}

.historique-table tbody .row-alt td {
  background: #fff;
}

.historique-table tbody .fa {
  color: #949599;
  font-size: 1.3em;
}

.historique-table tbody .active .fa,
.historique-table tbody .active td,
.historique-table tbody .active td a {
  color: #faa62f;
}
.historique-table tbody .livre .prestation-statut .fa {
  color: #7fbc52;
}

.historique-table tbody tr:last-child td {
  border: none;
}

.historique-table tbody tr td:hover .fa,
.historique-table tbody tr td:hover,
.historique-table tbody tr td:hover a {
  color: #55bcdd;
}

.historique-table tbody td a {
  text-decoration: none;
}
/*
.historique-table .fa { font-size: 1.5em; }
.historique-table .fa-check { color: #7fbc52; }
.historique-table .fa-thumbs-up { color: #55bcdd; }
.historique-table .fa-wrench { color: #c21a28; }
.historique-table .fa-share { color: #949599; }
.historique-table .fa-photo { color: #949599; }*/

.historique-table tbody .separation-annee {
  border: none;
}
.historique-table tbody .separation-annee td {
  border: none;
  background: #fff;
  height: 16px;
  padding: 0;
  font-size: 10px;
}

.js-expand {
  cursor: pointer;
}
.js-expand .fa {
  font-size: 1.5em;
  color: #949599;
}

.js-collapsable {
  display: none;
}
.js-collapsable.open {
  display: block;
}

/**
 * Page valider un angle de vue
 **/
.liste-angles {
  display: block;
  overflow: hidden;
  clear: both;
}

.liste-angles ul {
  display: block;
  overflow: hidden;
  margin: 0 auto;
  width: 38%;
}

.liste-angles li {
  float: left;
  width: 31.33%;
  margin-right: 2%;
}
.liste-angles li a {
  display: block;
  position: relative;
  overflow: hidden;
  height: auto;
  width: 100%;
  margin: 0;
  text-decoration: none;
}

.liste-angles .photo {
  float: left;
  height: auto;
  overflow: hidden;
}

.liste-angles .photo img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100px;
}

.liste-angles span,
span.numero-angle {
  position: absolute;
  float: left;
  margin: 5px 0 0 5px;
  height: 30px;
  width: 30px;
  padding: 0;
  line-height: 30px;
  border-radius: 30px;
  background: #b5dceb;
  color: #fff;
  font-size: 1.5em;
  text-align: center;
  font-weight: bold;
  text-decoration: none;
  top: 0px;
  left: 0px;
}
span.numero-valide {
  background: #c21a28;
}

.actions-photo {
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  padding: 4px 6px;
  background: #4d4d4f;
  color: #fff;
  font-size: 1em;
  text-align: center;
  font-weight: bold;
}

.actions-photo a {
  color: #fff;
  font-size: 1.3em;
}

.btn-large {
  padding: 4px 40px;
}

.template {
  display: none;
}

.presta-bloc {
  border: 4px solid black;
  overflow: hidden;
  max-height: 120px;
  margin: 3px;
}
.presta-refuse {
  border-color: #e0e0e0;
  opacity: 0.5;
}
.presta-valide {
  border-color: green;
}

/**
 * progression
 **/

.meter {
  height: 20px;
  position: relative;
  margin: 25px 0px 20px;
  background: none repeat scroll 0% 0% #555;
  border-radius: 25px;
  padding: 5px;
  box-shadow: 0px -1px 1px rgba(255, 255, 255, 0.3) inset;
}

.meter > span {
  display: block;
  height: 100%;
  width: 0;
  border-radius: 20px 8px 8px 20px;
  background-color: #b5dceb;
  background-image: -moz-linear-gradient(
    center bottom,
    #2bc253 37%,
    #54f054 69%
  );
  box-shadow: 0px 2px 9px rgba(255, 255, 255, 0.3) inset,
    0px -2px 6px rgba(0, 0, 0, 0.4) inset;
  position: relative;
  overflow: hidden;
}

.qtip-default {
  background: #24435c !important;
}

/* Youtube tooltip style */
.qtip-default,
.qtip-arka {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;

  -webkit-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
  box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);

  color: white;
  border: 0 solid transparent;

  background-color: #24435c;

  margin-left: 24px;
  margin-top: -17px;
}

.qtip-arka .qtip-titlebar {
  background-color: #4a4a4a;
  background-color: rgba(0, 0, 0, 0);
}

.qtip-arka .qtip-content {
  font: 12px arial, sans-serif;
  color: #fff;
}
.qtip-arka .qtip-content h3 {
  font: 12px arial, sans-serif;
}

.qtip-arka .qtip-icon {
  border-color: #222;
}

.qtip-arka .qtip-titlebar .ui-state-hover {
  border-color: #303030;
}

/**
 * Ma bibliothèque
 **/
.biblio-recherche {
}
.biblio-recherche .search-form {
  float: left;
  margin-right: 16px;
}
.biblio-recherche .h2-like {
  float: left;
  margin-right: 26px;
}
.biblio-recherche .voir-dossier {
  float: right;
  margin-right: 90px;
  text-decoration: none;
}

.mode-affichage {
}
.mode-affichage p {
  float: left;
  margin-right: 16px;
}
.mode-affichage a {
  float: left;
  margin-right: 10px;
  text-decoration: none;
  text-align: center;
}
.mode-affichage a .fa {
  display: block;
  font-size: 2em;
}
.mode-affichage a span {
  display: block;
  font-size: 0.8em;
}

/*   8.1 - Entry Content  */

/*   8.2 - Archive Content  */

/*   8.3 - Home content  */

/*   8.4 - Reference content  */

/*   8.5 - Singular  */

/*   8.6 - 404 Page  */

/*   8.7 - Pagination  */

.pagination {
  display: block;
  clear: both;
  overflow: hidden;
  width: auto;
  margin: 16px 0;
}
.pagination ul {
  list-style-type: none;
}
.pagination li {
  display: inline-block;
}
.pagination a {
  display: inline-block;
  background: #fff;
  line-height: 140%;
  padding: 1px 6px;
  border: 1px solid #e5e5e5;
  text-decoration: none;
}

.pagination a:hover {
  background: #b5dceb;
  color: #fff;
}

.pagination li.disabled a {
  background: transparent;
  border: none;
}

.pagination li.disabled a:hover {
  color: inherit;
}

.pagination li.active a {
  background: transparent;
  border: none;
  font-weight: bold;
  color: #000;
}

.pass-through {
  overflow: visible;
}

.infos-vignette {
  position: absolute;
  bottom: 98%;
  right: 14px;
  padding: 16px;
  background: #fff;
  font-size: 1.2em;
  max-width: 280px;
}

.infos-vignette.hidden {
  display: none;
}

.infos-vignette h2 {
  margin: 0;
}

.infos-vignette p {
  margin: 0;
}

/*   8.8 - Krpano  */

/*   8.9 - Maquette 3D  */

/* 9.0 - Media Queries  */

@media screen and (min-width: 1280px) {
}

@media (max-width: 1279px) {
  .navigation-col {
    width: 20%;
  }
  #main {
    width: 80%;
  }

  .loginpage #main {
    width: 100%;
  }

  .bottomBox {
    width: 20%;
  }

  .liste-angles ul {
    width: 55%;
  }

  .etape-nav {
    width: 25%;
  }
  .progression {
    width: 49%;
  }

  .info-utilisateur .left,
  .info-utilisateur .right {
    display: inline-block !important;
    clear: none !important;
    width: 49% !important;
  }

  /*.info-utilisateur .left {
        float: left !important;
    }

    .info-utilisateur .right {
        float: right !important;
    }*/

  .info-utilisateur .right .mon-compte {
    float: right !important;
  }
}

@media (max-width: 1200px) {
  .etape-nav {
  }
  .etape-nav button {
    text-align: right;
    line-height: 100%;
  }
  .etape-nav button span {
    display: inline-block;
    width: 80px;
  }
  .etape-nav button .fa {
    display: inline-block;
    float: none;
  }
}

@media (max-width: 979px) {
  .navigation-col {
    width: 20%;
  }
  #main {
    width: 80%;
  }

  .image-nav {
    display: none;
  }

  .bottomBox {
    width: 20%;
  }
  .navigation li a {
    font-size: 1.1em;
    font-weight: normal;
    padding: 40px 18px 40px 16px;
  }

  /*.bloc-projet img {
      -webkit-filter: saturate(.1);
      filter: saturate(.5);
      height: 135px;
      min-width: 100%;
    }*/

  .bloc-projet {
    background: #efeff0;
    width: 49%;
    margin: 0 1% 3% 0;
    border: 1px solid #010101;
    max-width: 280px;
  }

  .liste-angles ul {
    width: 70%;
  }
}

@media (max-width: 950px) {
  .navigation {
    min-height: 0;
  }

  #fildariane {
    display: none;
  }
  .trait-titre {
    position: static;
    margin: 0;
    top: 0;
    left: 0;
  }

  .responsable {
  }
  .responsable img {
    display: block;
    clear: both;
  }
  .responsable p {
    display: block;
    clear: both;
  }

  .etape-nav button span,
  .etape-nav a span {
    line-height: 38px;
  }

  /*.etape-nav button .fa, .etape-nav a .fa {
        float: none;
    }*/

  .progression {
    margin: -10px 0 0 0;
  }

  .etape-nav,
  .progression .etape {
    margin-top: 5px;
    font-size: 0.9em;
  }
  .progression .barre {
    top: 20px;
  }
  .toolbar-theme-light {
    padding: 12px 0 10px 0px;
  }

  .progression .toolbar-theme-light {
    padding: 2px 0 10px 0px;
  }

  .toolbar .action i {
    line-height: 29px;
  }
  .toolbar .outil-punaise i {
    line-height: 49px;
  }

  .toolbar .action i.fa:before {
    margin-left: 2px;
  }

  .fake-radiobutton span {
    font-size: 1em;
  }
  .toolbar .ptl,
  .toolbar .ptr {
    margin: 8px 0 0 0;
  }
  .toolbar .ptl {
    margin: 4px 0 0 4px;
  }
  .toolbar {
    text-align: center;
  }
  .toolbar .center {
    width: 250px !important;
    margin: 0 auto !important;
    clear: both;
    display: inline-block !important;
  }
  .hide-mobile {
    display: none;
  }

  .bg-light {
    padding: 10px;
  }

  .bg-light textarea {
    margin: 0 !important;
    width: 100% !important;
    display: block !important;
    clear: both !important;
  }

  .etape2-like .aide-like {
    margin-bottom: 0px;
    padding: 4px 0 0px 0px;
  }

  .choix-action {
  }
  .choix-action .line {
    display: inline-block;
    width: auto;
    margin-right: 16px;
  }

  .modifier-coordonnees .w50 {
    width: 100%;
  }

  .bloc-projet .picto-link-like {
    float: right !important;
    margin-right: 10px !important;
  }
}

@media (max-width: 800px) {
  #colPub {
    display: none !important;
  }
}

@media (max-width: 768px) {
  .navigation,
  .navigation-col {
    min-height: 0;
  }

  .bottomBox {
    display: none;
  }
  #footer {
    display: block;
  }

  .toolbar .center {
    width: auto !important;
  }

  .toolbar .absolute {
    position: static;
    display: inline-block;
    float: none;
    clear: both;
    width: auto;
  }

  .display-image {
    min-height: 0;
  }
}

@media (max-width: 700px) {
  .navigation li a {
    padding: 30px 18px 30px 16px;
  }
}

@media (max-width: 600px) {
  .navigation-col {
    width: 24%;
  }
  #main {
    width: 76%;
  }
  .bottomBox {
    width: 24%;
  }
  .bloc-projet {
    background: #efeff0;
    width: 100%;
    margin: 0 0 3% 0;
    border: 1px solid #010101;
    max-width: 240px;
  }

  .toolbar .center {
    margin-top: 55px;
  }
}

@media (max-width: 480px) {
  .h3-like {
    font-size: 1em;
  }
  .retour {
    float: none;
    display: block;
    font-size: 1em;
  }
  #main {
    padding: 1em;
  }

  #footer {
    display: block;
  }
  #main,
  .navigation-col {
    width: auto;
    clear: both;
    float: none;
    display: block;
  }

  .bottomBox {
    display: none;
  }
  .bloc-projet {
    background: #efeff0;
    width: 100%;
    margin: 0 0 3% 0;
    border: 1px solid #010101;
    max-width: 240px;
  }

  .liens-contact li {
    font-size: 0.9em;
  }

  .navigation li a {
    padding: 20px 18px 20px 16px;
  }

  .toolbar-theme-light {
    margin: 0;
    padding: 6px;
  }

  .toolbar .center {
    margin: 0;
    width: auto;
  }

  .toptoolbar {
    text-align: left;
  }

  .note {
    top: 0;
    left: 50%;
    margin: 0 0 0 -100px;
    display: block;
    z-index: 99;
  }

  .toolbar .absolute {
    position: static;
    display: inline-block;
    float: none;
    clear: both;
    width: auto;
    margin: 0;
  }

  .toolbar .bloc-validation {
    margin-left: 11px;
    margin-bottom: 6px;
  }

  .etape-nav {
    width: 22%;
  }

  .etape-nav.start a {
    margin-left: 4px;
  }
  .etape-nav button .fa,
  .etape-nav a .fa {
    font-size: 3em;
    line-height: 40px;
  }

  .etape-nav.end {
    width: 33%;
  }

  .etape-nav a span {
    margin: 0 0 0 8px;
  }

  .liste-angles ul {
    width: 100%;
  }

  .bloc-edition .numero-angle {
    border-radius: 20px;
    height: 20px;
    width: 20px;
    line-height: 22px;
    margin: 5px 0 0 6px;
    font-size: 1.1em;
  }

  .fake-radiobox {
    border-radius: 17px;
    width: 17px;
    height: 17px;
    line-height: 17px;
    font-size: 1em;
    margin: 0 2px 0 0;
  }

  .progression {
    width: 45%;
  }

  .liste-angles span,
  span.numero-angle {
    margin: -4px 0 0 -3px;
    height: 15px;
    width: 15px;
    line-height: 15px;
    border-radius: 15px;
    font-size: 1em;
  }

  .navigation-angles {
    font-size: 4em;
    margin-top: -40px;
  }

  .toolbar .bloc-validation {
    margin-left: 0;
    margin-bottom: 0;
  }

  .etape-nav button span {
    width: auto;
    font-size: 1.3em;
    margin: 0;
  }
  .etape-nav.end button span {
    margin: 0 4px 0 0;
  }

  .fake-radiobutton span {
    font-size: 0.9em;
    font-weight: normal;
  }

  .contact-technique {
    float: left;
    padding: 0px 25px 0px 0;
  }

  .etape2-like .w40 {
    width: 100%;
  }
  .etape2-like .w60 {
    width: 100%;
  }

  .loginpage .big-title-like .w50 {
    width: 100%;
  }
  .loginpage .big-title-like .trait-titre {
    width: 100%;
  }

  .loginpage #identificationForm .w30 {
    width: 100%;
  }

  .black-bg {
    display: none;
  }

  #dialogLoader {
    display: none;
  }

  .message-box {
    position: relative;
    margin: 0px 0 0 0;
    width: 100%;
    left: 0;
  }

  #CoordonneesForm .btn-zoom-like {
    width: 100%;
    font-size: 1.2em;
  }
}

@media (max-width: 320px) {
  .navigation {
    min-height: 0;
  }

  #fildariane {
    display: none;
  }

  .mobile-only {
    display: inline-block;
  }

  .trait-titre {
    position: static;
  }

  .historique-table tbody td,
  .historique-table tbody .row-alt td {
    background: #fff;
    border-bottom: none;
    margin: 0;
    padding: 6px;
  }

  .historique-table tbody td.img-cell {
    border-top: 1px dotted #707173;
    margin-top: 16px;
  }

  .historique-table tbody td .btn-validation {
    width: 100%;
  }

  .informations,
  .zone-connexion {
    float: none;
    clear: both;
    display: block;
    width: 100%;
  }

  #identificationForm .txtright {
    text-align: left;
  }

  .fixed,
  .navigation-fixed.fixed,
  .navigation-fixed {
    position: static;
  }

  .bottomBox {
    width: 100%;
    position: static;
  }
}

/* 10.0 - Print  */

@media print {
  .mw1140p {
  }

  /*span.numero-angle,*/
  .no-print,
  .bottomBox,
  .info-utilisateur,
  .liste-angles,
  .retour,
  .note,
  .punaise,
  .toolbar,
  .contact-technique,
  .bloc-etapes,
  .navigation,
  .navigation-col,
  #fildariane,
  #footer {
    display: none !important;
  }

  #header .infos-societe,
  #header .mon-compte,
  #header .infos-client {
    display: none !important;
  }

  .liens-contact a {
    display: none;
  }

  .logo-espace-client,
  #main {
    box-shadow: none;
    border: none;
  }

  .masque-image {
    width: auto !important;
    height: auto !important;
  }
  .masque-image img {
    width: 100% !important;
  }
}
