@charset "utf-8";
@import url("./stylesheet.css");

img,
object,
embed,
video {
  max-width: 100%;
}

.ie6 img {
  width: 100%;
}

.gridContainer {
  margin-left: auto;
  margin-right: auto;
  width: 87.36%;
  padding-left: 1.82%;
  padding-right: 1.82%;
}

/*.bgBody{
	
	position:fixed;
	z-index:-1;
	-webkit-filter: blur(3px);
	filter: blur(3px);
}*/
.selectPhoto {
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  background: rgba(133, 212, 21, 0.7);
  padding: 5px 10px;
  color: #fff;
  float: left;
  margin-top: 10px;
}

.retournePhoto {
  padding: 5px 10px;
  color: #fff;
  float: left;
}

#popin {
  position: fixed;
  width: 500px;
  top: 250px;
  left: 50%;
  margin-left: -250px;
  background: rgba(255, 255, 255, 1);
  text-align: center;
  color: #333;
  font-size: 20px;
  padding: 50px;
}

#popin a.bouton.bleue,
#popin a.bouton.orange {
  width: 200px;
  display: inline-block;
  color: white;
  font-size: 15px;
}

.viewPack {
  display: block;
  height: 30px;
  line-height: 30px;
  position: absolute;
  left: 0px;
  top: 0;
  text-align: right;
  background: #85d415;
  padding: 0 10px;
  font-weight: bold;
}

#bgHead {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  display: block;
  float: left;
  margin-bottom: 10px;
}

#infosSession {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  display: block;
  margin-bottom: 10px;
  color: #FFFFFF;
  padding: 10px;
  text-align: center;
}

#header {
  clear: both;
  margin: 0 auto;
  width: 87.36%;
  height: 80px;
  display: block;
}

.cartable {
  background: url(../images/caddy.png) left -20px no-repeat;
  color: white;
  float: right;
  display: block;
  padding: 10px 0 0 33px;
  height: 20px;
  margin: 20px 0 0 0;
}

.cartable a {
  color: #FFFFFF !important;
}

#logout {
  color: #cd0052;
  float: right;
  display: block;
  padding: 10px 0 0 0;
  height: 20px;
  margin: 10px 0 0 20px;
}

#logout a.desktop {
  display: none;
}

#logout a.mobil {
  display: block;
  width: 40px;
  height: 40px;
  color: #cd0052;
  text-decoration: none;
  background: url(../images/img-logout.png) left 0 no-repeat;
  margin-right: -20px;
}

#panier span {
  display: none;
}

#nav {
  font-size: 13px;
  height: 35px;
  line-height: 34px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  color: #333;
  background-image: url(../images/bg-nav.jpg);
  background-repeat: repeat-x;
}

#nav a {
  color: #333;
}

#session {
  clear: both;
  font-size: 1.5em;
  text-align: center;
  font-family: "garamondpremrpro meddisp";
  font-weight: normal !important;
  text-shadow: rgba(0, 0, 0, .7) 1px 2px 1px;
  color: #fff;
}

#nomEleve {
  clear: both;
  font-size: 3.5em;
  text-align: center;
  font-family: "garamondpremrpro meddisp";
  font-weight: normal !important;
  text-shadow: rgba(0, 0, 0, .7) 1px 2px 1px;
  color: #fff;
}

#nomEleve span {
  text-transform: uppercase;
  color: #fff;
}

#nomEtablissement {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 1.5em;
  text-align: center;
  text-shadow: rgba(0, 0, 0, .7) 1px 1px 1px;
  color: #fff;
}

#content {
  padding: 60px 10%;
  margin: 60px 0 0 0;
  width: 80%;
  display: block;
  background: rgba(0, 0, 0, .8);
  color: white;
  position: relative;

}

#content a {
  color: white;
}

#content.stepA {
  width: auto;
}

.fulltext {
  padding: 0 40px;
}

.photosContent {
  width: auto;
  margin: 50px auto;
  overflow: hidden;
}

.photo10x15 {
  width: 100%;
  float: left;
  margin: 10px 0;
}

.photo10x15Img {
  width: 323px;
  /*height: 448px;*/
}

