@charset "UTF-8";
/*!
Theme Name: Thème TIMG (Attente)
Author: Atelier du Design
Author URI: https://atelier-du-design.com/
Version: 2024
*/
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&display=swap");
body {
  margin: 0;
  padding: 0;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  position: relative;
  overflow-x: hidden;
  background-color: black;
  color: white;
}

body * {
  line-height: 140%;
}

body.no-scroll {
  overflow: hidden;
}

body.no-scroll main {
  opacity: .8;
}

body.logged-in.admin-bar header {
  top: 32px;
}

.wp-block-group {
  width: 100%;
}

.wp-block-group > .wp-block-group__inner-container {
  max-width: 1750px;
  margin: 0 auto;
  padding: 96px 64px;
  box-sizing: border-box;
}

.wp-block-group > .wp-block-group__inner-container .wp-block-group__inner-container, .wp-block-group > .wp-block-group__inner-container .wp-block-group {
  width: 100%;
  padding: 0px;
  max-width: none;
}

.wp-block-group > .wp-block-group__inner-container p:not(:last-child) {
  padding-bottom: 10px;
}

.wp-block-group > .wp-block-group__inner-container .wp-block-columns:last-of-type {
  margin-bottom: 0px;
}

.wp-block-group > .wp-block-group__inner-container * + .wp-block-columns {
  margin-top: 40px;
}

.wp-block-group > .wp-block-group__inner-container .wp-block-columns {
  gap: 6em;
}

.wp-block-group > .wp-block-group__inner-container .wp-block-columns .wp-block-column:not(:first-child) {
  margin: 0 !important;
}

.wp-block-group > .wp-block-group__inner-container .wp-block-columns .wp-block-column figure:not(:last-of-type) {
  margin-bottom: 2.5em;
}

.wp-block-group > .wp-block-group__inner-container .wp-block-columns + * {
  margin-top: 30px;
}

.wp-block-group > .wp-block-group__inner-container .wp-block-columns .wp-block-column figure img {
  height: 500px;
  object-fit: cover;
}

h1 {
  font-size: 50px;
  font-weight: 700;
  line-height: 85%;
}

h1 + * {
  margin-top: 40px;
}

* + h2 {
  margin-top: 40px;
}

h2 {
  font-size: 35px;
  font-weight: 500;
}

h2 + * {
  margin-top: 40px;
}

.wp-block-columns + h3 {
  margin-top: 50px;
}

h3 {
  font-weight: 600;
  font-size: 23px;
}

h3 + * {
  margin-top: 20px;
}

a {
  color: #E8DC00;
  transition: all 0.3s ease;
}

strong {
  font-weight: 700;
}

ul {
  padding-left: 20px;
}

ul li {
  list-style: disc;
  padding-bottom: 10px;
  color: #E8DC00;
}

ul li:last-of-type {
  padding-bottom: 0px;
}

ul + * {
  margin-top: 20px;
}

.wp-block-buttons .wp-block-button .wp-block-button__link {
  position: relative;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  border-radius: 0;
  color: #E8DC00;
  background: black;
  position: relative;
  transition: all 0.3s ease;
  padding: calc(0.667em + 2px) calc(1.333em + 2px);
  border: solid #E8DC00;
  cursor: pointer;
}

.wp-block-buttons .wp-block-button .wp-block-button__link:hover {
  cursor: pointer;
  background-color: #E8DC00;
  color: black;
}

#politique-de-confidentialite header, #mentions-legales header {
  display: none;
}

#page-404 .wp-block-group__inner-container {
  height: 70vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

#page-404 .wp-block-group__inner-container .quote {
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 30px;
}

.groupe-logo .wp-block-group__inner-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 70vh;
}

.groupe-logo .wp-block-group__inner-container figure {
  margin-bottom: 0;
}

.groupe-logo .wp-block-group__inner-container figure + p {
  margin-top: 48px;
}

.groupe-logo .wp-block-group__inner-container p {
  color: #E8DC00;
  font-size: 20px;
  margin-bottom: 0;
}

