.elementor-kit-8{--e-global-color-primary:#62549E;--e-global-color-secondary:#8679B5;--e-global-color-text:#000000;--e-global-color-accent:#4E4092;--e-global-color-ac84d84:#FFFFFF;--e-global-color-5790c9a:#B9B1D4;--e-global-typography-primary-font-family:"Montserrat";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Montserrat";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;color:var( --e-global-color-text );font-size:16px;line-height:1.4em;}.elementor-kit-8 e-page-transition{background-color:#FFBC7D;}.elementor-kit-8 p{margin-block-end:15px;}.elementor-kit-8 a{color:var( --e-global-color-accent );}.elementor-kit-8 h1{font-family:"Montserrat", Sans-serif;font-size:40px;font-weight:700;}.elementor-kit-8 h2{font-family:"Montserrat", Sans-serif;font-size:30px;font-weight:700;line-height:38px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-kit-8{font-size:15px;line-height:1.4em;}.elementor-kit-8 p{margin-block-end:15px;}.elementor-kit-8 h1{font-size:34px;}.elementor-kit-8 h2{font-size:26px;line-height:32px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-8{--e-global-typography-text-font-size:14px;font-size:14px;line-height:1.4em;}.elementor-kit-8 p{margin-block-end:15px;}.elementor-kit-8 h1{font-size:25px;}.elementor-kit-8 h2{font-size:24px;line-height:28px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.post-password-form {
  max-width: 400px;
  margin: 60px auto;
  padding: 20px;
  background: #f2f2f2;
  border-radius: 10px;
}

.post-password-form input[type="password"] {
  width: 100%;
  padding: 10px;
  font-size: 16px
}

.post-password-form input[type="submit"] {
  background: #62549E;
  color: white;
  padding: 10px 20px;
  margin-left: 10px;
  border-radius: 5px;
  border: none;
}

.post-password-required .entry-title {
  color: #4E4092;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
    margin-top: 50px;
}

.post-password-form input[type="password"] {
  display: block;
  margin-top: 10px; /* distance entre label et champ */
}

ul {
  margin-left: 10px;
  padding-left: 10px;
}

html, body {
overflow-x: hidden;
width: 100%;
}/* End custom CSS */