.photoGroup {
  width: 100%;
  clear: both;
  float: left;
  margin: 10px 0;
  /*border:1px solid #fff;*/
}

.photoGroupImg {
  width: 673px;
  /*height: 485px;*/
}

.miniatures {
  margin: 10px;
  text-align: center;
  /*
    background-color: black;
    */
}

.photoMiniImg {
  width: 100px;
  margin: 10px;
  /*height: 448px;*/
}

.photoMiniGroupImg {
  width: 250px;
  margin: 10px;
  /*height: 485px;*/
}

.photosContent.fond {
  width: 100%;
  margin: 60px auto;
}

.photosContent.fond .photo10x15 {
  width: 100%;
  float: none;
  margin: 0 auto;
}

#wall img {
  width: 47.3%;
  margin: 0 2% 12px 0;
}

#wall {
  width: 97%;
  margin: 0 auto;
  float: none;
  padding-top: 7px;
  padding-left: 0%;
}

#actionPage {
  display: block;
  width: 100%;
  font-size: 30px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  text-align: center;
}

#actionPage br {
  display: block;
}

a.bouton {
  color: #FFFFFF !important;
  width: 300px;
  height: 50px;
  line-height: 50px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 20px;
  display: block;
  text-align: center;
  text-transform: uppercase;
}

a.bouton.bleue {
  background-color: #FFEE00;
  font-weight: 700;
  color: black !important;
}

a.bouton.orange {
  background-color: #ff8400;
  margin-bottom: 20px;
}

#produits {
  clear: both;
  width: 100%;
  margin: 60px auto;
  overflow: hidden;
}

.produit {
  float: left;
  width: 96%;
  height: auto;
  padding: 2%;
  background-color: #3e3e3e;
  position: relative;
  margin-bottom: 40px;
}

.produit .img {
  text-align: center;
}

.detailProduit {
  float: none;
  margin-left: 30px;
  width: 90%;
  font-size: 1.1em;
  font-weight: 300;
}

.detailProduit span {
  font-size: 1.9em;
  font-weight: 400;
}

.detailProduit ul {
  margin: 10px 0 0 20px;
  padding: 0 0 0 0;
}

.produit .achaTools {
  float: none;
  width: 100%;
  height: 40px;
  position: relative;
  margin-top: 30px;
}

.produit .achaTools a.addToCart {
  display: block;
  float: right;
  width: auto;
  padding: 0 15px 0 30px;
  height: 40px;
  line-height: 38px;
  background-color: #ff8400;
  font-weight: 400;
  font-size: 1.2em;
  color: #fff;
  text-align: center;
  background-image: url(../images/caddy-ajout-panier.png);
  background-position: 10px 9px;
  background-repeat: no-repeat;
}

.produit .achaTools a.addToCart span {
  display: none;
}

.produit .achaTools table {
  width: 120px;
  height: 40px;
  font-size: 1em;
  float: right;
}

.produit .achaTools .panier {
  width: auto;
  height: 40px;
  font-size: 1em;
  float: right;
}

.produit .achaTools .quantite {
  padding-top: 10px;
}

.produit .achaTools input {
  width: 36px;
  height: 36px;
  background-color: transparent;
  border: 1px solid #fff;
  text-align: center;
  font-weight: 700;
  color: #fff;
  font-size: 1.2em;
}

.produit .achaTools .prix {
  width: 160px;
  height: 50px;
  line-height: 50px;
  float: left;
  margin-top: -9px;
  background-color: #696969;
  white-space: nowrap;
  text-align: center;
  font-weight: 700;
  font-size: 2em;
}

#retourHome,
#besoinAide {
  display: block;
  width: auto;
  padding: 10px 10px 10px 40px;
  position: absolute;
  margin-top: -40px;
  top: 0;
  background-repeat: no-repeat;
  background-position: left center;
  text-shadow: #000 1px 1px 1px;
}

#retourHome {
  left: 0;
  background-image: url(../images/picto-retour.png);
}

#besoinAide {
  right: 0;
  background-image: url(../images/picto-information.png);
}

