<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* colors */
/* text shadows */
/* box shadows */
/* Forms */
/**
 * Generator of stylesheet for element use font-awesome icons vars
 */
/**
 * https://developer.mozilla.org/fr/docs/CSS/white-space
 */
/**
 * Fonts
 */
body {
  font-family: 'Helvetica Neue', Helvetica, Arial, 'lucida grande', tahoma, verdana, arial, sans-serif;
  color: #333333;
}

.popin .group-name {
  text-shadow: none;
}

.popin .group-name,
h1,
h2,
#interventions.view h3 {
  color: #4e5665;
  font-weight: bold;
}

h2 {
  margin: 24px 0 0 0;
}

h2,
#interventions.view h3 {
  font-size: 14px;
  color: #707785;
  text-transform: uppercase;
}

/**
 * Layout
 */
body {
  padding: 0;
  overflow-y: hidden;
}

.popin #view_content {
  padding: 0;
}

.popin .group-name,
.clicrdv-tabs,
.popin .clicrdv-tabs {
  padding: 0;
}

.facebook-cover-image {
  width: 100%;
  padding-bottom: 20px;
}

/**
 * Intervention tab
 */
#interventions.view.interventionsets-list #interventionsets-index li a.interventionset-name .length,
#interventions.view.interventionsets-list #interventionsets-index li h4 .length,
#interventions.view .intervention a.interventionset-name .length,
#interventions.view .intervention h4 .length {
  color: #898f9c;
}
#interventions.view.interventionsets-list #interventionsets-index li .price,
#interventions.view .intervention .price {
  font-size: 22px;
  color: #4e5665;
}
#interventions.view.interventionsets-list #interventionsets-index li .cents,
#interventions.view.interventionsets-list #interventionsets-index li .currency-unit,
#interventions.view .intervention .cents,
#interventions.view .intervention .currency-unit {
  font-size: 14px;
}

/**
 * Boutons
 */
.btn {
  padding: 3px 11px 5px;
}

.btn,
.yui3-skin-sam .clicrdv-drop-down-menu .inputEx-MenuField .yui3-menu-horizontal .yui3-menu-content-root {
  font-weight: bold;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

/**
 * Select
 */
body.yui3-skin-sam .clicrdv-drop-down-menu .inputEx-MenuField .yui3-menu-horizontal .yui3-menu-content-root .yui3-menu-label em {
  font-weight: bold;
  color: #333;
}
body.yui3-skin-sam .clicrdv-drop-down-menu .inputEx-MenuField .yui3-menu-horizontal .yui3-menu-button-label {
  padding: 4px 2px 6px 12px;
}
body.yui3-skin-sam .clicrdv-drop-down-menu .inputEx-MenuField .yui3-menu-horizontal .yui3-menu-button .yui3-menu {
  font-weight: normal;
}
body.yui3-skin-sam .clicrdv-drop-down-menu .inputEx-MenuField .yui3-menu-horizontal .yui3-menu-button .yui3-menu .yui3-menu-label-active,
body.yui3-skin-sam .clicrdv-drop-down-menu .inputEx-MenuField .yui3-menu-horizontal .yui3-menu-button .yui3-menu .yui3-menuitem-active .yui3-menuitem-content {
  background: #6d84b4;
  color: white;
}

.btn.primary,
.btn.primary:hover,
.btn.primary:focus,
#interventions.view.interventionsets-list #interventionsets-index li:hover .btn,
#interventions.view .intervention:hover .btn {
  color: white;
  background-repeat: repeat-x;
  background-color: #3C5A99;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzRlNjlhMiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzNjNWE5OSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #4e69a2), color-stop(100%, #3c5a99));
  background-image: -moz-linear-gradient(#4e69a2, #3c5a99);
  background-image: -webkit-linear-gradient(#4e69a2, #3c5a99);
  background-image: linear-gradient(#4e69a2, #3c5a99);
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF4E69A2', endColorstr='#FF3C5A99');
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #435A8B #3C5488 #334C83;
  text-shadow: rgba(0, 0, 0, 0.2) 0px -1px 0px;
}

/**
 * Forms
 */
/**
 * ConfirmRdv
 */
#rdv-confirm .modify-rdv,
#rdv-confirm .comment-toggle {
  font-size: 12px;
}

/**
 * Boxes 
 */
.box,
.yui3-skin-sam #loginMsg,
.yui3-skin-sam #calendars.calendar-list li,
.yui3-skin-sam #calendars.calendar-list li:hover,
.yui3-skin-sam #interventions.view .intervention,
.yui3-skin-sam #interventions.view .intervention:hover,
.yui3-skin-sam #interventions.view.interventionsets-list #interventionsets-index li,
.yui3-skin-sam #interventions.view.interventionsets-list #interventionsets-index li:hover,
.yui3-skin-sam #home .contentDiv,
.yui3-skin-sam .yui3-availabletimeslotwidget,
.yui3-skin-sam #appointmentList.view .appointment-item {
  border: 1px solid #E9EAED;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

/**
 * Intervention list
 */
#interventions.view .intervention .btn,
#interventions.view.interventionsets-list #interventionsets-index li .btn {
  margin-top: -12px;
}

/**
 * Remove the profile
 */
/**
 * Footer
 */
p#legal_footer a,
#footer p {
  color: #777;
  font-size: 11px;
}
</pre></body></html>