body{
  margin:10;
  }
a{
  text-decoration: none;
}
.conseils{
  column-span: all;
  font-family: monospace;
  color: #3d00bf;
  font-size: 30px;
  font-style: italic;
  text-align: center;
  margin-bottom: 0px;
}

.lien{
  font-style: italic;
  font-size: 11px;
  column-span: all;
}



.pictos{
  margin: 0;
  width: 100%;
  margin-bottom: 30px;
  overflow: hidden;
  }

.picto1{
  width: 9%;
  height: 100%;
}

.picto2{
  width: 13%;
  height: 100%;
  margin-bottom: 18px;
}

.picto3{
  width: 12%;
  height: 100%;
  margin-bottom: 18px;
}

.picto4{
  width: 7%;
  height: 100%;
  margin-bottom: 18px;
}


.picto11{
  width: 2%;
  height: 100%;
  margin-left: 50%;
  margin-top: 2%;
    margin-bottom: 2%;
}

.picto5{
  width: 6%;
  height: 100%;
  margin-left: 4px;
}



.h1{
  font-family: monospace;
  color: #3d00bf;
}

.h3{
  font-family: monospace;
  color: #3d00bf;
  font-size: 20px;
}

.titrepage{
  text-align: center;
  margin-bottom: 1%;
  font-family: monospace;
  color: #3d00bf;
  font-size: 50px;
}

.texte3c{
  margin-left: 20%;
  margin-right: 20%;
  margin-bottom: 30px;
  padding: 20px;
  column-count: 2;
  font-family: Verdana;
  background-color: #e4e2d6;
  font-size: 14px;
  column-gap: 35px;
}

.citation{
  font-style: italic;
  font-size: 20px;
  column-span: all;
  margin-top: 12px;
}

.citationpetite{
  font-style: italic;
  font-size: 14px;
}

.image100{
  width: 100%;
  height: 100%;
  margin-bottom: 5%;
}

.image2{
  width: 60%;
  height: 60%;
  margin-left: calc(50% - 30%);
  margin-bottom: 5%;
}


@media (min-width: 300px) and (max-width: 700px){
  body{

  }
  .texte3c{
    column-count:1;
    margin-left: 3%;
    margin-right: 3%;
  }
}

@media (min-width: 700px) and (max-width: 1200px){
  body{
    padding: 1% 1% 1% 1%;
  }
  .texte3c{
    column-count:2;
    margin-left: 20%;
    margin-right: 20%;

  }
}

@media (min-width: 700px) and (max-width: 900px){
  body{
    padding: 1% 1% 1% 1%;
  }
  .texte3c{
    column-count:2;
    margin-left: 5%;
    margin-right: 5%;

  }
}

@media (min-width: 300px) and (max-width: 900px){
  body{
    padding: 1% 1% 1% 1%;
  }
  .pictofleche{
    width: 50%;
    margin-left: 20%;
  }
}


@media (min-width: 300px) and (max-width: 900px){
  body{
    padding: 1% 1% 1% 1%;
  }
  .pictos{
    width: 100%;
    margin-left: 0;

  }

  .pictos{
    margin: 0;
    width: 100%;
    margin-bottom: 30px;
    overflow: hidden;
    }

  .picto1{
    width: 20%;
    height: 100%;
  }

  .picto2{
    width: 20%;
    height: 100%;
    margin-bottom: 18px;
  }

  .picto3{
    width: 20%;
    height: 100%;
    margin-bottom: 18px;
  }

  .picto4{
    width: 15%;
    height: 100%;
    margin-bottom: 18px;
  }


  .picto11{
    width: 11%;
    height: 100%;
    margin-left: 50%;
  }

  .picto5{
    width: 15%;
    height: 100%;
    margin-left: 4px;
  }

}
