body {
    margin: 0;
    background-image: url("../img/H1.3.png");
    background-size: 100%;
    background-repeat: no-repeat;
    background-color: #c49792;
}
html { scroll-behavior: smooth; }

/* sélection du texte */
span::selection {
  background-color: #ff8411;   
  color: #15011a; 
}  

::selection {
  background-color: #ff8411;   
  color: white; 
} 

main {
  padding: 30% 5% 0% 5%;
}
p {
  line-height: 23px;
}
/* en tête  */
.entete {
    display: flex;
    justify-content: space-between;
    padding: 15px;
    padding-left: 10%;
    padding-bottom: 0%;
}

.logo {
    position: fixed;
    z-index: 3;
    top:0%;
    left:0%;
    width:6%;
    object-fit: contain;
    background-color: whitesmoke ;
    padding: 8px;
    border-radius: 0px 0px 40px 0px;
}

/* Titres  dans le header*/

.headtitres {
    display: flex;
    justify-content: space-between;
    padding: 10% 8% 0% 10%;

}

.titres {
  max-width: 5%;
}

/* animation button */
.spot {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }

  .svg-wrapper {
    margin-top: 0;
    position: relative;
    width: 150px;
    /*make sure to use same height/width as in the html*/
    height: 40px;
    display: inline-block;
    border-radius: 3px;
    margin-left: 5px;
    margin-right: 5px
  }

  #shape {
    stroke-width: 6px;
    fill: transparent;
    stroke: whitesmoke;
    stroke-dasharray: 85 400;
    stroke-dashoffset: -220;
    transition: 1s all ease;
  }

  #text {
    margin-top: -35px;
    text-align: center;
  }
  
  #text a {
    color: white;
    text-decoration: none;
    font-weight: 100;
    font-size: 1.1em;
  }
  
  .svg-wrapper:hover #shape {
    stroke-dasharray: 50 0;
    stroke-width: 3px;
    stroke-dashoffset: 0;
    stroke: #302633;
  }

  .svg-wrapper:hover #text a{
    transition: 1s all ease;
    color: #302633;
    }
    
/* contenu page accueil */
.para1 {
  position: relative;
  z-index: 2;
  background-color: #302633;
  border-radius: 30px;
  box-shadow: -6px 6px 10px #15011a;
  padding: 3%;
  margin: 2%;
  max-width: 50%;
  min-height: 5%;
}

.para2 {
  background-color: #302633;
  position: relative;
  z-index: 2;
  border-radius: 30px;
  box-shadow: 6px 6px 10px #15011a;
  padding: 3%;
  margin: 2%;
  max-width: 65%;
  float: right;
}

.para3 {
  background-color: #302633;
  position: relative;
  z-index: 2;
  border-radius: 30px;
  box-shadow: -6px 6px 10px #15011a;
  padding: 3%;
  margin: 2% 0% 10% 0%;
  max-width: 50%;
  float: left;
}

/* fond contenu */
.imgfond {
  padding-bottom: 50px;
}
.bulle1 {
  position: absolute;
  z-index: 1;
  top: 110%;
  left: 55%;
}

.bulle2 {
  position: absolute;
  z-index: 1;
  top: 170%;
  left: 35%;
}

.bulle3 {
  position: absolute;
  width: 30%;
  z-index: 1;
  top: 120%;
  left: 10%;
}


/* Le footer  */
footer {
  position: relative;
  z-index: 5;
  display: flex;
  justify-content: center;
  min-width: 100%;
  padding: 20px 0px 20px 0px;
  background-color: #302633;
  color: #fff;
}


/************************************************************/
/* Page type année / les SAEs*/
.para1a {
  background-color: #302633;
  position: relative;
  z-index: 2;
  border-radius: 30px;
  box-shadow: -6px 6px 10px #15011a;
  padding: 3%;
  margin: 4% 0% 5% 0%;
  min-width: 60%;
  float: left;
}
.para2a {
  background-color: #302633;
  position: relative;
  z-index: 2;
  border-radius: 30px;
  box-shadow: 6px 6px 10px #15011a;
  padding: 3%;
  margin: 2% 0% 5% 0%;
  min-width: 60%;
  float: right;
}
.para3a {
  background-color: #302633;
  position: relative;
  z-index: 2;
  border-radius: 30px;
  box-shadow: -6px 6px 10px #15011a;
  padding: 3%;
  margin: 2% 0% 5% 0%;
  min-width: 60%;
  float: left;
}
.para4a {
  background-color: #302633;
  border-radius: 30px;
  box-shadow: 6px 6px 10px #15011a;
  padding: 3%;
  margin: 2% 0% 5% 0%;
  min-width: 60%;
  float: right;
}
.para5a {
  background-color: #302633;
  border-radius: 30px;
  box-shadow: -6px 6px 10px #15011a;
  padding: 3%;
  margin: 2% 0% 5% 0%;
  min-width: 60%;
  float: left;
}
.para6a {
  background-color: #302633;
  border-radius: 30px;
  box-shadow: 6px 6px 10px #15011a;
  padding: 3%;
  margin: 2% 0% 10% 0%;
  max-width: 80%;
  float: right;
}

