body {
    margin: 0px;
    padding: 0;
    background-color: #EFF3F0;
}

header {
    box-sizing: border-box;
    width: 100%;
    padding: 30px 20px;
    align-items: center;
    background-color: transparent;
    transition: background-color .3s
}

.sticky {
    position: sticky;
    top:0;
}

h1 {
    font-family: century-gothic;
    font-weight: 700;
    font-style: normal;
    font-size: 32px;
    color: #272727;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    line-height: 42px;
    margin: 0;
}

h2 {
    font-family: century-gothic;
    font-weight: 700;
    font-style: normal;
    font-size: 32px;
    color: #272727;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    line-height: 42px;
    margin: 0;
}

h3 {
    font-family: century-gothic;
    font-weight: 700;
    font-style: italic;
    font-size: 23px;
    color: #272727;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    line-height: 30px;
    margin: 0;
}

h4 {
    font-family: century-gothic;
    font-weight: 700;
    font-style: normal;
    font-size: 18px;
    color: #272727;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    line-height: 30px;
    margin: 0;
}

p {
    font-family: tablet-gothic, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 15px;
    color: #272727;
    letter-spacing: 0.08em;
    line-height: 28px;
    margin: 0;
    text-align: justify;
}

.center-text {
    text-align: center;
}

.center p {
    text-align: center;
}

strong {
    font-weight: 500;
    color: #E96010;
}

.p-infos {
    font-size: 14px;
    line-height: 20px;
    font-style: italic;
}

.credits {
    font-style: italic;
    font-size: 12px;
    text-align: end;
}

.credits a {
    cursor: pointer;
    color: #272727;
    font-weight: 300;
}

.story-section {
    padding: 20px 0;
}

#story-text {
    padding: 20px 20px 0;
    text-align: start;
}

.p-footer {
    font-family: tablet-gothic, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 15px;
    color: #272727;
    letter-spacing: 0.08em;
    line-height: 22px;
    margin: 0;
}
.m-center{
    margin-right: auto;
    margin-left: auto;
}



a {
    text-decoration: none;
    color: #E96010;
    font-weight: 500;
}
a.button {
    display: inline-block;
    vertical-align: center;
}
a.button img {
    vertical-align: middle;
}
a.no-decoration {
    cursor: pointer;
    color: #272727;
    font-weight: 300;
}

.mentions {
    font-size: 12px;
    line-height: 18px;
    text-align: center;
}

.mentions a {
    font-size: 12px;
    line-height: 18px;
    font-weight: 300;
    text-align: center;
}

.button {
    align-items: center;
    background-color: white;
    border: solid 2px #000000;
    padding: 10px 20px;
    font-family: century-gothic;
    font-weight: 700;
    font-style: normal;
    color: #272727;
    font-size: 16px;
    letter-spacing: 0.08em;
    line-height: 28px;
    cursor: pointer;
}

.button-img {
    margin-right: 20px;
}

.text-menu {
    font-family: tablet-gothic, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 16px;
    color: #272727;
    letter-spacing: 0.08em;
    line-height: 20px;
}

.float-right {
    float: right;
}

.m-auto {
    margin: auto;
}

.mx-40px {
    margin: 40px 0;
}

mx-20px {
    margin: 20px 0;
}

my-20px {
    margin: 0 20px;
}

.flex {
    display: flex;
}

.logo {
    height: 50px;
    margin: auto;
}

.logo img {
    height: 100%;
}
.icon {
    height: 25px;
}
.icon img {
    height: 100%;
}
.expo-infos {
    box-sizing: border-box;
}

.expo-infos div:first-child {
    margin-bottom: 10px;
}

.separator {
    height: 50px;
    width: 1px;
    background-color: #E96010;
    margin: 0 30px;
}

.line {
    height: 1px;
    width: 100%;
    background-color: #E96010;
    margin: 30px 0;
}

.container {
    box-sizing: border-box;
    max-width: 1500px;
    padding: 0px 20px 40px 20px;
    margin: auto;
}


.stretch {
    align-items: stretch;
}

.img-fw {
    width: 100%;
    height: auto;
}

.w-33,
.w-35,
.w-65,
.w-50,
.w-60,
.w-40 {
    width: 100%;
}

