html {
  font-size: 62.5%;
  font-family: Roboto, Arial;
}

body {
  margin: 0;
  font-size: 1.8rem;
  max-width: 192rem;
  width: 100%;
  padding: 0;
  margin: auto;
  padding: 1.1rem;
  background: #f4f4f4;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
@media screen and (max-width: 192rem) {
  body {
    width: 100%;
  }
}
body * {
  box-sizing: border-box;
}

header {
  position: relative;
  box-sizing: border-box;
  width: 54.11%;
  padding: 16.4rem 4rem 8.4rem 4rem;
  background-color: #FFF;
  background-image: url('../images/banner.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right;
  border-radius: 2rem;
}
header h1 {
  font-size: 3.8rem;
  color: #363636;
  position: relative;
  z-index: 2;
}
header h1.n2 {
  font-size: 2.6rem;
}
header h1.n3 {
  font-size: 1.8rem;
}
header h1 .lighter {
  font-weight: lighter;
}
header h1 .bold {
  font-weight: bold;
}
header h1 .uppercase {
  text-transform: uppercase;
}
header h1 .br {
  display: block;
}
header h1 .red {
  color: #eb4e4b;
}
header h1 .min {
  margin-top: 1.1rem;
  font-size: 2rem;
}
header h1 .grey {
  color: #5f5f5f;
}
header h1.n3 .min {
  font-size: 1.6rem;
}
header h1.n3 .br {
  margin: 0;
}
@media screen and (max-width: 768px) {
  header h1 {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 425px) {
  header h1 {
    text-align: center;
  }
}
header img {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  z-index: 1;
}
@media screen and (max-width: 1440px) {
  header {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  header {
    padding: 6.3rem 1rem;
  }
}
@media screen and (max-width: 425px) {
  header {
    background-image: none;
  }
}

.sr-only {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important; /* 1 */
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important; /* 2 */
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}
.sr-only.focusable a:focus, .sr-only.focusable:focus-within {
  z-index: 2;
  clip: auto !important;
  -webkit-clip-path: none !important;
  clip-path: none !important;
  height: auto !important;
  margin: auto !important;
  overflow: visible !important;
  width: auto !important;
  white-space: normal !important;
}

.container {
  padding: 1rem 14.5rem 8.8rem 14.5rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  max-width: 1920px;
  margin: auto;
}
@media screen and (max-width: 76.8rem) {
  .container {
    padding: 1rem 14rem;
  }
}
@media screen and (max-width: 76.8rem) {
  .container {
    padding: 1rem;
  }
}

main, #principal {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
main video, #principal video {
  width: 100%;
  margin-bottom: 2rem;
}
main a.link, #principal a.link {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 14.1rem;
  height: 4.5rem;
  background: #eaeaea;
  border-radius: 0.5rem;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.8rem;
  color: #363636;
  width: auto;
  border-radius: 2.6rem;
  background-color: #6c63ff;
  color: #FFF;
  padding: 1.6rem 2.5rem;
}
main a.link:hover, main a.link:focus, #principal a.link:hover, #principal a.link:focus {
  text-decoration: underline;
  background-color: #b2aeff;
  cursor: pointer;
}
main a.link:hover.contrast, main a.link:focus.contrast, #principal a.link:hover.contrast, #principal a.link:focus.contrast {
  background-color: #6562a3;
}
main table.table, #principal table.table {
  width: 100%;
  background-color: #f6f6f6;
  padding: 1rem 3rem;
  margin-bottom: 2rem;
}
main table.table .entete, #principal table.table .entete {
  font-weight: bold;
  color: #363636;
}
main table.table tr, #principal table.table tr {
  margin-bottom: 2rem;
}
main table.table tr:last-of-type :after, #principal table.table tr:last-of-type :after {
  content: "";
  width: 100%;
  height: 2rem;
  display: block;
}
main table.table tr td, main table.table tr th, #principal table.table tr td, #principal table.table tr th {
  padding: 0;
  color: #5f5f5f;
  font-weight: lighter;
  text-align: left;
}
main table.table tr td::before, main table.table tr th::before, #principal table.table tr td::before, #principal table.table tr th::before {
  content: "";
  width: 100%;
  height: 2rem;
  display: block;
}
main table.table caption, #principal table.table caption {
  margin-bottom: 2rem;
  color: #363636;
}
main table.presentation img, #principal table.presentation img {
  width: 100%;
}
main section h2, main section h3, #principal section h2, #principal section h3 {
  font-size: 3.8rem;
  color: #363636;
}
main section h2.n2, main section h3.n2, #principal section h2.n2, #principal section h3.n2 {
  font-size: 2.6rem;
}
main section h2.n3, main section h3.n3, #principal section h2.n3, #principal section h3.n3 {
  font-size: 1.8rem;
}
main section h2 .lighter, main section h3 .lighter, #principal section h2 .lighter, #principal section h3 .lighter {
  font-weight: lighter;
}
main section h2 .bold, main section h3 .bold, #principal section h2 .bold, #principal section h3 .bold {
  font-weight: bold;
}
main section h2 .uppercase, main section h3 .uppercase, #principal section h2 .uppercase, #principal section h3 .uppercase {
  text-transform: uppercase;
}
main section h2 .br, main section h3 .br, #principal section h2 .br, #principal section h3 .br {
  display: block;
}
main section h2 .red, main section h3 .red, #principal section h2 .red, #principal section h3 .red {
  color: #eb4e4b;
}
main section h2 .min, main section h3 .min, #principal section h2 .min, #principal section h3 .min {
  margin-top: 1.1rem;
  font-size: 2rem;
}
main section h2 .grey, main section h3 .grey, #principal section h2 .grey, #principal section h3 .grey {
  color: #5f5f5f;
}
main section h2.n3 .min, main section h3.n3 .min, #principal section h2.n3 .min, #principal section h3.n3 .min {
  font-size: 1.6rem;
}
main section h2.n3 .br, main section h3.n3 .br, #principal section h2.n3 .br, #principal section h3.n3 .br {
  margin: 0;
}
main p, #principal p {
  color: #363636;
}
main #main-content, #principal #main-content {
  width: 54.11%;
  margin-top: 6rem;
}
@media screen and (max-width: 1440px) {
  main #main-content, #principal #main-content {
    width: 100%;
  }
}
main #main-content a#custom:before, #principal #main-content a#custom:before {
  content: "Introduction au RGAA";
}
main #main-content ul:not(.default), #principal #main-content ul:not(.default) {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  box-sizing: border-box;
  width: 100%;
}
main #main-content ul:not(.default) li, #principal #main-content ul:not(.default) li {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  box-sizing: border-box;
  background: #FFF;
  padding: 2.9rem 5rem 2.9rem 5rem;
  width: 48.765%;
  border-radius: 2rem;
  margin-bottom: 2.2rem;
}
main #main-content ul:not(.default) li.tp, #principal #main-content ul:not(.default) li.tp {
  flex-direction: column;
  text-align: center;
}
main #main-content ul:not(.default) li.tp img, #principal #main-content ul:not(.default) li.tp img {
  min-width: 6rem;
}
@media screen and (max-width: 768px) {
  main #main-content ul:not(.default) li, #principal #main-content ul:not(.default) li {
    width: 100%;
  }
}
main #main-content ul:not(.default) li .links-container, #principal #main-content ul:not(.default) li .links-container {
  display: block;
  width: 100%;
  text-align: center;
}
main #main-content ul:not(.default) li .links-container a, #principal #main-content ul:not(.default) li .links-container a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 14.1rem;
  height: 4.5rem;
  background: #eaeaea;
  border-radius: 0.5rem;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.8rem;
  color: #363636;
  margin: auto;
}
main #main-content ul:not(.default) li .links-container a:hover, main #main-content ul:not(.default) li .links-container a:focus, #principal #main-content ul:not(.default) li .links-container a:hover, #principal #main-content ul:not(.default) li .links-container a:focus {
  text-decoration: underline;
  background-color: #b2aeff;
  cursor: pointer;
}
main #main-content ul:not(.default) li .links-container a:hover.contrast, main #main-content ul:not(.default) li .links-container a:focus.contrast, #principal #main-content ul:not(.default) li .links-container a:hover.contrast, #principal #main-content ul:not(.default) li .links-container a:focus.contrast {
  background-color: #6562a3;
}
main #main-content ul:not(.default) li .links-container a:first-of-type, #principal #main-content ul:not(.default) li .links-container a:first-of-type {
  margin-bottom: 1rem;
}
main #main-content ul:not(.default) li h3, #principal #main-content ul:not(.default) li h3 {
  width: 100%;
  text-align: center;
}
main #main-content ul:not(.default).posts h1, main #main-content ul:not(.default).posts h2, main #main-content ul:not(.default).posts h3, #principal #main-content ul:not(.default).posts h1, #principal #main-content ul:not(.default).posts h2, #principal #main-content ul:not(.default).posts h3 {
  font-size: 3.8rem;
  color: #363636;
}
main #main-content ul:not(.default).posts h1.n2, main #main-content ul:not(.default).posts h2.n2, main #main-content ul:not(.default).posts h3.n2, #principal #main-content ul:not(.default).posts h1.n2, #principal #main-content ul:not(.default).posts h2.n2, #principal #main-content ul:not(.default).posts h3.n2 {
  font-size: 2.6rem;
}
main #main-content ul:not(.default).posts h1.n3, main #main-content ul:not(.default).posts h2.n3, main #main-content ul:not(.default).posts h3.n3, #principal #main-content ul:not(.default).posts h1.n3, #principal #main-content ul:not(.default).posts h2.n3, #principal #main-content ul:not(.default).posts h3.n3 {
  font-size: 1.8rem;
}
main #main-content ul:not(.default).posts h1 .lighter, main #main-content ul:not(.default).posts h2 .lighter, main #main-content ul:not(.default).posts h3 .lighter, #principal #main-content ul:not(.default).posts h1 .lighter, #principal #main-content ul:not(.default).posts h2 .lighter, #principal #main-content ul:not(.default).posts h3 .lighter {
  font-weight: lighter;
}
main #main-content ul:not(.default).posts h1 .bold, main #main-content ul:not(.default).posts h2 .bold, main #main-content ul:not(.default).posts h3 .bold, #principal #main-content ul:not(.default).posts h1 .bold, #principal #main-content ul:not(.default).posts h2 .bold, #principal #main-content ul:not(.default).posts h3 .bold {
  font-weight: bold;
}
main #main-content ul:not(.default).posts h1 .uppercase, main #main-content ul:not(.default).posts h2 .uppercase, main #main-content ul:not(.default).posts h3 .uppercase, #principal #main-content ul:not(.default).posts h1 .uppercase, #principal #main-content ul:not(.default).posts h2 .uppercase, #principal #main-content ul:not(.default).posts h3 .uppercase {
  text-transform: uppercase;
}
main #main-content ul:not(.default).posts h1 .br, main #main-content ul:not(.default).posts h2 .br, main #main-content ul:not(.default).posts h3 .br, #principal #main-content ul:not(.default).posts h1 .br, #principal #main-content ul:not(.default).posts h2 .br, #principal #main-content ul:not(.default).posts h3 .br {
  display: block;
}
main #main-content ul:not(.default).posts h1 .red, main #main-content ul:not(.default).posts h2 .red, main #main-content ul:not(.default).posts h3 .red, #principal #main-content ul:not(.default).posts h1 .red, #principal #main-content ul:not(.default).posts h2 .red, #principal #main-content ul:not(.default).posts h3 .red {
  color: #eb4e4b;
}
main #main-content ul:not(.default).posts h1 .min, main #main-content ul:not(.default).posts h2 .min, main #main-content ul:not(.default).posts h3 .min, #principal #main-content ul:not(.default).posts h1 .min, #principal #main-content ul:not(.default).posts h2 .min, #principal #main-content ul:not(.default).posts h3 .min {
  margin-top: 1.1rem;
  font-size: 2rem;
}
main #main-content ul:not(.default).posts h1 .grey, main #main-content ul:not(.default).posts h2 .grey, main #main-content ul:not(.default).posts h3 .grey, #principal #main-content ul:not(.default).posts h1 .grey, #principal #main-content ul:not(.default).posts h2 .grey, #principal #main-content ul:not(.default).posts h3 .grey {
  color: #5f5f5f;
}
main #main-content ul:not(.default).posts h1.n3 .min, main #main-content ul:not(.default).posts h2.n3 .min, main #main-content ul:not(.default).posts h3.n3 .min, #principal #main-content ul:not(.default).posts h1.n3 .min, #principal #main-content ul:not(.default).posts h2.n3 .min, #principal #main-content ul:not(.default).posts h3.n3 .min {
  font-size: 1.6rem;
}
main #main-content ul:not(.default).posts h1.n3 .br, main #main-content ul:not(.default).posts h2.n3 .br, main #main-content ul:not(.default).posts h3.n3 .br, #principal #main-content ul:not(.default).posts h1.n3 .br, #principal #main-content ul:not(.default).posts h2.n3 .br, #principal #main-content ul:not(.default).posts h3.n3 .br {
  margin: 0;
}
main #main-content ul:not(.default).posts li, #principal #main-content ul:not(.default).posts li {
  display: flex;
  width: 100%;
  padding: 4rem;
}
main #main-content ul:not(.default).posts li .container-image, #principal #main-content ul:not(.default).posts li .container-image {
  width: 36.1%;
  margin: 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  main #main-content ul:not(.default).posts li .container-image, #principal #main-content ul:not(.default).posts li .container-image {
    width: 100%;
    margin-bottom: 2rem;
  }
}
main #main-content ul:not(.default).posts li .container-image img, #principal #main-content ul:not(.default).posts li .container-image img {
  height: 100%;
  object-fit: contain;
  width: 100%;
  display: block;
}
main #main-content ul:not(.default).posts li .container-image .figcaption, #principal #main-content ul:not(.default).posts li .container-image .figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0;
  background: rgba(0, 0, 0, 0.7294117647);
  color: #FFF;
  padding: 0.5rem;
  font-size: 1.4rem;
}
main #main-content ul:not(.default).posts li .container-content, #principal #main-content ul:not(.default).posts li .container-content {
  display: flex;
  flex-wrap: wrap;
  width: 63.9%;
  padding-left: 3.6rem;
}
@media screen and (max-width: 768px) {
  main #main-content ul:not(.default).posts li .container-content, #principal #main-content ul:not(.default).posts li .container-content {
    width: 100%;
  }
}
main #main-content ul:not(.default).posts li .container-content h3, #principal #main-content ul:not(.default).posts li .container-content h3 {
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
}
main #main-content ul:not(.default).posts li .container-content p, #principal #main-content ul:not(.default).posts li .container-content p {
  font-size: 1.8rem;
  color: #838383;
  line-height: 2.5rem;
  margin-top: 3.2rem;
  margin-bottom: 3.2rem;
}
main #main-content ul:not(.default).posts li .container-content p.contrast, #principal #main-content ul:not(.default).posts li .container-content p.contrast {
  color: #5f5f5f;
}
main #main-content ul.docs a, #principal #main-content ul.docs a {
  outline: none !important;
}
main #main-content form, #principal #main-content form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background: #FFF;
  padding: 4rem;
  border-radius: 2rem;
}
main #main-content form p, #principal #main-content form p {
  width: 100%;
}
main #main-content form p.tchat, #principal #main-content form p.tchat {
  background-color: #ebba4b;
  padding: 2rem 1.5rem;
  border-radius: 0.5rem;
  color: #FFF;
  font-weight: bold;
}
main #main-content form p.tchat.contrast, #principal #main-content form p.tchat.contrast {
  background-color: #A76906;
}
main #main-content form .container-input, #principal #main-content form .container-input {
  width: 45%;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  main #main-content form .container-input, #principal #main-content form .container-input {
    width: 100%;
  }
}
main #main-content form .container-input label, #principal #main-content form .container-input label {
  display: block;
  font-weight: bold;
  color: #363636;
  margin-bottom: 0.5rem;
}
main #main-content form .container-input input, #principal #main-content form .container-input input {
  appearance: none;
  border: none;
  padding: 1rem;
  width: 100%;
  border: 0.1rem solid #eb4e4b;
  border-radius: 0.5rem;
}
main #main-content form button, #principal #main-content form button {
  appearance: none;
  border: none;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 14.1rem;
  height: 4.5rem;
  background: #eaeaea;
  border-radius: 0.5rem;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.8rem;
  color: #363636;
  border-radius: 2.6rem;
  background-color: #6c63ff;
  color: #FFF;
  width: auto;
  padding: 1.6rem 2.5rem;
}
main #main-content form button:hover, main #main-content form button:focus, #principal #main-content form button:hover, #principal #main-content form button:focus {
  text-decoration: underline;
  background-color: #b2aeff;
  cursor: pointer;
}
main #main-content form button:hover.contrast, main #main-content form button:focus.contrast, #principal #main-content form button:hover.contrast, #principal #main-content form button:focus.contrast {
  background-color: #6562a3;
}
main #main-content .white, #principal #main-content .white {
  margin-top: 2rem;
  background: #FFF;
  padding: 4rem;
  border-radius: 2rem;
}
main #main-content .white h2, #principal #main-content .white h2 {
  margin-top: 0;
}
main #main-content .white.bordered a, #principal #main-content .white.bordered a {
  color: #363636;
}
main #main-content .white.backgrounded, #principal #main-content .white.backgrounded {
  background-image: url("../images/bg.png");
}
main #main-content .white.backgrounded h2, #principal #main-content .white.backgrounded h2 {
  color: white;
}
main #ressources, #principal #ressources {
  position: absolute;
  top: 1rem;
  right: 14.5rem;
  vertical-align: top;
  width: 31.345%;
  max-width: 58.9rem;
  box-sizing: border-box;
}
@media screen and (max-width: 1440px) {
  main #ressources, #principal #ressources {
    position: relative;
    top: unset;
    right: unset;
    width: 100%;
    max-width: none;
  }
}
main #ressources #tools, #principal #ressources #tools {
  box-sizing: border-box;
  width: 100%;
}
main #ressources #tools h2, #principal #ressources #tools h2 {
  margin-top: 0rem;
}
@media screen and (max-width: 1440px) {
  main #ressources #tools h2, #principal #ressources #tools h2 {
    margin-top: 2rem;
  }
}
main #ressources #tools ul, #principal #ressources #tools ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
main #ressources #tools ul li, #principal #ressources #tools ul li {
  width: 100%;
  margin-bottom: 2.5rem;
  background: #ebebeb;
  border: 0.1rem solid #c3c3c3;
  border-radius: 1rem;
}
main #ressources #tools ul li a, #principal #ressources #tools ul li a {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 9rem;
  padding: 2.9rem 1.8rem;
  text-decoration: none;
}
main #ressources #tools ul li a .img, #principal #ressources #tools ul li a .img {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 5.1rem;
  height: 5.1rem;
  left: 1.8rem;
  top: 50%;
  transform: translateY(-50%);
  background: #FFF;
  border-radius: 0.5rem;
}
main #ressources #tools ul li a .img img, #principal #ressources #tools ul li a .img img {
  width: 60%;
}
main #ressources #tools ul li a h3, #principal #ressources #tools ul li a h3 {
  margin-left: 6.9rem;
  width: 100%;
}
main #ressources #usefull_links, #principal #ressources #usefull_links {
  width: 100%;
  margin-top: 4.4rem;
}
main #ressources #usefull_links ul, #principal #ressources #usefull_links ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
main #ressources #usefull_links ul li, #principal #ressources #usefull_links ul li {
  width: 45%;
}
@media screen and (max-width: 42.5rem) {
  main #ressources #usefull_links ul li, #principal #ressources #usefull_links ul li {
    width: 100%;
  }
}
main #ressources #usefull_links ul li a, #principal #ressources #usefull_links ul li a {
  position: relative;
  display: flex;
  width: 100%;
  text-decoration: none;
  padding-left: 4.9rem;
}
main #ressources #usefull_links ul li a .img, #principal #ressources #usefull_links ul li a .img {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 0.5rem;
  background: #eb4e4b;
}
main #ressources #usefull_links ul li a .img img, #principal #ressources #usefull_links ul li a .img img {
  width: 2rem;
  height: 2rem;
}
main #ressources #usefull_links.objectifs-container li, #principal #ressources #usefull_links.objectifs-container li {
  width: 100%;
}
main a:hover > *, main a:focus > *, #principal a:hover > *, #principal a:focus > * {
  text-decoration: underline;
}

