/* 
// <uniquifier>: Use a unique and descriptive class name
// <weight>: Use a value from 200 to 700

.oswald-<uniquifier> {
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}
*/
/*
font-family: "linotype-didot-headline", serif;
font-weight: 400;
font-style: normal;
*/
body {
  margin: 0;
  padding: 0;
  background-color: #1F3052;
}

#containerprojet {
  padding: 0;
  margin: 0;
  background-color: #FEEEE5;
}
#containerprojet h1 {
  font-family: "linotype-didot-headline", serif;
  font-size: "36px";
}
#containerprojet h2 {
  font-family: "linotype-didot-headline", serif;
  font-size: "24px";
}
#containerprojet h3 {
  font-family: "linotype-didot-headline", serif;
  font-size: 16px;
}
#containerprojet p {
  font-family: "Oswald", sans-serif;
  font-size: "14px";
}
#containerprojet li {
  font-family: "Oswald", sans-serif;
  font-size: "14px";
}

/* CARTE-------------------------------------------------------------------*/
/* CARD-Rouge-------------------------------------------------------------------*/
.cardA {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 20px;
  background-color: #1F3052 ;
  padding-right: 20px;
  padding-left: 20px;
}

.textr {
  color: #FCDDCB;
  display: flex;
  flex-direction: column;
}
.textr h2 {
  text-align: right;
}
.textr p {
  color: #FCDDCB;
}
.textr li {
  text-align: left !important;
}
.textr button {
  background-color: #FCDDCB;
  color: #1F3052;
  font-family: "Oswald", sans-serif;
  justify-content: right;
  animation: ease 1s;
  cursor:pointer;
}
.textr button:hover {
  background-color: #f7c6ac;
}

/* CARD-Bleu-------------------------------------------------------------------*/
.cardB {
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  gap: 20px;
  background-color:#CD6A6B;
  padding-right: 20px;
  padding-left: 20px;
}

.textb {
  color: #FCDDCB;
  display: flex;
  flex-direction: column;
}
.textb h2 {
  text-align: left;
}
.textb p {
  color: #FCDDCB;
}
.textb li {
  text-align: left !important;
}
.textb button {
  background-color: #FCDDCB;
  color: #1F3052;
  font-family: "Oswald", sans-serif;
  justify-content: left;
  animation: ease 1s;
  cursor:pointer;
}
.textb button:hover {
  background-color: #f7c6ac;
}

.dissensuslogo {
  width: 250px;
}

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