/*
#@plugins/themes/ent1d_sky/css/theme.scss
*/
@charset "UTF-8";
/* #19B6EE */
/* APM + cette ligne ou autre : $bg-apm: lighten($primary, 45%);*/
/*$font-family-serif:           Georgia, Cambria, "Times New Roman", Times, serif !default; APM */
/* Variables et declarations specifiques, en complement de _variables.scss */
body {
  font-size: 1em;
  background: url('http://sitesecoles.ac-poitiers.fr/rpi-les-hirondelles/plugins/themes/ent1d_sky/css/img/bg-page.png') no-repeat scroll center top #52b3ea;
  /* APM + */
}
#descriptif_site_spip {
  font-size: 1.25em;
}
/* image d'entête et espace haut pour aérer */
.header {
  /*padding-top: 4 * $spacer;  APM */
  position: relative;
}
.header .spip_logo {
  display: none;
}
.header:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  height: 100%;
  width: 380px;
  right: -30px;
  background: 95% bottom no-repeat url('http://sitesecoles.ac-poitiers.fr/rpi-les-hirondelles/plugins/themes/ent1d_sky/css/img/bg-titre.png');
  /* APM modif intro->titre */
  background-size: contain;
  /*z-index: -1; APM */
}
@media (min-width: 768px) {
  .header .menu-lang {
    position: absolute;
    top: -1.5rem;
    right: 0;
  }
}
@media (max-width: 767.98px) {
  .header .formulaire_menu_lang label {
    position: absolute;
    width: 1px;
    height: 1px;
    left: -100vw;
  }
}
/* APM ici etait les media-breakpoint-down(sm) */
/* sous titres à la ligne */
.soustitre {
  display: block;
  color: #777;
  margin-bottom: 1.5rem;
}
/* pas d'icone à coté des auteurs et de la date */
.publication i.icon-calendar {
  display: none;
}
.publication i.icon-user {
  display: none;
}
/* pas le nombre de commentaire non plus en haut de l'article */
.postmeta {
  display: none;
}
.cartouche {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
/* pas le nombre de commentaires sur les listes avec contenu long */
.long .postmeta {
  display: none;
}
/* pas de flèche lire la suite sur les listes avec contenu long */
.long .lire-la-suite {
  display: none;
}
/* du coup, sans lire-la-suite, on peut raccourcir l'espace */
.long .entry {
  padding-bottom: 0px;
}
/* réduire l'écart entre titre et contenu */
.long .entry .h3-like {
  margin-bottom: 0;
}
/* nav-header légèrement plus gros */
.nav-header {
  font-size: 12px;
}
/* pas de trait entre les items de listes */
.liste-items {
  border-top: 1px solid #a6a6a6;
  padding-top: 1em;
}
.liste-items .item {
  border-bottom: none;
  border-top: none;
}
.liste-items .item:last-child {
  border-bottom: none;
}
/* liste secondaires plus aérées */
.secondary .liste-items .item {
  padding: 11px 0;
}
/* listes condensées */
.liste.list-condensed .liste-items {
  border-top: none;
}
.liste.list-condensed .liste-items .item {
  border-bottom: 1px solid #a6a6a6;
  border-top: 1px solid #a6a6a6;
}
.liste.list-condensed .liste-items .item:last-child {
  border-bottom: 1px solid #a6a6a6;
}
/* liste secondaires normales */
.secondary .liste.list-condensed .liste-items .item {
  padding: 0.25em 0;
}
/* titre des listes plus près d'elles */
.liste .h2 {
  margin-bottom: 0.75rem;
}
/* condensed comme dans bootstrap */
table.spip.table-condensed th, table.spip.table-condensed td {
  padding: 4px 5px;
}
h3, .h3, .h3-like {
  font-size: 1.5em;
  margin-bottom: 0.75rem;
}
h3.spip {
  margin-top: 1.5rem;
}
/* portfolio qui retourne a la ligne ! */
article footer::after, article aside::after {
  display: block;
  clear: both;
  content: "";
}
/* une abeille sous le hero */
.jumbotron {
  /*background: $jumbotron-bg 15px 15px no-repeat url('http://sitesecoles.ac-poitiers.fr/rpi-les-hirondelles/plugins/themes/ent1d_sky/css/img/abeille_150.png'); APM pas utiliser mais supprimer */
  background-size: 100px;
}
/* navigation arrondie */
.nav-list > .active > a {
  border-radius: 0.5rem;
  margin-bottom: 1px;
  font-weight: normal;
}
/* navbar APM supprime
.navbar {
  margin-bottom: 2 * $rem-vert-margin;
}*/
.footer {
  font-size: 0.85rem;
  border-width: 4px;
  border-color: #52b3ea;
  /* APM + */
  margin-left: -15px;
  margin-right: -15px;
  text-align: center;
  padding-top: 1em;
  padding-bottom: 1em;
}
/* coloration code et les cadres */
.spip_code, code {
  background: none;
  border: none;
  font-size: 0.85rem;
  padding: 0;
}
.coloration_code .cadre_download {
  text-align: right;
  margin: -9px 5px 9px 0;
}
textarea.spip_cadre {
  cursor: text;
}
.oembed {
  margin-bottom: 0.75rem;
}
.coloration_code .spip_cadre {
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  font-family: "Century Gothic", "Avant Garde", Avenir, TeXGyreAdventorRegular, Verdana, sans-serif;
  display: inline-block;
  padding: 0.375rem 0.75rem;
  color: #565656;
  border-radius: 0.25rem;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #999;
  transition: border linear 0.2s, box-shadow linear 0.2s;
  /* http://forum.alsacreations.com/topic-4-59824-1-Mise-en-forme-liste-ol.html */
}
.coloration_code .spip_cadre ol {
  border: 1px solid #a6a6a6;
  border-radius: 0 5px 5px 0;
  padding-left: 0;
  counter-reset: section;
  /* on instancie un compteur */
  margin-left: 30px;
  margin-bottom: 0;
}
.coloration_code .spip_cadre ol li:before {
  display: block;
  float: left;
  content: counter(section) "";
  /* on utilise notre compteur */
  counter-increment: section;
  /* on ajoute +1 au compteur */
  width: 3rem;
  margin-left: -4rem;
  text-align: right;
}
.coloration_code .spip_cadre ol li {
  list-style-type: none;
  padding: 2px 5px;
  margin: 0;
  background: white;
}
.coloration_code .spip_cadre ol li:first-child {
  border-radius: 0 5px 0 0;
}
.coloration_code .spip_cadre ol li:last-child {
  border-radius: 0 0 5px 0;
}
/* admin des forums avec un espace entre les boutons */
.bouton_action_post {
  margin-left: 2px;
}
.documents_portfolio a {
  display: inline-block;
  border-radius: 5px;
}
.documents_portfolio .spip_logo {
  margin: 0.3rem 0.2rem;
  border-radius: 5px;
}
/* boutons d'admin colorés et à droite */
body .spip-admin-bloc, body .spip-admin-float {
  right: 1rem;
}
body .spip-admin-bloc .spip-admin-boutons, body .spip-admin-float .spip-admin-boutons {
  background: #772953;
  font-weight: normal;
  border-radius: 0 0 4px 4px;
}
/* coloration code */
pre {
  white-space: pre-wrap;
  tab-size: 4;
}
.coloration_code, .cadre {
  font-size: 0.85rem;
}
.coloration_code ul, .coloration_code ol, .cadre ul, .cadre ol {
  margin-bottom: 0;
}
.breadcrumb {
  /*position:absolute;
  top:0;  APM - 

  padding: 0.5rem 1rem;
  margin: 0 0 $rem-vert-margin;*/
  list-style: none;
  background-color: none;
  /*border-radius:0 0 4px 4px;
  border:1px solid rgba(0, 0, 0, 0.1);
  border-top: 0; APM - et ajout lignes simple dessous */
  padding: 0;
  margin: 0 0 1em;
  font-size: 0.8em;
}
.breadcrumb li {
  display: inline-block;
  text-shadow: 0 1px 0 #fff;
}
.breadcrumb .divider {
  padding: 0 5px;
  color: #ccc;
}
.breadcrumb .active {
  color: #777;
  font-weight: normal;
}
.jumbotron {
  font-size: 1rem;
  padding: 1.5625rem 3.125rem;
  margin-bottom: 3.125rem;
  line-height: 1.5;
  padding-left: 120px;
  position: relative;
}
.jumbotron:before {
  width: 10px;
  position: absolute;
  left: 0px;
  border-radius: 5px;
  top: 0;
  bottom: 0;
  content: "";
  background-image: linear-gradient(to right, #ffeb9f 0%, #FFD639 100%);
  background-repeat: repeat-x;
}
.jumbotron h1 {
  margin-bottom: 0;
  color: inherit;
  letter-spacing: -1px;
}
.jumbotron > :last-child {
  margin-bottom: 0;
}
.well .nav-list {
  margin-left: 0;
  margin-right: 0;
}
.well {
  min-height: 1.5625rem;
  border: 1px solid #e3e3e3;
  border-radius: 0.5rem;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: rgba(0, 0, 0, 0.15);
}
.well-large {
  padding: 1.5rem;
  border-radius: 0.75rem;
}
.well-small {
  padding: 1rem;
  border-radius: 0.375rem;
}
/* APM Ajout pour ENT1D */
.bg-apm-navbar {
  background-color: #52b3ea;
}
.notflex {
  display: block !important;
}
.breves > h2 {
  padding: 10px 0 0 30px !important;
  background-image: url('http://sitesecoles.ac-poitiers.fr/rpi-les-hirondelles/plugins/themes/ent1d_sky/css/img/dernieres_breves.png');
  background-position: bottom left;
  background-repeat: no-repeat;
  background-size: 24px 24px;
}
.syndic_articles > h2 {
  padding: 10px 0 0 30px !important;
  background-image: url('http://sitesecoles.ac-poitiers.fr/rpi-les-hirondelles/plugins/themes/ent1d_sky/css/img/world_link.png');
  background-position: bottom left;
  background-repeat: no-repeat;
  background-size: 24px 24px;
}
/* billet !! */
.comment-meta-ent1d {
  width: 70px;
  position: relative;
  float: left;
}
.comment-meta-ent1d > img {
  padding: 3px !important;
  border: 1px solid #eaeaea;
}
.commentaire-date {
  margin: 0;
  margin-left: 90px;
}
.comment-content-ent1d {
  background: none repeat scroll 0 0 #eaeaea;
  /*border: 1px solid #FFE686;*/
  margin-bottom: 0;
  margin-left: 20px;
  overflow: auto;
  padding: 20px 20px 20px 20px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.comment-bubble {
  margin: 0;
  padding: 0;
  background-image: url('http://sitesecoles.ac-poitiers.fr/rpi-les-hirondelles/plugins/themes/ent1d_sky/css/img/comment-bubble2.png');
  /*background-position: center left;*/
  background-repeat: no-repeat;
  overflow: auto;
}
#content .inner {
  padding-right: 30px !important;
}
.collapse {
  z-index: 10;
}
/* suite !! */
.l-padded-content {
  padding-left: 5px;
}
.container {
  background-color: #fff;
  border-right: 1px solid #999999;
  box-shadow: 0 0 10px -3px #656565;
  margin-top: 30px;
}
#nav {
  margin-left: -15px;
  margin-right: -15px;
}
.ent_imgprelog {
  width: 1px;
  height: 100px;
  float: left;
}
#ent_header_car {
  background: url('http://sitesecoles.ac-poitiers.fr/rpi-les-hirondelles/plugins/themes/ent1d_sky/css/img/bg-carreaux.png');
  position: relative;
}
#ent_header_car:before {
  background-image: url('http://sitesecoles.ac-poitiers.fr/rpi-les-hirondelles/plugins/themes/ent1d_sky/css/img/bg-spirale.png');
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  position: absolute;
  top: -26px;
  content: " ";
}
#ent_header_tit {
  padding-left: 1em;
  width: 80%;
}
#logo_site_spip {
  color: #DD4814;
  padding-top: 26px;
}
.footer .generator {
  top: 2em;
  max-width: 150px;
}
a:hover {
  text-decoration: none;
}
.ent_petit {
  font-size: 80%;
  background-color: #e5f4fc;
  margin: 0;
}
.ent1d_b_droite {
  float: right;
}
.ent1d_billets .comment-content-ent1d {
  background-color: #e5f4fc;
}
.ent1d_billets .comment-bubble {
  background: #e5f4fc url('http://sitesecoles.ac-poitiers.fr/rpi-les-hirondelles/plugins/themes/ent1d_sky/css/img/comment-billet.png');
}
.ent1d_b_deux {
  margin: 0 0 0 40px;
  clear: both;
}
.ent1d_billets .comment {
  margin-bottom: 2px;
  margin-top: 5px;
}
.ent1d_b_repaff {
  float: right;
  font-size: 85%;
  padding: 2px;
  /*background-color:$bg-apm;*/
}
.ac_results {
  z-index: 1000;
  padding: 0px;
  border: 1px solid WindowFrame;
  background-color: Window;
  margin-top: 3px;
  margin-left: -3px;
}
.ent_centre {
  text-align: center;
}
.ent1d_logos {
  margin: 3px;
  margin-bottom: 5px;
  padding: 5px;
  border: 1px solid #eaeaea;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.ent_imgprelog {
  width: 1px;
  height: 100px;
  float: left;
}
table.spip caption {
  caption-side: top;
  background-color: #e5f4fc;
  color: #52b3ea;
  text-align: center;
}
.formulaire_spip {
  background-color: transparent;
}
.control-group {
  padding: 2px 0;
}
.navbar-dark .navbar-nav .nav-link {
  color: #ffffff !important;
}
/* FIN APM style normaux reprise des style sous conditions */
@media (max-width: 767.98px) {
  .header {
    /*padding-right: 100px;
    padding-top: 3 * $spacer;*/
  }
  .header:after {
    width: 220px;
    background-image: none;
    /* APM + */
    /*background-image: url('http://sitesecoles.ac-poitiers.fr/rpi-les-hirondelles/plugins/themes/ent1d_sky/css/img/bg-titre-75.png');  APM suppr modif intro->titre */
    right: -15px;
  }
  #ent_header_car {
    /* APM + responsive */
    border-bottom: 1px solid #73A839;
    text-align: center;
    margin-bottom: 0.5em;
  }
  #ent_header_tit {
    padding-left: 0;
    width: 95%;
  }
}
/* CSS Document commun pour public et prive : font et quelques style d'affichage */
/*************** FONT ********************/
@font-face {
  font-family: 'ap_ent1d';
  src: url('/accueil/fonts/glyphicons-halflings-regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
/* pour les ap_ent1d */
.t1 {
  padding: 0.1em 0.25em;
  font-size: 1em;
  border-radius: 0.2em;
}
.t12 {
  padding: 0.1em 0.25em;
  font-size: 1.2em;
  border-radius: 0.2em;
  line-height: 1em;
}
.t15 {
  padding: 0.1em 0.25em;
  font-size: 1.5em;
  border-radius: 0.2em;
  line-height: 1.2em;
}
.t2 {
  padding: 0.2em 0.3em;
  font-size: 2em;
  border-radius: 0.3em;
  line-height: 1em;
}
.t25 {
  padding: 0.2em 0.3em;
  font-size: 2.5em;
  border-radius: 0.3em;
  line-height: 1em;
}
.t3 {
  padding: 0.2em 0.3em;
  font-size: 3em;
  border-radius: 0.3em;
  line-height: 1em;
}
.t4 {
  padding: 0.2em 0.3em;
  font-size: 4em;
  border-radius: 0.3em;
  line-height: 1em;
}
.fent1d {
  font-family: ap_ent1d;
  display: inline-block;
  font-weight: normal;
}
.fmixent1d {
  font-family: ap_ent1d, Arial, Helvetica, sans-serif;
}
.ent1d_primary {
  color: #73A839;
}
.ent1d_secondary {
  color: #888;
}
.ent1d_success {
  color: #38B44A;
}
.ent1d_info {
  color: #772953;
}
.ent1d_warning {
  color: #ECA918;
}
.ent1d_danger {
  color: #DF382C;
}
.ent1d_light {
  color: #f5f5f5;
}
.ent1d_dark {
  color: #333;
}