.tp header, .tp #main-content {
  margin-left: auto;
  margin-right: auto;
}

main#tp1 section#ex1 li {
  width: 100%;
  align-content: center;
  flex-direction: column;
  text-align: center;
}
main#tp1 section#ex1 li span.answer {
  font-weight: bold;
  color: darkgreen;
  text-decoration: underline;
}
main#tp1 section#ex1 li img {
  width: max-content;
  margin: auto;
}
main#tp1 section#ex1 li:first-of-type img {
  width: 100%;
}
main#tp1 section#ex1 li h2 {
  font-size: 2rem;
}
main#tp1 section#ex1 li hr {
  width: 100%;
}
main#tp1 ul#ex2 figure {
  margin: 0;
}
main#tp1 ul#ex2 figure figcaption {
  width: 100%;
  text-align: center;
}

main#principal.tp6 button.btn.btn-outline-primary.reverse:focus {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
main#principal.tp6 .nav-item.active {
  font-weight: bold;
}
main#principal.tp6 a.nav-link:focus {
  text-decoration: underline;
}
main#principal.tp6 #main-content .white.backgrounded {
  background-color: #d70301;
}

div[role=button] {
  -webkit-appearance: button;
  -webkit-writing-mode: horizontal-tb !important;
  text-rendering: auto;
  color: buttontext;
  letter-spacing: normal;
  word-spacing: normal;
  text-transform: none;
  text-indent: 0px;
  text-shadow: none;
  display: inline-block;
  text-align: center;
  align-items: flex-start;
  cursor: default;
  background-color: buttonface;
  box-sizing: border-box;
  margin: 0em;
  font: 400 11px system-ui;
  padding: 1px 7px 2px;
  border-width: 1px;
  border-style: solid;
  border-color: rgb(216, 216, 216) rgb(209, 209, 209) rgb(186, 186, 186);
  border-image: initial;
}