#totalapayer {
  clear: both;
  display: block;
  width: 96%;
  height: 30px;
  padding: 2%;
  font-family: 'Open Sans', sans-serif;
  background-color: #3e3e3e;
  text-align: right;
  font-size: 1.8em;
  font-weight: 300;
}

#totalapayer span {
  font-weight: 700;
}

#aide {
  display: block;
  width: 100%;
  font-size: 15px;
  color: white;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  text-align: center;
  margin-top: 10px;
}

#content.bgWhite #aide p {
  color: #09C;
}

#content.bgWhite {
  background: rgba(255, 255, 255, 1);
}

.paybox {
  text-align: center;
  width: 600px;
  /* 198px */
  margin: 0 auto;
  height: 110px;
}

.mangopay {
  text-align: center;
  width: 600px;
  /* 198px */
  margin: 0 auto;
  height: 420px;
}

.payboxImg {
  text-align: center;
  width: 210px;
  /* 198px */
  margin: 0 auto;
  float: left;
}

.payboxButton {
  text-align: right;
  width: 100%;
  /* 198px */
  margin: 0 auto;
  padding-top: 25px;
}

#content.bgWhite,
#content.bgWhite #actionPage,
#content.bgWhite #aide {
  color: #333;
}

#footer {
  color: white;
  background: 0;
  text-align: center;
  padding: 20px 0;
  clear: both;
  bottom: 0;
  left: 0;
  width: 100%;
}

#footer a {
  color: white;
}

/* Disposition tablette : 481px sur 768px. Hérite des styles de : Disposition mobile */

@media only screen and (min-width: 481px) {
  .gridContainer {
    width: 90.675%;
    padding-left: 1.1625%;
    padding-right: 1.1625%;
  }

  #header {
    width: 90.675%;
  }

  .cartable {
    background: url(../images/caddy.png) left -20px no-repeat;
    color: white;
    float: right;
    display: block;
    padding: 10px 0 0 33px;
    height: 20px;
    margin: 23px 0 0 0;
  }

  #logout {
    float: right;
    display: block;
    padding: 10px 0 0 0;
    height: 20px;
    margin: 23px 0 0 20px;
  }

  #logout a.mobil {
    display: none;
  }

  #logout a.desktop {
    display: block;
    color: #cd0052;
    text-decoration: none;
  }

  #content {
    width: 80%;
    /*margin:40px 0 0 0;*/
    display: block;
    background: rgba(0, 0, 0, .8);

  }

  .email_account {
    width: 250px;
  }

  .photosContent {
    width: 100%;
    margin: 60px auto;
    overflow: hidden;
  }

  .photo10x15 {
    width: 46%;
    float: left;
    margin: 2%;
  }

  .photoGroup {
    width: 96%;
    clear: both;
    float: left;
    margin: 2%;
    /*border:1px solid #fff;*/
  }

  .photosContent.fond {
    width: 100%;
    margin: 60px auto;
  }

  .photosContent.fond .photo10x15 {
    width: 330px;
    float: none;
    margin: 0 auto;
  }

  #wall img {
    width: 30%;
    margin: 0 2% 12px 0;
  }

  #wall {
    width: 97%;
    margin: 0 auto;
    float: none;
    padding-top: 7px;
    padding-left: 3%;
  }

  #actionPage {
    display: block;
    width: 100%;
    font-size: 30px;
    color: white;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    text-align: center;
  }

  #actionPage br {
    display: none;
  }

  a.bouton {
    width: 330px;
    height: 50px;
    margin: 0 auto;
  }

}

/* Disposition bureau : 769px à max. 1232px.  Hérite des styles de : Disposition mobile et disposition tablette */

