/* Styles communs à toutes les pages */
body {
  background: linear-gradient(to bottom, #5a65ff, #0404bb);
  font-family: Arial, sans-serif;
  min-height : 100vh ;
}



p {
  font-size: 34px;
  font-weight: bold;
  text-align: center;
  margin-top: 50px;
}

form {
  margin: 20px auto;
  width: 300px;
}

label {
  display: block;
  margin-top: 10px;
}

textarea {
  width: 100%;
  padding: 10px;
  margin-top: 5px;
}

input {
  background-color: #ff0000;
  color: rgb(122, 73, 236);
  border: none;
  padding: 10px 20px;
  cursor: pointer;
}
/*   
footer {
  text-align: center;
  margin-top: 50px;
} */

/* Styles spécifiques à la maquette.css */
/* Maquette5 */


a {
  display: block;
  text-align: center;
  margin-top: 20px;
  text-decoration: none;
  color: rgb(255, 0, 0);
  font-size: 36px;
}

img {
  width: 100px;
  height: 100px;
  margin-right: 10px;
  vertical-align: middle;
}

.container {
  /*height: 7000px;*/
  width: 100%;
  text-align: center;
  border-style: solid;
  margin-top: 50px;
  border-radius: 40px;
  text-decoration: underline;
  color: rgb(255, 255, 255);
  font-size: 36px;
}
.container1 {
  width: 100%;
  text-align: center;
  border-style: solid;
  margin-top: 50px;
  border-radius: 40px;
  color: rgb(255, 255, 255);
  font-size: 15px;
}
.containerinfo {
  height: 250px;
  text-align: center;
  border-style: solid;
  margin-top: 50px;
  border-radius: 40px;
  color: rgb(255, 255, 255);
  font-size: 15px;
  padding-top: 3%;
}
.image {
  background-image: url("https://i0.wp.com/www.vivsters.com/wp-content/uploads/2021/07/277A_Mondrian_Warm_-_Vivienne_Powers_THUMBNAIL.png?fit=3000%2C2250&ssl=1");
  background-size: 100%;
  padding: 100px;
  border-radius: 40px;
  display: flex;
  justify-content: center;
}
.conteneur-carrés {
  /*display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 380px;*/
  margin-top: 20px;
  padding : 20px;
  height: 550px;
  border-style: solid;
  border-color: rgb(235, 10, 85);
}
.carré-gauche {
  background-image: url("image/lettreetformelogo1.png");
  margin: 25px;
  height: 400px;
  width: 400px;
  float: left;
  border-style: solid;
  border-color: rgb(255, 255, 255);
  border-radius: 40px;
}
.carré-droit {
  background-image: url("image/rapportdestage.jpg");
  background-size:cover;
  background-repeat: no-repeat;
  margin: 25px;
  height: 400px;
  width: 400px;
  float: right;
  border-style: solid;
  border-color: rgb(255, 255, 255);
  border-radius: 40px;
}
.carré-gauche1 {
  background-image: url("image/calendrier.png");
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
  margin: 25px;
  height: 400px;
  width: 400px;
  float: left;
  border-style: solid;
  border-color: rgb(255, 255, 255);
  border-radius: 40px;
}
.carré-droit1 {
  background-image: url("image/logodada1.jpg");
  background-size:contain;
  background-repeat: no-repeat;
  margin: 25px;
  height: 400px;
  width: 400px;
  float: right;
  border-style: solid;
  border-color: rgb(255, 255, 255);
  border-radius: 40px;
}
.gallery {
  text-align: justify;
}
 
.image-link {
  text-decoration: none;
  margin: 10px;
  width: 20%;
  height: 20%;
}

/* Page d'accueil */
.align-center {
  text-align: center;
}

.inline-block {
  display: inline-block;
  vertical-align: middle;
}

.inline-block img {
  width: auto;
  height: auto;
}

.images-container {
  text-align: center;
  margin-top: 20px;
}

.images-container a {
  margin: 0 10px;
}