html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

body {
  font-size: 16pt;
}

h1, h2 {
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 20px;
}

h2 {
  color: blue;
}

p {
  line-height: 26px;
}

section.text {
  padding-top: 20px;
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 20px;
}
@media screen and (max-width: 870px) {
  section.text {
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
  }
}
section.text p {
  font-size: 16pt;
  max-width: 750px;
}

h1 {
  font-size: 16pt;
}

section.home-menu {
  position: relative;
  width: 100%;
}
section.home-menu .col {
  box-sizing: border-box;
  width: 50%;
  display: inline-block;
  vertical-align: top;
  padding: 40px;
}
section.home-menu .col p {
  width: 100%;
  margin-bottom: 40px;
}
@media screen and (max-width: 870px) {
  section.home-menu .col {
    display: block;
    width: 100%;
  }
}
section.home-menu .login-ovam {
  display: none;
}
section.home-menu .login-plateforme {
  display: none;
}

input.login-plateforme-code {
  box-sizing: border-box;
  height: 48px;
  line-height: 48px;
  font-size: 16pt;
  letter-spacing: 10px;
  border: 1px solid black;
  border-radius: 5px;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}

a.btn {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  height: 50px;
  font-size: 14pt;
  text-align: center;
  width: 100%;
  background-color: black;
  text-decoration: none;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 14.3333333333px;
  font-weight: normal;
  border-radius: 5px;
  color: white;
  border: 1px solid black;
}
a.btn b {
  font-weight: bold;
}
a.btn:visited {
  color: white;
}
a.btn.reset {
  display: none;
  width: auto;
}

a.support {
  display: inline;
  font-size: 14pt;
  color: #000;
}

img.ovam-decision {
  display: none;
  width: 100%;
  height: auto;
  position: relative;
  margin-top: 40px;
}
@media screen and (max-width: 870px) {
  img.ovam-decision {
    left: 0;
    margin-left: auto;
    margin-right: auto;
  }
}

div.input-composite {
  vertical-align: bottom;
  margin-bottom: 40px;
}
div.input-composite .separator {
  display: inline-block;
  width: 2px;
  height: 50px;
  text-align: center;
  vertical-align: bottom;
  border-left: none;
  border-right: none;
  border-top: none;
  border-bottom: 2px solid black;
  margin-right: 8px;
}
div.input-composite input {
  display: inline-block;
  caret-color: transparent;
  margin-right: 4px;
  vertical-align: bottom;
  text-align: center;
  width: 24px;
  height: 30px;
  border-radius: 0;
  font-size: 26px;
  border-left: none;
  border-right: none;
  border-top: none;
  border-bottom: 2px solid black;
  margin-top: 40px;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 4px;
}
div.input-composite input:focus {
  background-color: #ccc;
}

.modal-container {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: grid;
  grid-template-rows: 1fr auto 1fr;
  grid-auto-flow: row;
}
.modal-container .modal-container-line {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
}
.modal-container .modal {
  display: grid;
  grid-template-rows: 1fr 80px;
  grid-column-gap: 20px;
  width: 550px;
  max-width: 100%;
  box-shadow: 0px 0px 60px #666;
  box-sizing: border-box;
  border-radius: 10px;
  font-size: 14pt;
  background-color: white;
}
@media screen and (max-width: 600px) {
  .modal-container .modal {
    width: 350px;
  }
}
.modal-container .modal .t {
  padding-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 10px;
}
.modal-container .modal .t .letter {
  opacity: 0;
}
.modal-container .modal .t .letter.a {
  opacity: 1;
}
.modal-container .modal textarea {
  margin-top: 20px;
  margin-bottom: 20px;
  box-sizing: border-box;
  background-color: white;
  border: 1px solid black;
  font-family: "Helvetica", "Arial", sans-serif;
  padding: 10px;
  width: 100%;
  height: 120px;
  border-radius: 5px;
  font-size: 14pt;
}
.modal-container .modal .f {
  text-align: center;
}
.modal-container .modal .f a {
  display: inline-block;
  box-sizing: border-box;
  margin: 20px;
  height: 31pt;
  font-size: 14pt;
  line-height: 31pt;
  border-radius: 5px;
  padding-left: 20px;
  padding-right: 20px;
  text-decoration: none;
  background-color: black;
  color: white;
  text-align: center;
}
.modal-container .modal .f a:visited {
  color: white;
}

body {
  font-family: "Helvetica", "Arial", sans-serif;
  background-color: white;
  margin: 0;
}

table td, table th {
  padding: 10px;
}
table thead tr {
  background-color: orange;
}
table tbody tr:nth-child(odd) {
  background-color: #ececec;
}