.center {
    justify-content: center;
}

.center-elements {
    display: flex;
    align-items: center;
    justify-content: center;
}

.flex-1 {
    flex: 1;
}

.flex-direction {
    flex-direction: column;
}

.end {
    justify-content: end;
}

.space-between {
    justify-content: space-between;
}

.inline-block {
    display: inline-block;
}

.hidden {
    display: none;
}

.menu-hidden {
    display: none;
}

.white {
    color: white;
}

.bg-white {
    background-color: white;
}

.relative {
    position: relative;
}

.vendu {
    display: inline-flex;
    padding: 0 10px;
    margin-top: 10px;
    background-color: #E96010;
}

.flex-col {
    flex-direction: column;
}

.section-3 {
    display: flex;
    flex-direction: column;
}

.desc-image {
    flex: auto;
    height: 300px;
    background-image: url("../assets/img-tableau-femme.png");
    /* The image used */
    background-color: #cccccc;
    /* Used if the image is unavailable */
    background-position: bottom;
    /* Center the image */
    background-repeat: no-repeat;
    /* Do not repeat the image */
    background-size: cover;
    /* Resize the background image to cover the entire container */
}

.bg-conceptstore {
    flex: auto;
    margin: 0 20px;
    height: 1200px;
    background-image: url("../assets/iciconceptstore.png");
    /* The image used */
    background-color: #cccccc;
    /* Used if the image is unavailable */
    background-position: center;
    /* Center the image */
    background-repeat: no-repeat;
    /* Do not repeat the image */
    background-size: cover;
    /* Resize the background image to cover the entire container */
}

.bg-contact {
    flex: auto;
    margin: 0 20px;
    height: 300px;
    background-image: url("../assets/contact-arianereynaud769w.png");
    /* The image used */
    background-color: #cccccc;
    /* Used if the image is unavailable */
    background-position: center;
    /* Center the image */
    background-repeat: no-repeat;
    /* Do not repeat the image */
    background-size: cover;
    /* Resize the background image to cover the entire container */
}

.bg-footer {
    flex: auto;
    height: 100px;
    background-image: url("../assets/footer-769w.png");
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
}

.p-50px {
    padding: 50px;
}

.p-20px {
    padding: 20px;
}

.px-20px {
    padding: 20px 0;
}

.py-50px {
    padding: 0 50px;
}

.py-20px {
    padding: 0 20px;
}

.pb-20px {
    padding-bottom: 20px;
}

.ml-20px {
    margin-left: 20px;
}


.mb-20px {
    margin-bottom: 20px;
}

.mb-10px {
    margin-bottom: 10px;
}

.mt-40px {
    margin-top: 40px;
}
.m-20px {
    margin: 20px;
}
.border-left {
    border-left: solid 2px;
    border-color: #E96010;
}

#p-conceptText {
    padding: 0 20px 20px 20px;
}

.shadow-white {
    box-shadow: 0px 150px 0px white;
}

input,
textarea {
    box-sizing: border-box;
    width: 100%;
    padding: 10px;
    border: 1px solid #272727;
    margin-bottom: 10px;
    font-family: tablet-gothic, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 16px;
    color: #272727;
    letter-spacing: 0.08em;
    line-height: 28px;
}

::placeholder {
    font-family: tablet-gothic, sans-serif;
    font-weight: 100;
    font-style: italic;
    font-size: 12px;
    color: #272727;
    letter-spacing: 0.08em;
}

.imput-flex {
    display: inherit;
    justify-content: space-between;
}

.imput50 {
    width: 100%;
    display: inherit;
}

.w-full{
    width: 100%;
}
input.button {
    width: auto;
    box-sizing: border-box;
    padding: 10px 40px 10px 40px;
    background-color: white;
    border: 2px solid #E96010;
    margin-bottom: 10px;
    font-family: century-gothic;
    font-weight: 700;
    font-style: normal;
    color: #272727;
    font-size: 16px;
    letter-spacing: 0.08em;
    line-height: 28px;
    cursor: pointer;
}

input:focus {
    outline-color: #E96010;
  }

  textarea:focus {
    outline-color: #E96010;
  }