#panel {
  border: 1px solid hsl(0, 0%, 82%);
  margin: 0;
  padding: 1em 1.5em;
  width: 100%;
}

button[aria-expanded=false] + div {
  display: none;
}

#containerModal {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6509803922);
  width: 100vw;
  height: 100vh;
}
#containerModal #modal {
  background: #FFF;
  width: 80vw;
  height: auto;
  padding: 2rem;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
#containerModal #modal button#validate {
  position: absolute;
  display: block;
  bottom: 2rem;
  right: 2rem;
}

main #main-content div.news ul {
  flex-direction: column;
}
main #main-content div.news ul li {
  margin: auto;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
main #main-content div.news ul li img {
  width: 100%;
}
main #main-content div.news ul li p.title {
  font-size: 2rem;
  font-weight: bold;
}

main #main-content form {
  flex-direction: column;
}
main #main-content form .form-group {
  margin-bottom: 1rem;
  display: flex;
  flex-direction: column;
}
main #main-content form .form-group.radio {
  flex-direction: row;
}
main #main-content form .form-group input[type=text] {
  min-height: 3rem;
}

footer,
.bot {
  width: 100%;
  margin-top: 3rem;
  display: flex;
  justify-content: center;
}
footer > div,
.bot > div {
  width: 54.11%;
}
footer a,
.bot a {
  outline: none;
}

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