.groupe-logo + .wp-block-group .wp-block-group__inner-container {
  padding-top: 0;
}

form.wpcf7-form {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  /* Preparer le label */
  /* Aspect de la case */
  /* Aspect de la coche */
  /* Aspect non cochée */
  /* Aspect cochée */
  /* Disabled checkbox */
  /* Disabled checked */
  /* Accessibility focus */
}

form.wpcf7-form *:not(.wpcf7-not-valid-tip) {
  color: white;
}

form.wpcf7-form .field {
  flex-basis: 100%;
}

form.wpcf7-form .field.field-50 {
  flex-basis: calc(50% - 12px);
}

form.wpcf7-form .field {
  position: relative;
}

form.wpcf7-form .field p {
  margin: 0;
}

form.wpcf7-form .field .field-label {
  position: relative;
  line-height: 14px;
  font-size: 16px;
  font-weight: 400;
  display: block;
  margin: 0;
  text-align: left;
  transform: translateY(24px);
  transition: transform 0.3s;
  transform-origin: 0 50%;
}

form.wpcf7-form .field .field-input {
  position: relative;
  display: block;
  font-family: "Poppins", sans-serif;
  width: 100%;
  height: 32px;
  line-height: 15px;
  background: transparent;
  border: none;
  -webkit-appearance: none;
  outline: none;
  transform: translateY(0);
  font-size: 14px;
  padding: 0;
  color: white;
}

form.wpcf7-form .field.is-focused .field-label {
  color: #E8DC00;
}

form.wpcf7-form .field:after, form.wpcf7-form .field:before {
  content: "";
  height: 1px;
  background-color: #CBC8C8;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}

form.wpcf7-form .field:after {
  background-color: #E8DC00;
  transform: scaleX(0);
  transition: transform 0.3s;
}

form.wpcf7-form .field.is-focused:after {
  transform: scaleX(1);
}

form.wpcf7-form .field.field-textarea textarea {
  height: 110px;
  font-family: "Poppins", sans-serif;
  padding-top: 8px;
  margin-bottom: 8px;
  resize: vertical;
}

form.wpcf7-form .field.field-textarea .wpcf7-not-valid-tip {
  bottom: -28px;
}

form.wpcf7-form .field.field-select {
  width: 50%;
  position: relative;
}

form.wpcf7-form .field.field-select label {
  position: relative;
}

form.wpcf7-form .field.field-select select {
  opacity: 0;
  transform: translateY(-15px);
  font-family: "Poppins", sans-serif;
}

form.wpcf7-form .field.field-select select option:first-of-type {
  color: transparent;
}

form.wpcf7-form .field.has-label select {
  opacity: 1;
}

form.wpcf7-form .field.has-label .field-label {
  transform: translateY(0) scale(0.75);
}

form.wpcf7-form .field-checkbox {
  /* permet de positionner la checkbox */
  padding-top: 20px;
}

form.wpcf7-form .field-checkbox .wpcf7-list-item {
  position: relative;
  margin: 0;
}

form.wpcf7-form [type="checkbox"]:not(:checked),
form.wpcf7-form [type="checkbox"]:checked {
  /* Cache la checkbox sans
    la rendre invisible aux
    lecteurs d'écran */
  position: absolute;
  left: -2px;
  top: 2px;
  opacity: 0.01;
  z-index: 10;
}

form.wpcf7-form [type="checkbox"]:not(:checked):hover,
form.wpcf7-form [type="checkbox"]:checked:hover {
  cursor: pointer;
}

form.wpcf7-form [type="checkbox"]:not(:checked) + span,
form.wpcf7-form [type="checkbox"]:checked + span {
  position: relative;
  /* permet de positionner la checkbox */
  padding-left: 2.3em;
  /* place pour la box */
  font-size: 0.8em;
  line-height: 1.7;
  color: white;
  cursor: pointer;
}

form.wpcf7-form [type="checkbox"]:not(:checked) + span::before,
form.wpcf7-form [type="checkbox"]:checked + span::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #aaa;
  background: #FFF;
  border-radius: .2em;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 0 rgba(232, 220, 0, 0.2);
  transition: all .275s;
}