@media only screen and (min-width: 989px) {
  .gridContainer {
    width: 990px;
    padding: 0;
    margin: 0 auto;
  }

  #header {
    width: 990px;
  }

  #content {
    width: 100%;
    clear: both;
    float: left;
    margin-left: 0;
    display: block;
    padding: 60px 0;
  }

  .photosContent {
    width: 693px;
    margin: 60px auto;
    overflow: hidden;
  }

  .photosContent.fond {
    width: 910px;
    margin: 60px auto;
  }

  #wall img {
    width: 166px;
    margin: 0 6px 12px 0;
  }

  #wall {
    width: 525px;
    margin-left: 30px !important;
    float: left;
    padding-top: 7px;
    padding-left: 0%;
  }

  .photosContent.fond .photo10x15 {
    width: auto;
    float: left;
    margin: 10px;
  }

  .photo10x15 {
    width: auto;
    float: left;
    margin: 10px;
  }

  .photoGroup {
    width: auto;
    clear: both;
    float: left;
    margin: 10px;
    /*border:1px solid #fff;*/
  }

  a.bouton.orange {
    margin-bottom: 0;
  }

  a.bouton.bleue.line {
    float: right;
    margin-right: 50px;
  }

  a.bouton.orange.line {
    float: left;
    margin-left: 50px;
  }

  #produits {
    clear: both;
    width: 90%;
    margin: 60px auto;
    /*overflow: visible;*/
  }

  .produit {
    float: left;
    width: 96%;
    height: auto;
    padding: 2%;
    background-color: #3e3e3e;
    position: relative;
  }

  .produit .img {
    float: left;
    width: 290px;
    /* width: 430px;*/
    min-height: 150px;
  }

  .produit img {
    float: left;
    width: auto;
    margin-bottom: 5px;
    /* 0 */
  }

  .produit .remove {
    height: 30px;
    margin-top: 7px;
  }

  .detailProduit {
    float: left;
    /* margin-left:30px; width:46%; */
    margin-left: 60px;
    width: 59%;
    color: white;
    padding-bottom: 80px;
    font-size: 1.1em;
  }

  .detailProduit ul {
    margin: 10px 0 0 20px;
    padding: 0 0 0 0;
  }

  .produit .achaTools {
    float: left;
    width: 56%;
    /* 46%*/
    height: 40px;
    position: absolute;
    bottom: 20px;
    right: 20px;
    margin-top: 0;
  }

  .produit .achaTools a.addToCart {
    display: block;
    float: right;
    width: auto;
    padding: 0 20px 0 35px;
    height: 40px;
    line-height: 38px;
    background-color: #ff8400;
    font-weight: 400;
    font-size: 1.1em;
    color: #fff;
    text-align: center;
    background-image: url(../images/caddy-ajout-panier.png);
    background-position: 5px 9px;
    background-repeat: no-repeat;
  }

  .produit .achaTools a.addToCart span {
    display: block;
  }

  .produit .achaTools table {
    width: 130px;
    /* 120px; */
    height: 40px;
    color: #fff;
    font-size: 1.1em;
    float: right;
  }

  .produit .achaTools .quantite {
    padding-top: 10px;
  }

  .produit .achaTools input {
    width: 36px;
    height: 36px;
    background-color: transparent;
    border: 1px solid #fff;
    text-align: center;
    font-weight: 700;
    color: #fff;
    font-size: 1.2em;
  }

  .produit .achaTools .prix {
    width: 160px;
    /* 110px;  */
    height: 50px;
    line-height: 50px;
    float: left;
    margin-top: -9px;
    background-color: #696969;
    white-space: nowrap;
    text-align: center;
    font-weight: 700;
    color: #fff;
    font-size: 2em;
  }

  #retourHome,
  #besoinAide {
    display: block;
    width: auto;
    padding: 10px 10px 10px 40px;
    position: absolute;
    margin-top: -40px;
    top: 0;
    background-repeat: no-repeat;
    background-position: left center;
    text-shadow: #000 1px 1px 1px;
  }

  #retourHome {
    left: 0;
    background-image: url(../images/picto-retour.png);
  }

  #besoinAide {
    right: 0;
    background-image: url(../images/picto-information.png);
  }

  #totalapayer {
    clear: both;
    display: block;
    width: 96%;
    height: 30px;
    padding: 2%;
    font-family: 'Open Sans', sans-serif;
    background-color: #3e3e3e;
    text-align: right;
    font-size: 1.8em;
    font-weight: 300;
  }

  #totalapayer span {
    font-weight: 700;
  }

  table.formFamille {
    border: 1px solid #333;
    width: 50%;
    margin: 40px auto;
  }
}