header {
  position: relative;
  height: 160px;
}
header b {
  font-weight: bold;
}
header .logo {
  position: absolute;
  right: 40px;
  top: 0;
  bottom: 0;
  width: 295px;
  background-position: center 0;
  background-size: 295px 97px;
  background-image: url("/assets/img/carteCultureLogo.svg");
  background-repeat: no-repeat;
}
header .title {
  margin-top: 40px;
  margin-left: 40px;
  font-size: 80px;
}
@media screen and (max-width: 1090px) {
  header {
    height: 120px;
    margin-bottom: 0;
  }
  header .title {
    font-size: 60px;
  }
}
@media (max-width: 870px) {
  header {
    height: auto;
  }
  header .title {
    margin-top: 40px;
    margin-left: 40px;
    margin-bottom: 0;
    font-size: 50px;
  }
  header div.logo {
    position: relative;
    height: 95px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin-top: 10px;
    margin-left: 40px;
  }
}
@media (max-width: 460px) {
  header {
    height: auto;
  }
}
@media (max-width: 400px) {
  header .title {
    font-size: 20px;
    margin-top: 20px;
    margin-left: 20px;
  }
}

g.toggle {
  display: none;
}

*:focus {
  outline: none;
}

a {
  color: black;
  text-decoration: underline;
}
a:visited {
  color: black;
}

.input-wrapper {
  position: relative;
  display: block;
  box-sizing: border-box;
  margin-left: 40px;
  margin-right: 40px;
}
.input-wrapper .error-message {
  font-size: 8pt;
  color: rgb(223, 0, 8);
  text-transform: uppercase;
  display: none;
  margin-bottom: 3px;
}
.input-wrapper.error .error-message {
  display: block;
}
.input-wrapper .icon {
  position: absolute;
  right: 5px;
  bottom: -4pt;
  height: 16pt;
  width: 16pt;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}
.input-wrapper .icon.error {
  background-image: url("/assets/img/checked.svg");
}
.input-wrapper input {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  box-sizing: border-box;
  height: 50px;
  background-color: #eee;
  width: 100%;
  font-size: 16pt;
  padding-left: 20px;
  padding-top: -4pt;
  border-radius: 5px;
  color: black;
  font-weight: bold;
  border: 2px solid black;
}
.input-wrapper input[readonly] {
  color: black;
}
.input-wrapper input[readonly]:focus {
  outline: none;
}

.checkbox {
  position: relative;
  display: block;
  color: black;
  height: 50px;
  margin-top: 0;
  margin-left: 40px;
  margin-right: 40px;
  margin-bottom: 10px;
}
@media screen and (max-width: 500px) {
  .checkbox {
    height: 90px;
  }
}
.checkbox svg {
  z-index: auto;
}
.checkbox .label {
  position: absolute;
  font-size: 16pt;
  left: 60px;
  top: 14.3333333333px;
}
@media screen and (max-width: 500px) {
  .checkbox .label {
    font-size: 12.8pt;
  }
}

form.commande {
  padding-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 180px;
}
@media screen and (max-width: 870px) {
  form.commande {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 180px;
  }
}
form.commande hr {
  margin-top: 60px;
  margin-bottom: 20px;
  margin-left: -40px;
  margin-right: -40px;
  height: 1px;
  border: none;
  background-color: black;
}
form.commande section.newsletter {
  background-color: white;
}
form.commande section.newsletter .col {
  vertical-align: top;
  display: inline-block;
  width: 50%;
  box-sizing: border-box;
  padding-right: 80px;
}
form.commande section.newsletter .col p {
  margin-top: 20px;
  margin-right: 40px;
  max-width: 550px;
  font-size: 16pt;
}
form.commande section.newsletter .col .input-wrapper {
  margin-left: 0;
  margin-right: 20px;
  max-width: 550px;
}
form.commande section.newsletter .col .checkbox {
  margin-left: 0;
}
@media screen and (max-width: 870px) {
  form.commande section.newsletter .col {
    display: block;
    width: 100%;
    margin-top: 40px;
    margin-bottom: 60px;
    padding-right: 0;
  }
  form.commande section.newsletter .col .input-wrapper {
    margin-left: 0;
    margin-right: 0;
  }
  form.commande section.newsletter .col .checkbox {
    margin-right: 0;
  }
}
form.commande .synth {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  box-shadow: 0 -6px 6px #999;
  background-color: white;
  min-height: 120px;
}
form.commande .synth input[type=submit] {
  position: absolute;
  bottom: 20px;
  right: 20px;
  display: block;
  min-width: 200px;
  max-width: 100%;
  background-color: black;
  color: white;
  box-sizing: border-box;
  height: 50px;
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
  border: none;
  font-weight: bold;
}
@media screen and (max-width: 870px) {
  form.commande .synth input[type=submit] {
    width: 100%;
  }
}

.members-container {
  padding: 40px;
}

.addr {
  position: relative;
  display: block;
  background-color: #eee;
  border-radius: 20px;
  margin-bottom: 40px;
  padding: 40px;
}
.addr .confirm-cover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 20px;
  background-color: #eee;
  color: black;
  text-align: center;
  box-sizing: border-box;
  background-position: center 80px;
  background-size: 80px 80px;
  background-image: url("/assets/img/checked.svg");
  background-repeat: no-repeat;
  padding-top: 180px;
  padding-left: 20px;
  padding-right: 20px;
}
.addr .confirm-cover .letter {
  opacity: 0;
}
.addr .confirm-cover .letter.a {
  opacity: 1;
}
.addr h1 {
  margin-right: 40px;
  margin-top: 2px;
  margin-bottom: 40px;
}
.addr .input-wrapper {
  margin-top: 0;
  margin-bottom: 20px;
  margin-left: 0;
  margin-right: 0;
}
.addr .input-wrapper input {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 0;
  padding-bottom: 0;
  height: 50px;
}
.addr .input-wrapper.localite input {
  display: inline-block;
}
.addr .input-wrapper.localite input[name=npa] {
  width: 140px;
  margin-right: 10px;
  margin-bottom: 10px;
}

