/* CSS Document ASH EspaceEtudiant Abonnement */
#contentEtudiants {
  width: 100%;
  margin-bottom: 20px;
  display: flex; }
  #contentEtudiants a {
    color: #fff; }
  #contentEtudiants p {
    margin: 20px 0; }
  #contentEtudiants .carre {
    flex: 0 0 33%;
    min-height: 150px;
    margin-top: 10px;
    -webkit-transition: all 200ms ease-in;
    -ms-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
    padding: 0 15px; }
    #contentEtudiants .carre .int_carre {
      font-weight: 700;
      font-size: 22px;
      text-align: center; }
    #contentEtudiants .carre.active {
      transform: scale(1.07); }
    #contentEtudiants .carre:hover {
      z-index: 2;
      -webkit-transform: scale(1.5);
      -ms-transform: scale(1.5);
      -moz-transform: scale(1.5);
      transform: scale(1.07);
      cursor: pointer; }
    #contentEtudiants .carre a {
      text-decoration: none; }
  #contentEtudiants .carre1 {
    background-color: #006490; }
  #contentEtudiants .carre2 {
    background-color: #e4ddc8; }
    #contentEtudiants .carre2 a {
      color: #545454; }
  #contentEtudiants .carre3 {
    background-color: #e9a908; }
  #contentEtudiants .cont {
    font-size: 17px;
    text-align: center; }

#description {
  width: 100%;
  margin-top: 30px; }
  #description * {
    float: none; }
  #description h1 {
    font-size: 1.7857em;
    font-weight: 600;
    color: #545454;
    line-height: 1.2em; }
  #description h2 {
    font-size: 18px;
    font-weight: 600;
    color: #545454;
    line-height: 1.2em; }
  #description p {
    margin-top: 1em;
    margin-bottom: 1em; }

#conteneurColonne {
  margin-top: 20px;
  padding: 5px 0 25px;
  display: flex; }
  #conteneurColonne p {
    margin-top: 1em;
    margin-bottom: 1em; }
  #conteneurColonne .clearfix {
    display: none; }

#colonne {
  width: 100%;
  float: left; }

#colonne1 {
  flex: 0 0 33%; }

#colonne2 {
  flex: 1; }

#scolonne1 {
  width: 250px;
  height: 100px; }

#scolonne2 {
  width: 540px;
  height: 60px; }

.tab {
  border-collapse: collapse;
  padding: 10px;
  width: 100%;
  border: none; }
  .tab tbody {
    background: #e5ecf9; }
  .tab th {
    padding: 5px;
    background: #31859c;
    color: #fff;
    border: none; }
  .tab td {
    padding: 10px 0px 19px 10px;
    border: none; }

a.abonnement {
  background-color: #1252A8;
  padding: 20px;
  font-size: 16px;
  color: #fff;
  font-weight: 600;
  display: block;
  line-height: 22px; }
  a.abonnement:hover {
    text-decoration: underline; }

a.offre {
  background-color: #31859c;
  padding: 20px;
  font-size: 16px;
  color: #fff;
  font-weight: 600;
  display: block;
  line-height: 22px; }
  a.offre:hover {
    text-decoration: underline; }

p.offre {
  background-color: #31859c;
  padding: 20px;
  font-size: 16px;
  color: #fff;
  font-weight: 600;
  margin: 0;
  line-height: 22px; }

#pucesCommande li {
  line-height: 1.7em;
  list-style: none;
  font-size: 16px; }
  #pucesCommande li:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 0 7px 7px;
    border-color: transparent transparent transparent #006490;
    margin-left: -20px;
    margin-top: 5px; }

/* Responsive */
@media screen and (max-width: 960px) {
  #contentEtudiants {
    flex-direction: column; }
    #contentEtudiants .carre {
      flex: 1 1 100%;
      margin-top: 0;
      min-height: 0;
      padding-bottom: 10px; }

  #conteneurColonne {
    flex-direction: column; }

  #colonne1 {
    flex: initial;
    margin-bottom: 20px; } }

/*# sourceMappingURL=ash_EspaceEtudiant.css.map */