form.wpcf7-form [type="checkbox"]:not(:checked) + span::after,
form.wpcf7-form [type="checkbox"]:checked + span::after {
  content: '✓';
  speak: never;
  /* Pour être sûr que le lecteur d'écran ne lira pas "fois" */
  position: absolute;
  top: 8px;
  left: 2px;
  font-size: 15px;
  color: black;
  line-height: 0;
  transition: all .2s;
  /* Petite transition */
  font-family: HelveticaNeue-Light,-apple-system,AppleColorEmoji,'Arial Rounded MT Bold',system-ui,Ubuntu,sans-serif,'Arial Unicode MS','Zapf Dingbats','Segoe UI Emoji','Segoe UI Symbol',Noto Color Emoji, NotoColorEmoji,EmojiSymbols,Symbola,Noto,'Android Emoji',AndroidEmoji,'lucida grande',tahoma,verdana,arial,AppleColorEmoji,'Apple Color Emoji' !important;
}

form.wpcf7-form [type="checkbox"]:not(:checked) + span::after {
  opacity: 0;
  transform: scale(0) rotate(45deg);
}

form.wpcf7-form [type="checkbox"]:checked + span::after {
  opacity: 1;
  transform: scale(1) rotate(0);
}

form.wpcf7-form [type="checkbox"]:disabled:not(:checked) + span::before,
form.wpcf7-form [type="checkbox"]:disabled:checked + span::before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #e9e9e9;
}

form.wpcf7-form [type="checkbox"]:disabled:checked + span::after {
  color: #777;
}

form.wpcf7-form [type="checkbox"]:disabled + span {
  color: #aaa;
}

form.wpcf7-form [type="checkbox"]:checked:focus + span::before,
form.wpcf7-form [type="checkbox"]:not(:checked):focus + span::before {
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 0 6px rgba(232, 220, 0, 0.2);
}

form.wpcf7-form .field-envoyer {
  position: relative;
  height: auto;
  padding-top: 30px;
  display: block;
  width: 100%;
}

form.wpcf7-form .field-envoyer:before, form.wpcf7-form .field-envoyer:after {
  display: none;
}

form.wpcf7-form .field-envoyer input {
  position: relative;
  font-family: "Poppins";
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #E8DC00;
  background: black;
  position: relative;
  transition: all 0.3s ease;
  float: right;
  padding: calc(0.667em + 2px) calc(1.333em + 2px);
  border: solid #E8DC00;
  cursor: pointer;
}

form.wpcf7-form .field-envoyer input:hover {
  cursor: pointer;
  background-color: #E8DC00;
  color: black;
}

form.wpcf7-form .wpcf7-not-valid-tip {
  position: absolute;
  bottom: -20px;
  display: block;
  width: max-content;
  font-size: 12px;
}

form.wpcf7-form .field-checkbox .wpcf7-not-valid-tip {
  bottom: -30px;
}

form.wpcf7-form .wpcf7-form-control-wrap.checkbox-222 .wpcf7-not-valid-tip {
  margin-top: 0px;
}

#credits {
  text-align: center;
}

#credits .wp-block-group__inner-container {
  padding-top: 0;
  font-size: 14px;
}

@media only screen and (max-width: 1800px) {
  .wp-block-group > .wp-block-group__inner-container {
    width: 1400px;
  }
}

@media only screen and (max-width: 1440px) {
  .wp-block-group > .wp-block-group__inner-container {
    width: 100%;
  }
}

@media only screen and (max-width: 1230px) {
  .wp-block-group > .wp-block-group__inner-container {
    width: 100%;
    padding: 64px 48px;
  }
}

@media only screen and (max-width: 781px) {
  form .field.field-50,
  form .field-checkbox,
  form .field-checkbox .wpcf7-form-control-wrap.checkbox-222 {
    flex-basis: 100% !important;
    width: 100% !important;
    margin-left: 0px;
  }
}

@media only screen and (max-width: 580px) {
  .wp-block-group > .wp-block-group__inner-container {
    width: 100%;
    padding: 48px 24px;
  }
}

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