/* Animations des liens */
h2{
  transition: 1s;
}

.debut{
  text-shadow: 0px 0px 10px white;
  transition: 1s;
}



/************************************************************/
/* page type SAE  */
/* Explications de la SAE  */
.expl {
  display: flex;
  justify-content: space-evenly;
}

.expl2 {
  display: flex;
  justify-content: space-evenly;
}
/* Images d'illustration */
.comprendre {
  width: 40%;
  padding: 0% 0% 0% 8%;
}

.startup {
  width: 35%;
  padding: 0% 8% 0% 0%;
}
/* Heures des SAEs et les livrables*/

.heures {
  text-align: right;
  padding: 2% 0% 0% 5%;
}

/* Livrables */
.para4 {
  position: relative;
  z-index: 2;
  border-left: 2px whitesmoke solid;
  padding: 3%;
  margin: 2% 0% 10% 0%;
  max-width: 60%;
  float: right;
}
.livrables {
  display: flex;
  justify-content: space-between;
}
/* Partie du projet de SAE  */
/* Le départ  */

.depart {
  padding: 0% 0% 5% 0%;
}

.titreprojet {
  background-color: #f9AE65;
  position: relative;
  z-index: 2;
  border-radius: 30px;
  box-shadow: -6px 6px 10px #aa6a3c;
  padding: 1%;
  margin: 2% 0% 5% 0%;
  text-align: center;
  min-width: 95%;
}

.dabord {
  display: flex;
  justify-content: space-between;
}

.reference {
  width: 30%;
  height: 30%;
}
/* Sous partie idées  */

.flexi{
  display: flex;
  justify-content: center;
}

.paracentre {
  background-color: #302633;
  position: relative;
  z-index: 2;
  border-radius: 30px;
  box-shadow: -6px 6px 10px #15011a;
  padding: 3%;
  max-width: 80%;
  margin: 3%;
}

.imgidées {
  display: flex;
  justify-content: space-between;
  padding-top: 3%;
}

.reference2 {
  width: 27%;
  height: 27%;
  padding: 0% 2% 0% 2%;
  margin-top: auto;
}

.legendeidées {
  display: flex;
  justify-content: space-between;
  padding: 0% 1% 0% 2%;
}

/* Partie réalisation  */
/* Les displays flex  */
.flexrea1{
  display: flex;
  justify-content: space-between;
  padding-bottom: 3%;
}

.flexrea{
  display: flex;
  justify-content: space-between;
}

.flexrea2 {
  display: flex;
  justify-content: space-between;
  padding-top: 3%;
}

.imgflexrea {
  display: flex;
  justify-content: space-around;
}

.legenderea {
  display: flex;
  justify-content: space-around;
}

/* Les images  */
.reference3 {
  width: 30%;
  height: 30%;
  padding: 0% 2% 0% 2%;
}

.reference4 {
  width: 35%;
  height: 35%;
  padding: 0% 2% 0% 2%;
  margin-top: auto;
}

.reference5 {
  width: 48%;
  height: 30%;
  padding: 0% 2% 0% 2%;
  margin-top: auto;
}

.paracentre2 {
  background-color: #302633;
  position: relative;
  z-index: 2;
  border-radius: 30px;
  box-shadow: -6px 6px 10px #15011a;
  padding: 3%;
  min-height: 10%;
  margin: 0;
}

/* Les formats vidéos  */
video {
  padding: 3% 3% 3% 25%;
  float: center;
}

/* Tous les types de Ressource */

/* Ressource 2 paragraphes, 2 images + but */
.ressource1 {
  padding: 0% 0% 10% 0%;
}

.ressource2 {
  padding: 0% 0% 10% 0%;
  border-top: 2px whitesmoke solid;
}

.ressource6 {
  padding: 0% 0% 10% 0%;
  border-top: 2px whitesmoke solid;
}

/* Ressource 1 paragraphe, 1 image + but  */
.ressource3 {
  padding: 0% 0% 10% 0%;
  border-top: 2px whitesmoke solid;
}

.ressource5 {
  padding: 0% 0% 10% 0%;
  border-top: 2px whitesmoke solid;
}

/* Ressource 2 paragraphes, 1 image + but  */
.ressource4 {
  padding: 0% 0% 10% 0%;
  border-top: 2px whitesmoke solid;
}

/* Ressource 3 paragraphes, 2 images + but  */
.ressource7 {
  padding: 0% 0% 10% 0%;
  border-top: 2px whitesmoke solid;
}