.members {
  display: grid;
  grid-auto-flow: row;
  grid-gap: 50px;
  grid-template-columns: repeat(auto-fill, minmax(480px, 1fr));
}
@media screen and (max-width: 870px) {
  .members {
    display: block;
  }
}
.members .member {
  position: relative;
  display: inline-block;
  background-color: #eee;
  border-radius: 20px;
  height: auto;
}
@media screen and (max-width: 870px) {
  .members .member {
    display: block;
    margin-bottom: 40px;
  }
}
.members .member h1 {
  margin-left: 40px;
  margin-right: 40px;
  margin-top: 2px;
  margin-bottom: 2px;
}
.members .member h3 {
  margin-top: 0;
  margin-left: 40px;
  margin-right: 40px;
  margin-bottom: 20px;
}
.members .member svg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.members .member label {
  cursor: pointer;
  display: block;
  text-transform: uppercase;
  font-size: 8pt;
  margin-left: 40px;
  margin-right: 40px;
  padding-top: 0;
  padding-bottom: 5px;
}
.members .member .small {
  font-size: 14pt;
  line-height: 16.8pt;
}
.members .member .input-wrapper {
  padding-bottom: 20px;
}
.members .member .content {
  position: relative;
  padding-top: 40px;
  padding-bottom: 20px;
}
.members .member .content .img-container {
  display: block;
  position: relative;
  height: 108px;
  margin-left: 40px;
  margin-right: 40px;
  margin-top: 40px;
  margin-bottom: 20px;
}
.members .member .content .img-container label {
  display: block;
  width: 112px;
  height: 112px;
  border-radius: 56px;
  overflow: hidden;
  margin: 0;
  position: relative;
  border: 2px solid black;
  box-sizing: border-box;
}
.members .member .content .img-container label div.upload-icon {
  position: absolute;
  opacity: 0.5;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0;
  padding: 0;
  background-image: url("/assets/img/upload.svg");
  background-size: 40px 40px;
  background-repeat: no-repeat;
  background-position: center center;
}
.members .member .content .img-container label .txt {
  display: none;
  position: absolute;
  bottom: 10px;
  font-size: 5.75pt;
  height: auto;
  left: 0;
  right: 0;
  text-align: center;
}
.members .member .content .img-container.empty label .txt {
  display: block;
}
.members .member .content .img-container.empty label div.upload-icon {
  opacity: 1;
}
.members .member .content .img-container img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.members .member .content .img-container img[src=""] {
  display: none;
}
.members .member .content .img-container div.photo-change {
  display: block;
  position: absolute;
  left: 138px;
  right: 20px;
  top: 20px;
  font-size: 8pt;
  line-height: 9.3pt;
  text-transform: uppercase;
}
.members .member .content .img-container div.photo-change a {
  text-decoration: none;
}
.members .member p {
  font-size: 16pt;
  margin-top: 20px;
  margin-left: 40px;
  margin-right: 40px;
  margin-bottom: 20px;
}
.members .member label.file {
  font-size: 16pt;
  text-transform: none;
  padding-left: 0;
}
.members .member input[type=file] {
  opacity: 0;
  display: none;
  width: 50px;
  overflow: hidden;
}
.members .member label.file {
  display: block;
  text-decoration: none;
  margin-left: 40px;
  margin-right: 40px;
  margin-bottom: 20px;
  background-color: black;
  color: white;
  box-sizing: border-box;
  padding: 10px;
  text-align: center;
}
.members .member img.webapp-img {
  position: relative;
  width: auto;
  height: 180px;
  margin-left: 40px;
  margin-top: 20px;
}
.members .member img.webapp-img[src=""] {
  display: none;
}
.members .member .webapp-panel {
  display: none;
  position: relative;
}
.members .member.large .webapp-panel {
  display: block;
}
.members .member .confirm-cover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 20px;
  background-color: #eee;
  color: black;
  text-align: center;
  box-sizing: border-box;
  background-position: center 80px;
  background-size: 80px 80px;
  background-image: url("/assets/img/checked.svg");
  background-repeat: no-repeat;
  padding-top: 180px;
  padding-left: 20px;
  padding-right: 20px;
}
.members .member .confirm-cover .letter {
  opacity: 0;
}
.members .member .confirm-cover .letter.a {
  opacity: 1;
}

input[type=submit] {
  display: block;
  background-color: black;
  min-width: 200px;
  max-width: 100%;
  color: white;
  border-radius: 5px;
  box-sizing: border-box;
  height: 50px;
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 40px;
  border: none;
  font-weight: bold;
}
@media screen and (max-width: 870px) {
  input[type=submit] {
    width: 100%;
  }
}

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